Trace number 367359

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? (MO) 6040.01 6041.8

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq5.cnf
MD5SUM79c983ee7a6671238604da3040f85341
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3968.58
Satisfiable
(Un)Satisfiability was proved
Number of variables151669
Number of clauses2465731
Sum of the clauses size7141423
Maximum clause length150
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22309834
Number of clauses of size 335167
Number of clauses of size 45995
Number of clauses of size 511790
Number of clauses of size over 5102944

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  151669                                               |
2.89/2.97	c |  Number of clauses:    2465731                                              |

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/node7/watcher-367359-1176963190 -o ROOT/results/node7/solver-367359-1176963190 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/367359-1176963190/cmusat /tmp/evaluation/367359-1176963190/instance-367359-1176963190.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.80 0.95 0.98 3/77 30043
/proc/meminfo: memFree=1231984/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=2316 CPUtime=0
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 434 0 0 0 0 0 0 0 18 0 1 0 172356934 2371584 417 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135095640 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 579 417 96 243 0 333 0

[startup+0.083612 s]
/proc/loadavg: 0.80 0.95 0.98 3/77 30043
/proc/meminfo: memFree=1231984/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=7844 CPUtime=0.07
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 1715 0 0 0 7 0 0 0 18 0 1 0 172356934 8032256 1698 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134514334 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 1961 1698 96 243 0 1715 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7844

[startup+0.101614 s]
/proc/loadavg: 0.80 0.95 0.98 3/77 30043
/proc/meminfo: memFree=1231984/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=8752 CPUtime=0.09
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 1977 0 0 0 8 1 0 0 18 0 1 0 172356934 8962048 1960 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 2188 1961 96 243 0 1942 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8752

[startup+0.301634 s]
/proc/loadavg: 0.80 0.95 0.98 3/77 30043
/proc/meminfo: memFree=1231984/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=21040 CPUtime=0.29
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 4880 0 0 0 27 2 0 0 20 0 1 0 172356934 21544960 4863 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 5260 4863 96 243 0 5014 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21040

[startup+0.701676 s]
/proc/loadavg: 0.80 0.95 0.98 3/77 30043
/proc/meminfo: memFree=1231984/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=44460 CPUtime=0.69
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 10492 0 0 0 63 6 0 0 23 0 1 0 172356934 45527040 10475 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 11115 10476 96 243 0 10869 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44460

[startup+1.50176 s]
/proc/loadavg: 0.81 0.95 0.98 2/78 30044
/proc/meminfo: memFree=1173864/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=88960 CPUtime=1.49
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 21301 0 0 0 138 11 0 0 25 0 1 0 172356934 91095040 21284 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 22240 21284 96 243 0 21994 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88960

[startup+3.10193 s]
/proc/loadavg: 0.81 0.95 0.98 2/78 30044
/proc/meminfo: memFree=1113832/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=175380 CPUtime=3.09
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 40496 0 0 0 287 22 0 0 25 0 1 0 172356934 179589120 40479 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134528145 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 43845 40479 106 243 0 43599 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 175380

[startup+6.30126 s]
/proc/loadavg: 0.83 0.95 0.98 2/78 30044
/proc/meminfo: memFree=1070568/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=175380 CPUtime=6.29
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 40537 0 0 0 607 22 0 0 25 0 1 0 172356934 179589120 40520 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530781 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 43845 40520 106 243 0 43599 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 175380

[startup+12.7019 s]
/proc/loadavg: 0.84 0.95 0.98 2/78 30044
/proc/meminfo: memFree=1045288/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=206456 CPUtime=12.69
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 49332 0 0 0 1243 26 0 0 25 0 1 0 172356934 211410944 49198 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134546892 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 51614 49198 107 243 0 51368 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 206456

[startup+25.5013 s]
/proc/loadavg: 0.88 0.95 0.98 2/78 30044
/proc/meminfo: memFree=1023848/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=224008 CPUtime=25.49
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 52407 0 0 0 2522 27 0 0 25 0 1 0 172356934 229384192 52221 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 56002 52221 107 243 0 55756 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 224008

