Trace number 330861

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.19 1200.51

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq1.cnf
MD5SUM9158de01004aff62af67cbb9db5bcbbb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark102.144
Satisfiable
(Un)Satisfiability was proved
Number of variables24604
Number of clauses261473
Sum of the clauses size744579
Maximum clause length73
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2238933
Number of clauses of size 36442
Number of clauses of size 41972
Number of clauses of size 52972
Number of clauses of size over 511153

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/330861-1173175403/instance-330861-1173175403.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/node59/watcher-330861-1173175403 -o ROOT/results/node59/solver-330861-1173175403 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330861-1173175403/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/330861-1173175403/instance-330861-1173175403.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.91 0.95 0.98 3/64 1024
/proc/meminfo: memFree=1793888/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=1528 CPUtime=0
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 199 0 0 0 0 0 0 0 18 0 1 0 337497004 1564672 183 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135271772 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 382 183 129 302 0 77 0

[startup+0.093644 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 1024
/proc/meminfo: memFree=1793888/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=4548 CPUtime=0.09
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 921 0 0 0 9 0 0 0 18 0 1 0 337497004 4657152 872 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 1137 873 129 302 0 832 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4548

[startup+0.101644 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 1024
/proc/meminfo: memFree=1793888/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=4684 CPUtime=0.1
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 964 0 0 0 10 0 0 0 18 0 1 0 337497004 4796416 915 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 1171 915 129 302 0 866 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4684

[startup+0.301666 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 1024
/proc/meminfo: memFree=1793888/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=10568 CPUtime=0.29
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 2654 0 0 0 28 1 0 0 19 0 1 0 337497004 10821632 2305 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 2642 2305 129 302 0 2337 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10568

[startup+0.70171 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 1024
/proc/meminfo: memFree=1793888/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=18264 CPUtime=0.69
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 4815 0 0 0 66 3 0 0 23 0 1 0 337497004 18702336 4256 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 4566 4256 141 302 0 4261 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18264

[startup+1.5018 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 1025
/proc/meminfo: memFree=1776984/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=19168 CPUtime=1.49
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 5037 0 0 0 143 6 0 0 25 0 1 0 337497004 19628032 4478 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 4792 4478 141 302 0 4487 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19168

[startup+3.10197 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 1025
/proc/meminfo: memFree=1775000/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=22744 CPUtime=3.09
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 5934 0 0 0 301 8 0 0 25 0 1 0 337497004 23289856 5375 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 5686 5375 141 302 0 5381 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22744

[startup+6.30133 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 1025
/proc/meminfo: memFree=1768224/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=28464 CPUtime=6.29
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 7365 0 0 0 617 12 0 0 25 0 1 0 337497004 29147136 6806 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 7116 6806 141 302 0 6811 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28464

[startup+12.701 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 1025
/proc/meminfo: memFree=1759456/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=36584 CPUtime=12.69
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 9412 0 0 0 1251 18 0 0 25 0 1 0 337497004 37462016 8820 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 9146 8820 141 302 0 8841 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36584

[startup+25.5014 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 1025
/proc/meminfo: memFree=1748000/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=48088 CPUtime=25.48
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 12248 0 0 0 2522 26 0 0 25 0 1 0 337497004 49242112 11591 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 12022 11591 141 302 0 11717 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48088

[startup+51.1013 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 1025
/proc/meminfo: memFree=1732960/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=64032 CPUtime=51.07
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 16162 0 0 0 5066 41 0 0 25 0 1 0 337497004 65568768 15376 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 16008 15376 141 302 0 15703 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 64032

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 1025
/proc/meminfo: memFree=1643680/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=154760 CPUtime=102.26
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 38656 0 0 0 10140 86 0 0 25 0 1 0 337497004 158474240 37613 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 38690 37613 141 302 0 38385 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 154760

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1025
/proc/meminfo: memFree=1576096/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=222956 CPUtime=162.24
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 55650 0 0 0 16100 124 0 0 25 0 1 0 337497004 228306944 54607 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 55739 54607 141 302 0 55434 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 222956

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1025
/proc/meminfo: memFree=1530592/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=267932 CPUtime=222.22
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 66865 0 0 0 22064 158 0 0 25 0 1 0 337497004 274362368 65822 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 66983 65822 141 302 0 66678 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 267932

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1025
/proc/meminfo: memFree=1493152/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=305436 CPUtime=282.21
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 76270 0 0 0 28037 184 0 0 25 0 1 0 337497004 312766464 75227 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 76359 75227 141 302 0 76054 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 305436

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1025
/proc/meminfo: memFree=1463072/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=337160 CPUtime=342.19
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 84222 0 0 0 34017 202 0 0 25 0 1 0 337497004 345251840 82666 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 84290 82666 141 302 0 83985 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 337160

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1025
/proc/meminfo: memFree=1442848/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=357968 CPUtime=402.17
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 89348 0 0 0 40001 216 0 0 25 0 1 0 337497004 366559232 87792 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 89492 87792 141 302 0 89187 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 357968

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1025
/proc/meminfo: memFree=1420256/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=381180 CPUtime=462.16
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 94957 0 0 0 45984 232 0 0 25 0 1 0 337497004 390328320 93401 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 95295 93401 141 302 0 94990 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 381180

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1025
/proc/meminfo: memFree=1392928/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=408524 CPUtime=522.14
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 101813 0 0 0 51967 247 0 0 25 0 1 0 337497004 418328576 100257 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 102131 100257 141 302 0 101826 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 408524

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1025
/proc/meminfo: memFree=1370336/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=430568 CPUtime=582.13
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 107392 0 0 0 57953 260 0 0 25 0 1 0 337497004 440901632 105836 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 107642 105836 141 302 0 107337 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 430568

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1025
/proc/meminfo: memFree=1350240/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=451068 CPUtime=642.12
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 112360 0 0 0 63940 272 0 0 25 0 1 0 337497004 461893632 110804 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 112767 110804 141 302 0 112462 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 451068

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1025
/proc/meminfo: memFree=1332512/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=468832 CPUtime=702.1
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 116821 0 0 0 69925 285 0 0 25 0 1 0 337497004 480083968 115265 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 117208 115265 141 302 0 116903 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 468832

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1025
/proc/meminfo: memFree=1318816/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=482540 CPUtime=762.09
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 120208 0 0 0 75913 296 0 0 25 0 1 0 337497004 494120960 118652 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 120635 118652 141 302 0 120330 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 482540

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1025
/proc/meminfo: memFree=1306336/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=495932 CPUtime=822.06
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 123347 0 0 0 81901 305 0 0 25 0 1 0 337497004 507834368 121791 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 123983 121791 141 302 0 123678 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 495932

[startup+882.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1025
/proc/meminfo: memFree=1294304/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=507952 CPUtime=882.05
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 126312 0 0 0 87888 317 0 0 25 0 1 0 337497004 520142848 124756 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 126988 124756 141 302 0 126683 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 507952

[startup+942.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1025
/proc/meminfo: memFree=1235744/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=569512 CPUtime=942.04
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 141182 0 0 0 93857 347 0 0 25 0 1 0 337497004 583180288 139626 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 142378 139626 141 302 0 142073 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 569512

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1025
/proc/meminfo: memFree=1204832/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=598852 CPUtime=1002.02
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 148649 0 0 0 99839 363 0 0 25 0 1 0 337497004 613224448 147093 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 149713 147093 141 302 0 149408 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 598852

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1025
/proc/meminfo: memFree=1183136/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=620660 CPUtime=1062
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 154123 0 0 0 105825 375 0 0 25 0 1 0 337497004 635555840 152567 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 155165 152567 141 302 0 154860 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 620660

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1025
/proc/meminfo: memFree=1159840/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=647524 CPUtime=1121.99
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 160890 0 0 0 111812 387 0 0 25 0 1 0 337497004 663064576 158309 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 161881 158309 141 302 0 161576 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 647524

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1025
/proc/meminfo: memFree=1137568/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=669928 CPUtime=1181.97
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 166439 0 0 0 117794 403 0 0 25 0 1 0 337497004 686006272 163858 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 167482 163858 141 302 0 167177 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 669928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.06 0.99 0.99 2/65 1025
/proc/meminfo: memFree=1132192/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=675088 CPUtime=1200.08
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4194304 167724 0 0 0 119601 407 0 0 25 0 1 0 337497004 691290112 165143 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 168772 165143 141 302 0 168467 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 675088

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

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

[startup+1200.51 s]
/proc/loadavg: 1.06 0.99 0.99 2/65 1025
/proc/meminfo: memFree=1132192/2055920 swapFree=4183700/4192956
[pid=1024] ppid=1022 vsize=0 CPUtime=1200.18
/proc/1024/stat : 1024 (Spear-32) R 1022 1024 718 0 -1 4195332 167724 0 0 0 119601 417 0 0 25 0 1 0 337497004 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/1024/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.19
CPU user time (s): 1196.01
CPU system time (s): 4.17437
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 675088

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

runsolver used 0.909861 second user time and 2.40163 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Tue Mar  6 10:03:23 UTC 2007

IDJOB= 330861
IDBENCH= 20573
IDSOLVER= 133
FILE ID= node59/330861-1173175403

PBS_JOBID= 4015257

Free space on /tmp= 66505 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  9158de01004aff62af67cbb9db5bcbbb

RANDOM SEED= 999497419

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.225
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.225
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:       1794232 kB
Buffers:         13712 kB
Cached:         182700 kB
SwapCached:       2896 kB
Active:          59744 kB
Inactive:       145908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1794232 kB
SwapTotal:     4192956 kB
SwapFree:      4183700 kB
Dirty:            6320 kB
Writeback:           0 kB
Mapped:          15228 kB
Slab:            41916 kB
Committed_AS:   682828 kB
PageTables:       1472 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= 66505 MiB

End job on node59 on Tue Mar  6 10:23:25 UTC 2007