Trace number 422199

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.07 5001.51

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
counting-easier-php-018-014.sat05-1175.reshuffled-07.cnf
MD5SUMbc769deecd9ed9694b8be132b5bd15cd
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.2413
Satisfiable
(Un)Satisfiability was proved
Number of variables252
Number of clauses2160
Sum of the clauses size4536
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22142
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

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:  252                                                  |
0.00/0.00	c |  Number of clauses:    2160                                                 |
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 |     234     2142     7956 |      714        0    nan |  0.000 % |
0.00/0.01	c |       100 |     234     2142     7956 |      785      100     47 |  0.002 % |
0.00/0.02	c |       250 |     234     2142     7956 |      863      250     57 |  0.028 % |
0.00/0.02	c |       477 |     234     2142     7956 |      950      477     61 |  0.028 % |
0.00/0.04	c |       814 |     234     2142     7956 |     1045      814     66 |  0.028 % |
0.05/0.07	c |      1321 |     234     2142     7956 |     1149      713     70 |  0.028 % |
0.09/0.12	c |      2080 |     234     2142     7956 |     1264      818     68 |  0.028 % |
0.09/0.19	c |      3219 |     234     2142     7956 |     1391     1249     69 |  0.028 % |
0.29/0.31	c |      4928 |     234     2142     7956 |     1530     1419     72 |  0.028 % |
0.49/0.52	c |      7490 |     234     2142     7956 |     1683     1452     87 |  0.028 % |
0.79/0.89	c |     11334 |     234     2142     7956 |     1851     1634     86 |  0.028 % |
1.39/1.44	c |     17100 |     234     2142     7956 |     2037     1387     76 |  0.028 % |
2.20/2.30	c |     25749 |     234     2142     7956 |     2240     1280     75 |  0.028 % |
3.89/3.94	c |     38723 |     234     2142     7956 |     2464     2317     94 |  0.028 % |
6.39/6.47	c |     58184 |     234     2142     7956 |     2711     2206     99 |  0.028 % |
10.29/10.35	c |     87376 |     234     2142     7956 |     2982     2758     93 |  0.028 % |
16.88/16.91	c |    131168 |     234     2142     7956 |     3280     2700    101 |  0.002 % |
27.08/27.17	c |    196852 |     234     2142     7956 |     3608     3225     99 |  0.028 % |
42.08/42.18	c |    295379 |     234     2142     7956 |     3969     2263     88 |  0.028 % |
67.47/67.54	c |    443169 |     234     2142     7956 |     4366     3991    102 |  0.028 % |
108.56/108.63	c |    664852 |     234     2142     7956 |     4803     2304     91 |  0.028 % |
171.55/171.64	c |    997378 |     234     2142     7956 |     5283     3057     93 |  0.028 % |
271.53/271.68	c |   1496167 |     234     2142     7956 |     5812     5380    105 |  0.028 % |
428.38/428.54	c |   2244349 |     234     2142     7956 |     6393     3835     90 |  0.028 % |
681.12/681.36	c |   3366624 |     234     2142     7956 |     7032     5306     95 |  0.002 % |
1079.23/1079.69	c |   5050036 |     234     2142     7956 |     7735     3682     93 |  0.028 % |
1701.87/1702.49	c |   7575152 |     234     2142     7956 |     8509     4778     92 |  0.028 % |
2696.02/2696.85	c |  11362829 |     234     2142     7956 |     9360     5652     93 |  0.002 % |
4267.34/4268.56	c |  17044341 |     234     2142     7956 |    10296     9331     95 |  0.028 % |

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/node26/watcher-422199-1177530222 -o ROOT/results/node26/solver-422199-1177530222 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/422199-1177530222/minisat_noassertions /tmp/evaluation/422199-1177530222/instance-422199-1177530222.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.78 0.95 0.98 3/77 32268
/proc/meminfo: memFree=1587200/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=1856 CPUtime=0
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 200938980 1900544 126 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 464 127 62 130 0 331 0

