Trace number 298138

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.08 1200.53

General information on the benchmark

Namerandom/OnTreshold/3SAT/v500/
unif-k3-r4.26-v500-c2130-S1490740667-05.SAT.shuffled.cnf
MD5SUMf01193a3f455045d150f231e0d56c100
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012997
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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/298138-1171850807/instance-298138-1171850807.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node6/watcher-298138-1171850807 -o ROOT/results/node6/solver-298138-1171850807 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298138-1171850807/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/298138-1171850807/instance-298138-1171850807.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.04 1.00 1.00 3/77 16120
/proc/meminfo: memFree=1336000/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=1528 CPUtime=0
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 195 0 0 0 0 0 0 0 18 0 1 0 205035436 1564672 179 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 382 179 128 302 0 77 0

[startup+0.107845 s]
/proc/loadavg: 1.04 1.00 1.00 3/77 16120
/proc/meminfo: memFree=1336000/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=1784 CPUtime=0.1
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 293 0 0 0 10 0 0 0 18 0 1 0 205035436 1826816 277 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 446 277 140 302 0 141 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1784

[startup+0.515924 s]
/proc/loadavg: 1.04 1.00 1.00 3/77 16120
/proc/meminfo: memFree=1336000/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=2556 CPUtime=0.5
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 480 0 0 0 50 0 0 0 22 0 1 0 205035436 2617344 464 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 639 464 140 302 0 334 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2556

