Trace number 367360

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) 2193.55 2194.18

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7727.65
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  209724                                               |
4.39/4.41	c |  Number of clauses:    3634677                                              |

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/node26/watcher-367360-1176964175 -o ROOT/results/node26/solver-367360-1176964175 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/367360-1176964175/cmusat /tmp/evaluation/367360-1176964175/instance-367360-1176964175.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: 1.07 0.99 0.99 3/77 25113
/proc/meminfo: memFree=1770624/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=2316 CPUtime=0
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 435 0 0 0 0 0 0 0 18 0 1 0 144334787 2371584 418 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135095640 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 579 418 96 243 0 333 0

[startup+0.0355679 s]
/proc/loadavg: 1.07 0.99 0.99 3/77 25113
/proc/meminfo: memFree=1770624/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=4580 CPUtime=0.02
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 967 0 0 0 2 0 0 0 18 0 1 0 144334787 4689920 950 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 1145 950 96 243 0 899 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4580

[startup+0.101574 s]
/proc/loadavg: 1.07 0.99 0.99 3/77 25113
/proc/meminfo: memFree=1770624/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=8752 CPUtime=0.09
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 1978 0 0 0 8 1 0 0 18 0 1 0 144334787 8962048 1961 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 2188 1961 96 243 0 1942 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8752

[startup+0.301592 s]
/proc/loadavg: 1.07 0.99 0.99 3/77 25113
/proc/meminfo: memFree=1770624/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=21044 CPUtime=0.29
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 4879 0 0 0 26 3 0 0 19 0 1 0 144334787 21549056 4862 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 5261 4863 96 243 0 5015 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21044

[startup+0.701629 s]
/proc/loadavg: 1.07 0.99 0.99 3/77 25113
/proc/meminfo: memFree=1770624/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=44360 CPUtime=0.69
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 10445 0 0 0 63 6 0 0 22 0 1 0 144334787 45424640 10428 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135095640 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 11090 10428 96 243 0 10844 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44360

[startup+1.50271 s]
/proc/loadavg: 1.07 0.99 0.99 2/78 25114
/proc/meminfo: memFree=1712888/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=89496 CPUtime=1.49
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 21321 0 0 0 138 11 0 0 25 0 1 0 144334787 91643904 21304 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135095640 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 22374 21305 96 243 0 22128 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89496

[startup+3.10185 s]
/proc/loadavg: 1.07 0.99 0.99 2/78 25114
/proc/meminfo: memFree=1653880/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=181940 CPUtime=3.09
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 42030 0 0 0 286 23 0 0 25 0 1 0 144334787 186306560 42013 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 45485 42013 96 243 0 45239 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 181940

[startup+6.30115 s]
/proc/loadavg: 1.15 1.00 0.99 2/78 25114
/proc/meminfo: memFree=1534456/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=258744 CPUtime=6.29
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 59127 0 0 0 596 33 0 0 25 0 1 0 144334787 264953856 59110 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134528165 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 64686 59110 106 243 0 64440 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 258744

[startup+12.7017 s]
/proc/loadavg: 1.14 1.00 0.99 2/78 25114
/proc/meminfo: memFree=1531008/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=264500 CPUtime=12.69
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 60652 0 0 0 1235 34 0 0 25 0 1 0 144334787 270848000 60635 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 66125 60635 107 243 0 65879 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 264500

[startup+25.5019 s]
/proc/loadavg: 1.10 1.00 0.99 2/78 25114
/proc/meminfo: memFree=1482944/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=304524 CPUtime=25.48
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 72598 0 0 0 2509 39 0 0 25 0 1 0 144334787 311832576 72040 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530781 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 76131 72040 107 243 0 75885 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 304524

[startup+51.1013 s]
/proc/loadavg: 1.07 1.00 0.99 2/78 25114
/proc/meminfo: memFree=1458944/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=331576 CPUtime=51.08
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 79637 0 0 0 5064 44 0 0 25 0 1 0 144334787 339533824 78364 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134524671 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 82894 78364 107 243 0 82648 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 331576

[startup+102.305 s]
/proc/loadavg: 1.03 1.00 0.99 2/78 25114
/proc/meminfo: memFree=1374912/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=453512 CPUtime=102.27
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 133946 0 0 0 10163 64 0 0 25 0 1 0 144334787 464396288 99022 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 113378 99022 119 243 0 113132 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 453512

