Trace number 330945

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? (MO) 1052.37 1052.7

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq5.cnf
MD5SUM79c983ee7a6671238604da3040f85341
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 variables151669
Number of clauses2465731
Sum of the clauses size7141423
Maximum clause length150
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22309834
Number of clauses of size 335167
Number of clauses of size 45995
Number of clauses of size 511790
Number of clauses of size over 5102944

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/330945-1173176888/instance-330945-1173176888.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/node10/watcher-330945-1173176888 -o ROOT/results/node10/solver-330945-1173176888 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330945-1173176888/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/330945-1173176888/instance-330945-1173176888.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.93 0.98 0.99 3/77 26882
/proc/meminfo: memFree=1674232/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=1528 CPUtime=0
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 196 0 0 0 0 0 0 0 18 0 1 0 337644097 1564672 180 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134868518 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 382 180 128 302 0 77 0

[startup+0.0512 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 26882
/proc/meminfo: memFree=1674232/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=3020 CPUtime=0.04
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 569 0 0 0 4 0 0 0 18 0 1 0 337644097 3092480 553 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 755 553 129 302 0 450 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3020

[startup+0.101207 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 26882
/proc/meminfo: memFree=1674232/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=4592 CPUtime=0.09
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 961 0 0 0 9 0 0 0 18 0 1 0 337644097 4702208 912 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 1148 912 129 302 0 843 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4592

[startup+0.301233 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 26882
/proc/meminfo: memFree=1674232/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=10348 CPUtime=0.3
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 2584 0 0 0 28 2 0 0 19 0 1 0 337644097 10596352 2235 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 2587 2235 129 302 0 2282 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 10348

[startup+0.701288 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 26882
/proc/meminfo: memFree=1674232/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=20936 CPUtime=0.69
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 5533 0 0 0 65 4 0 0 23 0 1 0 337644097 21438464 4717 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 5234 4717 129 302 0 4929 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20936

[startup+1.5014 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 26883
/proc/meminfo: memFree=1646896/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=41812 CPUtime=1.5
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 11397 0 0 0 140 10 0 0 25 0 1 0 337644097 42815488 9617 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 10453 9617 129 302 0 10148 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 41812

[startup+3.10161 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 26883
/proc/meminfo: memFree=1620848/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=83768 CPUtime=3.09
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 23094 0 0 0 290 19 0 0 25 0 1 0 337644097 85778432 19456 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 20942 19456 129 302 0 20637 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83768

[startup+6.30104 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 26883
/proc/meminfo: memFree=1542896/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=158480 CPUtime=6.29
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 43676 0 0 0 595 34 0 0 25 0 1 0 337644097 162283520 36095 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 39620 36095 141 302 0 39315 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 158480

[startup+12.7019 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 26883
/proc/meminfo: memFree=1528376/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=161656 CPUtime=12.69
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 44531 0 0 0 1220 49 0 0 25 0 1 0 337644097 165535744 36821 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 40414 36821 141 302 0 40109 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 161656

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 26883
/proc/meminfo: memFree=1519608/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=170336 CPUtime=25.49
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 46681 0 0 0 2490 59 0 0 25 0 1 0 337644097 174424064 38971 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 42584 38971 141 302 0 42279 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 170336

[startup+51.1011 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 26883
/proc/meminfo: memFree=1506936/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=183788 CPUtime=51.08
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 49994 0 0 0 5036 72 0 0 25 0 1 0 337644097 188198912 42186 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 45947 42186 141 302 0 45642 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 183788

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 26883
/proc/meminfo: memFree=1446392/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=244152 CPUtime=102.27
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 65645 0 0 0 10111 116 0 0 25 0 1 0 337644097 250011648 57284 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 61038 57284 141 302 0 60733 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 244152

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26883
/proc/meminfo: memFree=1363384/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=327756 CPUtime=162.24
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 88031 0 0 0 16087 137 0 0 25 0 1 0 337644097 335622144 78188 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 81939 78188 141 302 0 81634 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 327756

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26883
/proc/meminfo: memFree=1301112/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=389772 CPUtime=222.22
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 103585 0 0 0 22051 171 0 0 25 0 1 0 337644097 399126528 93470 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 97443 93470 141 302 0 97138 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 389772

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26883
/proc/meminfo: memFree=1210360/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=481968 CPUtime=282.21
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 126652 0 0 0 28003 218 0 0 25 0 1 0 337644097 493535232 116536 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 120492 116536 141 302 0 120187 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 481968

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26883
/proc/meminfo: memFree=1098552/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=593236 CPUtime=342.18
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 154486 0 0 0 33969 249 0 0 25 0 1 0 337644097 607473664 144067 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 148309 144067 141 302 0 148004 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 593236

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26883
/proc/meminfo: memFree=1007480/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=684976 CPUtime=402.17
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 177487 0 0 0 39938 279 0 0 25 0 1 0 337644097 701415424 167048 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 171244 167048 141 302 0 170939 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 684976

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26883
/proc/meminfo: memFree=936504/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=754808 CPUtime=462.15
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 194959 0 0 0 45913 302 0 0 25 0 1 0 337644097 772923392 184520 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 188702 184520 141 302 0 188397 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 754808

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26883
/proc/meminfo: memFree=878904/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=813036 CPUtime=522.13
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 209254 0 0 0 51887 326 0 0 25 0 1 0 337644097 832548864 198815 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 203259 198815 141 302 0 202954 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 813036

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26883
/proc/meminfo: memFree=766200/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=926624 CPUtime=582.11
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 238391 0 0 0 57856 355 0 0 25 0 1 0 337644097 948862976 227195 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 231656 227195 141 302 0 231351 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 926624

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26883
/proc/meminfo: memFree=632632/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=1058780 CPUtime=642.09
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 272959 0 0 0 63823 386 0 0 25 0 1 0 337644097 1084190720 260258 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 264695 260258 141 302 0 264390 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 1058780

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26883
/proc/meminfo: memFree=515512/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=1176300 CPUtime=702.08
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 304745 0 0 0 69793 415 0 0 25 0 1 0 337644097 1204531200 289658 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 294075 289658 141 302 0 293770 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 1176300

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26883
/proc/meminfo: memFree=405048/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=1287892 CPUtime=762.05
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 335925 0 0 0 75769 436 0 0 25 0 1 0 337644097 1318801408 317067 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 321973 317067 141 302 0 321668 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 1287892

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26883
/proc/meminfo: memFree=303736/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=1390084 CPUtime=822.03
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 365182 0 0 0 81744 459 0 0 25 0 1 0 337644097 1423446016 342631 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 347521 342631 141 302 0 347216 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 1390084

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26883
/proc/meminfo: memFree=184056/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=1508616 CPUtime=882.02
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 399087 0 0 0 87721 481 0 0 25 0 1 0 337644097 1544822784 372251 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 377154 372251 141 302 0 376849 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 1508616

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26883
/proc/meminfo: memFree=63544/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=1630248 CPUtime=942
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 433890 0 0 0 93696 504 0 0 25 0 1 0 337644097 1669373952 402674 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 407562 402674 141 302 0 407257 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 1630248

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26885
/proc/meminfo: memFree=15864/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=1746640 CPUtime=1001.98
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 469423 0 0 0 99669 529 0 0 25 0 1 0 337644097 1788559360 431752 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134524773 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 436660 431752 141 302 0 436355 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 1746640



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1052.4 s]
/proc/loadavg: 0.99 0.98 0.99 3/78 26885
/proc/meminfo: memFree=14776/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=1843244 CPUtime=1052.07
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4194304 497472 0 0 0 104657 550 0 0 25 0 1 0 337644097 1887481856 455923 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 460811 455923 141 302 0 460506 0
Current children cumulated CPU time (s) 1052.07
Current children cumulated vsize (KiB) 1843244

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

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

[startup+1052.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 26886
/proc/meminfo: memFree=1266480/2055920 swapFree=4168812/4192956
[pid=26882] ppid=26880 vsize=0 CPUtime=1052.26
/proc/26882/stat : 26882 (Spear-32) R 26880 26882 26476 0 -1 4195332 497472 0 0 0 104657 569 0 0 25 0 1 0 337644097 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/26882/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1052.26
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1052.7
CPU time (s): 1052.37
CPU user time (s): 1046.58
CPU system time (s): 5.78812
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 1843244

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

runsolver used 1.12483 second user time and 2.71759 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue Mar  6 10:28:11 UTC 2007

IDJOB= 330945
IDBENCH= 20575
IDSOLVER= 133
FILE ID= node10/330945-1173176888

PBS_JOBID= 4015027

Free space on /tmp= 66432 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  79c983ee7a6671238604da3040f85341

RANDOM SEED= 360094919

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.232
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.232
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:       1675152 kB
Buffers:         41640 kB
Cached:         248212 kB
SwapCached:       2820 kB
Active:          87080 kB
Inactive:       225820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1675152 kB
SwapTotal:     4192956 kB
SwapFree:      4168812 kB
Dirty:           52528 kB
Writeback:           0 kB
Mapped:          30460 kB
Slab:            53404 kB
Committed_AS:  1631684 kB
PageTables:       1832 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= 66432 MiB

End job on node10 on Tue Mar  6 10:45:45 UTC 2007