[startup+1.33609 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1333880/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=3584 CPUtime=1.32
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 732 0 0 0 132 0 0 0 25 0 1 0 205035436 3670016 716 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 896 716 140 302 0 591 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3584

[startup+2.97241 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1332728/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=4880 CPUtime=2.96
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 1058 0 0 0 294 2 0 0 25 0 1 0 205035436 4997120 1042 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 1220 1042 140 302 0 915 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4880

[startup+6.25206 s]
/proc/loadavg: 1.11 1.02 1.01 2/78 16121
/proc/meminfo: memFree=1330488/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=6840 CPUtime=6.24
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 1557 0 0 0 620 4 0 0 25 0 1 0 205035436 7004160 1508 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 1710 1508 140 302 0 1405 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6840

[startup+12.7063 s]
/proc/loadavg: 1.10 1.02 1.00 2/78 16121
/proc/meminfo: memFree=1327672/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=9556 CPUtime=12.69
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 2228 0 0 0 1263 6 0 0 25 0 1 0 205035436 9785344 2179 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 2389 2179 140 302 0 2084 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9556

[startup+25.5109 s]
/proc/loadavg: 1.08 1.02 1.00 2/78 16121
/proc/meminfo: memFree=1323896/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=13452 CPUtime=25.49
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 3241 0 0 0 2540 9 0 0 25 0 1 0 205035436 13774848 3127 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 3363 3127 140 302 0 3058 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13452

[startup+51.1239 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 16121
/proc/meminfo: memFree=1318072/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=19312 CPUtime=51.09
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 4663 0 0 0 5094 15 0 0 25 0 1 0 205035436 19775488 4549 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 4828 4549 140 302 0 4523 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 19312

[startup+102.346 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 16121
/proc/meminfo: memFree=1310648/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=27440 CPUtime=102.3
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 6661 0 0 0 10205 25 0 0 25 0 1 0 205035436 28098560 6418 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 6860 6418 140 302 0 6555 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 27440

[startup+162.384 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1303864/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=34084 CPUtime=162.32
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 8324 0 0 0 16198 34 0 0 25 0 1 0 205035436 34902016 8081 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 8521 8081 140 302 0 8216 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 34084

[startup+222.421 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1297848/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=40232 CPUtime=222.33
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 9821 0 0 0 22191 42 0 0 25 0 1 0 205035436 41197568 9578 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 10058 9578 140 302 0 9753 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 40232

[startup+282.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1292856/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=46376 CPUtime=282.35
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 11347 0 0 0 28184 51 0 0 25 0 1 0 205035436 47489024 10847 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 11594 10847 140 302 0 11289 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 46376

[startup+342.493 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1287800/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=51468 CPUtime=342.35
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 12596 0 0 0 34175 60 0 0 25 0 1 0 205035436 52703232 12096 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 12867 12096 140 302 0 12562 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 51468

[startup+402.531 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1283192/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=56316 CPUtime=402.37
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 13745 0 0 0 40169 68 0 0 25 0 1 0 205035436 57667584 13245 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 14079 13245 140 302 0 13774 0
Current children cumulated CPU time (s) 402.37
Current children cumulated vsize (KiB) 56316

[startup+462.567 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1279160/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=60304 CPUtime=462.38
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 14748 0 0 0 46164 74 0 0 25 0 1 0 205035436 61751296 14248 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 15076 14248 140 302 0 14771 0
Current children cumulated CPU time (s) 462.38
Current children cumulated vsize (KiB) 60304

[startup+522.598 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1275384/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=63976 CPUtime=522.39
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 15689 0 0 0 52159 80 0 0 25 0 1 0 205035436 65511424 15189 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 15994 15189 140 302 0 15689 0
Current children cumulated CPU time (s) 522.39
Current children cumulated vsize (KiB) 63976

[startup+582.639 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1272120/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=67384 CPUtime=582.41
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 16522 0 0 0 58155 86 0 0 25 0 1 0 205035436 69001216 16022 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 16846 16022 140 302 0 16541 0
Current children cumulated CPU time (s) 582.41
Current children cumulated vsize (KiB) 67384

[startup+642.676 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1268216/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=71696 CPUtime=642.43
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 17491 0 0 0 64151 92 0 0 25 0 1 0 205035436 73416704 16991 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 17924 16991 140 302 0 17619 0
Current children cumulated CPU time (s) 642.43
Current children cumulated vsize (KiB) 71696

[startup+702.707 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1265272/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=74552 CPUtime=702.43
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 18238 0 0 0 70146 97 0 0 25 0 1 0 205035436 76341248 17738 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527019 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 18638 17738 140 302 0 18333 0
Current children cumulated CPU time (s) 702.43
Current children cumulated vsize (KiB) 74552

[startup+762.737 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1262264/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=77640 CPUtime=762.44
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 18971 0 0 0 76142 102 0 0 25 0 1 0 205035436 79503360 18471 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 19410 18471 140 302 0 19105 0
Current children cumulated CPU time (s) 762.44
Current children cumulated vsize (KiB) 77640

[startup+822.772 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1259640/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=80212 CPUtime=822.46
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 19648 0 0 0 82138 108 0 0 25 0 1 0 205035436 82137088 19148 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527080 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 20053 19148 140 302 0 19748 0
Current children cumulated CPU time (s) 822.46
Current children cumulated vsize (KiB) 80212

[startup+882.807 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1257016/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=82680 CPUtime=882.46
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 20293 0 0 0 88134 112 0 0 25 0 1 0 205035436 84664320 19793 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 20670 19793 140 302 0 20365 0
Current children cumulated CPU time (s) 882.46
Current children cumulated vsize (KiB) 82680

[startup+942.848 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1254200/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=87812 CPUtime=942.49
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 21526 0 0 0 94129 120 0 0 25 0 1 0 205035436 89919488 20513 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 21953 20513 140 302 0 21648 0
Current children cumulated CPU time (s) 942.49
Current children cumulated vsize (KiB) 87812

[startup+1002.88 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 16121
/proc/meminfo: memFree=1251576/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=90396 CPUtime=1002.49
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 22173 0 0 0 100125 124 0 0 25 0 1 0 205035436 92565504 21160 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 22599 21160 140 302 0 22294 0
Current children cumulated CPU time (s) 1002.49
Current children cumulated vsize (KiB) 90396

[startup+1062.91 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 16121
/proc/meminfo: memFree=1249080/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=92860 CPUtime=1062.51
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 22797 0 0 0 106122 129 0 0 25 0 1 0 205035436 95088640 21784 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 23215 21784 140 302 0 22910 0
Current children cumulated CPU time (s) 1062.51
Current children cumulated vsize (KiB) 92860

[startup+1122.95 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1246264/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=95952 CPUtime=1122.52
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 23487 0 0 0 112118 134 0 0 25 0 1 0 205035436 98254848 22474 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 23988 22474 140 302 0 23683 0
Current children cumulated CPU time (s) 1122.52
Current children cumulated vsize (KiB) 95952

[startup+1182.98 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1244024/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=98264 CPUtime=1182.53
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 24053 0 0 0 118114 139 0 0 25 0 1 0 205035436 100622336 23040 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 24566 23040 140 302 0 24261 0
Current children cumulated CPU time (s) 1182.53
Current children cumulated vsize (KiB) 98264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1243384/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=98940 CPUtime=1200.05
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 24220 0 0 0 119865 140 0 0 25 0 1 0 205035436 101314560 23207 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 24735 23207 140 302 0 24430 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 98940

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

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

[startup+1200.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16121
/proc/meminfo: memFree=1243384/2055924 swapFree=4192812/4192956
[pid=16120] ppid=16118 vsize=98940 CPUtime=1200.05
/proc/16120/stat : 16120 (Spear-32) R 16118 16120 14756 0 -1 4194304 24220 0 0 0 119865 140 0 0 25 0 1 0 205035436 101314560 23207 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16120/statm: 24735 23207 140 302 0 24430 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 98940

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.08
CPU user time (s): 1198.66
CPU system time (s): 1.41578
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 98940

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

runsolver used 1.36079 second user time and 2.90956 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Feb 19 02:06:47 UTC 2007

IDJOB= 298138
IDBENCH= 19978
IDSOLVER= 132
FILE ID= node6/298138-1171850807

PBS_JOBID= 3839386

Free space on /tmp= 66551 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v500/unif-k3-r4.26-v500-c2130-S1490740667-05.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298138-1171850807/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/298138-1171850807/instance-298138-1171850807.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-298138-1171850807 -o ROOT/results/node6/solver-298138-1171850807 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298138-1171850807/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/298138-1171850807/instance-298138-1171850807.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  f01193a3f455045d150f231e0d56c100

RANDOM SEED= 50527134

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1336472 kB
Buffers:         68096 kB
Cached:         517860 kB
SwapCached:          0 kB
Active:         335208 kB
Inactive:       307120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1336472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1648 kB
Writeback:           0 kB
Mapped:          75264 kB
Slab:            62756 kB
Committed_AS:   742484 kB
PageTables:       1744 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= 66551 MiB

End job on node6 on Mon Feb 19 02:26:50 UTC 2007