Trace number 330901

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.32 1200.67

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
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 variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

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/330901-1173176075/instance-330901-1173176075.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/node5/watcher-330901-1173176075 -o ROOT/results/node5/solver-330901-1173176075 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330901-1173176075/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/330901-1173176075/instance-330901-1173176075.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.97 0.99 3/77 22526
/proc/meminfo: memFree=1558752/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=1528 CPUtime=0
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 337563568 1564672 181 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134799859 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 382 181 129 302 0 77 0

[startup+0.100066 s]
/proc/loadavg: 0.97 0.97 0.99 3/77 22526
/proc/meminfo: memFree=1558752/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=4636 CPUtime=0.09
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 967 0 0 0 9 0 0 0 18 0 1 0 337563568 4747264 918 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134515399 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 1159 919 129 302 0 854 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4636

[startup+0.201078 s]
/proc/loadavg: 0.97 0.97 0.99 3/77 22526
/proc/meminfo: memFree=1558752/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=7644 CPUtime=0.18
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 1825 0 0 0 18 0 0 0 18 0 1 0 337563568 7827456 1605 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 1911 1605 129 302 0 1606 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 7644

[startup+0.301089 s]
/proc/loadavg: 0.97 0.97 0.99 3/77 22526
/proc/meminfo: memFree=1558752/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=10484 CPUtime=0.29
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 2624 0 0 0 28 1 0 0 19 0 1 0 337563568 10735616 2275 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 2621 2276 129 302 0 2316 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10484

[startup+0.70114 s]
/proc/loadavg: 0.97 0.97 0.99 3/77 22526
/proc/meminfo: memFree=1558752/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=21332 CPUtime=0.69
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 5662 0 0 0 66 3 0 0 23 0 1 0 337563568 21843968 4846 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 5333 4846 129 302 0 5028 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21332

