Trace number 1821863

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat_cumr r-2009-03-18UNSAT 23.61 23.627

General information on the benchmark

Namemanol-pipe-c10nidw_s.cnf
MD5SUM7989bb134c6f50cb418407e85e733980
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.61
Satisfiable
(Un)Satisfiability was proved
Number of variables404382
Number of clauses1204273
Sum of the clauses size2809969
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2802848
Number of clauses of size 3401424
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
1.12/1.20	c ==============================================================================
1.12/1.20	c |           |     ORIGINAL     |              LEARNT              |          |
1.12/1.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.12/1.20	c ==============================================================================
1.12/1.20	c |         0 | 1204272  2809968 |  361281       0        0     nan |  0.000 % |
8.02/8.05	c |         0 |  512827  2023633 |      --       0       --      -- |     --   | -691443/-786330
8.02/8.06	c ==============================================================================
8.02/8.06	c Result  :   #vars: 64148   #clauses: 512827   #literals: 2023633
8.02/8.06	c CPU time:   7.69 s
8.02/8.06	c ==============================================================================
8.71/8.76	c This is MiniSat 2.0 beta
8.71/8.76	c WARNING: for repeatability, setting FPU to use double precision
8.71/8.76	c ============================[ Problem Statistics ]=============================
8.71/8.76	c |                                                                             |
8.71/8.77	c |  Number of variables:  64148                                                |
8.71/8.77	c |  Number of clauses:    512827                                               |
9.10/9.18	c |  Parsing time:         0.39         s                                       |
9.20/9.22	c ============================[ Search Statistics ]==============================
9.20/9.22	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.20/9.22	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.20/9.22	c ===============================================================================
9.20/9.22	c |         0 |   64148   512827  2023633 |   170942        0    nan |  0.000 % |
9.60/9.64	c |       513 |   64125   512827  2023633 |   170942      509     28 |  0.210 % |
9.80/9.90	c |      1025 |   64123   512827  2023633 |   170942     1020     22 |  0.212 % |
9.90/9.99	c |      1537 |   64117   512827  2023633 |   170942     1531     25 |  0.239 % |
10.10/10.17	c |      2561 |   64117   512827  2023633 |   170942     2555     23 |  0.239 % |
10.40/10.45	c |      3073 |   64107   512827  2023633 |   170942     3067     25 |  0.239 % |
10.50/10.51	c |      3585 |   64107   512827  2023633 |   170942     3579     25 |  0.239 % |
10.70/10.74	c |      4610 |   64102   512827  2023633 |   170942     4600     23 |  0.288 % |
11.00/11.07	c |      6659 |   64101   512827  2023633 |   170942     6649     26 |  0.288 % |
11.10/11.20	c |      7172 |   63961   508061  2005857 |   170942     7149     25 |  0.312 % |
11.30/11.31	c |      7684 |   63961   508061  2005857 |   170942     7661     25 |  0.312 % |
11.50/11.57	c |      8708 |   63927   508061  2005857 |   170942     8680     26 |  0.552 % |
11.70/11.75	c |      9220 |   63904   508061  2005857 |   170942     9192     26 |  0.552 % |
12.10/12.14	c |      9734 |   63884   508061  2005857 |   170942     9706     26 |  0.552 % |
12.50/12.53	c |     10759 |   63870   508061  2005857 | 2147483647    10726     25 |  0.797 % |
12.70/12.73	c |     12807 |   63870   508061  2005857 | 2147483647    12774     25 |  0.797 % |
13.10/13.17	c |     16903 |   63580   500197  1976032 | 2147483647    16648     27 |  0.885 % |
13.20/13.21	c |     17417 |   63572   500197  1976032 | 2147483647    17161     27 |  1.130 % |
13.20/13.24	c |     17932 |   63572   500197  1976032 | 2147483647    17676     27 |  1.130 % |
13.20/13.30	c |     18957 |   63572   500197  1976032 | 2147483647    18701     27 |  1.130 % |
13.30/13.32	c |     19469 |   63571   500197  1976032 | 2147483647    19212     27 |  1.132 % |
13.30/13.37	c |     19981 |   63571   500197  1976032 | 2147483647    19724     27 |  1.132 % |
13.40/13.42	c |     21006 |   63569   500197  1976032 | 2147483647    20748     26 |  1.158 % |
13.50/13.51	c |     23055 |   63569   500197  1976032 | 2147483647    22797     26 |  1.158 % |
13.50/13.53	c |     23571 |   63569   500197  1976032 | 2147483647    23313     26 |  1.158 % |
13.60/13.61	c |     24088 |   63569   500197  1976032 | 2147483647    23830     26 |  1.158 % |
13.70/13.72	c |     25113 |   63567   500197  1976032 | 2147483647    24853     25 |  1.161 % |
13.80/13.82	c |     25625 |   63565   500197  1976032 | 2147483647    25364     25 |  1.164 % |
13.80/13.87	c |     26137 |   63565   500197  1976032 | 2147483647    25876     25 |  1.164 % |
13.90/13.96	c |     27162 |   63565   500197  1976032 | 2147483647    26901     25 |  1.164 % |
14.00/14.04	c |     29210 |   63565   500197  1976032 | 2147483647    28949     24 |  1.164 % |
14.20/14.30	c |     33310 |   63565   500197  1976032 | 2147483647    33049     26 |  1.164 % |
14.70/14.80	c |     41502 |   63554   500197  1976032 |    39738    26933     21 |  1.216 % |
14.80/14.83	c |     42014 |   63554   500197  1976032 |    39738    27445     21 |  1.216 % |
14.80/14.87	c |     42528 |   63554   500197  1976032 |    39738    27959     21 |  1.216 % |
14.90/14.92	c |     43553 |   63554   500197  1976032 |    39738    28984     20 |  1.216 % |
14.90/14.96	c |     44070 |   63554   500197  1976032 |    39738    29501     21 |  1.216 % |
14.90/14.98	c |     44582 |   63554   500197  1976032 |    39738    30013     20 |  1.216 % |
15.00/15.08	c |     45606 |   63554   500197  1976032 |    39738    31037     21 |  1.216 % |
15.10/15.19	c |     47654 |   63554   500197  1976032 |    39738    33085     20 |  1.216 % |
15.20/15.23	c |     48166 |   63554   500197  1976032 |    39738    33597     20 |  1.216 % |
15.20/15.27	c |     48683 |   63551   500197  1976032 |    39738    34113     20 |  1.367 % |
15.30/15.35	c |     49707 |   63551   500197  1976032 |    39738    35137     20 |  1.367 % |
15.30/15.38	c |     50219 |   63551   500197  1976032 |    35430    35649     20 |  1.367 % |
15.40/15.43	c |     50731 |   63550   500197  1976032 |    35430    36160     20 |  1.369 % |
15.50/15.59	c |     51755 |   63550   500197  1976032 |    35430    24302     18 |  1.369 % |
15.70/15.71	c |     53803 |   63546   500197  1976032 |    35430    26349     17 |  1.389 % |
16.00/16.06	c |     57901 |   63546   500197  1976032 |    35430    30447     16 |  1.389 % |
16.10/16.20	c |     58417 |   63257   494012  1951733 |    35430    19237     19 |  1.389 % |
16.20/16.26	c |     58932 |   63257   494012  1951733 |    35430    19752     19 |  1.389 % |
16.30/16.39	c |     59957 |   63257   494012  1951733 |    35430    20777     19 |  1.389 % |
16.40/16.46	c |     60469 |   63257   494012  1951733 |    20824    21289     18 |  1.389 % |
16.50/16.54	c |     60982 |   63257   494012  1951733 |    20824    21802     18 |  1.389 % |
16.60/16.66	c |     62010 |   63257   494012  1951733 |    20824    13566     14 |  1.389 % |
16.80/16.87	c |     64062 |   63257   494012  1951733 |    20824    15618     14 |  1.389 % |
16.90/16.93	c |     64575 |   63257   494012  1951733 |    20824    16131     14 |  1.389 % |
16.90/17.00	c |     65090 |   63257   494012  1951733 |    20824    16646     14 |  1.389 % |
17.10/17.14	c |     66115 |   63257   494012  1951733 |    20824    17671     14 |  1.389 % |
17.20/17.21	c |     66627 |   63257   494012  1951733 |    20824    18183     13 |  1.389 % |
17.20/17.29	c |     67140 |   63257   494012  1951733 |    20824    18696     13 |  1.389 % |
17.40/17.46	c |     68164 |   63257   494012  1951733 |    20824    19720     13 |  1.389 % |
17.80/17.84	c |     70214 |   63257   494012  1951733 |    21556    21770     13 |  1.389 % |
18.40/18.43	c |     74310 |   63257   494012  1951733 |    21556    15534     12 |  1.389 % |
19.70/19.77	c |     82502 |   63257   494012  1951733 |    21230    13321     11 |  1.389 % |
22.00/22.05	c |     98886 |   63255   494012  1951733 |    20822    19653     10 |  1.401 % |
22.10/22.14	c |     99405 |   63255   494012  1951733 |    20822    20172     10 |  1.401 % |
22.20/22.23	c |     99917 |   63255   494012  1951733 |    20822    20684     10 |  1.401 % |
22.40/22.42	c |    100943 |   63255   494012  1951733 |    20767    21710     10 |  1.401 % |
22.60/22.61	c |    101455 |   63255   494012  1951733 |    20767    12069     10 |  1.401 % |
22.60/22.65	c |    101971 |   63255   494012  1951733 |    20767    12585     10 |  1.401 % |
22.70/22.74	c |    102995 |   63255   494012  1951733 |    20767    13609     10 |  1.401 % |
22.90/22.96	c |    105044 |   63255   494012  1951733 |    20767    15658     10 |  1.401 % |
23.00/23.02	c |    105556 |   63255   494012  1951733 |    20767    16170     10 |  1.401 % |
23.00/23.09	c |    106080 |   63255   494012  1951733 |    20767    16694     10 |  1.401 % |
23.20/23.23	c |    107104 |   63255   494012  1951733 |    20767    17718     10 |  1.401 % |
23.30/23.36	c |    107621 |   63249   493747  1950660 |    20767    12577     10 |  1.401 % |
23.40/23.42	c |    108133 |   63245   493747  1950660 |    20767    13088     10 |  1.426 % |
23.50/23.52	c |    109158 |   63243   493747  1950660 |    20767    14112     10 |  1.439 % |
23.50/23.59	c ===============================================================================
23.50/23.59	c restarts              : 78
23.50/23.59	c conflicts             : 109878         (7424 /sec)
23.50/23.59	c decisions             : 312748         (1.79 % random) (21132 /sec)
23.50/23.59	c propagations          : 9341774        (631201 /sec)
23.50/23.59	c conflict literals     : 1747474        (40.71 % deleted)
23.50/23.59	c Memory used           : 38.50 MB
23.50/23.59	c CPU time              : 14.8 s
23.50/23.59	c 
23.50/23.59	s UNSATISFIABLE
23.50/23.60	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1821863-1242574975/watcher-1821863-1242574975 -o /tmp/evaluation-result-1821863-1242574975/solver-1821863-1242574975 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821863-1242574975.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.02 1.03 1.00 3/91 18538
/proc/meminfo: memFree=573116/2074464 swapFree=1953004/1959888
[pid=18538] ppid=18536 vsize=2416 CPUtime=0
/proc/18538/stat : 18538 (SatELiteGTI) R 18536 18538 9090 0 -1 4194304 354 646 0 0 0 0 0 0 25 0 1 0 1021998041 2473984 277 4294967295 134512640 135169312 3221041952 3221040428 3085625204 0 65538 4 65536 0 0 0 17 3 0 0 0
/proc/18538/statm: 604 277 235 161 0 43 0
[pid=18542] ppid=18538 vsize=2416 CPUtime=0
/proc/18542/stat : 18542 (SatELiteGTI) R 18538 18538 9090 0 -1 4194368 65 0 0 0 0 0 0 0 18 0 1 0 1021998042 2473984 95 4294967295 134512640 135169312 3221041952 3221040580 3085625834 0 0 0 0 0 0 0 17 0 0 0 0
/proc/18542/statm: 0 0 0 0 0 0 0