[startup+162.302 s]
/proc/loadavg: 1.01 1.00 0.99 2/78 25114
/proc/meminfo: memFree=1374528/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=453512 CPUtime=162.25
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 134031 0 0 0 16160 65 0 0 25 0 1 0 144334787 464396288 99107 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134578742 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 113378 99107 119 243 0 113132 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 453512

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 25114
/proc/meminfo: memFree=1374144/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=453512 CPUtime=222.24
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 134100 0 0 0 22158 66 0 0 25 0 1 0 144334787 464396288 99176 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 113378 99176 119 243 0 113132 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 453512

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 25114
/proc/meminfo: memFree=1343552/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=483776 CPUtime=282.22
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 141786 0 0 0 28150 72 0 0 25 0 1 0 144334787 495386624 106862 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 120944 106862 119 243 0 120698 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 483776

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 25114
/proc/meminfo: memFree=1325376/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=501376 CPUtime=342.2
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 146248 0 0 0 34142 78 0 0 25 0 1 0 144334787 513409024 111324 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 125344 111324 119 243 0 125098 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 501376

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 25114
/proc/meminfo: memFree=1295680/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=531724 CPUtime=402.19
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 153891 0 0 0 40132 87 0 0 25 0 1 0 144334787 544485376 118967 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 132931 118967 119 243 0 132685 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 531724

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 25114
/proc/meminfo: memFree=1254976/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=571060 CPUtime=462.18
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 163770 0 0 0 46123 95 0 0 25 0 1 0 144334787 584765440 128846 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590282 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 142765 128846 119 243 0 142519 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 571060

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 25116
/proc/meminfo: memFree=1220096/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=606580 CPUtime=522.17
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 172754 0 0 0 52115 102 0 0 25 0 1 0 144334787 621137920 137830 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589468 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 151645 137830 119 243 0 151399 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 606580

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 25116
/proc/meminfo: memFree=1164288/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=661568 CPUtime=582.14
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 186534 0 0 0 58103 111 0 0 25 0 1 0 144334787 677445632 151610 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 165392 151610 119 243 0 165146 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 661568

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 25116
/proc/meminfo: memFree=1105024/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=719864 CPUtime=642.13
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 201105 0 0 0 64093 120 0 0 25 0 1 0 144334787 737140736 166181 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 179966 166181 119 243 0 179720 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 719864


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

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25116
/proc/meminfo: memFree=543552/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=1286732 CPUtime=1301.98
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 341161 0 0 0 129980 218 0 0 25 0 1 0 144334787 1317613568 306072 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 321683 306072 119 243 0 321437 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 1286732

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25116
/proc/meminfo: memFree=518912/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=1312192 CPUtime=1361.96
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 347320 0 0 0 135974 222 0 0 25 0 1 0 144334787 1343684608 312198 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 328048 312198 119 243 0 327802 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 1312192

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25116
/proc/meminfo: memFree=504256/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=1326592 CPUtime=1421.95
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 350980 0 0 0 141968 227 0 0 25 0 1 0 144334787 1358430208 315858 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 331648 315858 119 243 0 331402 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 1326592

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25116
/proc/meminfo: memFree=486720/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=1343920 CPUtime=1481.93
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 355335 0 0 0 147962 231 0 0 25 0 1 0 144334787 1376174080 320213 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 335980 320213 119 243 0 335734 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 1343920

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25116
/proc/meminfo: memFree=453824/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=1377684 CPUtime=1541.92
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 363548 0 0 0 153955 237 0 0 25 0 1 0 144334787 1410748416 328426 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 344421 328426 119 243 0 344175 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 1377684

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25116
/proc/meminfo: memFree=413632/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=1419468 CPUtime=1601.9
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 373676 0 0 0 159946 244 0 0 25 0 1 0 144334787 1453535232 338554 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092715 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 354867 338554 119 243 0 354621 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 1419468

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25116
/proc/meminfo: memFree=373888/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=1460488 CPUtime=1661.89
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 383477 0 0 0 165938 251 0 0 25 0 1 0 144334787 1495539712 348355 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589712 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 365122 348355 119 243 0 364876 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 1460488

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25116
/proc/meminfo: memFree=341440/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=1494888 CPUtime=1721.87
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 391599 0 0 0 171930 257 0 0 25 0 1 0 144334787 1530765312 356477 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 373722 356477 119 243 0 373476 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 1494888

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25116
/proc/meminfo: memFree=305600/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=1533060 CPUtime=1781.85
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 400525 0 0 0 177923 262 0 0 25 0 1 0 144334787 1569853440 365403 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589663 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 383265 365403 119 243 0 383019 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 1533060