[startup+1.50122 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 22527
/proc/meminfo: memFree=1527832/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=42708 CPUtime=1.49
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 11587 0 0 0 142 7 0 0 25 0 1 0 337563568 43732992 9840 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 10677 9840 129 302 0 10372 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42708

[startup+3.10341 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 22527
/proc/meminfo: memFree=1499608/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=84904 CPUtime=3.09
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 23262 0 0 0 294 15 0 0 25 0 1 0 337563568 86941696 19591 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134806527 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 21226 19591 129 302 0 20921 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84904

[startup+6.30177 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 22527
/proc/meminfo: memFree=1423704/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=168884 CPUtime=6.29
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 46334 0 0 0 599 30 0 0 25 0 1 0 337563568 172937216 38819 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 42221 38819 129 302 0 41916 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 168884

[startup+12.7015 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 22527
/proc/meminfo: memFree=1267096/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=332468 CPUtime=12.68
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 91865 0 0 0 1207 61 0 0 25 0 1 0 337563568 340447232 76666 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 83117 76666 129 302 0 82812 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 332468

[startup+25.5019 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 22527
/proc/meminfo: memFree=1016472/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=580184 CPUtime=25.48
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 159609 0 0 0 2421 127 0 0 25 0 1 0 337563568 594108416 135733 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 145046 135733 140 302 0 144741 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 580184

[startup+51.1018 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 22527
/proc/meminfo: memFree=1011800/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=584736 CPUtime=51.08
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 160812 0 0 0 4882 226 0 0 25 0 1 0 337563568 598769664 136903 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 146184 136903 140 302 0 145879 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 584736

[startup+102.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=1000664/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=596172 CPUtime=102.27
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 163653 0 0 0 9926 301 0 0 25 0 1 0 337563568 610480128 139711 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 149043 139711 140 302 0 148738 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 596172

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=985496/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=611672 CPUtime=162.25
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 167528 0 0 0 15873 352 0 0 25 0 1 0 337563568 626352128 143521 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 152918 143521 140 302 0 152613 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 611672

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=962072/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=635592 CPUtime=222.23
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 173492 0 0 0 21841 382 0 0 25 0 1 0 337563568 650846208 149356 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 158898 149356 140 302 0 158593 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 635592

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=927192/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=670400 CPUtime=282.21
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 182229 0 0 0 27816 405 0 0 25 0 1 0 337563568 686489600 158093 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 167600 158093 140 302 0 167295 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 670400

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=904664/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=692812 CPUtime=342.19
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 187803 0 0 0 33771 448 0 0 25 0 1 0 337563568 709439488 163667 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 173203 163667 140 302 0 172898 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 692812

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=846680/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=751840 CPUtime=402.17
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 202563 0 0 0 39742 475 0 0 25 0 1 0 337563568 769884160 178427 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 187960 178427 140 302 0 187655 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 751840

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=763416/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=835216 CPUtime=462.16
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 223404 0 0 0 45713 503 0 0 25 0 1 0 337563568 855261184 199011 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524824 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 208804 199011 140 302 0 208499 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 835216

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=666968/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=932376 CPUtime=522.13
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 247704 0 0 0 51688 525 0 0 25 0 1 0 337563568 954753024 223311 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 233094 223311 140 302 0 232789 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 932376

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=656216/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=941808 CPUtime=582.13
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 250021 0 0 0 57635 578 0 0 25 0 1 0 337563568 964411392 225628 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 235452 225628 140 302 0 235147 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 941808

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=645656/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=952848 CPUtime=642.1
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 252744 0 0 0 63594 616 0 0 25 0 1 0 337563568 975716352 228351 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 238212 228351 140 302 0 237907 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 952848

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=639320/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=959076 CPUtime=702.08
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 254284 0 0 0 69538 670 0 0 25 0 1 0 337563568 982093824 229891 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 239769 229891 140 302 0 239464 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 959076

[startup+762.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=632152/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=965952 CPUtime=762.07
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 256018 0 0 0 75478 729 0 0 25 0 1 0 337563568 989134848 231625 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 241488 231625 140 302 0 241183 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 965952

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=626584/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=971556 CPUtime=822.05
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 257422 0 0 0 81408 797 0 0 25 0 1 0 337563568 994873344 233029 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 242889 233029 140 302 0 242584 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 971556

[startup+882.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=618072/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=979968 CPUtime=882.04
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 259531 0 0 0 87360 844 0 0 25 0 1 0 337563568 1003487232 235138 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 244992 235138 140 302 0 244687 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 979968

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=606744/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=991432 CPUtime=942.02
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 262362 0 0 0 93333 869 0 0 25 0 1 0 337563568 1015226368 237969 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 247858 237969 140 302 0 247553 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 991432

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=598680/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=999440 CPUtime=1002
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 264371 0 0 0 99300 900 0 0 25 0 1 0 337563568 1023426560 239978 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 249860 239978 140 302 0 249555 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 999440

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=590616/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=1007728 CPUtime=1061.98
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 266430 0 0 0 105250 948 0 0 25 0 1 0 337563568 1031913472 242037 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 251932 242037 140 302 0 251627 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 1007728

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=15256/2055920 swapFree=4170492/4192956
[pid=22526] ppid=22524 vsize=1754620 CPUtime=1121.97
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 453267 0 0 0 111157 1040 0 0 25 0 1 0 337563568 1796730880 399323 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 438655 399323 145 302 0 438350 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 1754620

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=16344/2055920 swapFree=4170416/4192956
[pid=22526] ppid=22524 vsize=1764328 CPUtime=1181.95
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 455711 0 0 0 117145 1050 0 0 25 0 1 0 337563568 1806671872 401767 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526917 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 441082 401767 145 302 0 440777 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 1764328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=16088/2055920 swapFree=4170416/4192956
[pid=22526] ppid=22524 vsize=1767400 CPUtime=1200.04
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4194304 456476 0 0 0 118951 1053 0 0 25 0 1 0 337563568 1809817600 402532 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 441850 402532 145 302 0 441545 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 1767400

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 22527
/proc/meminfo: memFree=16088/2055920 swapFree=4170416/4192956
[pid=22526] ppid=22524 vsize=0 CPUtime=1200.14
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4195332 456476 0 0 0 118951 1063 0 0 25 0 1 0 337563568 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 0

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 22527
/proc/meminfo: memFree=16088/2055920 swapFree=4170416/4192956
[pid=22526] ppid=22524 vsize=0 CPUtime=1200.24
/proc/22526/stat : 22526 (Spear-32) R 22524 22526 21992 0 -1 4195332 456476 0 0 0 118951 1073 0 0 25 0 1 0 337563568 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.24
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.67
CPU time (s): 1200.32
CPU user time (s): 1189.52
CPU system time (s): 10.8004
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 1767400

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

runsolver used 1.2978 second user time and 3.07853 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Tue Mar  6 10:14:48 UTC 2007

IDJOB= 330901
IDBENCH= 20574
IDSOLVER= 131
FILE ID= node5/330901-1173176075

PBS_JOBID= 4015018

Free space on /tmp= 66317 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  9a43349587a435e7109b46b3aceb156e

RANDOM SEED= 5863085

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:       1559160 kB
Buffers:         33980 kB
Cached:         381552 kB
SwapCached:       2464 kB
Active:         318216 kB
Inactive:       121408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1559160 kB
SwapTotal:     4192956 kB
SwapFree:      4170492 kB
Dirty:          206996 kB
Writeback:           0 kB
Mapped:          31652 kB
Slab:            42756 kB
Committed_AS:  1184668 kB
PageTables:       1692 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= 66317 MiB

End job on node5 on Tue Mar  6 10:34:50 UTC 2007