[startup+0.108162 s]
/proc/loadavg: 1.02 1.03 1.00 3/91 18538
/proc/meminfo: memFree=573116/2074464 swapFree=1953004/1959888
[pid=18538] ppid=18536 vsize=2416 CPUtime=0
/proc/18538/stat : 18538 (SatELiteGTI) S 18536 18538 9090 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1021998041 2473984 277 4294967295 134512640 135169312 3221041952 3221040488 3085623022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18538/statm: 604 277 235 161 0 43 0
[pid=18542] ppid=18538 vsize=16940 CPUtime=0.11
/proc/18542/stat : 18542 (SatELite_releas) R 18538 18538 9090 0 -1 4202496 3699 0 0 0 8 3 0 0 18 0 1 0 1021998042 17346560 3635 4294967295 134512640 135223648 3213327280 3213326160 134543095 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18542/statm: 4235 3636 46 174 0 4060 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 19356

[startup+0.218156 s]
/proc/loadavg: 1.02 1.03 1.00 3/91 18538
/proc/meminfo: memFree=573116/2074464 swapFree=1953004/1959888
[pid=18538] ppid=18536 vsize=2416 CPUtime=0
/proc/18538/stat : 18538 (SatELiteGTI) S 18536 18538 9090 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1021998041 2473984 277 4294967295 134512640 135169312 3221041952 3221040488 3085623022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18538/statm: 604 277 235 161 0 43 0
[pid=18542] ppid=18538 vsize=33372 CPUtime=0.22
/proc/18542/stat : 18542 (SatELite_releas) R 18538 18538 9090 0 -1 4202496 7285 0 0 0 15 7 0 0 18 0 1 0 1021998042 34172928 7221 4294967295 134512640 135223648 3213327280 3213326232 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18542/statm: 8343 7222 46 174 0 8168 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 35788

