Trace number 424798

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, and are wall clock time (not CPU 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 SAT 2007? (TO) 5000.06 5002.11

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S1481093667-06.UNSAT.shuffled.cnf
MD5SUMbd3636480ccd2ac89b0fc1e6396aab86
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark839.076
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  100                                                  |
0.00/0.00	c |  Number of clauses:    2130                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     100     2130    10650 |      710        0    nan |  0.000 % |
0.00/0.01	c |       101 |     100     2130    10650 |      781      101     23 |  0.010 % |
0.00/0.01	c |       251 |     100     2130    10650 |      859      251     22 |  0.010 % |
0.00/0.02	c |       476 |     100     2130    10650 |      945      476     21 |  0.010 % |
0.00/0.03	c |       813 |     100     2130    10650 |     1039      813     21 |  0.010 % |
0.00/0.04	c |      1319 |     100     2130    10650 |     1143      786     21 |  0.010 % |
0.00/0.07	c |      2078 |     100     2130    10650 |     1257      962     21 |  0.010 % |
0.10/0.10	c |      3217 |     100     2130    10650 |     1383      820     20 |  0.010 % |
0.10/0.16	c |      4926 |     100     2130    10650 |     1521     1118     21 |  0.010 % |
0.20/0.25	c |      7488 |     100     2130    10650 |     1674     1365     21 |  0.010 % |
0.30/0.38	c |     11334 |     100     2130    10650 |     1841      966     19 |  0.010 % |
0.50/0.59	c |     17102 |     100     2130    10650 |     2025     1138     19 |  0.010 % |
0.90/0.92	c |     25752 |     100     2130    10650 |     2228     1589     20 |  0.010 % |
1.40/1.43	c |     38728 |     100     2130    10650 |     2451     2146     21 |  0.010 % |
2.20/2.23	c |     58189 |     100     2130    10650 |     2696     1782     20 |  0.010 % |
3.39/3.46	c |     87383 |     100     2130    10650 |     2965     2353     20 |  0.010 % |
5.29/5.36	c |    131172 |     100     2130    10650 |     3262     2779     19 |  0.010 % |
8.29/8.32	c |    196856 |     100     2130    10650 |     3588     2680     19 |  0.010 % |
12.89/12.95	c |    295382 |     100     2130    10650 |     3947     3588     20 |  0.010 % |
20.08/20.10	c |    443171 |     100     2130    10650 |     4342     2384     20 |  0.010 % |
31.18/31.23	c |    664854 |     100     2130    10650 |     4776     3490     20 |  0.010 % |
48.58/48.63	c |    997379 |     100     2130    10650 |     5254     4740     20 |  0.010 % |
75.77/75.82	c |   1496167 |     100     2130    10650 |     5779     4582     19 |  0.010 % |
118.55/118.69	c |   2244349 |     100     2130    10650 |     6357     3942     19 |  0.010 % |
185.62/185.79	c |   3366624 |     100     2130    10650 |     6993     6148     20 |  0.010 % |
290.99/291.22	c |   5050037 |     100     2130    10650 |     7692     5117     21 |  0.010 % |
458.23/458.55	c |   7575154 |     100     2130    10650 |     8461     6518     20 |  0.010 % |
721.33/721.77	c |  11362830 |     100     2130    10650 |     9308     5340     20 |  0.010 % |
1140.37/1140.90	c |  17044343 |     100     2130    10650 |    10238     8073     19 |  0.010 % |
1797.94/1798.73	c |  25566612 |     100     2130    10650 |    11262     8512     19 |  0.010 % |
2861.34/2862.57	c |  38350017 |     100     2130    10650 |    12389    10982     19 |  0.010 % |
4545.12/4547.02	c |  57525124 |     100     2130    10650 |    13627     9880     19 |  0.010 % |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node42/watcher-424798-1177628268 -o ROOT/results/node42/solver-424798-1177628268 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/424798-1177628268/minisat_noassertions /tmp/evaluation/424798-1177628268/instance-424798-1177628268.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 16862
/proc/meminfo: memFree=1686880/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=1856 CPUtime=0
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 210738723 1900544 132 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 464 132 62 130 0 331 0

[startup+0.0824659 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 16862
/proc/meminfo: memFree=1686880/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=1988 CPUtime=0.08
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 174 0 0 0 8 0 0 0 18 0 1 0 210738723 2035712 160 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 497 160 66 130 0 364 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1988

[startup+0.10247 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 16862
/proc/meminfo: memFree=1686880/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=1988 CPUtime=0.1
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 174 0 0 0 10 0 0 0 18 0 1 0 210738723 2035712 160 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 497 160 66 130 0 364 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1988

[startup+0.302508 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 16862
/proc/meminfo: memFree=1686880/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=1988 CPUtime=0.3
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 196 0 0 0 30 0 0 0 19 0 1 0 210738723 2035712 182 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 497 182 66 130 0 364 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1988

[startup+0.701583 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 16862
/proc/meminfo: memFree=1686880/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=2120 CPUtime=0.7
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 216 0 0 0 70 0 0 0 23 0 1 0 210738723 2170880 202 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 530 202 66 130 0 397 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2120

[startup+1.50174 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 16863
/proc/meminfo: memFree=1686232/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=2252 CPUtime=1.5
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 246 0 0 0 150 0 0 0 25 0 1 0 210738723 2306048 232 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 563 232 66 130 0 430 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2252

[startup+3.10104 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 16863
/proc/meminfo: memFree=1686040/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=2388 CPUtime=3.09
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 268 0 0 0 309 0 0 0 25 0 1 0 210738723 2445312 254 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552828 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 597 254 66 130 0 464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2388

[startup+6.30165 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 16863
/proc/meminfo: memFree=1685784/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=2524 CPUtime=6.29
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 312 0 0 0 629 0 0 0 25 0 1 0 210738723 2584576 298 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 631 298 66 130 0 498 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2524

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 16863
/proc/meminfo: memFree=1685528/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=2676 CPUtime=12.69
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 356 0 0 0 1269 0 0 0 25 0 1 0 210738723 2740224 342 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552431 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 669 342 66 130 0 536 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2676

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 16863
/proc/meminfo: memFree=1685272/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=2948 CPUtime=25.48
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 420 0 0 0 2548 0 0 0 25 0 1 0 210738723 3018752 406 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546894 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 737 406 66 130 0 604 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2948

[startup+51.1022 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 16863
/proc/meminfo: memFree=1684952/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=3216 CPUtime=51.08
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 497 0 0 0 5107 1 0 0 25 0 1 0 210738723 3293184 483 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 804 483 66 130 0 671 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3216

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 16863
/proc/meminfo: memFree=1684568/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=3620 CPUtime=102.26
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 573 0 0 0 10225 1 0 0 25 0 1 0 210738723 3706880 559 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547310 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 905 559 66 130 0 772 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3620

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16863
/proc/meminfo: memFree=1684312/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=3760 CPUtime=162.23
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 633 0 0 0 16222 1 0 0 25 0 1 0 210738723 3850240 619 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 940 619 66 130 0 807 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 3760

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 17019
/proc/meminfo: memFree=1682592/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=4032 CPUtime=222.14
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 696 0 0 0 22213 1 0 0 25 0 1 0 210738723 4128768 682 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1008 682 66 130 0 875 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 4032

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17061
/proc/meminfo: memFree=1683800/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=4164 CPUtime=282.09
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 724 0 0 0 28207 2 0 0 25 0 1 0 210738723 4263936 710 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1041 710 66 130 0 908 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 4164

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17061
/proc/meminfo: memFree=1683736/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=4164 CPUtime=342.07
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 742 0 0 0 34205 2 0 0 25 0 1 0 210738723 4263936 728 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545958 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1041 728 66 130 0 908 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 4164

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17061
/proc/meminfo: memFree=1683608/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=4308 CPUtime=402.05
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 775 0 0 0 40202 3 0 0 25 0 1 0 210738723 4411392 761 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1077 761 66 130 0 944 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 4308

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17061
/proc/meminfo: memFree=1683480/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=4440 CPUtime=462.03
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 798 0 0 0 46200 3 0 0 25 0 1 0 210738723 4546560 784 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1110 784 66 130 0 977 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 4440

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17061
/proc/meminfo: memFree=1683544/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=4580 CPUtime=522
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 831 0 0 0 52197 3 0 0 25 0 1 0 210738723 4689920 817 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1145 817 66 130 0 1012 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 4580

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17061
/proc/meminfo: memFree=1683544/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=4728 CPUtime=581.99
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 848 0 0 0 58195 4 0 0 25 0 1 0 210738723 4841472 834 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1182 834 66 130 0 1049 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 4728

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17061
/proc/meminfo: memFree=1683480/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=4728 CPUtime=641.97
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 850 0 0 0 64193 4 0 0 25 0 1 0 210738723 4841472 836 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546882 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1182 836 66 130 0 1049 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 4728


################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 17261
/proc/meminfo: memFree=1681176/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=6788 CPUtime=4060.6
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 1341 0 0 0 406030 30 0 0 25 0 1 0 210738723 6950912 1327 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1697 1327 66 130 0 1564 0
Current children cumulated CPU time (s) 4060.6
Current children cumulated vsize (KiB) 6788

[startup+4122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 17261
/proc/meminfo: memFree=1681368/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=6788 CPUtime=4120.57
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 1348 0 0 0 412027 30 0 0 25 0 1 0 210738723 6950912 1334 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552742 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1697 1334 66 130 0 1564 0
Current children cumulated CPU time (s) 4120.57
Current children cumulated vsize (KiB) 6788

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17261
/proc/meminfo: memFree=1681368/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=6788 CPUtime=4180.55
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 1348 0 0 0 418024 31 0 0 25 0 1 0 210738723 6950912 1334 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1697 1334 66 130 0 1564 0
Current children cumulated CPU time (s) 4180.55
Current children cumulated vsize (KiB) 6788

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17261
/proc/meminfo: memFree=1681304/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=6788 CPUtime=4240.52
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 1355 0 0 0 424021 31 0 0 25 0 1 0 210738723 6950912 1341 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546907 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1697 1341 66 130 0 1564 0
Current children cumulated CPU time (s) 4240.52
Current children cumulated vsize (KiB) 6788

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17261
/proc/meminfo: memFree=1681240/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=6788 CPUtime=4300.51
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 1363 0 0 0 430019 32 0 0 25 0 1 0 210738723 6950912 1349 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134551336 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1697 1349 66 130 0 1564 0
Current children cumulated CPU time (s) 4300.51
Current children cumulated vsize (KiB) 6788

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17261
/proc/meminfo: memFree=1681304/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=6788 CPUtime=4360.48
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 1363 0 0 0 436016 32 0 0 25 0 1 0 210738723 6950912 1349 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547176 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1697 1349 66 130 0 1564 0
Current children cumulated CPU time (s) 4360.48
Current children cumulated vsize (KiB) 6788

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17261
/proc/meminfo: memFree=1681304/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=6788 CPUtime=4420.46
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 1363 0 0 0 442013 33 0 0 25 0 1 0 210738723 6950912 1349 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1697 1349 66 130 0 1564 0
Current children cumulated CPU time (s) 4420.46
Current children cumulated vsize (KiB) 6788

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17261
/proc/meminfo: memFree=1681304/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=6788 CPUtime=4480.44
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 1363 0 0 0 448011 33 0 0 25 0 1 0 210738723 6950912 1349 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1697 1349 66 130 0 1564 0
Current children cumulated CPU time (s) 4480.44
Current children cumulated vsize (KiB) 6788

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17261
/proc/meminfo: memFree=1681176/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=6944 CPUtime=4540.42
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 1377 0 0 0 454008 34 0 0 25 0 1 0 210738723 7110656 1363 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1736 1363 66 130 0 1603 0
Current children cumulated CPU time (s) 4540.42
Current children cumulated vsize (KiB) 6944

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17261
/proc/meminfo: memFree=1681176/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=6944 CPUtime=4600.4
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 1390 0 0 0 460006 34 0 0 25 0 1 0 210738723 7110656 1376 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134555526 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1736 1376 66 130 0 1603 0
Current children cumulated CPU time (s) 4600.4
Current children cumulated vsize (KiB) 6944

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17261
/proc/meminfo: memFree=1681112/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=6944 CPUtime=4660.38
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 1397 0 0 0 466003 35 0 0 25 0 1 0 210738723 7110656 1383 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1736 1383 66 130 0 1603 0
Current children cumulated CPU time (s) 4660.38
Current children cumulated vsize (KiB) 6944

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17261
/proc/meminfo: memFree=1681048/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=7104 CPUtime=4720.35
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 1411 0 0 0 472000 35 0 0 25 0 1 0 210738723 7274496 1397 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1776 1397 66 130 0 1643 0
Current children cumulated CPU time (s) 4720.35
Current children cumulated vsize (KiB) 7104

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17261
/proc/meminfo: memFree=1681048/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=7104 CPUtime=4780.33
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 1412 0 0 0 477997 36 0 0 25 0 1 0 210738723 7274496 1398 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134555526 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1776 1398 66 130 0 1643 0
Current children cumulated CPU time (s) 4780.33
Current children cumulated vsize (KiB) 7104

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17261
/proc/meminfo: memFree=1681048/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=7104 CPUtime=4840.31
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 1412 0 0 0 483995 36 0 0 25 0 1 0 210738723 7274496 1398 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1776 1398 66 130 0 1643 0
Current children cumulated CPU time (s) 4840.31
Current children cumulated vsize (KiB) 7104

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17261
/proc/meminfo: memFree=1681048/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=7104 CPUtime=4900.28
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 1427 0 0 0 489992 36 0 0 25 0 1 0 210738723 7274496 1413 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1776 1413 66 130 0 1643 0
Current children cumulated CPU time (s) 4900.28
Current children cumulated vsize (KiB) 7104

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17261
/proc/meminfo: memFree=1680984/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=7104 CPUtime=4960.26
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 1427 0 0 0 495989 37 0 0 25 0 1 0 210738723 7274496 1413 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546862 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1776 1413 66 130 0 1643 0
Current children cumulated CPU time (s) 4960.26
Current children cumulated vsize (KiB) 7104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17261
/proc/meminfo: memFree=1680984/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=7260 CPUtime=5000.05
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 1441 0 0 0 499968 37 0 0 25 0 1 0 210738723 7434240 1427 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1815 1427 66 130 0 1682 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 7260

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17261
/proc/meminfo: memFree=1680984/2055920 swapFree=4147484/4192956
[pid=16862] ppid=16860 vsize=7260 CPUtime=5000.05
/proc/16862/stat : 16862 (minisat_noasser) R 16860 16862 16569 0 -1 4194304 1441 0 0 0 499968 37 0 0 25 0 1 0 210738723 7434240 1427 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/16862/statm: 1815 1427 66 130 0 1682 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 7260

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5002.11
CPU time (s): 5000.06
CPU user time (s): 4999.68
CPU system time (s): 0.380942
CPU usage (%): 99.9591
Max. virtual memory (cumulated for all children) (KiB): 7260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.68
system time used= 0.380942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1441
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= 6
involuntary context switches= 102447

runsolver used 3.98239 second user time and 10.9543 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Thu Apr 26 22:57:48 UTC 2007

IDJOB= 424798
IDBENCH= 19854
IDSOLVER= 189
FILE ID= node42/424798-1177628268

PBS_JOBID= 4697237

Free space on /tmp= 66472 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S1481093667-06.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/424798-1177628268/minisat_noassertions /tmp/evaluation/424798-1177628268/instance-424798-1177628268.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-424798-1177628268 -o ROOT/results/node42/solver-424798-1177628268 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/424798-1177628268/minisat_noassertions /tmp/evaluation/424798-1177628268/instance-424798-1177628268.cnf

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  bd3636480ccd2ac89b0fc1e6396aab86

RANDOM SEED= 993575125

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1687352 kB
Buffers:         41676 kB
Cached:         235036 kB
SwapCached:      14464 kB
Active:         199652 kB
Inactive:       100624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1687352 kB
SwapTotal:     4192956 kB
SwapFree:      4147484 kB
Dirty:            1528 kB
Writeback:           0 kB
Mapped:          30492 kB
Slab:            53668 kB
Committed_AS:  3621784 kB
PageTables:       1912 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66472 MiB

End job on node42 on Fri Apr 27 00:21:13 UTC 2007