[startup+0.0618541 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 32268
/proc/meminfo: memFree=1587200/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=2252 CPUtime=0.05
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 230 0 0 0 5 0 0 0 18 0 1 0 200938980 2306048 216 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 563 216 66 130 0 430 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2252

[startup+0.101858 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 32268
/proc/meminfo: memFree=1587200/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=2252 CPUtime=0.09
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 240 0 0 0 9 0 0 0 18 0 1 0 200938980 2306048 226 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 563 226 66 130 0 430 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2252

[startup+0.301876 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 32268
/proc/meminfo: memFree=1587200/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=2384 CPUtime=0.29
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 275 0 0 0 29 0 0 0 19 0 1 0 200938980 2441216 261 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 596 261 66 130 0 463 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2384

[startup+0.701914 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 32268
/proc/meminfo: memFree=1587200/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=2648 CPUtime=0.69
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 350 0 0 0 69 0 0 0 22 0 1 0 200938980 2711552 336 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548064 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 662 336 66 130 0 529 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2648

[startup+1.50199 s]
/proc/loadavg: 0.78 0.95 0.98 2/78 32269
/proc/meminfo: memFree=1585976/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=2780 CPUtime=1.49
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 388 0 0 0 149 0 0 0 25 0 1 0 200938980 2846720 374 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 695 374 66 130 0 562 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2780

[startup+3.10114 s]
/proc/loadavg: 0.78 0.95 0.98 2/78 32269
/proc/meminfo: memFree=1585720/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=3176 CPUtime=3.09
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 458 0 0 0 309 0 0 0 25 0 1 0 200938980 3252224 444 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552422 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 794 444 66 130 0 661 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3176

[startup+6.30143 s]
/proc/loadavg: 0.80 0.95 0.98 3/78 32269
/proc/meminfo: memFree=1585208/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=3572 CPUtime=6.29
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 556 0 0 0 629 0 0 0 25 0 1 0 200938980 3657728 542 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134557844 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 893 542 66 130 0 760 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3572

[startup+12.701 s]
/proc/loadavg: 0.81 0.95 0.98 2/78 32269
/proc/meminfo: memFree=1584696/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=3836 CPUtime=12.69
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 640 0 0 0 1269 0 0 0 25 0 1 0 200938980 3928064 626 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 959 626 66 130 0 826 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3836

[startup+25.5012 s]
/proc/loadavg: 0.85 0.95 0.98 2/78 32269
/proc/meminfo: memFree=1584248/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=4224 CPUtime=25.48
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 741 0 0 0 2548 0 0 0 25 0 1 0 200938980 4325376 727 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134689102 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 1056 727 66 130 0 923 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4224

[startup+51.1016 s]
/proc/loadavg: 0.90 0.96 0.98 2/78 32269
/proc/meminfo: memFree=1583608/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=4888 CPUtime=51.08
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 914 0 0 0 5107 1 0 0 25 0 1 0 200938980 5005312 900 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 1222 900 66 130 0 1089 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4888

[startup+102.305 s]
/proc/loadavg: 0.96 0.96 0.98 2/78 32269
/proc/meminfo: memFree=1582904/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=5552 CPUtime=102.27
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 1072 0 0 0 10226 1 0 0 25 0 1 0 200938980 5685248 1058 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134520981 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 1388 1058 66 130 0 1255 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5552

[startup+162.302 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 32269
/proc/meminfo: memFree=1582520/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=5936 CPUtime=162.25
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 1175 0 0 0 16223 2 0 0 25 0 1 0 200938980 6078464 1161 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 1484 1161 66 130 0 1351 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 5936

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 32269
/proc/meminfo: memFree=1581944/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=6480 CPUtime=222.23
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 1309 0 0 0 22221 2 0 0 25 0 1 0 200938980 6635520 1295 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 1620 1295 66 130 0 1487 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 6480

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 32269
/proc/meminfo: memFree=1581112/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=7412 CPUtime=282.22
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 1520 0 0 0 28219 3 0 0 25 0 1 0 200938980 7589888 1506 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 1853 1506 66 130 0 1720 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 7412

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 32269
/proc/meminfo: memFree=1580984/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=7412 CPUtime=342.2
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 1543 0 0 0 34217 3 0 0 25 0 1 0 200938980 7589888 1529 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 1853 1529 66 130 0 1720 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 7412

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 32269
/proc/meminfo: memFree=1580792/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=7676 CPUtime=402.19
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 1601 0 0 0 40215 4 0 0 25 0 1 0 200938980 7860224 1587 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 1919 1587 66 130 0 1786 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 7676

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 32269
/proc/meminfo: memFree=1580408/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=8072 CPUtime=462.18
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 1695 0 0 0 46213 5 0 0 25 0 1 0 200938980 8265728 1681 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 2018 1681 66 130 0 1885 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 8072

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 32269
/proc/meminfo: memFree=1580216/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=8204 CPUtime=522.16
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 1740 0 0 0 52211 5 0 0 25 0 1 0 200938980 8400896 1726 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547029 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 2051 1726 66 130 0 1918 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 8204

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 32269
/proc/meminfo: memFree=1580024/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=8468 CPUtime=582.15
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 1789 0 0 0 58209 6 0 0 25 0 1 0 200938980 8671232 1775 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 2117 1775 66 130 0 1984 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 8468

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 32269
/proc/meminfo: memFree=1580024/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=8468 CPUtime=642.14
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 1789 0 0 0 64208 6 0 0 25 0 1 0 200938980 8671232 1775 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 2117 1775 66 130 0 1984 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 8468


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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32469
/proc/meminfo: memFree=1576056/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=12292 CPUtime=4061.19
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 2777 0 0 0 406082 37 0 0 25 0 1 0 200938980 12587008 2738 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 3073 2738 66 130 0 2940 0
Current children cumulated CPU time (s) 4061.19
Current children cumulated vsize (KiB) 12292

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32469
/proc/meminfo: memFree=1576056/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=12292 CPUtime=4121.17
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 2777 0 0 0 412079 38 0 0 25 0 1 0 200938980 12587008 2738 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 3073 2738 66 130 0 2940 0
Current children cumulated CPU time (s) 4121.17
Current children cumulated vsize (KiB) 12292

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32469
/proc/meminfo: memFree=1576056/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=12292 CPUtime=4181.15
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 2777 0 0 0 418077 38 0 0 25 0 1 0 200938980 12587008 2738 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 3073 2738 66 130 0 2940 0
Current children cumulated CPU time (s) 4181.15
Current children cumulated vsize (KiB) 12292

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32469
/proc/meminfo: memFree=1576056/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=12292 CPUtime=4241.15
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 2777 0 0 0 424076 39 0 0 25 0 1 0 200938980 12587008 2738 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 3073 2738 66 130 0 2940 0
Current children cumulated CPU time (s) 4241.15
Current children cumulated vsize (KiB) 12292

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32469
/proc/meminfo: memFree=1575608/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=12712 CPUtime=4301.12
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 2886 0 0 0 430073 39 0 0 25 0 1 0 200938980 13017088 2847 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 3178 2847 66 130 0 3045 0
Current children cumulated CPU time (s) 4301.12
Current children cumulated vsize (KiB) 12712

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32469
/proc/meminfo: memFree=1575416/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=12956 CPUtime=4361.11
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 2947 0 0 0 436071 40 0 0 25 0 1 0 200938980 13266944 2905 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 3239 2905 66 130 0 3106 0
Current children cumulated CPU time (s) 4361.11
Current children cumulated vsize (KiB) 12956

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32469
/proc/meminfo: memFree=1575416/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=12956 CPUtime=4421.09
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 2947 0 0 0 442069 40 0 0 25 0 1 0 200938980 13266944 2905 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 3239 2905 66 130 0 3106 0
Current children cumulated CPU time (s) 4421.09
Current children cumulated vsize (KiB) 12956

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32469
/proc/meminfo: memFree=1575416/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=12956 CPUtime=4481.08
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 2947 0 0 0 448067 41 0 0 25 0 1 0 200938980 13266944 2905 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547082 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 3239 2905 66 130 0 3106 0
Current children cumulated CPU time (s) 4481.08
Current children cumulated vsize (KiB) 12956

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32469
/proc/meminfo: memFree=1575352/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=13088 CPUtime=4541.07
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 2965 0 0 0 454065 42 0 0 25 0 1 0 200938980 13402112 2923 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 3272 2923 66 130 0 3139 0
Current children cumulated CPU time (s) 4541.07
Current children cumulated vsize (KiB) 13088

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32469
/proc/meminfo: memFree=1575352/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=13072 CPUtime=4601.06
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 2966 0 0 0 460064 42 0 0 25 0 1 0 200938980 13385728 2924 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 3268 2924 66 130 0 3135 0
Current children cumulated CPU time (s) 4601.06
Current children cumulated vsize (KiB) 13072

[startup+4662.3 s]
/proc/loadavg: 1.12 1.03 1.01 2/84 32591
/proc/meminfo: memFree=1573880/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=13064 CPUtime=4660.98
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 2966 0 0 0 466055 43 0 0 25 0 1 0 200938980 13377536 2924 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 3266 2924 66 130 0 3133 0
Current children cumulated CPU time (s) 4660.98
Current children cumulated vsize (KiB) 13064

[startup+4722.31 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 32667
/proc/meminfo: memFree=1575160/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=13064 CPUtime=4720.92
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 2967 0 0 0 472049 43 0 0 25 0 1 0 200938980 13377536 2925 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 3266 2925 66 130 0 3133 0
Current children cumulated CPU time (s) 4720.92
Current children cumulated vsize (KiB) 13064

[startup+4782.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 32667
/proc/meminfo: memFree=1575160/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=13064 CPUtime=4780.91
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 2967 0 0 0 478047 44 0 0 25 0 1 0 200938980 13377536 2925 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 3266 2925 66 130 0 3133 0
Current children cumulated CPU time (s) 4780.91
Current children cumulated vsize (KiB) 13064

[startup+4842.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 32667
/proc/meminfo: memFree=1575224/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=13104 CPUtime=4840.89
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 2987 0 0 0 484045 44 0 0 25 0 1 0 200938980 13418496 2945 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 3276 2945 66 130 0 3143 0
Current children cumulated CPU time (s) 4840.89
Current children cumulated vsize (KiB) 13104

[startup+4902.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 32667
/proc/meminfo: memFree=1575224/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=13096 CPUtime=4900.88
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 2987 0 0 0 490043 45 0 0 25 0 1 0 200938980 13410304 2945 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 3274 2945 66 130 0 3141 0
Current children cumulated CPU time (s) 4900.88
Current children cumulated vsize (KiB) 13096

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32667
/proc/meminfo: memFree=1575224/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=13096 CPUtime=4960.86
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 2987 0 0 0 496041 45 0 0 25 0 1 0 200938980 13410304 2945 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545993 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 3274 2945 66 130 0 3141 0
Current children cumulated CPU time (s) 4960.86
Current children cumulated vsize (KiB) 13096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32667
/proc/meminfo: memFree=1575224/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=13096 CPUtime=5000.06
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 2987 0 0 0 499960 46 0 0 25 0 1 0 200938980 13410304 2945 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548076 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 3274 2945 66 130 0 3141 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 13096

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

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

[startup+5001.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32667
/proc/meminfo: memFree=1575224/2055920 swapFree=4170240/4192956
[pid=32268] ppid=32266 vsize=13096 CPUtime=5000.06
/proc/32268/stat : 32268 (minisat_noasser) R 32266 32268 32212 0 -1 4194304 2987 0 0 0 499960 46 0 0 25 0 1 0 200938980 13410304 2945 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548076 0 0 4096 3 0 0 0 17 1 0 0
/proc/32268/statm: 3274 2945 66 130 0 3141 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 13096

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.51
CPU time (s): 5000.07
CPU user time (s): 4999.6
CPU system time (s): 0.465929
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 13196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.6
system time used= 0.465929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2987
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= 86917

runsolver used 4.13237 second user time and 10.0205 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Wed Apr 25 19:43:42 UTC 2007

IDJOB= 422199
IDBENCH= 24729
IDSOLVER= 189
FILE ID= node26/422199-1177530222

PBS_JOBID= 4686061

Free space on /tmp= 66435 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/sabharwal/counting-easier-php-018-014.sat05-1175.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/422199-1177530222/minisat_noassertions /tmp/evaluation/422199-1177530222/instance-422199-1177530222.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-422199-1177530222 -o ROOT/results/node26/solver-422199-1177530222 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/422199-1177530222/minisat_noassertions /tmp/evaluation/422199-1177530222/instance-422199-1177530222.cnf

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  bc769deecd9ed9694b8be132b5bd15cd

RANDOM SEED= 971006545

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.213
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.213
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:       1587608 kB
Buffers:         49644 kB
Cached:         325736 kB
SwapCached:       3516 kB
Active:         247228 kB
Inactive:       151180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587608 kB
SwapTotal:     4192956 kB
SwapFree:      4170240 kB
Dirty:            1684 kB
Writeback:           0 kB
Mapped:          30280 kB
Slab:            55536 kB
Committed_AS:  1216676 kB
PageTables:       1716 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= 66435 MiB

End job on node26 on Wed Apr 25 21:07:05 UTC 2007