[startup+1842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25116
/proc/meminfo: memFree=269376/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=1571320 CPUtime=1841.84
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 409532 0 0 0 183916 268 0 0 25 0 1 0 144334787 1609031680 374410 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589468 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 392830 374410 119 243 0 392584 0
Current children cumulated CPU time (s) 1841.84
Current children cumulated vsize (KiB) 1571320

[startup+1902.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/84 25232
/proc/meminfo: memFree=228544/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=1613108 CPUtime=1901.77
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 419206 0 0 0 189903 274 0 0 25 0 1 0 144334787 1651822592 384019 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 403277 384019 119 243 0 403031 0
Current children cumulated CPU time (s) 1901.77
Current children cumulated vsize (KiB) 1613108

[startup+1962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25314
/proc/meminfo: memFree=182328/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=1660732 CPUtime=1961.71
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 431099 0 0 0 195889 282 0 0 25 0 1 0 144334787 1700589568 395813 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135107886 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 415183 395813 119 243 0 414937 0
Current children cumulated CPU time (s) 1961.71
Current children cumulated vsize (KiB) 1660732

[startup+2022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25314
/proc/meminfo: memFree=133944/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=1709716 CPUtime=2021.7
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 443392 0 0 0 201879 291 0 0 25 0 1 0 144334787 1750749184 408008 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 427429 408008 119 243 0 427183 0
Current children cumulated CPU time (s) 2021.7
Current children cumulated vsize (KiB) 1709716

[startup+2082.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25314
/proc/meminfo: memFree=88760/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=1754604 CPUtime=2081.68
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 454588 0 0 0 207871 297 0 0 25 0 1 0 144334787 1796714496 419171 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 438651 419171 119 243 0 438405 0
Current children cumulated CPU time (s) 2081.68
Current children cumulated vsize (KiB) 1754604

[startup+2142.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25314
/proc/meminfo: memFree=43768/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=1799820 CPUtime=2141.67
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 465940 0 0 0 213862 305 0 0 25 0 1 0 144334787 1843015680 430523 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092715 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 449955 430523 119 243 0 449709 0
Current children cumulated CPU time (s) 2141.67
Current children cumulated vsize (KiB) 1799820



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+2193.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25314
/proc/meminfo: memFree=16312/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=1843264 CPUtime=2193.26
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4194304 476838 0 0 0 219014 312 0 0 25 0 1 0 144334787 1887502336 441421 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134592072 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 460816 441421 119 243 0 460570 0
Current children cumulated CPU time (s) 2193.26
Current children cumulated vsize (KiB) 1843264

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

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

[startup+2194.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25314
/proc/meminfo: memFree=16312/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=0 CPUtime=2193.36
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4195332 476838 0 0 0 219014 322 0 0 25 0 1 0 144334787 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2193.36
Current children cumulated vsize (KiB) 0

[startup+2194.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25314
/proc/meminfo: memFree=16312/2055920 swapFree=4170240/4192956
[pid=25113] ppid=25111 vsize=0 CPUtime=2193.46
/proc/25113/stat : 25113 (cmusat) R 25111 25113 25018 0 -1 4195332 476838 0 0 0 219014 332 0 0 25 0 1 0 144334787 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/25113/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2193.46
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2194.18
CPU time (s): 2193.55
CPU user time (s): 2190.15
CPU system time (s): 3.40248
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 1843264

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

runsolver used 2.53761 second user time and 5.44417 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Thu Apr 19 06:29:40 UTC 2007

IDJOB= 367360
IDBENCH= 20576
IDSOLVER= 173
FILE ID= node26/367360-1176964175

PBS_JOBID= 4630286

Free space on /tmp= 66359 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  580dc3969c4e46e50013253fd4ac9139

RANDOM SEED= 809650656

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1771608 kB
Buffers:          8936 kB
Cached:         187176 kB
SwapCached:       3128 kB
Active:         116412 kB
Inactive:       102420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1771608 kB
SwapTotal:     4192956 kB
SwapFree:      4170240 kB
Dirty:           79364 kB
Writeback:           0 kB
Mapped:          30312 kB
Slab:            51148 kB
Committed_AS:  1000636 kB
PageTables:       1716 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66359 MiB

End job on node26 on Thu Apr 19 07:06:16 UTC 2007