[startup+0.31815 s]
/proc/loadavg: 1.02 1.03 1.00 3/91 18538
/proc/meminfo: memFree=573116/2074464 swapFree=1953004/1959888
[pid=18538] ppid=18536 vsize=2416 CPUtime=0
/proc/18538/stat : 18538 (SatELiteGTI) S 18536 18538 9090 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1021998041 2473984 277 4294967295 134512640 135169312 3221041952 3221040488 3085623022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18538/statm: 604 277 235 161 0 43 0
[pid=18542] ppid=18538 vsize=43240 CPUtime=0.32
/proc/18542/stat : 18542 (SatELite_releas) R 18538 18538 9090 0 -1 4202496 10465 0 0 0 23 9 0 0 18 0 1 0 1021998042 44277760 10401 4294967295 134512640 135223648 3213327280 3213326232 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18542/statm: 10810 10401 46 174 0 10635 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 45656

[startup+0.718133 s]
/proc/loadavg: 1.02 1.03 1.00 3/91 18538
/proc/meminfo: memFree=573116/2074464 swapFree=1953004/1959888
[pid=18538] ppid=18536 vsize=2416 CPUtime=0
/proc/18538/stat : 18538 (SatELiteGTI) S 18536 18538 9090 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1021998041 2473984 277 4294967295 134512640 135169312 3221041952 3221040488 3085623022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18538/statm: 604 277 235 161 0 43 0
[pid=18542] ppid=18538 vsize=115556 CPUtime=0.72
/proc/18542/stat : 18542 (SatELite_releas) R 18538 18538 9090 0 -1 4202496 22953 0 0 0 57 15 0 0 19 0 1 0 1021998042 118329344 22889 4294967295 134512640 135223648 3213327280 3213326160 134543095 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18542/statm: 28889 22890 46 174 0 28714 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 117972

