Trace number 298507

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.07 1200.43

General information on the benchmark

Namerandom/OnTreshold/3SAT/v360/
unif-k3-r4.26-v360-c1533-S1257266562-15.SAT.shuffled.cnf
MD5SUM5e7fef8a5169f386cc435a1aecb40c3c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.039993
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1533
Sum of the clauses size4599
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31533
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/298507-1171857173/instance-298507-1171857173.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/node29/watcher-298507-1171857173 -o ROOT/results/node29/solver-298507-1171857173 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298507-1171857173/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/298507-1171857173/instance-298507-1171857173.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: 0.91 0.97 0.99 3/77 31407
/proc/meminfo: memFree=757912/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=1532 CPUtime=0
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 179481580 1568768 178 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 383 183 134 302 0 78 0

[startup+0.107431 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 31407
/proc/meminfo: memFree=757912/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=1788 CPUtime=0.1
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 281 0 0 0 10 0 0 0 18 0 1 0 179481580 1830912 265 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 447 265 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.515455 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 31407
/proc/meminfo: memFree=757912/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=2436 CPUtime=0.5
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 459 0 0 0 50 0 0 0 21 0 1 0 179481580 2494464 443 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 609 443 140 302 0 304 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2436

[startup+1.33551 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 31408
/proc/meminfo: memFree=755920/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=3468 CPUtime=1.32
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 691 0 0 0 131 1 0 0 25 0 1 0 179481580 3551232 675 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 867 675 140 302 0 562 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3468

[startup+2.97161 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 31408
/proc/meminfo: memFree=754832/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=4648 CPUtime=2.96
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 977 0 0 0 294 2 0 0 25 0 1 0 179481580 4759552 961 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 1162 961 140 302 0 857 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4648

[startup+6.25381 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 31408
/proc/meminfo: memFree=753104/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=6200 CPUtime=6.25
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 1396 0 0 0 621 4 0 0 25 0 1 0 179481580 6348800 1347 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 1550 1347 140 302 0 1245 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 6200

[startup+12.7052 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 31408
/proc/meminfo: memFree=750616/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=8436 CPUtime=12.69
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 1954 0 0 0 1263 6 0 0 25 0 1 0 179481580 8638464 1905 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 2109 1905 140 302 0 1804 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8436

[startup+25.512 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 31408
/proc/meminfo: memFree=747608/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=11820 CPUtime=25.5
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 2790 0 0 0 2539 11 0 0 25 0 1 0 179481580 12103680 2676 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 2955 2676 140 302 0 2650 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 11820

[startup+51.1266 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 31408
/proc/meminfo: memFree=742680/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=16748 CPUtime=51.1
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 3996 0 0 0 5094 16 0 0 25 0 1 0 179481580 17149952 3882 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 4187 3882 140 302 0 3882 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 16748

[startup+102.347 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 31408
/proc/meminfo: memFree=736472/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=23340 CPUtime=102.32
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 5676 0 0 0 10205 27 0 0 25 0 1 0 179481580 23900160 5433 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526917 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 5835 5433 140 302 0 5530 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 23340

[startup+162.384 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31408
/proc/meminfo: memFree=730456/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=29516 CPUtime=162.34
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 7150 0 0 0 16197 37 0 0 25 0 1 0 179481580 30224384 6907 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 7379 6907 140 302 0 7074 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 29516

[startup+222.417 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31408
/proc/meminfo: memFree=725592/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=34428 CPUtime=222.36
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 8366 0 0 0 22189 47 0 0 25 0 1 0 179481580 35254272 8123 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 8607 8123 140 302 0 8302 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 34428

[startup+282.45 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31408
/proc/meminfo: memFree=721432/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=40028 CPUtime=282.38
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 9662 0 0 0 28185 53 0 0 25 0 1 0 179481580 40988672 9162 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 10007 9162 140 302 0 9702 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 40028

[startup+342.482 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31408
/proc/meminfo: memFree=717528/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=44084 CPUtime=342.39
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 10645 0 0 0 34180 59 0 0 25 0 1 0 179481580 45142016 10145 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 11021 10145 140 302 0 10716 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 44084

[startup+402.523 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31408
/proc/meminfo: memFree=714136/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=47332 CPUtime=402.43
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 11469 0 0 0 40177 66 0 0 25 0 1 0 179481580 48467968 10969 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 11833 10969 140 302 0 11528 0
Current children cumulated CPU time (s) 402.43
Current children cumulated vsize (KiB) 47332

[startup+462.555 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31408
/proc/meminfo: memFree=711128/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=50308 CPUtime=462.45
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 12218 0 0 0 46173 72 0 0 25 0 1 0 179481580 51515392 11718 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 12577 11718 140 302 0 12272 0
Current children cumulated CPU time (s) 462.45
Current children cumulated vsize (KiB) 50308

[startup+522.605 s]
/proc/loadavg: 0.99 0.97 0.99 2/84 31516
/proc/meminfo: memFree=706784/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=53468 CPUtime=522.43
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 12984 0 0 0 52165 78 0 0 25 0 1 0 179481580 54751232 12484 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527028 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 13367 12484 140 302 0 13062 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 53468

[startup+582.663 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31606
/proc/meminfo: memFree=704720/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=56348 CPUtime=582.42
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 13747 0 0 0 58160 82 0 0 25 0 1 0 179481580 57700352 13247 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526873 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 14087 13247 140 302 0 13782 0
Current children cumulated CPU time (s) 582.42
Current children cumulated vsize (KiB) 56348

[startup+642.697 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31606
/proc/meminfo: memFree=701848/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=59336 CPUtime=642.44
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 14491 0 0 0 64156 88 0 0 25 0 1 0 179481580 60760064 13991 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 14834 13991 140 302 0 14529 0
Current children cumulated CPU time (s) 642.44
Current children cumulated vsize (KiB) 59336

[startup+702.729 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31606
/proc/meminfo: memFree=699096/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=62252 CPUtime=702.46
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 15191 0 0 0 70152 94 0 0 25 0 1 0 179481580 63746048 14691 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 15563 14691 140 302 0 15258 0
Current children cumulated CPU time (s) 702.46
Current children cumulated vsize (KiB) 62252

[startup+762.761 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31606
/proc/meminfo: memFree=696344/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=64820 CPUtime=762.48
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 15867 0 0 0 76149 99 0 0 25 0 1 0 179481580 66375680 15367 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 16205 15367 140 302 0 15900 0
Current children cumulated CPU time (s) 762.48
Current children cumulated vsize (KiB) 64820

[startup+822.797 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31606
/proc/meminfo: memFree=694040/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=67324 CPUtime=822.5
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 16462 0 0 0 82146 104 0 0 25 0 1 0 179481580 68939776 15962 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 16831 15962 140 302 0 16526 0
Current children cumulated CPU time (s) 822.5
Current children cumulated vsize (KiB) 67324

[startup+882.827 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31606
/proc/meminfo: memFree=691800/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=71424 CPUtime=882.52
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 17530 0 0 0 88143 109 0 0 25 0 1 0 179481580 73138176 16517 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527080 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 17856 16517 140 302 0 17551 0
Current children cumulated CPU time (s) 882.52
Current children cumulated vsize (KiB) 71424

[startup+942.861 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31606
/proc/meminfo: memFree=689688/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=73524 CPUtime=942.54
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 18070 0 0 0 94141 113 0 0 25 0 1 0 179481580 75288576 17057 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 18381 17057 140 302 0 18076 0
Current children cumulated CPU time (s) 942.54
Current children cumulated vsize (KiB) 73524

[startup+1002.89 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31606
/proc/meminfo: memFree=687640/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=75772 CPUtime=1002.56
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 18584 0 0 0 100139 117 0 0 25 0 1 0 179481580 77590528 17571 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 18943 17571 140 302 0 18638 0
Current children cumulated CPU time (s) 1002.56
Current children cumulated vsize (KiB) 75772

[startup+1062.93 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31606
/proc/meminfo: memFree=685336/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=78412 CPUtime=1062.59
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 19170 0 0 0 106137 122 0 0 25 0 1 0 179481580 80293888 18157 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 19603 18157 140 302 0 19298 0
Current children cumulated CPU time (s) 1062.59
Current children cumulated vsize (KiB) 78412

[startup+1122.96 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31606
/proc/meminfo: memFree=683288/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=80768 CPUtime=1122.61
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 19677 0 0 0 112136 125 0 0 25 0 1 0 179481580 82706432 18664 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 20192 18664 140 302 0 19887 0
Current children cumulated CPU time (s) 1122.61
Current children cumulated vsize (KiB) 80768

[startup+1183 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31606
/proc/meminfo: memFree=681368/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=82752 CPUtime=1182.62
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 20159 0 0 0 118134 128 0 0 25 0 1 0 179481580 84738048 19146 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 20688 19146 140 302 0 20383 0
Current children cumulated CPU time (s) 1182.62
Current children cumulated vsize (KiB) 82752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.41 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31606
/proc/meminfo: memFree=680792/2055920 swapFree=4147432/4192956
[pid=31407] ppid=31405 vsize=83264 CPUtime=1200.05
/proc/31407/stat : 31407 (Spear-32) R 31405 31407 26081 0 -1 4194304 20303 0 0 0 119875 130 0 0 25 0 1 0 179481580 85262336 19290 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31407/statm: 20816 19290 140 302 0 20511 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 83264

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.43
CPU time (s): 1200.07
CPU user time (s): 1198.75
CPU system time (s): 1.3168
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (KiB): 83264

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

runsolver used 1.24681 second user time and 3.02554 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Feb 19 03:52:53 UTC 2007

IDJOB= 298507
IDBENCH= 19987
IDSOLVER= 132
FILE ID= node29/298507-1171857173

PBS_JOBID= 3839662

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  5e7fef8a5169f386cc435a1aecb40c3c

RANDOM SEED= 782394999

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.209
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.209
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:        758320 kB
Buffers:         50720 kB
Cached:        1120880 kB
SwapCached:      12280 kB
Active:         839736 kB
Inactive:       355080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        758320 kB
SwapTotal:     4192956 kB
SwapFree:      4147432 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          30240 kB
Slab:            88228 kB
Committed_AS:   666208 kB
PageTables:       1864 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= 66563 MiB

End job on node29 on Mon Feb 19 04:12:56 UTC 2007