Trace number 320449

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Spear 2007-02-12? (TO) 1200.15 1200.45

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-c7bidw_i.cnf
MD5SUM3eac71f4fca7132b74d6d27cfa83813f
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark147.752
Satisfiable
(Un)Satisfiability was proved
Number of variables131004
Number of clauses387841
Sum of the clauses size904961
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2258560
Number of clauses of size 3129280
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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/320449-1173046266/instance-320449-1173046266.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/node30/watcher-320449-1173046266 -o ROOT/results/node30/solver-320449-1173046266 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320449-1173046266/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/320449-1173046266/instance-320449-1173046266.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 1.00 0.97 3/77 32272
/proc/meminfo: memFree=1505416/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=1532 CPUtime=0
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 207 0 0 0 0 0 0 0 18 0 1 0 30583725 1568768 191 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134515386 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 383 191 128 302 0 78 0

[startup+0.0706349 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 32272
/proc/meminfo: memFree=1505416/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=4376 CPUtime=0.06
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 925 0 0 0 6 0 0 0 18 0 1 0 30583725 4481024 803 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 1094 804 129 302 0 789 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4376

[startup+0.101651 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 32272
/proc/meminfo: memFree=1505416/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=5276 CPUtime=0.09
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 1252 0 0 0 9 0 0 0 18 0 1 0 30583725 5402624 1097 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134514179 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 1319 1098 129 302 0 1014 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5276

[startup+0.301649 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 32272
/proc/meminfo: memFree=1505416/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=13088 CPUtime=0.29
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 3567 0 0 0 28 1 0 0 19 0 1 0 30583725 13402112 2719 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 3272 2719 129 302 0 2967 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13088

[startup+0.701674 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 32272
/proc/meminfo: memFree=1505416/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=28104 CPUtime=0.69
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 8144 0 0 0 63 6 0 0 22 0 1 0 30583725 28778496 6011 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 7026 6011 129 302 0 6721 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28104

[startup+1.50172 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32273
/proc/meminfo: memFree=1472320/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=36280 CPUtime=1.49
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 10928 0 0 0 135 14 0 0 25 0 1 0 30583725 37150720 8762 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 9070 8762 140 302 0 8765 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36280

[startup+3.10182 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32273
/proc/meminfo: memFree=1470400/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=36796 CPUtime=3.09
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 11097 0 0 0 294 15 0 0 25 0 1 0 30583725 37679104 8866 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 9199 8866 141 302 0 8894 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36796

[startup+6.30201 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32273
/proc/meminfo: memFree=1469504/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=37592 CPUtime=6.29
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 11279 0 0 0 611 18 0 0 25 0 1 0 30583725 38494208 9048 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 9398 9048 141 302 0 9093 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37592

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32273
/proc/meminfo: memFree=1468160/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=38884 CPUtime=12.69
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 11622 0 0 0 1245 24 0 0 25 0 1 0 30583725 39817216 9391 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 9721 9391 141 302 0 9416 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38884

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32273
/proc/meminfo: memFree=1464704/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=42756 CPUtime=25.49
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 12603 0 0 0 2516 33 0 0 25 0 1 0 30583725 43782144 10339 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 10689 10339 141 302 0 10384 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42756

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32273
/proc/meminfo: memFree=1456832/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=50680 CPUtime=51.07
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 14626 0 0 0 5058 49 0 0 25 0 1 0 30583725 51896320 12297 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 12670 12297 141 302 0 12365 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 50680

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32273
/proc/meminfo: memFree=1440448/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=67176 CPUtime=102.26
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 18803 0 0 0 10148 78 0 0 25 0 1 0 30583725 68788224 16345 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526748 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 16794 16345 141 302 0 16489 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 67176

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32273
/proc/meminfo: memFree=1422144/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=85636 CPUtime=162.25
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 23399 0 0 0 16121 104 0 0 25 0 1 0 30583725 87691264 20941 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 21409 20941 141 302 0 21104 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 85636

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32273
/proc/meminfo: memFree=1404480/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=104740 CPUtime=222.22
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 28041 0 0 0 22092 130 0 0 25 0 1 0 30583725 107253760 25326 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 26185 25326 141 302 0 25880 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 104740

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32275
/proc/meminfo: memFree=1390272/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=119448 CPUtime=282.21
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 31606 0 0 0 28071 150 0 0 25 0 1 0 30583725 122314752 28891 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 29862 28891 141 302 0 29557 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 119448

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32275
/proc/meminfo: memFree=1381120/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=128428 CPUtime=342.2
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 33866 0 0 0 34053 167 0 0 25 0 1 0 30583725 131510272 31151 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 32107 31151 141 302 0 31802 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 128428

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32275
/proc/meminfo: memFree=1369920/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=139768 CPUtime=402.18
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 36706 0 0 0 40029 189 0 0 25 0 1 0 30583725 143122432 33991 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 34942 33991 141 302 0 34637 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 139768

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32275
/proc/meminfo: memFree=1353472/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=155760 CPUtime=462.17
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 40764 0 0 0 46002 215 0 0 25 0 1 0 30583725 159498240 38049 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 38940 38049 141 302 0 38635 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 155760

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32275
/proc/meminfo: memFree=1340736/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=170952 CPUtime=522.16
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 44550 0 0 0 51982 234 0 0 25 0 1 0 30583725 175054848 41322 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 42738 41322 141 302 0 42433 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 170952

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32275
/proc/meminfo: memFree=1328640/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=182744 CPUtime=582.14
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 47503 0 0 0 57963 251 0 0 25 0 1 0 30583725 187129856 44275 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 45686 44275 141 302 0 45381 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 182744

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32275
/proc/meminfo: memFree=1317376/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=193952 CPUtime=642.13
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 50281 0 0 0 63946 267 0 0 25 0 1 0 30583725 198606848 47053 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 48488 47053 141 302 0 48183 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 193952

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32275
/proc/meminfo: memFree=1306368/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=205412 CPUtime=702.11
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 53095 0 0 0 69927 284 0 0 25 0 1 0 30583725 210341888 49867 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 51353 49867 141 302 0 51048 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 205412

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32275
/proc/meminfo: memFree=1294336/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=216928 CPUtime=762.1
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 56031 0 0 0 75906 304 0 0 25 0 1 0 30583725 222134272 52803 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 54232 52803 141 302 0 53927 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 216928

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32275
/proc/meminfo: memFree=1284224/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=226936 CPUtime=822.08
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 58567 0 0 0 81886 322 0 0 25 0 1 0 30583725 232382464 55339 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 56734 55339 141 302 0 56429 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 226936

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32275
/proc/meminfo: memFree=1277120/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=234028 CPUtime=882.07
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 60328 0 0 0 87870 337 0 0 25 0 1 0 30583725 239644672 57100 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 58507 57100 141 302 0 58202 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 234028

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32275
/proc/meminfo: memFree=1269632/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=241380 CPUtime=942.05
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 62204 0 0 0 93857 348 0 0 25 0 1 0 30583725 247173120 58976 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 60345 58976 141 302 0 60040 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 241380

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.97 3/78 32275
/proc/meminfo: memFree=1260160/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=250980 CPUtime=1002.04
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 64553 0 0 0 99842 362 0 0 25 0 1 0 30583725 257003520 61325 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 62745 61325 141 302 0 62440 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 250980

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32275
/proc/meminfo: memFree=1253248/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=258248 CPUtime=1062.03
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 66361 0 0 0 105830 373 0 0 25 0 1 0 30583725 264445952 63133 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 64562 63133 141 302 0 64257 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 258248

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32275
/proc/meminfo: memFree=1241920/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=269060 CPUtime=1122.01
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 69117 0 0 0 111810 391 0 0 25 0 1 0 30583725 275517440 65889 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 67265 65889 141 302 0 66960 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 269060

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 32275
/proc/meminfo: memFree=1232384/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=278664 CPUtime=1181.99
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 71537 0 0 0 117795 404 0 0 25 0 1 0 30583725 285351936 68309 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 69666 68309 141 302 0 69361 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 278664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.08 1.02 0.97 2/78 32275
/proc/meminfo: memFree=1229568/2055920 swapFree=4192812/4192956
[pid=32272] ppid=32270 vsize=281456 CPUtime=1200.1
/proc/32272/stat : 32272 (Spear-32) R 32270 32272 31751 0 -1 4194304 72195 0 0 0 119601 409 0 0 25 0 1 0 30583725 288210944 68967 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32272/statm: 70364 68967 141 302 0 70059 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 281456

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.45
CPU time (s): 1200.15
CPU user time (s): 1196.01
CPU system time (s): 4.13237
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 281456

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

runsolver used 1.3368 second user time and 3.03954 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Sun Mar  4 22:11:06 UTC 2007

IDJOB= 320449
IDBENCH= 20503
IDSOLVER= 133
FILE ID= node30/320449-1173046266

PBS_JOBID= 4012506

Free space on /tmp= 66472 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-c7bidw_i.cnf
COMMAND LINE= /tmp/evaluation/320449-1173046266/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/320449-1173046266/instance-320449-1173046266.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-320449-1173046266 -o ROOT/results/node30/solver-320449-1173046266 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320449-1173046266/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/320449-1173046266/instance-320449-1173046266.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  3eac71f4fca7132b74d6d27cfa83813f

RANDOM SEED= 1101679

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.216
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.216
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:       1505824 kB
Buffers:         39328 kB
Cached:         402736 kB
SwapCached:        140 kB
Active:         242812 kB
Inactive:       253260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1505824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8188 kB
Writeback:           0 kB
Mapped:          72800 kB
Slab:            39648 kB
Committed_AS:   183960 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= 66472 MiB

End job on node30 on Sun Mar  4 22:31:08 UTC 2007