[startup+1.51809 s]
/proc/loadavg: 1.02 1.03 1.00 2/93 18543
/proc/meminfo: memFree=426020/2074464 swapFree=1953004/1959888
[pid=18538] ppid=18536 vsize=2416 CPUtime=0
/proc/18538/stat : 18538 (SatELiteGTI) S 18536 18538 9090 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1021998041 2473984 277 4294967295 134512640 135169312 3221041952 3221040488 3085623022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18538/statm: 604 277 235 161 0 43 0
[pid=18542] ppid=18538 vsize=182608 CPUtime=1.52
/proc/18542/stat : 18542 (SatELite_releas) R 18538 18538 9090 0 -1 4202496 44038 0 0 0 128 24 0 0 20 0 1 0 1021998042 186990592 40600 4294967295 134512640 135223648 3213327280 3213325048 134737406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18542/statm: 45652 40600 73 174 0 45477 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 185024

[startup+3.11802 s]
/proc/loadavg: 1.02 1.03 1.00 2/93 18543
/proc/meminfo: memFree=402856/2074464 swapFree=1953004/1959888
[pid=18538] ppid=18536 vsize=2416 CPUtime=0
/proc/18538/stat : 18538 (SatELiteGTI) S 18536 18538 9090 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1021998041 2473984 277 4294967295 134512640 135169312 3221041952 3221040488 3085623022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18538/statm: 604 277 235 161 0 43 0
[pid=18542] ppid=18538 vsize=190064 CPUtime=3.12
/proc/18542/stat : 18542 (SatELite_releas) R 18538 18538 9090 0 -1 4202496 45814 0 0 0 285 27 0 0 25 0 1 0 1021998042 194625536 42376 4294967295 134512640 135223648 3213327280 3213325136 134578190 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18542/statm: 47516 42376 73 174 0 47341 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 192480

