Trace number 330859

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 FHS 1.0? (TO) 1200.18 1200.53

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/330859-1173175382/instance-330859-1173175382.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/node17/watcher-330859-1173175382 -o ROOT/results/node17/solver-330859-1173175382 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330859-1173175382/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/330859-1173175382/instance-330859-1173175382.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.85 0.97 0.99 3/77 27632
/proc/meminfo: memFree=1761016/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=1528 CPUtime=0
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 337492481 1564672 181 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135271772 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 382 181 129 302 0 77 0

[startup+0.0161541 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 27632
/proc/meminfo: memFree=1761016/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=1928 CPUtime=0.01
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 299 0 0 0 1 0 0 0 18 0 1 0 337492481 1974272 283 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134533777 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 482 283 129 302 0 177 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1928

[startup+0.101162 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 27632
/proc/meminfo: memFree=1761016/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=4664 CPUtime=0.09
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 963 0 0 0 9 0 0 0 18 0 1 0 337492481 4775936 914 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 1166 914 129 302 0 861 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4664

[startup+0.301183 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 27632
/proc/meminfo: memFree=1761016/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=10548 CPUtime=0.29
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 2650 0 0 0 28 1 0 0 19 0 1 0 337492481 10801152 2301 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 2637 2301 129 302 0 2332 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10548

[startup+0.701224 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 27632
/proc/meminfo: memFree=1761016/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=18240 CPUtime=0.69
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 4817 0 0 0 66 3 0 0 22 0 1 0 337492481 18677760 4258 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 4560 4258 140 302 0 4255 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18240

[startup+1.50131 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1744176/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=19008 CPUtime=1.49
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 4987 0 0 0 140 9 0 0 25 0 1 0 337492481 19464192 4428 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 4752 4428 140 302 0 4447 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19008

[startup+3.10147 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1743024/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=21212 CPUtime=3.09
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 5551 0 0 0 294 15 0 0 25 0 1 0 337492481 21721088 4992 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 5303 4992 140 302 0 4998 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21212

[startup+6.30281 s]
/proc/loadavg: 0.87 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1739120/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=25072 CPUtime=6.29
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 6494 0 0 0 603 26 0 0 25 0 1 0 337492481 25673728 5935 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524706 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 6268 5935 140 302 0 5963 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25072

[startup+12.7015 s]
/proc/loadavg: 0.88 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1730040/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=33532 CPUtime=12.69
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 8643 0 0 0 1229 40 0 0 25 0 1 0 337492481 34336768 8051 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 8383 8051 140 302 0 8078 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33532

[startup+25.5018 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1713464/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=49500 CPUtime=25.48
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 12674 0 0 0 2481 67 0 0 25 0 1 0 337492481 50688000 12017 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 12375 12017 140 302 0 12070 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 49500

[startup+51.1015 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1680760/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=83280 CPUtime=51.07
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 21073 0 0 0 5013 94 0 0 25 0 1 0 337492481 85278720 20287 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 20820 20287 140 302 0 20515 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 83280

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1622840/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=141716 CPUtime=102.25
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 35636 0 0 0 10092 133 0 0 25 0 1 0 337492481 145117184 34593 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 35429 34593 140 302 0 35124 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 141716

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1551544/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=213852 CPUtime=162.24
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 53556 0 0 0 16049 175 0 0 25 0 1 0 337492481 218984448 52513 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 53463 52513 140 302 0 53158 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 213852

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1488056/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=278588 CPUtime=222.22
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 69779 0 0 0 22004 218 0 0 25 0 1 0 337492481 285274112 68223 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 69647 68223 140 302 0 69342 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 278588

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1435960/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=331204 CPUtime=282.2
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 82911 0 0 0 27974 246 0 0 25 0 1 0 337492481 339152896 81355 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 82801 81355 140 302 0 82496 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 331204

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1379896/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=386896 CPUtime=342.19
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 96745 0 0 0 33941 278 0 0 25 0 1 0 337492481 396181504 95189 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 96724 95189 140 302 0 96419 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 386896

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1347128/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=420408 CPUtime=402.17
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 105105 0 0 0 39915 302 0 0 25 0 1 0 337492481 430497792 103549 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 105102 103549 140 302 0 104797 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 420408

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1303864/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=463872 CPUtime=462.15
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 115802 0 0 0 45887 328 0 0 25 0 1 0 337492481 475004928 114246 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 115968 114246 140 302 0 115663 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 463872

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1259832/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=507852 CPUtime=522.14
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 126868 0 0 0 51854 360 0 0 25 0 1 0 337492481 520040448 125312 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 126963 125312 140 302 0 126658 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 507852

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1225016/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=542428 CPUtime=582.12
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 135469 0 0 0 57833 379 0 0 25 0 1 0 337492481 555446272 133913 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 135607 133913 140 302 0 135302 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 542428

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1192440/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=574580 CPUtime=642.11
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 143513 0 0 0 63812 399 0 0 25 0 1 0 337492481 588369920 141957 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 143645 141957 140 302 0 143340 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 574580

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1173624/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=594068 CPUtime=702.08
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 148254 0 0 0 69793 415 0 0 25 0 1 0 337492481 608325632 146698 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 148517 146698 140 302 0 148212 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 594068

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1157944/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=614184 CPUtime=762.07
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 153123 0 0 0 75778 429 0 0 25 0 1 0 337492481 628924416 150542 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 153546 150542 140 302 0 153241 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 614184

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1141048/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=631408 CPUtime=822.05
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 157407 0 0 0 81759 446 0 0 25 0 1 0 337492481 646561792 154826 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 157852 154827 141 302 0 157547 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 631408

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1114296/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=657580 CPUtime=882.04
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 164019 0 0 0 87742 462 0 0 25 0 1 0 337492481 673361920 161438 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 164395 161438 140 302 0 164090 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 657580

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1088184/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=683740 CPUtime=942.02
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 170595 0 0 0 93723 479 0 0 25 0 1 0 337492481 700149760 168014 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 170935 168014 140 302 0 170630 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 683740

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1061240/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=710972 CPUtime=1002
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 177269 0 0 0 99706 494 0 0 25 0 1 0 337492481 728035328 174688 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 177743 174688 140 302 0 177438 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 710972

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1039544/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=733004 CPUtime=1061.99
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 182742 0 0 0 105689 510 0 0 25 0 1 0 337492481 750596096 180161 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 183251 180161 140 302 0 182946 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 733004

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=1017656/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=754732 CPUtime=1121.97
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 188172 0 0 0 111673 524 0 0 25 0 1 0 337492481 772845568 185591 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 188683 185591 140 302 0 188378 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 754732

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=989796/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=782844 CPUtime=1181.95
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 195182 0 0 0 117656 539 0 0 25 0 1 0 337492481 801632256 192601 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 195711 192601 140 302 0 195406 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 782844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=979000/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=793176 CPUtime=1200.05
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4194304 197773 0 0 0 119460 545 0 0 25 0 1 0 337492481 812212224 195192 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 198294 195192 140 302 0 197989 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 793176

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: 0.99 0.97 0.99 2/78 27633
/proc/meminfo: memFree=979000/2055920 swapFree=4168576/4192956
[pid=27632] ppid=27630 vsize=0 CPUtime=1200.16
/proc/27632/stat : 27632 (Spear-32) R 27630 27632 27573 0 -1 4195332 197773 0 0 0 119461 555 0 0 25 0 1 0 337492481 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/27632/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.18
CPU user time (s): 1194.61
CPU system time (s): 5.57315
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 793176

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

runsolver used 1.2858 second user time and 3.09153 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Mar  6 10:03:02 UTC 2007

IDJOB= 330859
IDBENCH= 20573
IDSOLVER= 131
FILE ID= node17/330859-1173175382

PBS_JOBID= 4015031

Free space on /tmp= 66499 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq1.cnf
COMMAND LINE= /tmp/evaluation/330859-1173175382/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/330859-1173175382/instance-330859-1173175382.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-330859-1173175382 -o ROOT/results/node17/solver-330859-1173175382 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330859-1173175382/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/330859-1173175382/instance-330859-1173175382.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  9158de01004aff62af67cbb9db5bcbbb

RANDOM SEED= 902503592

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.229
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.229
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:       1761488 kB
Buffers:         33968 kB
Cached:         186340 kB
SwapCached:       2120 kB
Active:         116056 kB
Inactive:       126372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761488 kB
SwapTotal:     4192956 kB
SwapFree:      4168576 kB
Dirty:            6548 kB
Writeback:           0 kB
Mapped:          30004 kB
Slab:            37632 kB
Committed_AS:  1394848 kB
PageTables:       1748 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= 66499 MiB

End job on node17 on Tue Mar  6 10:23:05 UTC 2007