Trace number 335799

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 (with assertions)? (TO) 1200.08 1200.51

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-php-025-024.sat05-1191.reshuffled-07.cnf
MD5SUM008fc87d1e2675d3850c6f6e4188c7eb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses7225
Sum of the clauses size15000
Maximum clause length24
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27200
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525

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:  600                                                  |
0.00/0.00	c |  Number of clauses:    7225                                                 |
0.00/0.00	c |  Parsing time:         0.01         s                                       |
0.00/0.05	c ============================[ Search Statistics ]==============================
0.00/0.05	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.05	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.05	c ===============================================================================
0.00/0.05	c |         0 |     575     7200    27600 |     2400        0    nan |  0.000 % |
0.00/0.06	c |       101 |     575     7200    27600 |     2640      101    100 |  0.000 % |
0.06/0.08	c |       251 |     575     7200    27600 |     2904      251    121 |  0.007 % |
0.10/0.10	c |       476 |     575     7200    27600 |     3194      476    132 |  0.007 % |
0.10/0.13	c |       813 |     575     7200    27600 |     3513      813    142 |  0.007 % |
0.10/0.17	c |      1319 |     575     7200    27600 |     3865     1319    153 |  0.007 % |
0.20/0.27	c |      2080 |     575     7200    27600 |     4251     2080    165 |  0.007 % |
0.39/0.43	c |      3219 |     575     7200    27600 |     4676     3219    175 |  0.007 % |
0.69/0.73	c |      4927 |     575     7200    27600 |     5144     4927    180 |  0.007 % |
1.09/1.19	c |      7493 |     575     7200    27600 |     5659     4685    189 |  0.000 % |
2.19/2.25	c |     11337 |     575     7200    27600 |     6224     5459    211 |  0.000 % |
3.99/4.09	c |     17107 |     575     7200    27600 |     6847     4505    249 |  0.007 % |
7.09/7.10	c |     25757 |     575     7200    27600 |     7532     5833    239 |  0.007 % |
12.29/12.33	c |     38731 |     575     7200    27600 |     8285     6789    233 |  0.007 % |
20.18/20.28	c |     58195 |     575     7200    27600 |     9113     8743    228 |  0.007 % |
35.58/35.64	c |     87387 |     575     7200    27600 |    10025     9152    272 |  0.007 % |
64.07/64.16	c |    131176 |     575     7200    27600 |    11027     5719    269 |  0.007 % |
106.45/106.50	c |    196862 |     575     7200    27600 |    12130     8234    259 |  0.007 % |
170.93/171.01	c |    295390 |     575     7200    27600 |    13343    12308    269 |  0.000 % |
281.39/281.58	c |    443182 |     575     7200    27600 |    14678     8209    286 |  0.007 % |
458.43/458.64	c |    664866 |     575     7200    27600 |    16145    10403    272 |  0.007 % |
727.83/728.17	c |    997391 |     575     7200    27600 |    17760    10907    256 |  0.000 % |
1138.08/1138.52	c |   1496179 |     575     7200    27600 |    19536    17948    225 |  0.007 % |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node45/watcher-335799-1173634512 -o ROOT/results/node45/solver-335799-1173634512 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335799-1173634512/minisat /tmp/evaluation/335799-1173634512/instance-335799-1173634512.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): 2400 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: 1.03 1.03 1.00 3/64 11102
/proc/meminfo: memFree=1910184/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=2020 CPUtime=0
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 189 0 0 0 0 0 0 0 18 0 1 0 89426979 2068480 173 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134710340 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 505 173 58 138 0 364 0