[startup+51.102 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 30044
/proc/meminfo: memFree=963112/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=307228 CPUtime=51.06
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 84938 0 0 0 5065 41 0 0 25 0 1 0 172356934 314601472 67391 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134591993 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 76807 67391 119 243 0 76561 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 307228

[startup+102.305 s]
/proc/loadavg: 1.12 1.00 1.00 2/78 30044
/proc/meminfo: memFree=962792/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=307228 CPUtime=102.25
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 85018 0 0 0 10184 41 0 0 25 0 1 0 172356934 314601472 67471 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 76807 67471 119 243 0 76561 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 307228

[startup+162.302 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 30044
/proc/meminfo: memFree=962472/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=307228 CPUtime=162.23
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 85096 0 0 0 16181 42 0 0 25 0 1 0 172356934 314601472 67549 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 76807 67549 119 243 0 76561 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 307228

[startup+222.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 30044
/proc/meminfo: memFree=913192/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=356156 CPUtime=222.22
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 97434 0 0 0 22171 51 0 0 25 0 1 0 172356934 364703744 79887 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134592065 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 89039 79887 119 243 0 88793 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 356156

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30044
/proc/meminfo: memFree=854888/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=413868 CPUtime=282.2
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 111996 0 0 0 28157 63 0 0 25 0 1 0 172356934 423800832 94449 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 103467 94449 119 243 0 103221 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 413868

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30044
/proc/meminfo: memFree=812528/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=455640 CPUtime=342.18
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 122501 0 0 0 34146 72 0 0 25 0 1 0 172356934 466575360 104954 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 113910 104954 119 243 0 113664 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 455640

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30044
/proc/meminfo: memFree=799344/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=469236 CPUtime=402.17
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 125970 0 0 0 40141 76 0 0 25 0 1 0 172356934 480497664 108390 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 117309 108390 119 243 0 117063 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 469236

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30044
/proc/meminfo: memFree=769712/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=498300 CPUtime=462.15
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 133348 0 0 0 46132 83 0 0 25 0 1 0 172356934 510259200 115768 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 124575 115768 119 243 0 124329 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 498300

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30044
/proc/meminfo: memFree=699248/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=568028 CPUtime=522.14
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 150848 0 0 0 52118 96 0 0 25 0 1 0 172356934 581660672 133268 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 142007 133268 119 243 0 141761 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 568028

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30044
/proc/meminfo: memFree=675440/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=591428 CPUtime=582.12
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 156812 0 0 0 58109 103 0 0 25 0 1 0 172356934 605622272 139232 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 147857 139232 119 243 0 147611 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 591428

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30044
/proc/meminfo: memFree=622000/2055920 swapFree=4150736/4192956
[pid=30043] ppid=30041 vsize=644260 CPUtime=642.11
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 170090 0 0 0 64097 114 0 0 25 0 1 0 172356934 659722240 152510 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 161065 152510 119 243 0 160819 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 644260


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

[startup+5142.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30246
/proc/meminfo: memFree=15216/2055920 swapFree=4159716/4192956
[pid=30043] ppid=30041 vsize=1711448 CPUtime=5140.74
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 445501 0 0 0 513729 345 0 0 25 0 1 0 172356934 1752522752 420348 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 427862 420348 119 243 0 427616 0
Current children cumulated CPU time (s) 5140.74
Current children cumulated vsize (KiB) 1711448

[startup+5202.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30246
/proc/meminfo: memFree=15152/2055920 swapFree=4159716/4192956
[pid=30043] ppid=30041 vsize=1711448 CPUtime=5200.71
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 445519 0 0 0 519726 345 0 0 25 0 1 0 172356934 1752522752 420366 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134580382 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 427862 420366 119 243 0 427616 0
Current children cumulated CPU time (s) 5200.71
Current children cumulated vsize (KiB) 1711448

[startup+5262.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30246
/proc/meminfo: memFree=15088/2055920 swapFree=4159716/4192956
[pid=30043] ppid=30041 vsize=1711448 CPUtime=5260.71
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 445537 0 0 0 525725 346 0 0 25 0 1 0 172356934 1752522752 420384 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589468 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 427862 420384 119 243 0 427616 0
Current children cumulated CPU time (s) 5260.71
Current children cumulated vsize (KiB) 1711448

[startup+5322.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30246
/proc/meminfo: memFree=14960/2055920 swapFree=4159716/4192956
[pid=30043] ppid=30041 vsize=1711448 CPUtime=5320.68
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 445554 0 0 0 531722 346 0 0 25 0 1 0 172356934 1752522752 420401 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134591993 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 427862 420401 119 243 0 427616 0
Current children cumulated CPU time (s) 5320.68
Current children cumulated vsize (KiB) 1711448

[startup+5382.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30246
/proc/meminfo: memFree=14896/2055920 swapFree=4159716/4192956
[pid=30043] ppid=30041 vsize=1711448 CPUtime=5380.67
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 445579 0 0 0 537720 347 0 0 25 0 1 0 172356934 1752522752 420426 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589468 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 427862 420426 119 243 0 427616 0
Current children cumulated CPU time (s) 5380.67
Current children cumulated vsize (KiB) 1711448

[startup+5442.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30246
/proc/meminfo: memFree=14832/2055920 swapFree=4159716/4192956
[pid=30043] ppid=30041 vsize=1711448 CPUtime=5440.65
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 445604 0 0 0 543718 347 0 0 25 0 1 0 172356934 1752522752 420451 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134579572 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 427862 420451 119 243 0 427616 0
Current children cumulated CPU time (s) 5440.65
Current children cumulated vsize (KiB) 1711448

[startup+5502.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30246
/proc/meminfo: memFree=15984/2055920 swapFree=4159716/4192956
[pid=30043] ppid=30041 vsize=1711708 CPUtime=5500.64
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 445685 0 0 0 549716 348 0 0 25 0 1 0 172356934 1752788992 420532 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 427927 420532 119 243 0 427681 0
Current children cumulated CPU time (s) 5500.64
Current children cumulated vsize (KiB) 1711708

[startup+5562.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30246
/proc/meminfo: memFree=15728/2055920 swapFree=4159716/4192956
[pid=30043] ppid=30041 vsize=1711964 CPUtime=5560.63
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 445799 0 0 0 555714 349 0 0 25 0 1 0 172356934 1753051136 420581 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 427991 420581 119 243 0 427745 0
Current children cumulated CPU time (s) 5560.63
Current children cumulated vsize (KiB) 1711964

[startup+5622.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30246
/proc/meminfo: memFree=15600/2055920 swapFree=4159716/4192956
[pid=30043] ppid=30041 vsize=1712092 CPUtime=5620.61
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 445849 0 0 0 561712 349 0 0 25 0 1 0 172356934 1753182208 420598 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589663 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 428023 420598 119 243 0 427777 0
Current children cumulated CPU time (s) 5620.61
Current children cumulated vsize (KiB) 1712092

[startup+5682.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30246
/proc/meminfo: memFree=15216/2055920 swapFree=4159716/4192956
[pid=30043] ppid=30041 vsize=1712476 CPUtime=5680.6
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 446057 0 0 0 567710 350 0 0 25 0 1 0 172356934 1753575424 420708 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 428119 420708 119 243 0 427873 0
Current children cumulated CPU time (s) 5680.6
Current children cumulated vsize (KiB) 1712476

[startup+5742.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30246
/proc/meminfo: memFree=16176/2055920 swapFree=4159716/4192956
[pid=30043] ppid=30041 vsize=1712476 CPUtime=5740.58
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 446198 0 0 0 573708 350 0 0 25 0 1 0 172356934 1753575424 420849 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 428119 420849 119 243 0 427873 0
Current children cumulated CPU time (s) 5740.58
Current children cumulated vsize (KiB) 1712476

[startup+5802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30246
/proc/meminfo: memFree=15792/2055920 swapFree=4159716/4192956
[pid=30043] ppid=30041 vsize=1712476 CPUtime=5800.56
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 446290 0 0 0 579705 351 0 0 25 0 1 0 172356934 1753575424 420941 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092715 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 428119 420941 119 243 0 427873 0
Current children cumulated CPU time (s) 5800.56
Current children cumulated vsize (KiB) 1712476

[startup+5862.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30246
/proc/meminfo: memFree=16240/2055920 swapFree=4159716/4192956
[pid=30043] ppid=30041 vsize=1732044 CPUtime=5860.54
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 451049 0 0 0 585700 354 0 0 25 0 1 0 172356934 1773613056 425569 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 433011 425569 119 243 0 432765 0
Current children cumulated CPU time (s) 5860.54
Current children cumulated vsize (KiB) 1732044

[startup+5922.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30246
/proc/meminfo: memFree=15024/2055920 swapFree=4159716/4192956
[pid=30043] ppid=30041 vsize=1761908 CPUtime=5920.53
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 458239 0 0 0 591694 359 0 0 25 0 1 0 172356934 1804193792 432630 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092715 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 440477 432630 119 243 0 440231 0
Current children cumulated CPU time (s) 5920.53
Current children cumulated vsize (KiB) 1761908

[startup+5982.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30246
/proc/meminfo: memFree=15792/2055920 swapFree=4159716/4192956
[pid=30043] ppid=30041 vsize=1783392 CPUtime=5980.52
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 463496 0 0 0 597689 363 0 0 25 0 1 0 172356934 1826193408 437887 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092715 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 445848 437887 119 243 0 445602 0
Current children cumulated CPU time (s) 5980.52
Current children cumulated vsize (KiB) 1783392



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+6041.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30246
/proc/meminfo: memFree=15856/2055920 swapFree=4159716/4192956
[pid=30043] ppid=30041 vsize=1843324 CPUtime=6039.71
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4194304 477984 0 0 0 603598 373 0 0 25 0 1 0 172356934 1887563776 452375 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590199 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 460831 452375 119 243 0 460585 0
Current children cumulated CPU time (s) 6039.71
Current children cumulated vsize (KiB) 1843324

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

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

[startup+6041.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30246
/proc/meminfo: memFree=15856/2055920 swapFree=4159716/4192956
[pid=30043] ppid=30041 vsize=0 CPUtime=6039.81
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4195332 477984 0 0 0 603598 383 0 0 25 0 1 0 172356934 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6039.81
Current children cumulated vsize (KiB) 0

[startup+6041.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30246
/proc/meminfo: memFree=15856/2055920 swapFree=4159716/4192956
[pid=30043] ppid=30041 vsize=0 CPUtime=6039.9
/proc/30043/stat : 30043 (cmusat) R 30041 30043 29987 0 -1 4195332 477984 0 0 0 603598 392 0 0 25 0 1 0 172356934 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/30043/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6039.9
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 6041.8
CPU time (s): 6040.01
CPU user time (s): 6035.98
CPU system time (s): 4.02139
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 1843324

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

runsolver used 6.89695 second user time and 15.0307 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Thu Apr 19 06:13:13 UTC 2007

IDJOB= 367359
IDBENCH= 20575
IDSOLVER= 173
FILE ID= node7/367359-1176963190

PBS_JOBID= 4630288

Free space on /tmp= 66320 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq5.cnf
COMMAND LINE= /tmp/evaluation/367359-1176963190/cmusat /tmp/evaluation/367359-1176963190/instance-367359-1176963190.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-367359-1176963190 -o ROOT/results/node7/solver-367359-1176963190 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/367359-1176963190/cmusat /tmp/evaluation/367359-1176963190/instance-367359-1176963190.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  79c983ee7a6671238604da3040f85341

RANDOM SEED= 684513514

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1232392 kB
Buffers:         37888 kB
Cached:         708872 kB
SwapCached:      22252 kB
Active:         330748 kB
Inactive:       448032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1232392 kB
SwapTotal:     4192956 kB
SwapFree:      4150736 kB
Dirty:           53520 kB
Writeback:           0 kB
Mapped:          30056 kB
Slab:            30236 kB
Committed_AS:  7122768 kB
PageTables:       1860 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= 66320 MiB

End job on node7 on Thu Apr 19 07:53:57 UTC 2007