Trace number 320283

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.11 1200.58

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-g10bidw.cnf
MD5SUM6ade683f6bfd116f49e58395d70ae6c0
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark228.8
Satisfiable
(Un)Satisfiability was proved
Number of variables237485
Number of clauses705220
Sum of the clauses size1645512
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2470146
Number of clauses of size 3235073
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/320283-1173043540/instance-320283-1173043540.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/node42/watcher-320283-1173043540 -o ROOT/results/node42/solver-320283-1173043540 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320283-1173043540/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/320283-1173043540/instance-320283-1173043540.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.91 0.95 0.95 3/64 31749
/proc/meminfo: memFree=1251184/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=1536 CPUtime=0
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 207 0 0 0 0 0 0 0 18 0 1 0 30307469 1572864 191 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134515392 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 384 192 128 302 0 79 0

[startup+0.019337 s]
/proc/loadavg: 0.91 0.95 0.95 3/64 31749
/proc/meminfo: memFree=1251184/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=2284 CPUtime=0.01
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 365 0 0 0 1 0 0 0 18 0 1 0 30307469 2338816 349 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134513455 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 571 351 128 302 0 266 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2284

[startup+0.102352 s]
/proc/loadavg: 0.91 0.95 0.95 3/64 31749
/proc/meminfo: memFree=1251184/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=5352 CPUtime=0.09
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 1264 0 0 0 9 0 0 0 18 0 1 0 30307469 5480448 1109 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 1338 1109 129 302 0 1033 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5352

[startup+0.301391 s]
/proc/loadavg: 0.91 0.95 0.95 3/64 31749
/proc/meminfo: memFree=1251184/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=13164 CPUtime=0.29
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 3594 0 0 0 27 2 0 0 19 0 1 0 30307469 13479936 2746 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 3291 2746 129 302 0 2986 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13164

[startup+0.701466 s]
/proc/loadavg: 0.91 0.95 0.95 3/64 31749
/proc/meminfo: memFree=1251184/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=26720 CPUtime=0.69
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 7727 0 0 0 62 7 0 0 22 0 1 0 30307469 27361280 5916 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 6680 5916 129 302 0 6375 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26720

[startup+1.50162 s]
/proc/loadavg: 0.91 0.95 0.95 2/65 31750
/proc/meminfo: memFree=1217064/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=56324 CPUtime=1.5
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 16824 0 0 0 135 15 0 0 25 0 1 0 30307469 57675776 12448 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 14081 12448 129 302 0 13776 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 56324

[startup+3.10192 s]
/proc/loadavg: 0.91 0.95 0.95 2/65 31750
/proc/meminfo: memFree=1185192/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=85844 CPUtime=3.09
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 25480 0 0 0 288 21 0 0 25 0 1 0 30307469 87904256 20731 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 21461 20731 145 302 0 21156 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85844

[startup+6.30153 s]
/proc/loadavg: 0.92 0.95 0.95 2/65 31750
/proc/meminfo: memFree=1135720/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=122284 CPUtime=6.29
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 35653 0 0 0 601 28 0 0 25 0 1 0 30307469 125218816 29069 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 30571 29069 145 302 0 30266 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 122284

[startup+12.7017 s]
/proc/loadavg: 0.93 0.95 0.95 2/65 31750
/proc/meminfo: memFree=1131304/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=126544 CPUtime=12.69
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 36724 0 0 0 1230 39 0 0 25 0 1 0 30307469 129581056 30140 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 31636 30140 145 302 0 31331 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 126544

[startup+25.5022 s]
/proc/loadavg: 0.94 0.96 0.95 2/65 31750
/proc/meminfo: memFree=1122152/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=135680 CPUtime=25.49
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 39027 0 0 0 2489 60 0 0 25 0 1 0 30307469 138936320 32345 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 33920 32345 145 302 0 33615 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 135680

