Trace number 369230

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
CMUSAT 2007-02-08? (TO) 5000.1 5001.55

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l5.sat05-522.reshuffled-07.cnf
MD5SUM938806a23cb5c9ff1ce606734695c30f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2138
Satisfiable
(Un)Satisfiability was proved
Number of variables4478
Number of clauses18519
Sum of the clauses size54202
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317164
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  4478                                                 |
0.00/0.02	c |  Number of clauses:    18519                                                |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-369230-1177256115 -o ROOT/results/node11/solver-369230-1177256115 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/369230-1177256115/cmusat /tmp/evaluation/369230-1177256115/instance-369230-1177256115.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: 1.00 0.99 0.99 3/77 7401
/proc/meminfo: memFree=1607336/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=2936 CPUtime=0
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 410 0 0 0 0 0 0 0 18 0 1 0 166660456 3006464 393 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134551386 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 734 393 96 243 0 488 0

[startup+0.0620419 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 7401
/proc/meminfo: memFree=1607336/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=4944 CPUtime=0.05
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 861 0 0 0 5 0 0 0 18 0 1 0 166660456 5062656 845 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135095640 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 1236 849 108 243 0 990 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4944

[startup+0.101046 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 7401
/proc/meminfo: memFree=1607336/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=5156 CPUtime=0.09
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 937 0 0 0 9 0 0 0 18 0 1 0 166660456 5279744 920 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530508 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 1289 920 108 243 0 1043 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5156

[startup+0.301069 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 7401
/proc/meminfo: memFree=1607336/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=4688 CPUtime=0.29
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 1580 0 0 0 29 0 0 0 19 0 1 0 166660456 4800512 743 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 1172 743 118 243 0 926 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4688

[startup+0.701117 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 7401
/proc/meminfo: memFree=1607336/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=5216 CPUtime=0.69
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 1701 0 0 0 69 0 0 0 23 0 1 0 166660456 5341184 864 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134581815 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 1304 864 118 243 0 1058 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5216

[startup+1.50121 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7402
/proc/meminfo: memFree=1604960/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=6008 CPUtime=1.49
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 1944 0 0 0 149 0 0 0 25 0 1 0 166660456 6152192 1107 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134582191 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 1502 1107 118 243 0 1256 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6008

[startup+3.1014 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7402
/proc/meminfo: memFree=1603360/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=8188 CPUtime=3.09
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 2531 0 0 0 309 0 0 0 25 0 1 0 166660456 8384512 1645 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 2047 1645 118 243 0 1801 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8188

[startup+6.30178 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7402
/proc/meminfo: memFree=1601184/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=9396 CPUtime=6.29
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 3027 0 0 0 628 1 0 0 25 0 1 0 166660456 9621504 1986 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134581471 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 2349 1986 118 243 0 2103 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9396

[startup+12.7015 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7402
/proc/meminfo: memFree=1599328/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=11524 CPUtime=12.69
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 3672 0 0 0 1268 1 0 0 25 0 1 0 166660456 11800576 2519 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589545 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 2881 2519 118 243 0 2635 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11524

[startup+25.5011 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7402
/proc/meminfo: memFree=1594528/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=15392 CPUtime=25.48
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 4921 0 0 0 2546 2 0 0 25 0 1 0 166660456 15761408 3518 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590140 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 3848 3518 118 243 0 3602 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15392

[startup+51.1011 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7402
/proc/meminfo: memFree=1585632/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=25072 CPUtime=51.07
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 7423 0 0 0 5104 3 0 0 25 0 1 0 166660456 25673728 5738 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590144 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 6268 5738 118 243 0 6022 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 25072

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7402
/proc/meminfo: memFree=1575712/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=34788 CPUtime=102.26
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 10296 0 0 0 10221 5 0 0 25 0 1 0 166660456 35622912 8220 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 8697 8220 118 243 0 8451 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 34788

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7402
/proc/meminfo: memFree=1548064/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=64104 CPUtime=162.24
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 18272 0 0 0 16214 10 0 0 25 0 1 0 166660456 65642496 15122 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590121 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 16026 15122 118 243 0 15780 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 64104

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7402
/proc/meminfo: memFree=1547552/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=64200 CPUtime=222.23
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 18714 0 0 0 22212 11 0 0 25 0 1 0 166660456 65740800 15252 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 16050 15252 118 243 0 15804 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 64200

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7402
/proc/meminfo: memFree=1546848/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=64448 CPUtime=282.22
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 19243 0 0 0 28210 12 0 0 25 0 1 0 166660456 65994752 15419 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 16112 15419 118 243 0 15866 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 64448

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7402
/proc/meminfo: memFree=1539872/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=71304 CPUtime=342.2
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 21226 0 0 0 34206 14 0 0 25 0 1 0 166660456 73015296 17166 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 17826 17166 118 243 0 17580 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 71304

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7402
/proc/meminfo: memFree=1533344/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=77716 CPUtime=402.18
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 23095 0 0 0 40201 17 0 0 25 0 1 0 166660456 79581184 18782 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 19429 18782 118 243 0 19183 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 77716

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7402
/proc/meminfo: memFree=1528352/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=82420 CPUtime=462.16
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 24590 0 0 0 46197 19 0 0 25 0 1 0 166660456 84398080 20039 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590188 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 20605 20039 118 243 0 20359 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 82420

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7403
/proc/meminfo: memFree=1524000/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=86512 CPUtime=522.14
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 25962 0 0 0 52193 21 0 0 25 0 1 0 166660456 88588288 21119 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 21628 21119 118 243 0 21382 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 86512

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7404
/proc/meminfo: memFree=1480416/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=134200 CPUtime=582.14
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 37961 0 0 0 58188 26 0 0 25 0 1 0 166660456 137420800 31986 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590157 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 33550 31986 118 243 0 33304 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 134200

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7404
/proc/meminfo: memFree=1480288/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=134296 CPUtime=642.12
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 38281 0 0 0 64186 26 0 0 25 0 1 0 166660456 137519104 32025 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589663 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 33574 32025 118 243 0 33328 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 134296


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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 7602
/proc/meminfo: memFree=1312672/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=304096 CPUtime=4061.09
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 87351 0 0 0 406026 83 0 0 25 0 1 0 166660456 311394304 73827 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590148 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 76024 73827 118 243 0 75778 0
Current children cumulated CPU time (s) 4061.09
Current children cumulated vsize (KiB) 304096

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 7603
/proc/meminfo: memFree=1312224/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=304376 CPUtime=4121.07
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 88178 0 0 0 412023 84 0 0 25 0 1 0 166660456 311681024 73920 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134581134 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 76094 73920 118 243 0 75848 0
Current children cumulated CPU time (s) 4121.07
Current children cumulated vsize (KiB) 304376

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 7604
/proc/meminfo: memFree=1312288/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=304376 CPUtime=4181.06
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 88178 0 0 0 418021 85 0 0 25 0 1 0 166660456 311681024 73920 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 76094 73920 118 243 0 75848 0
Current children cumulated CPU time (s) 4181.06
Current children cumulated vsize (KiB) 304376

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 7604
/proc/meminfo: memFree=1312288/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=304376 CPUtime=4241.04
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 88178 0 0 0 424019 85 0 0 25 0 1 0 166660456 311681024 73920 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589811 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 76094 73920 118 243 0 75848 0
Current children cumulated CPU time (s) 4241.04
Current children cumulated vsize (KiB) 304376

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 7604
/proc/meminfo: memFree=1312288/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=304376 CPUtime=4301.03
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 88190 0 0 0 430017 86 0 0 25 0 1 0 166660456 311681024 73932 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 76094 73932 118 243 0 75848 0
Current children cumulated CPU time (s) 4301.03
Current children cumulated vsize (KiB) 304376

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 7604
/proc/meminfo: memFree=1312352/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=304116 CPUtime=4361
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 88194 0 0 0 436014 86 0 0 25 0 1 0 166660456 311414784 73871 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 76029 73871 118 243 0 75783 0
Current children cumulated CPU time (s) 4361
Current children cumulated vsize (KiB) 304116

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 7604
/proc/meminfo: memFree=1312352/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=304116 CPUtime=4420.99
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 88194 0 0 0 442012 87 0 0 25 0 1 0 166660456 311414784 73871 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 76029 73871 118 243 0 75783 0
Current children cumulated CPU time (s) 4420.99
Current children cumulated vsize (KiB) 304116

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 7604
/proc/meminfo: memFree=1312352/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=304116 CPUtime=4480.97
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 88194 0 0 0 448010 87 0 0 25 0 1 0 166660456 311414784 73871 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589542 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 76029 73871 118 243 0 75783 0
Current children cumulated CPU time (s) 4480.97
Current children cumulated vsize (KiB) 304116

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 7604
/proc/meminfo: memFree=1312352/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=304116 CPUtime=4540.96
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 88194 0 0 0 454008 88 0 0 25 0 1 0 166660456 311414784 73871 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590137 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 76029 73871 118 243 0 75783 0
Current children cumulated CPU time (s) 4540.96
Current children cumulated vsize (KiB) 304116

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 7604
/proc/meminfo: memFree=1312352/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=303984 CPUtime=4600.94
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 88220 0 0 0 460006 88 0 0 25 0 1 0 166660456 311279616 73864 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 75996 73864 118 243 0 75750 0
Current children cumulated CPU time (s) 4600.94
Current children cumulated vsize (KiB) 303984

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 7604
/proc/meminfo: memFree=1312352/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=303984 CPUtime=4660.93
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 88220 0 0 0 466004 89 0 0 25 0 1 0 166660456 311279616 73864 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 75996 73864 118 243 0 75750 0
Current children cumulated CPU time (s) 4660.93
Current children cumulated vsize (KiB) 303984

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 7604
/proc/meminfo: memFree=1312352/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=303984 CPUtime=4720.91
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 88253 0 0 0 472002 89 0 0 25 0 1 0 166660456 311279616 73897 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 75996 73897 118 243 0 75750 0
Current children cumulated CPU time (s) 4720.91
Current children cumulated vsize (KiB) 303984

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 7604
/proc/meminfo: memFree=1312032/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=303984 CPUtime=4780.89
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 88348 0 0 0 477999 90 0 0 25 0 1 0 166660456 311279616 73992 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590173 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 75996 73992 118 243 0 75750 0
Current children cumulated CPU time (s) 4780.89
Current children cumulated vsize (KiB) 303984

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 7604
/proc/meminfo: memFree=1311648/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=303984 CPUtime=4840.87
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 88442 0 0 0 483997 90 0 0 25 0 1 0 166660456 311279616 74086 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 75996 74086 118 243 0 75750 0
Current children cumulated CPU time (s) 4840.87
Current children cumulated vsize (KiB) 303984

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 7604
/proc/meminfo: memFree=1304544/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=310756 CPUtime=4900.86
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 91021 0 0 0 489993 93 0 0 25 0 1 0 166660456 318214144 75861 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 77689 75861 118 243 0 77443 0
Current children cumulated CPU time (s) 4900.86
Current children cumulated vsize (KiB) 310756

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 7604
/proc/meminfo: memFree=1304416/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=311016 CPUtime=4960.84
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 91054 0 0 0 495991 93 0 0 25 0 1 0 166660456 318480384 75894 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134591993 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 77754 75894 118 243 0 77508 0
Current children cumulated CPU time (s) 4960.84
Current children cumulated vsize (KiB) 311016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 7604
/proc/meminfo: memFree=1304352/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=311016 CPUtime=5000.04
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 91065 0 0 0 499910 94 0 0 25 0 1 0 166660456 318480384 75905 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134581134 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 77754 75905 118 243 0 77508 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 311016

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 0.99 2/78 7604
/proc/meminfo: memFree=1304352/2055920 swapFree=4150632/4192956
[pid=7401] ppid=7399 vsize=311016 CPUtime=5000.04
/proc/7401/stat : 7401 (cmusat) R 7399 7401 6865 0 -1 4194304 91065 0 0 0 499910 94 0 0 25 0 1 0 166660456 318480384 75905 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134581134 0 0 4096 35 0 0 0 17 1 0 0
/proc/7401/statm: 77754 75905 118 243 0 77508 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 311016

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.55
CPU time (s): 5000.1
CPU user time (s): 4999.11
CPU system time (s): 0.988849
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 311016

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

runsolver used 5.84811 second user time and 12.2121 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Apr 22 15:35:15 UTC 2007

IDJOB= 369230
IDBENCH= 24630
IDSOLVER= 182
FILE ID= node11/369230-1177256115

PBS_JOBID= 4650575

Free space on /tmp= 66347 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/equilarge_l5.sat05-522.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/369230-1177256115/cmusat /tmp/evaluation/369230-1177256115/instance-369230-1177256115.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-369230-1177256115 -o ROOT/results/node11/solver-369230-1177256115 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/369230-1177256115/cmusat /tmp/evaluation/369230-1177256115/instance-369230-1177256115.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  938806a23cb5c9ff1ce606734695c30f

RANDOM SEED= 43311959

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1608768 kB
Buffers:         40004 kB
Cached:         317856 kB
SwapCached:      10904 kB
Active:         130124 kB
Inactive:       251140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608768 kB
SwapTotal:     4192956 kB
SwapFree:      4150632 kB
Dirty:            2836 kB
Writeback:           0 kB
Mapped:          30476 kB
Slab:            51296 kB
Committed_AS:  6282208 kB
PageTables:       1848 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= 66347 MiB

End job on node11 on Sun Apr 22 16:58:39 UTC 2007