Trace number 330987

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
Spear 2007-02-12? (TO) 1200.34 1200.85

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 benchmark
Best CPU time to get the best result obtained on this benchmark
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 (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/330987-1173177691/instance-330987-1173177691.cnf

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/node6/watcher-330987-1173177691 -o ROOT/results/node6/solver-330987-1173177691 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330987-1173177691/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/330987-1173177691/instance-330987-1173177691.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.97 0.98 0.99 3/77 18443
/proc/meminfo: memFree=1599480/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=1528 CPUtime=0
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 199 0 0 0 0 0 0 0 18 0 1 0 337724225 1564672 183 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 135271772 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 382 183 128 302 0 77 0

[startup+0.101619 s]
/proc/loadavg: 0.97 0.98 0.99 3/77 18443
/proc/meminfo: memFree=1599480/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=4600 CPUtime=0.09
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 955 0 0 0 9 0 0 0 18 0 1 0 337724225 4710400 906 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 1150 907 129 302 0 845 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4600

[startup+0.201637 s]
/proc/loadavg: 0.97 0.98 0.99 3/77 18443
/proc/meminfo: memFree=1599480/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=7508 CPUtime=0.19
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 1793 0 0 0 18 1 0 0 18 0 1 0 337724225 7688192 1573 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 1877 1573 129 302 0 1572 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7508

[startup+0.301658 s]
/proc/loadavg: 0.97 0.98 0.99 3/77 18443
/proc/meminfo: memFree=1599480/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=10344 CPUtime=0.29
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 2572 0 0 0 27 2 0 0 19 0 1 0 337724225 10592256 2223 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 2586 2223 129 302 0 2281 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10344

[startup+0.701737 s]
/proc/loadavg: 0.97 0.98 0.99 3/77 18443
/proc/meminfo: memFree=1599480/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=20920 CPUtime=0.69
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 5528 0 0 0 65 4 0 0 23 0 1 0 337724225 21422080 4712 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 5230 4712 129 302 0 4925 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20920

[startup+1.5019 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 18444
/proc/meminfo: memFree=1571888/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=41868 CPUtime=1.49
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 11378 0 0 0 141 8 0 0 25 0 1 0 337724225 42872832 9598 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 10467 9598 129 302 0 10162 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41868

[startup+3.10121 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 18444
/proc/meminfo: memFree=1546352/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=83716 CPUtime=3.09
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 23043 0 0 0 292 17 0 0 25 0 1 0 337724225 85725184 19404 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 20929 19404 129 302 0 20624 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83716

[startup+6.30184 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 18444
/proc/meminfo: memFree=1467888/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=165024 CPUtime=6.29
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 45698 0 0 0 596 33 0 0 25 0 1 0 337724225 168984576 38215 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 41256 38215 129 302 0 40951 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 165024

[startup+12.7011 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 18444
/proc/meminfo: memFree=1392304/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=217088 CPUtime=12.69
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 60226 0 0 0 1203 66 0 0 25 0 1 0 337724225 222298112 52516 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 54272 52516 141 302 0 53967 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 217088

[startup+25.5016 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 18444
/proc/meminfo: memFree=1385648/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=223872 CPUtime=25.48
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 61926 0 0 0 2472 76 0 0 25 0 1 0 337724225 229244928 54216 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 55968 54216 141 302 0 55663 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 223872

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 0.99 4/78 18444
/proc/meminfo: memFree=1361072/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=248780 CPUtime=51.08
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 68170 0 0 0 5015 93 0 0 25 0 1 0 337724225 254750720 60427 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 62195 60427 141 302 0 61890 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 248780

[startup+102.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18446
/proc/meminfo: memFree=1327856/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=281768 CPUtime=102.26
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 76402 0 0 0 10108 118 0 0 25 0 1 0 337724225 288530432 68594 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 70442 68594 141 302 0 70137 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 281768

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18446
/proc/meminfo: memFree=1305072/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=305392 CPUtime=162.23
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 82287 0 0 0 16081 142 0 0 25 0 1 0 337724225 312721408 74350 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 76348 74350 141 302 0 76043 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 305392

[startup+222.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18446
/proc/meminfo: memFree=1257392/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=353732 CPUtime=222.21
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 94164 0 0 0 22043 178 0 0 25 0 1 0 337724225 362221568 86227 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 88433 86227 141 302 0 88128 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 353732

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18446
/proc/meminfo: memFree=1144240/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=468588 CPUtime=282.18
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 122922 0 0 0 28014 204 0 0 25 0 1 0 337724225 479834112 114728 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 117147 114728 141 302 0 116842 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 468588

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18446
/proc/meminfo: memFree=1064624/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=547308 CPUtime=342.17
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 142614 0 0 0 33967 250 0 0 25 0 1 0 337724225 560443392 134412 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 136827 134412 141 302 0 136522 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 547308

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18446
/proc/meminfo: memFree=945456/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=666728 CPUtime=402.14
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 173698 0 0 0 39924 290 0 0 25 0 1 0 337724225 682729472 164278 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 166682 164278 141 302 0 166377 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 666728

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18446
/proc/meminfo: memFree=849008/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=762280 CPUtime=462.11
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 198252 0 0 0 45898 313 0 0 25 0 1 0 337724225 780574720 188176 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 190570 188176 141 302 0 190265 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 762280

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18446
/proc/meminfo: memFree=770672/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=841204 CPUtime=522.1
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 219522 0 0 0 51875 335 0 0 25 0 1 0 337724225 861392896 207929 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 210301 207929 141 302 0 209996 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 841204

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18446
/proc/meminfo: memFree=693424/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=917536 CPUtime=582.08
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 243152 0 0 0 57853 355 0 0 25 0 1 0 337724225 939556864 227031 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 229384 227031 141 302 0 229079 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 917536

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18446
/proc/meminfo: memFree=619440/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=991872 CPUtime=642.05
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 264681 0 0 0 63828 377 0 0 25 0 1 0 337724225 1015676928 245613 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 247968 245613 141 302 0 247663 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 991872

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18446
/proc/meminfo: memFree=546544/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=1064404 CPUtime=702.03
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 285487 0 0 0 69809 394 0 0 25 0 1 0 337724225 1089949696 263738 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134561572 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 266101 263738 141 302 0 265796 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 1064404

[startup+762.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18446
/proc/meminfo: memFree=473968/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=1136020 CPUtime=762.01
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 304433 0 0 0 75782 419 0 0 25 0 1 0 337724225 1163284480 281631 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 284005 281631 141 302 0 283700 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 1136020

[startup+822.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18446
/proc/meminfo: memFree=418480/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=1192084 CPUtime=821.98
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 318403 0 0 0 81757 441 0 0 25 0 1 0 337724225 1220694016 295601 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 135259207 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 298021 295601 141 302 0 297716 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 1192084

[startup+882.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18446
/proc/meminfo: memFree=364976/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=1247416 CPUtime=881.97
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 332158 0 0 0 87731 466 0 0 25 0 1 0 337724225 1277353984 308843 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 311854 308843 141 302 0 311549 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 1247416

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18446
/proc/meminfo: memFree=319408/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=1293404 CPUtime=941.94
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 343699 0 0 0 93709 485 0 0 25 0 1 0 337724225 1324445696 320384 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 323351 320384 141 302 0 323046 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 1293404

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18446
/proc/meminfo: memFree=272752/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=1340216 CPUtime=1001.91
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 355199 0 0 0 99687 504 0 0 25 0 1 0 337724225 1372381184 331884 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 335054 331884 141 302 0 334749 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 1340216

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18446
/proc/meminfo: memFree=212464/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=1402124 CPUtime=1061.9
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 370381 0 0 0 105652 538 0 0 25 0 1 0 337724225 1435774976 347066 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 350531 347066 141 302 0 350226 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 1402124

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 18446
/proc/meminfo: memFree=156336/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=1457904 CPUtime=1121.87
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 384274 0 0 0 111626 561 0 0 25 0 1 0 337724225 1492893696 360959 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 364476 360959 141 302 0 364171 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 1457904

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 18528
/proc/meminfo: memFree=92992/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=1520908 CPUtime=1181.81
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 400069 0 0 0 117588 593 0 0 25 0 1 0 337724225 1557409792 376754 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 380227 376754 141 302 0 379922 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 1520908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 18560
/proc/meminfo: memFree=63744/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=1548536 CPUtime=1200.08
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4194304 406987 0 0 0 119409 599 0 0 25 0 1 0 337724225 1585700864 383672 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527177 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 387134 383672 141 302 0 386829 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 1548536

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

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

[startup+1200.71 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 18560
/proc/meminfo: memFree=63744/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=0 CPUtime=1200.18
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4195332 406987 0 0 0 119409 609 0 0 25 0 1 0 337724225 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 0

[startup+1200.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 18560
/proc/meminfo: memFree=63744/2055924 swapFree=4156956/4192956
[pid=18443] ppid=18441 vsize=0 CPUtime=1200.28
/proc/18443/stat : 18443 (Spear-32) R 18441 18443 17758 0 -1 4195332 406987 0 0 0 119409 619 0 0 25 0 1 0 337724225 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/18443/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.28
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.85
CPU time (s): 1200.34
CPU user time (s): 1194.1
CPU system time (s): 6.23705
CPU usage (%): 99.9575
Max. virtual memory (cumulated for all children) (KiB): 1548584

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

runsolver used 1.3338 second user time and 3.04054 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Tue Mar  6 10:41:35 UTC 2007

IDJOB= 330987
IDBENCH= 20576
IDSOLVER= 133
FILE ID= node6/330987-1173177691

PBS_JOBID= 4015022

Free space on /tmp= 66322 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.cnf
COMMAND LINE= /tmp/evaluation/330987-1173177691/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/330987-1173177691/instance-330987-1173177691.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-330987-1173177691 -o ROOT/results/node6/solver-330987-1173177691 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330987-1173177691/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/330987-1173177691/instance-330987-1173177691.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  580dc3969c4e46e50013253fd4ac9139

RANDOM SEED= 474062001

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1599888 kB
Buffers:         38224 kB
Cached:         335764 kB
SwapCached:       2120 kB
Active:         224360 kB
Inactive:       172184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1599888 kB
SwapTotal:     4192956 kB
SwapFree:      4156956 kB
Dirty:           78408 kB
Writeback:           0 kB
Mapped:          30652 kB
Slab:            45040 kB
Committed_AS:  1258060 kB
PageTables:       1744 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= 66322 MiB

End job on node6 on Tue Mar  6 11:01:38 UTC 2007