[startup+51.101 s]
/proc/loadavg: 0.96 0.96 0.95 2/65 31750
/proc/meminfo: memFree=1114280/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=143872 CPUtime=51.06
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 41038 0 0 0 5023 83 0 0 25 0 1 0 30307469 147324928 34356 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 35968 34356 145 302 0 35663 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 143872

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.95 2/65 31750
/proc/meminfo: memFree=1080872/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=177528 CPUtime=102.24
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 49481 0 0 0 10089 135 0 0 25 0 1 0 30307469 181788672 42670 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 44382 42670 145 302 0 44077 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 177528

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=1051880/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=207904 CPUtime=162.21
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 57063 0 0 0 16046 175 0 0 25 0 1 0 30307469 212893696 49995 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 51976 49995 145 302 0 51671 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 207904

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=1028200/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=231592 CPUtime=222.2
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 62868 0 0 0 22020 200 0 0 25 0 1 0 30307469 237150208 55800 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 57898 55800 145 302 0 57593 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 231592

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=999400/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=260804 CPUtime=282.17
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 70136 0 0 0 27943 274 0 0 25 0 1 0 30307469 267063296 63068 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 65201 63068 145 302 0 64896 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 260804

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=976296/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=285632 CPUtime=342.15
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 76331 0 0 0 33895 320 0 0 25 0 1 0 30307469 292487168 68750 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 71408 68750 145 302 0 71103 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 285632

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=957864/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=304164 CPUtime=402.13
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 80967 0 0 0 39859 354 0 0 25 0 1 0 30307469 311463936 73386 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 76041 73386 145 302 0 75736 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 304164

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=940584/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=322080 CPUtime=462.11
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 85284 0 0 0 45825 386 0 0 25 0 1 0 30307469 329809920 77703 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 80520 77703 145 302 0 80215 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 322080

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=921832/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=340952 CPUtime=522.08
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 90011 0 0 0 51792 416 0 0 25 0 1 0 30307469 349134848 82430 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 85238 82430 145 302 0 84933 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 340952

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=908200/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=354384 CPUtime=582.06
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 93368 0 0 0 57761 445 0 0 25 0 1 0 30307469 362889216 85787 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 88596 85787 145 302 0 88291 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 354384

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=897128/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=365272 CPUtime=642.04
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 96084 0 0 0 63729 475 0 0 25 0 1 0 30307469 374038528 88503 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 91318 88503 145 302 0 91013 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 365272

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=886888/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=375748 CPUtime=702.01
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 98665 0 0 0 69696 505 0 0 25 0 1 0 30307469 384765952 91084 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 93937 91084 145 302 0 93632 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 375748

[startup+762.304 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=877672/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=384732 CPUtime=761.99
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 100953 0 0 0 75669 530 0 0 25 0 1 0 30307469 393965568 93372 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 96183 93372 145 302 0 95878 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 384732

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=868776/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=393868 CPUtime=821.97
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 103172 0 0 0 81643 554 0 0 25 0 1 0 30307469 403320832 95591 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 98467 95591 145 302 0 98162 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 393868

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=860008/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=402360 CPUtime=881.95
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 105355 0 0 0 87619 576 0 0 25 0 1 0 30307469 412016640 97774 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 100590 97774 145 302 0 100285 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 402360

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=849704/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=413460 CPUtime=941.92
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 107982 0 0 0 93596 596 0 0 25 0 1 0 30307469 423383040 100401 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 103365 100401 145 302 0 103060 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 413460

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=833000/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=435160 CPUtime=1001.9
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 113122 0 0 0 99576 614 0 0 25 0 1 0 30307469 445603840 104516 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 108790 104516 145 302 0 108485 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 435160

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=823656/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=445000 CPUtime=1061.88
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 115491 0 0 0 105551 637 0 0 25 0 1 0 30307469 455680000 106885 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 111250 106885 145 302 0 110945 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 445000

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=814824/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=453864 CPUtime=1121.85
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 117665 0 0 0 111526 659 0 0 25 0 1 0 30307469 464756736 109059 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 113466 109059 145 302 0 113161 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 453864

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=806504/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=462256 CPUtime=1181.83
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 119758 0 0 0 117503 680 0 0 25 0 1 0 30307469 473350144 111152 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 115564 111152 145 302 0 115259 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 462256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=803880/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=464824 CPUtime=1200.03
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 120373 0 0 0 119317 686 0 0 25 0 1 0 30307469 475979776 111767 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 116206 111767 145 302 0 115901 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 464824

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 31750
/proc/meminfo: memFree=803880/2055920 swapFree=4192952/4192956
[pid=31749] ppid=31747 vsize=464824 CPUtime=1200.03
/proc/31749/stat : 31749 (Spear-32) R 31747 31749 31354 0 -1 4194304 120373 0 0 0 119317 686 0 0 25 0 1 0 30307469 475979776 111767 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31749/statm: 116206 111767 145 302 0 115901 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 464824

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.58
CPU time (s): 1200.11
CPU user time (s): 1193.18
CPU system time (s): 6.93394
CPU usage (%): 99.9614
Max. virtual memory (cumulated for all children) (KiB): 464824

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

runsolver used 0.903862 second user time and 2.39563 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Sun Mar  4 21:25:40 UTC 2007

IDJOB= 320283
IDBENCH= 20499
IDSOLVER= 131
FILE ID= node42/320283-1173043540

PBS_JOBID= 4012505

Free space on /tmp= 66508 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-g10bidw.cnf
COMMAND LINE= /tmp/evaluation/320283-1173043540/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/320283-1173043540/instance-320283-1173043540.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-320283-1173043540 -o ROOT/results/node42/solver-320283-1173043540 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320283-1173043540/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/320283-1173043540/instance-320283-1173043540.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  6ade683f6bfd116f49e58395d70ae6c0

RANDOM SEED= 604350181

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.263
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.263
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:       1251592 kB
Buffers:         46156 kB
Cached:         664848 kB
SwapCached:          4 kB
Active:         270352 kB
Inactive:       456048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1251592 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           14084 kB
Writeback:           0 kB
Mapped:          25556 kB
Slab:            63936 kB
Committed_AS:    85056 kB
PageTables:       1408 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= 66508 MiB

End job on node42 on Sun Mar  4 21:45:43 UTC 2007