[startup+6.31786 s]
/proc/loadavg: 1.10 1.05 1.01 2/93 18545
/proc/meminfo: memFree=364968/2074464 swapFree=1953004/1959888
[pid=18538] ppid=18536 vsize=2416 CPUtime=0
/proc/18538/stat : 18538 (SatELiteGTI) S 18536 18538 9090 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1021998041 2473984 277 4294967295 134512640 135169312 3221041952 3221040488 3085623022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18538/statm: 604 277 235 161 0 43 0
[pid=18542] ppid=18538 vsize=202408 CPUtime=6.32
/proc/18542/stat : 18542 (SatELite_releas) R 18538 18538 9090 0 -1 4202496 49003 0 0 0 598 34 0 0 25 0 1 0 1021998042 207265792 45170 4294967295 134512640 135223648 3213327280 3213325296 134586861 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18542/statm: 50602 45170 73 174 0 50427 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 204824

[startup+12.7076 s]
/proc/loadavg: 1.09 1.05 1.01 3/93 18546
/proc/meminfo: memFree=491480/2074464 swapFree=1953004/1959888
[pid=18538] ppid=18536 vsize=2420 CPUtime=8.77
/proc/18538/stat : 18538 (SatELiteGTI) S 18536 18538 9090 0 -1 4194304 386 53793 0 0 1 0 836 40 24 0 1 0 1021998041 2478080 278 4294967295 134512640 135169312 3221041952 3221038168 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/18538/statm: 605 278 235 161 0 44 0
[pid=18546] ppid=18538 vsize=35668 CPUtime=3.93
/proc/18546/stat : 18546 (minisat_static) R 18538 18538 9090 0 -1 4202496 8442 0 0 0 391 2 0 0 25 0 1 0 1021998918 36524032 8364 4294967295 134512640 135216591 3215488544 3215486736 134528804 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18546/statm: 8917 8364 75 172 0 8744 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 38088

