Trace number 315047

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 FH 1.0? (TO) 1200.09 1200.44

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
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 variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

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/315047-1172647986/instance-315047-1172647986.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/node19/watcher-315047-1172647986 -o ROOT/results/node19/solver-315047-1172647986 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315047-1172647986/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/315047-1172647986/instance-315047-1172647986.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: 1.00 0.97 0.99 3/77 9420
/proc/meminfo: memFree=746344/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=1708 CPUtime=0
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 233 0 0 0 0 0 0 0 18 0 1 0 284752586 1748992 218 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 427 218 129 302 0 122 0

[startup+0.023812 s]
/proc/loadavg: 1.00 0.97 0.99 3/77 9420
/proc/meminfo: memFree=746344/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=2416 CPUtime=0.02
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 407 0 0 0 2 0 0 0 18 0 1 0 284752586 2473984 392 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134866435 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 604 392 129 302 0 299 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2416

[startup+0.101819 s]
/proc/loadavg: 1.00 0.97 0.99 3/77 9420
/proc/meminfo: memFree=746344/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=5240 CPUtime=0.09
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 1176 0 0 0 9 0 0 0 18 0 1 0 284752586 5365760 1022 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 1310 1022 129 302 0 1005 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5240

[startup+0.301841 s]
/proc/loadavg: 1.00 0.97 0.99 3/77 9420
/proc/meminfo: memFree=746344/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=14264 CPUtime=0.29
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 3538 0 0 0 27 2 0 0 19 0 1 0 284752586 14606336 2885 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 3566 2886 129 302 0 3261 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14264

[startup+0.701883 s]
/proc/loadavg: 1.00 0.97 0.99 3/77 9420
/proc/meminfo: memFree=746344/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=26040 CPUtime=0.69
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 7413 0 0 0 62 7 0 0 23 0 1 0 284752586 26664960 5570 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 6510 5570 129 302 0 6205 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26040

