Trace number 329967

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) 1200.08 1200.54

General information on the benchmark

Nameindustrial/IBM_FV_2002_31_1_rule_1/
SAT_dat.k100.cnf
MD5SUM751bd85ad6f8d39d07f721982719fb9b
Bench CategoryINDUST (industrial 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 variables149555
Number of clauses670148
Sum of the clauses size1724814
Maximum clause length20
Minimum clause length1
Number of clauses of size 1903
Number of clauses of size 2522026
Number of clauses of size 373562
Number of clauses of size 430075
Number of clauses of size 513044
Number of clauses of size over 530538

Solver Data (download as text)

0.00/0.01	c Pre-processing provided 0 assignments
0.00/0.01	c |  Number of variables:  149555                                               |
0.89/0.92	c |  Number of clauses:    670148                                               |

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/node11/watcher-329967-1173153530 -o ROOT/results/node11/solver-329967-1173153530 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329967-1173153530/cmusat /tmp/evaluation/329967-1173153530/instance-329967-1173153530.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: 0.92 0.98 1.01 3/77 14771
/proc/meminfo: memFree=1657808/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=2184 CPUtime=0
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 376 0 0 0 0 0 0 0 18 0 1 0 335307623 2236416 359 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134517217 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 546 359 88 243 0 300 0

[startup+0.104818 s]
/proc/loadavg: 0.92 0.98 1.01 3/77 14771
/proc/meminfo: memFree=1657808/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=8252 CPUtime=0.09
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 1837 0 0 0 8 1 0 0 18 0 1 0 335307623 8450048 1820 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134531925 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 2063 1821 96 243 0 1817 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8252

[startup+0.201829 s]
/proc/loadavg: 0.92 0.98 1.01 3/77 14771
/proc/meminfo: memFree=1657808/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=15308 CPUtime=0.19
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 3361 0 0 0 17 2 0 0 18 0 1 0 335307623 15675392 3344 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134531925 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 3827 3349 96 243 0 3581 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15308

[startup+0.301842 s]
/proc/loadavg: 0.92 0.98 1.01 3/77 14771
/proc/meminfo: memFree=1657808/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=22032 CPUtime=0.29
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 4866 0 0 0 26 3 0 0 19 0 1 0 335307623 22560768 4849 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 5508 4851 96 243 0 5262 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22032

[startup+0.701888 s]
/proc/loadavg: 0.92 0.98 1.01 3/77 14771
/proc/meminfo: memFree=1657808/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=47540 CPUtime=0.69
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 10780 0 0 0 62 7 0 0 23 0 1 0 335307623 48680960 10763 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 11885 10765 96 243 0 11639 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47540

[startup+1.50198 s]
/proc/loadavg: 0.93 0.98 1.00 2/78 14772
/proc/meminfo: memFree=1602824/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=66408 CPUtime=1.49
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 14941 0 0 0 140 9 0 0 25 0 1 0 335307623 68001792 14924 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 16602 14924 109 243 0 16356 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66408

[startup+3.10117 s]
/proc/loadavg: 0.93 0.98 1.00 2/78 14772
/proc/meminfo: memFree=1583240/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=93536 CPUtime=3.09
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 21709 0 0 0 295 14 0 0 25 0 1 0 335307623 95780864 21692 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134522086 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 23384 21692 109 243 0 23138 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93536

[startup+6.30155 s]
/proc/loadavg: 0.93 0.98 1.00 2/78 14772
/proc/meminfo: memFree=1596808/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=61320 CPUtime=6.29
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 24457 0 0 0 613 16 0 0 25 0 1 0 335307623 62791680 15202 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 15330 15202 119 243 0 15084 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61320

[startup+12.7013 s]
/proc/loadavg: 0.94 0.98 1.00 2/78 14772
/proc/meminfo: memFree=1597064/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=61320 CPUtime=12.69
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 24457 0 0 0 1253 16 0 0 25 0 1 0 335307623 62791680 15202 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134592078 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 15330 15202 119 243 0 15084 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61320

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 1.00 3/78 14772
/proc/meminfo: memFree=1597192/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=61320 CPUtime=25.48
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 24457 0 0 0 2532 16 0 0 25 0 1 0 335307623 62791680 15202 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 15330 15202 119 243 0 15084 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 61320

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 1.00 2/78 14772
/proc/meminfo: memFree=1597192/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=61320 CPUtime=51.07
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 24457 0 0 0 5091 16 0 0 25 0 1 0 335307623 62791680 15202 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 15330 15202 119 243 0 15084 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 61320

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 1.00 2/78 14772
/proc/meminfo: memFree=1573128/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=85732 CPUtime=102.26
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 30529 0 0 0 10202 24 0 0 25 0 1 0 335307623 87789568 21274 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 21433 21274 119 243 0 21187 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 85732

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/84 14884
/proc/meminfo: memFree=1556160/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=101800 CPUtime=162.19
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 35445 0 0 0 16188 31 0 0 25 0 1 0 335307623 104243200 25301 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 25450 25301 119 243 0 25204 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 101800

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 14970
/proc/meminfo: memFree=1550008/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=108384 CPUtime=222.13
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 38953 0 0 0 22179 34 0 0 25 0 1 0 335307623 110985216 26942 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 27096 26942 119 243 0 26850 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 108384

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 14970
/proc/meminfo: memFree=1545216/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=113508 CPUtime=282.1
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 41205 0 0 0 28173 37 0 0 25 0 1 0 335307623 116232192 28221 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134590282 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 28377 28221 119 243 0 28131 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 113508

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 14970
/proc/meminfo: memFree=1534464/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=124468 CPUtime=342.08
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 43941 0 0 0 34168 40 0 0 25 0 1 0 335307623 127455232 30957 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134594693 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 31117 30957 119 243 0 30871 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 124468

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 14970
/proc/meminfo: memFree=1531840/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=127008 CPUtime=402.07
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 45569 0 0 0 40165 42 0 0 25 0 1 0 335307623 130056192 31592 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 31752 31592 119 243 0 31506 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 127008

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 14970
/proc/meminfo: memFree=1508352/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=150424 CPUtime=462.05
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 52454 0 0 0 46155 50 0 0 25 0 1 0 335307623 154034176 37443 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135091424 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 37606 37443 119 243 0 37360 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 150424

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 14970
/proc/meminfo: memFree=1508288/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=150424 CPUtime=522.03
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 52466 0 0 0 52153 50 0 0 25 0 1 0 335307623 154034176 37455 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 37606 37455 119 243 0 37360 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 150424

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 14970
/proc/meminfo: memFree=1496904/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=161876 CPUtime=582.01
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 56398 0 0 0 58147 54 0 0 25 0 1 0 335307623 165761024 40308 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589708 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 40469 40308 119 243 0 40223 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 161876

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 14970
/proc/meminfo: memFree=1496840/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=161876 CPUtime=642
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 56399 0 0 0 64145 55 0 0 25 0 1 0 335307623 165761024 40309 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589663 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 40469 40309 119 243 0 40223 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 161876

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 14970
/proc/meminfo: memFree=1483720/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=175056 CPUtime=701.98
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 60769 0 0 0 70139 59 0 0 25 0 1 0 335307623 179257344 43577 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 43764 43577 119 243 0 43518 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 175056

[startup+762.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 14970
/proc/meminfo: memFree=1483784/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=175056 CPUtime=761.96
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 60772 0 0 0 76137 59 0 0 25 0 1 0 335307623 179257344 43580 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 43764 43580 119 243 0 43518 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 175056

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 14970
/proc/meminfo: memFree=1475080/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=184052 CPUtime=821.94
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 63012 0 0 0 82132 62 0 0 25 0 1 0 335307623 188469248 45820 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 46013 45820 119 243 0 45767 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 184052

[startup+882.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 14970
/proc/meminfo: memFree=1470536/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=188204 CPUtime=881.93
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 65218 0 0 0 88129 64 0 0 25 0 1 0 335307623 192720896 46874 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589684 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 47051 46874 119 243 0 46805 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 188204

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 14970
/proc/meminfo: memFree=1470536/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=188352 CPUtime=941.91
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 65222 0 0 0 94126 65 0 0 25 0 1 0 335307623 192872448 46878 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 47088 46878 119 243 0 46842 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 188352

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 14970
/proc/meminfo: memFree=1470472/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=188352 CPUtime=1001.89
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 65244 0 0 0 100124 65 0 0 25 0 1 0 335307623 192872448 46900 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589771 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 47088 46900 119 243 0 46842 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 188352

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 14970
/proc/meminfo: memFree=1457736/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=201332 CPUtime=1061.87
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 68456 0 0 0 106118 69 0 0 25 0 1 0 335307623 206163968 50112 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589715 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 50333 50112 119 243 0 50087 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 201332

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 14970
/proc/meminfo: memFree=1455112/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=203944 CPUtime=1121.86
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 70259 0 0 0 112114 72 0 0 25 0 1 0 335307623 208838656 50717 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 50986 50717 119 243 0 50740 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 203944

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 14970
/proc/meminfo: memFree=1454600/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=204424 CPUtime=1181.83
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 70395 0 0 0 118111 72 0 0 25 0 1 0 335307623 209330176 50853 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 51106 50853 119 243 0 50860 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 204424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 14970
/proc/meminfo: memFree=1454472/2055920 swapFree=4169972/4192956
[pid=14771] ppid=14769 vsize=204616 CPUtime=1200.04
/proc/14771/stat : 14771 (cmusat) R 14769 14771 13661 0 -1 4194304 70422 0 0 0 119931 73 0 0 25 0 1 0 335307623 209526784 50880 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134580140 0 0 4096 35 0 0 0 17 1 0 0
/proc/14771/statm: 51154 50880 119 243 0 50908 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 204616

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.08
CPU user time (s): 1199.31
CPU system time (s): 0.765883
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (KiB): 204616

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

runsolver used 1.37479 second user time and 2.99055 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Tue Mar  6 03:58:51 UTC 2007

IDJOB= 329967
IDBENCH= 20552
IDSOLVER= 121
FILE ID= node11/329967-1173153530

PBS_JOBID= 4014993

Free space on /tmp= 66501 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_31_1_rule_1/SAT_dat.k100.cnf
COMMAND LINE= /tmp/evaluation/329967-1173153530/cmusat /tmp/evaluation/329967-1173153530/instance-329967-1173153530.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-329967-1173153530 -o ROOT/results/node11/solver-329967-1173153530 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/329967-1173153530/cmusat /tmp/evaluation/329967-1173153530/instance-329967-1173153530.cnf            

META MD5SUM SOLVER= af990fb12f8926fdd756b397adb3b5cf
MD5SUM BENCH=  751bd85ad6f8d39d07f721982719fb9b

RANDOM SEED= 870657030

TIME LIMIT= 1200 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.243
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.243
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:       1658216 kB
Buffers:         39688 kB
Cached:         267472 kB
SwapCached:       2852 kB
Active:          93932 kB
Inactive:       238896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1658216 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:           18424 kB
Writeback:           0 kB
Mapped:          33068 kB
Slab:            50484 kB
Committed_AS:  1116800 kB
PageTables:       1764 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= 66501 MiB

End job on node11 on Tue Mar  6 04:18:53 UTC 2007