[startup+0.0699701 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 11102
/proc/meminfo: memFree=1910184/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=2412 CPUtime=0.06
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 310 0 0 0 6 0 0 0 18 0 1 0 89426979 2469888 294 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134556284 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 603 294 73 138 0 462 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2412

[startup+0.101975 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 11102
/proc/meminfo: memFree=1910184/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=2412 CPUtime=0.1
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 310 0 0 0 10 0 0 0 18 0 1 0 89426979 2469888 294 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551022 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 603 294 73 138 0 462 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2412

[startup+0.302011 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 11102
/proc/meminfo: memFree=1910184/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=3864 CPUtime=0.29
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 658 0 0 0 29 0 0 0 19 0 1 0 89426979 3956736 642 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 966 642 73 138 0 825 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3864

[startup+0.701083 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 11102
/proc/meminfo: memFree=1910184/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=5844 CPUtime=0.69
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 1150 0 0 0 69 0 0 0 22 0 1 0 89426979 5984256 1134 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 1461 1134 73 138 0 1320 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5844

[startup+1.50123 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 11103
/proc/meminfo: memFree=1905248/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=7428 CPUtime=1.49
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 1535 0 0 0 149 0 0 0 25 0 1 0 89426979 7606272 1519 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550720 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 1857 1519 73 138 0 1716 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7428

[startup+3.10152 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 11103
/proc/meminfo: memFree=1904160/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=8484 CPUtime=3.09
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 1829 0 0 0 308 1 0 0 25 0 1 0 89426979 8687616 1813 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550720 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 2121 1813 73 138 0 1980 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8484

[startup+6.3021 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 11103
/proc/meminfo: memFree=1901728/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=9804 CPUtime=6.29
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 2145 0 0 0 628 1 0 0 25 0 1 0 89426979 10039296 2129 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550692 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 2451 2129 73 138 0 2310 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9804

[startup+12.7013 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 11103
/proc/meminfo: memFree=1900600/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=11256 CPUtime=12.68
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 2522 0 0 0 1267 1 0 0 25 0 1 0 89426979 11526144 2506 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 2814 2506 73 138 0 2673 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11256

[startup+25.5016 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 11103
/proc/meminfo: memFree=1897792/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=13768 CPUtime=25.48
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 3142 0 0 0 2547 1 0 0 25 0 1 0 89426979 14098432 3126 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550713 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 3442 3126 73 138 0 3301 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13768

[startup+51.1012 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 11103
/proc/meminfo: memFree=1894528/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=16960 CPUtime=51.07
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 3944 0 0 0 5105 2 0 0 25 0 1 0 89426979 17367040 3928 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551019 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 4240 3928 73 138 0 4099 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 16960

[startup+102.306 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 11103
/proc/meminfo: memFree=1892992/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=18544 CPUtime=102.25
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 4328 0 0 0 10223 2 0 0 25 0 1 0 89426979 18989056 4312 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550713 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 4636 4312 73 138 0 4495 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 18544

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 11103
/proc/meminfo: memFree=1890176/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=21348 CPUtime=162.23
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 5010 0 0 0 16220 3 0 0 25 0 1 0 89426979 21860352 4994 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550706 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 5337 4994 73 138 0 5196 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 21348

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1886720/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=24808 CPUtime=222.21
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 5870 0 0 0 22218 3 0 0 25 0 1 0 89426979 25403392 5854 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550720 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 6202 5854 73 138 0 6061 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 24808

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1886272/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=25212 CPUtime=282.18
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 5977 0 0 0 28215 3 0 0 25 0 1 0 89426979 25817088 5961 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550713 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 6303 5961 73 138 0 6162 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 25212

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1884096/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=27336 CPUtime=342.16
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 6504 0 0 0 34212 4 0 0 25 0 1 0 89426979 27992064 6488 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550713 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 6834 6488 73 138 0 6693 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 27336

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1883840/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=27624 CPUtime=402.14
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 6580 0 0 0 40210 4 0 0 25 0 1 0 89426979 28286976 6564 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550741 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 6906 6564 73 138 0 6765 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 27624

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1883776/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=27624 CPUtime=462.13
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 6583 0 0 0 46208 5 0 0 25 0 1 0 89426979 28286976 6567 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550720 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 6906 6567 73 138 0 6765 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 27624

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1882176/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=29232 CPUtime=522.1
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 6976 0 0 0 52205 5 0 0 25 0 1 0 89426979 29933568 6960 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550631 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 7308 6960 73 138 0 7167 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 29232

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1880896/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=30536 CPUtime=582.08
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 7298 0 0 0 58202 6 0 0 25 0 1 0 89426979 31268864 7282 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550720 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 7634 7282 73 138 0 7493 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 30536

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1880704/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=30648 CPUtime=642.06
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 7338 0 0 0 64200 6 0 0 25 0 1 0 89426979 31383552 7320 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 7662 7320 73 138 0 7521 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 30648

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1880704/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=30532 CPUtime=702.04
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 7338 0 0 0 70198 6 0 0 25 0 1 0 89426979 31264768 7291 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550637 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 7633 7291 73 138 0 7492 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 30532

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1880704/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=30532 CPUtime=762.02
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 7338 0 0 0 76196 6 0 0 25 0 1 0 89426979 31264768 7291 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550713 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 7633 7291 73 138 0 7492 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 30532

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1880192/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=31212 CPUtime=821.99
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 7473 0 0 0 82193 6 0 0 25 0 1 0 89426979 31961088 7426 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550720 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 7803 7426 73 138 0 7662 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 31212

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1879104/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=32296 CPUtime=881.98
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 7741 0 0 0 88191 7 0 0 25 0 1 0 89426979 33071104 7694 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550556 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 8074 7694 73 138 0 7933 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 32296

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1878784/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=32588 CPUtime=941.95
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 7813 0 0 0 94188 7 0 0 25 0 1 0 89426979 33370112 7766 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134552688 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 8147 7766 73 138 0 8006 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 32588

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1877504/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=33908 CPUtime=1001.93
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 8143 0 0 0 100186 7 0 0 25 0 1 0 89426979 34721792 8096 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550713 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 8477 8096 73 138 0 8336 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 33908

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1877440/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=33908 CPUtime=1061.91
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 8143 0 0 0 106184 7 0 0 25 0 1 0 89426979 34721792 8096 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550713 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 8477 8096 73 138 0 8336 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 33908

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1877440/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=33908 CPUtime=1121.89
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 8143 0 0 0 112182 7 0 0 25 0 1 0 89426979 34721792 8096 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 8477 8096 73 138 0 8336 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 33908

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1877440/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=33908 CPUtime=1181.86
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 8143 0 0 0 118179 7 0 0 25 0 1 0 89426979 34721792 8096 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550573 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 8477 8096 73 138 0 8336 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 33908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1877440/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=33908 CPUtime=1200.06
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 8143 0 0 0 119999 7 0 0 25 0 1 0 89426979 34721792 8096 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550692 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 8477 8096 73 138 0 8336 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 33908

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11103
/proc/meminfo: memFree=1877440/2055920 swapFree=4183640/4192956
[pid=11102] ppid=11100 vsize=33908 CPUtime=1200.06
/proc/11102/stat : 11102 (minisat) R 11100 11102 10263 0 -1 4194304 8143 0 0 0 119999 7 0 0 25 0 1 0 89426979 34721792 8096 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550692 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 8477 8096 73 138 0 8336 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 33908

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1200
CPU system time (s): 0.082987
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 33908

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

runsolver used 0.777881 second user time and 2.51062 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Sun Mar 11 17:35:12 UTC 2007

IDJOB= 335799
IDBENCH= 24660
IDSOLVER= 109
FILE ID= node45/335799-1173634512

PBS_JOBID= 4101315

Free space on /tmp= 66379 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-php-025-024.sat05-1191.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335799-1173634512/minisat /tmp/evaluation/335799-1173634512/instance-335799-1173634512.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-335799-1173634512 -o ROOT/results/node45/solver-335799-1173634512 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335799-1173634512/minisat /tmp/evaluation/335799-1173634512/instance-335799-1173634512.cnf            

META MD5SUM SOLVER= 120abd248b069e44985635f055606c5a
MD5SUM BENCH=  008fc87d1e2675d3850c6f6e4188c7eb

RANDOM SEED= 409366819

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.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.265
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.265
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:       1910528 kB
Buffers:         12656 kB
Cached:          95928 kB
SwapCached:       3888 kB
Active:          27904 kB
Inactive:        91364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1910528 kB
SwapTotal:     4192956 kB
SwapFree:      4183640 kB
Dirty:            1092 kB
Writeback:           0 kB
Mapped:          15340 kB
Slab:            12156 kB
Committed_AS:   134236 kB
PageTables:       1396 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= 66379 MiB

End job on node45 on Sun Mar 11 17:55:15 UTC 2007