[startup+1.50197 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9421
/proc/meminfo: memFree=714912/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=34596 CPUtime=1.49
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 10192 0 0 0 140 9 0 0 25 0 1 0 284752586 35426304 7994 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 8649 7994 140 302 0 8344 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34596

[startup+3.10115 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9421
/proc/meminfo: memFree=714592/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=34728 CPUtime=3.09
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 10223 0 0 0 300 9 0 0 25 0 1 0 284752586 35561472 8025 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526770 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 8682 8025 140 302 0 8377 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34728

[startup+6.30149 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9421
/proc/meminfo: memFree=714016/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=35108 CPUtime=6.29
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 10312 0 0 0 619 10 0 0 25 0 1 0 284752586 35950592 8114 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 8777 8114 140 302 0 8472 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35108

[startup+12.7012 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9421
/proc/meminfo: memFree=712992/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=36360 CPUtime=12.69
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 10623 0 0 0 1258 11 0 0 25 0 1 0 284752586 37232640 8425 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 9090 8425 140 302 0 8785 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36360

[startup+25.5026 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9421
/proc/meminfo: memFree=710304/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=39044 CPUtime=25.48
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 11299 0 0 0 2536 12 0 0 25 0 1 0 284752586 39981056 9101 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526665 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 9761 9101 140 302 0 9456 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39044

[startup+51.1024 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9421
/proc/meminfo: memFree=704672/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=44900 CPUtime=51.07
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 12758 0 0 0 5090 17 0 0 25 0 1 0 284752586 45977600 10560 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 11225 10560 140 302 0 10920 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 44900

[startup+102.306 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9421
/proc/meminfo: memFree=696480/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=52964 CPUtime=102.26
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 14763 0 0 0 10202 24 0 0 25 0 1 0 284752586 54235136 12532 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 13241 12532 140 302 0 12936 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 52964

[startup+162.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9421
/proc/meminfo: memFree=684192/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=65228 CPUtime=162.24
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 17868 0 0 0 16192 32 0 0 25 0 1 0 284752586 66793472 15636 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 16307 15636 140 302 0 16002 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 65228

[startup+222.303 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9421
/proc/meminfo: memFree=676384/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=73008 CPUtime=222.23
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 19800 0 0 0 22184 39 0 0 25 0 1 0 284752586 74760192 17568 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 18252 17568 140 302 0 17947 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 73008

[startup+282.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9421
/proc/meminfo: memFree=667488/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=82108 CPUtime=282.21
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 22111 0 0 0 28176 45 0 0 25 0 1 0 284752586 84078592 19814 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526730 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 20527 19814 140 302 0 20222 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 82108

[startup+342.303 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9421
/proc/meminfo: memFree=653280/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=96120 CPUtime=342.19
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 25609 0 0 0 34166 53 0 0 25 0 1 0 284752586 98426880 23312 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134529837 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 24030 23312 140 302 0 23725 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 96120

[startup+402.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9421
/proc/meminfo: memFree=645600/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=103992 CPUtime=402.17
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 27576 0 0 0 40159 58 0 0 25 0 1 0 284752586 106487808 25279 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526665 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 25998 25279 140 302 0 25693 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 103992

[startup+462.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9421
/proc/meminfo: memFree=636832/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=112528 CPUtime=462.16
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 29716 0 0 0 46151 65 0 0 25 0 1 0 284752586 115228672 27419 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134539225 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 28132 27419 140 302 0 27827 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 112528

[startup+522.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9421
/proc/meminfo: memFree=631136/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=118364 CPUtime=522.14
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 31181 0 0 0 52143 71 0 0 25 0 1 0 284752586 121204736 28884 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 29591 28884 140 302 0 29286 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 118364

[startup+582.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9423
/proc/meminfo: memFree=624928/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=125036 CPUtime=582.12
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 32846 0 0 0 58136 76 0 0 25 0 1 0 284752586 128036864 30420 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 31259 30420 140 302 0 30954 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 125036

[startup+642.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9423
/proc/meminfo: memFree=616032/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=133816 CPUtime=642.11
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 35066 0 0 0 64129 82 0 0 25 0 1 0 284752586 137027584 32640 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 33454 32640 140 302 0 33149 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 133816

[startup+702.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9423
/proc/meminfo: memFree=607392/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=142516 CPUtime=702.09
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 37224 0 0 0 70122 87 0 0 25 0 1 0 284752586 145936384 34798 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 35629 34798 140 302 0 35324 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 142516

[startup+762.306 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9423
/proc/meminfo: memFree=599776/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=150044 CPUtime=762.08
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 39107 0 0 0 76116 92 0 0 25 0 1 0 284752586 153645056 36681 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134529837 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 37511 36681 140 302 0 37206 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 150044

[startup+822.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9423
/proc/meminfo: memFree=592224/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=157680 CPUtime=822.06
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 41004 0 0 0 82108 98 0 0 25 0 1 0 284752586 161464320 38577 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 39420 38577 140 302 0 39115 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 157680

[startup+882.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9423
/proc/meminfo: memFree=587040/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=162808 CPUtime=882.04
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 42290 0 0 0 88103 101 0 0 25 0 1 0 284752586 166715392 39863 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526665 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 40702 39863 140 302 0 40397 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 162808

[startup+942.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9423
/proc/meminfo: memFree=578848/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=171024 CPUtime=942.02
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 44342 0 0 0 94095 107 0 0 25 0 1 0 284752586 175128576 41915 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 42756 41915 140 302 0 42451 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 171024

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9423
/proc/meminfo: memFree=571936/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=177876 CPUtime=1002.01
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 46080 0 0 0 100088 113 0 0 25 0 1 0 284752586 182145024 43653 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526532 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 44469 43653 140 302 0 44164 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 177876

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9423
/proc/meminfo: memFree=566304/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=183448 CPUtime=1061.99
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 47485 0 0 0 106083 116 0 0 25 0 1 0 284752586 187850752 45058 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 45862 45058 140 302 0 45557 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 183448

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9423
/proc/meminfo: memFree=560224/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=189412 CPUtime=1121.97
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 48983 0 0 0 112076 121 0 0 25 0 1 0 284752586 193957888 46556 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 47353 46556 140 302 0 47048 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 189412

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9423
/proc/meminfo: memFree=554400/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=195340 CPUtime=1181.95
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 50447 0 0 0 118069 126 0 0 25 0 1 0 284752586 200028160 48020 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 48835 48020 140 302 0 48530 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 195340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.97 0.99 2/78 9423
/proc/meminfo: memFree=552416/2055920 swapFree=4192812/4192956
[pid=9420] ppid=9418 vsize=197412 CPUtime=1200.05
/proc/9420/stat : 9420 (Spear-32) R 9418 9420 8165 0 -1 4194304 50922 0 0 0 119878 127 0 0 25 0 1 0 284752586 202149888 48495 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/9420/statm: 49353 48495 140 302 0 49048 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 197412

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.44
CPU time (s): 1200.09
CPU user time (s): 1198.79
CPU system time (s): 1.3048
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 197412

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

runsolver used 1.34979 second user time and 3.02554 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Wed Feb 28 07:33:06 UTC 2007

IDJOB= 315047
IDBENCH= 20406
IDSOLVER= 132
FILE ID= node19/315047-1172647986

PBS_JOBID= 3980925

Free space on /tmp= 66502 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacias/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= /tmp/evaluation/315047-1172647986/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/315047-1172647986/instance-315047-1172647986.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-315047-1172647986 -o ROOT/results/node19/solver-315047-1172647986 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315047-1172647986/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/315047-1172647986/instance-315047-1172647986.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  0683489092a5eb0c881dd17c2c45d08e

RANDOM SEED= 346469533

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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	: 5931.00
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.214
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:        746752 kB
Buffers:         65640 kB
Cached:        1118648 kB
SwapCached:          0 kB
Active:         482220 kB
Inactive:       745756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        746752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7876 kB
Writeback:           0 kB
Mapped:          62572 kB
Slab:            66756 kB
Committed_AS:  1081196 kB
PageTables:       1756 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= 66502 MiB

End job on node19 on Wed Feb 28 07:53:08 UTC 2007