Solver just ended. Dumping a history of the last processes samples

[startup+12.8076 s]
/proc/loadavg: 1.09 1.05 1.01 3/93 18546
/proc/meminfo: memFree=491480/2074464 swapFree=1953004/1959888
[pid=18538] ppid=18536 vsize=2420 CPUtime=8.77
/proc/18538/stat : 18538 (SatELiteGTI) S 18536 18538 9090 0 -1 4194304 386 53793 0 0 1 0 836 40 24 0 1 0 1021998041 2478080 278 4294967295 134512640 135169312 3221041952 3221038168 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/18538/statm: 605 278 235 161 0 44 0
[pid=18546] ppid=18538 vsize=35668 CPUtime=4.03
/proc/18546/stat : 18546 (minisat_static) R 18538 18538 9090 0 -1 4202496 8459 0 0 0 401 2 0 0 25 0 1 0 1021998918 36524032 8381 4294967295 134512640 135216591 3215488544 3215486736 134528860 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18546/statm: 8917 8381 75 172 0 8744 0
Current children cumulated CPU time (s) 12.8
Current children cumulated vsize (KiB) 38088

[startup+19.2072 s]
/proc/loadavg: 1.07 1.05 1.00 2/93 18546
/proc/meminfo: memFree=487592/2074464 swapFree=1953004/1959888
[pid=18538] ppid=18536 vsize=2420 CPUtime=8.77
/proc/18538/stat : 18538 (SatELiteGTI) S 18536 18538 9090 0 -1 4194304 386 53793 0 0 1 0 836 40 24 0 1 0 1021998041 2478080 278 4294967295 134512640 135169312 3221041952 3221038168 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/18538/statm: 605 278 235 161 0 44 0
[pid=18546] ppid=18538 vsize=39260 CPUtime=10.43
/proc/18546/stat : 18546 (minisat_static) R 18538 18538 9090 0 -1 4202496 9323 0 0 0 1041 2 0 0 25 0 1 0 1021998918 40202240 9245 4294967295 134512640 135216591 3215488544 3215486736 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18546/statm: 9815 9245 75 172 0 9642 0
Current children cumulated CPU time (s) 19.2
Current children cumulated vsize (KiB) 41680

[startup+20.8072 s]
/proc/loadavg: 1.07 1.05 1.00 2/93 18546
/proc/meminfo: memFree=487592/2074464 swapFree=1953004/1959888
[pid=18538] ppid=18536 vsize=2420 CPUtime=8.77
/proc/18538/stat : 18538 (SatELiteGTI) S 18536 18538 9090 0 -1 4194304 386 53793 0 0 1 0 836 40 24 0 1 0 1021998041 2478080 278 4294967295 134512640 135169312 3221041952 3221038168 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/18538/statm: 605 278 235 161 0 44 0
[pid=18546] ppid=18538 vsize=39260 CPUtime=12.03
/proc/18546/stat : 18546 (minisat_static) R 18538 18538 9090 0 -1 4202496 9346 0 0 0 1201 2 0 0 25 0 1 0 1021998918 40202240 9268 4294967295 134512640 135216591 3215488544 3215486736 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18546/statm: 9815 9268 75 172 0 9642 0
Current children cumulated CPU time (s) 20.8
Current children cumulated vsize (KiB) 41680

[startup+22.4071 s]
/proc/loadavg: 1.07 1.05 1.00 2/93 18546
/proc/meminfo: memFree=487500/2074464 swapFree=1953004/1959888
[pid=18538] ppid=18536 vsize=2420 CPUtime=8.77
/proc/18538/stat : 18538 (SatELiteGTI) S 18536 18538 9090 0 -1 4194304 386 53793 0 0 1 0 836 40 24 0 1 0 1021998041 2478080 278 4294967295 134512640 135169312 3221041952 3221038168 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/18538/statm: 605 278 235 161 0 44 0
[pid=18546] ppid=18538 vsize=39420 CPUtime=13.63
/proc/18546/stat : 18546 (minisat_static) R 18538 18538 9090 0 -1 4202496 9358 0 0 0 1361 2 0 0 25 0 1 0 1021998918 40366080 9280 4294967295 134512640 135216591 3215488544 3215486736 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18546/statm: 9855 9280 75 172 0 9682 0
Current children cumulated CPU time (s) 22.4
Current children cumulated vsize (KiB) 41840

[startup+23.2071 s]
/proc/loadavg: 1.07 1.04 1.00 2/93 18546
/proc/meminfo: memFree=487500/2074464 swapFree=1953004/1959888
[pid=18538] ppid=18536 vsize=2420 CPUtime=8.77
/proc/18538/stat : 18538 (SatELiteGTI) S 18536 18538 9090 0 -1 4194304 386 53793 0 0 1 0 836 40 24 0 1 0 1021998041 2478080 278 4294967295 134512640 135169312 3221041952 3221038168 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/18538/statm: 605 278 235 161 0 44 0
[pid=18546] ppid=18538 vsize=39420 CPUtime=14.43
/proc/18546/stat : 18546 (minisat_static) R 18538 18538 9090 0 -1 4202496 9358 0 0 0 1441 2 0 0 25 0 1 0 1021998918 40366080 9280 4294967295 134512640 135216591 3215488544 3215486736 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18546/statm: 9855 9280 75 172 0 9682 0
Current children cumulated CPU time (s) 23.2
Current children cumulated vsize (KiB) 41840

[startup+23.6071 s]
/proc/loadavg: 1.07 1.04 1.00 2/93 18546
/proc/meminfo: memFree=487500/2074464 swapFree=1953004/1959888
[pid=18538] ppid=18536 vsize=2936 CPUtime=23.59
/proc/18538/stat : 18538 (SatELiteGTI) S 18536 18538 9090 0 -1 4194304 476 63163 0 0 1 0 2316 42 18 0 1 0 1021998041 3006464 346 4294967295 134512640 135169312 3221041952 3221037336 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/18538/statm: 734 346 237 161 0 173 0
Current children cumulated CPU time (s) 23.59
Current children cumulated vsize (KiB) 2936

Child status: 20
Real time (s): 23.627
CPU time (s): 23.61
CPU user time (s): 23.17
CPU system time (s): 0.44
CPU usage (%): 99.9278
Max. virtual memory (cumulated for all children) (KiB): 210260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.17
system time used= 0.44
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63824
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22
involuntary context switches= 270

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi19 at 2009-05-17 17:42:55
IDJOB=1821863
IDBENCH=71688
IDSOLVER=658
FILE ID=tipi19/1821863-1242574975
PBS_JOBID=
Free space on /tmp= 8783 MiB

SOLVER NAME= minisat_cumr r-2009-03-18
BENCH NAME= SAT_RACE06/manol-pipe-c10nidw_s.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821863-1242574975/watcher-1821863-1242574975 -o /tmp/evaluation-result-1821863-1242574975/solver-1821863-1242574975 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821863-1242574975.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7989bb134c6f50cb418407e85e733980
RANDOM SEED= 691291327

Linux tipi19 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.39

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        573124 kB
Buffers:         52324 kB
Cached:        1322868 kB
SwapCached:       2992 kB
Active:         413632 kB
Inactive:       971088 kB
HighTotal:     1178688 kB
HighFree:        39624 kB
LowTotal:       895776 kB
LowFree:        533500 kB
SwapTotal:     1959888 kB
SwapFree:      1953004 kB
Dirty:           24016 kB
Writeback:           0 kB
AnonPages:        8860 kB
Mapped:           3280 kB
Slab:           107032 kB
PageTables:        632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87780 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8783 MiB
End job on tipi19 at 2009-05-17 17:43:21