Trace number 308716

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.9

General information on the benchmark

Namerandom/2+p/p0.7/v5500/
unif2p-p0.7-v5500-c14685-S1307633938-08-UNSAT.cnf
MD5SUMc45506846595309f339867628e05eb80
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5492
Number of clauses14684
Sum of the clauses size39647
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24405
Number of clauses of size 310279
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/308716-1172526092/instance-308716-1172526092.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/node77/watcher-308716-1172526092 -o ROOT/results/node77/solver-308716-1172526092 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/308716-1172526092/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/308716-1172526092/instance-308716-1172526092.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.00 1.00 1.00 3/67 3371
/proc/meminfo: memFree=1931200/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=1932 CPUtime=0
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 47476736 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 483 247 126 302 0 178 0

[startup+0.107322 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 3371
/proc/meminfo: memFree=1931200/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=2968 CPUtime=0.1
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 582 0 0 0 10 0 0 0 18 0 1 0 47476736 3039232 541 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 742 541 140 302 0 437 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2968

[startup+0.51937 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 3371
/proc/meminfo: memFree=1931200/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=3480 CPUtime=0.51
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 691 0 0 0 51 0 0 0 22 0 1 0 47476736 3563520 650 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 870 650 140 302 0 565 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3480

[startup+1.33847 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3372
/proc/meminfo: memFree=1928504/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=4244 CPUtime=1.32
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 877 0 0 0 132 0 0 0 25 0 1 0 47476736 4345856 836 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 1061 836 140 302 0 756 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4244

[startup+2.97366 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3372
/proc/meminfo: memFree=1927608/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=5264 CPUtime=2.97
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 1149 0 0 0 295 2 0 0 25 0 1 0 47476736 5390336 1108 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 1316 1108 140 302 0 1011 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 5264

[startup+6.25005 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3372
/proc/meminfo: memFree=1925624/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=7064 CPUtime=6.23
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 1576 0 0 0 620 3 0 0 25 0 1 0 47476736 7233536 1535 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 1766 1535 140 302 0 1461 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7064

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3372
/proc/meminfo: memFree=1922880/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=9756 CPUtime=12.69
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 2253 0 0 0 1263 6 0 0 25 0 1 0 47476736 9990144 2179 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527017 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 2439 2179 140 302 0 2134 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9756

[startup+25.5024 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3372
/proc/meminfo: memFree=1919296/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=13348 CPUtime=25.47
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 3176 0 0 0 2538 9 0 0 25 0 1 0 47476736 13668352 3102 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 3337 3102 140 302 0 3032 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13348

[startup+51.1064 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3372
/proc/meminfo: memFree=1913088/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=19756 CPUtime=51.07
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 4792 0 0 0 5093 14 0 0 25 0 1 0 47476736 20230144 4653 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527098 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 4939 4653 140 302 0 4634 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 19756

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3372
/proc/meminfo: memFree=1903488/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=29652 CPUtime=102.24
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 7294 0 0 0 10202 22 0 0 25 0 1 0 47476736 30363648 7026 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 7413 7026 140 302 0 7108 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 29652

[startup+162.322 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3372
/proc/meminfo: memFree=1895360/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=37552 CPUtime=162.2
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 9285 0 0 0 16190 30 0 0 25 0 1 0 47476736 38453248 9017 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 9388 9017 140 302 0 9083 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 37552

[startup+222.333 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3372
/proc/meminfo: memFree=1888640/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=44352 CPUtime=222.19
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 10986 0 0 0 22182 37 0 0 25 0 1 0 47476736 45416448 10718 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 11088 10718 140 302 0 10783 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 44352

[startup+282.339 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3372
/proc/meminfo: memFree=1881664/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=51368 CPUtime=282.17
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 12736 0 0 0 28171 46 0 0 25 0 1 0 47476736 52600832 12468 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 12842 12468 140 302 0 12537 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 51368

[startup+342.355 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3372
/proc/meminfo: memFree=1875520/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=58460 CPUtime=342.14
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 14524 0 0 0 34161 53 0 0 25 0 1 0 47476736 59863040 13999 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 14615 13999 140 302 0 14310 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 58460

[startup+402.367 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3372
/proc/meminfo: memFree=1869504/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=64300 CPUtime=402.12
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 15998 0 0 0 40153 59 0 0 25 0 1 0 47476736 65843200 15473 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526794 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 16075 15473 140 302 0 15770 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 64300

[startup+462.378 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3372
/proc/meminfo: memFree=1864512/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=69444 CPUtime=462.09
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 17282 0 0 0 46146 63 0 0 25 0 1 0 47476736 71110656 16757 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 17361 16757 140 302 0 17056 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 69444

[startup+522.394 s]
/proc/loadavg: 1.07 1.02 1.00 2/68 3372
/proc/meminfo: memFree=1859648/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=74308 CPUtime=522.05
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 18487 0 0 0 52137 68 0 0 25 0 1 0 47476736 76091392 17962 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 18577 17962 140 302 0 18272 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 74308

[startup+582.405 s]
/proc/loadavg: 1.02 1.01 1.00 2/68 3372
/proc/meminfo: memFree=1855744/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=78236 CPUtime=582.04
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 19458 0 0 0 58132 72 0 0 25 0 1 0 47476736 80113664 18933 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 19559 18933 140 302 0 19254 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 78236

[startup+642.416 s]
/proc/loadavg: 1.01 1.00 1.00 2/68 3374
/proc/meminfo: memFree=1851840/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=82032 CPUtime=642.01
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 20419 0 0 0 64123 78 0 0 25 0 1 0 47476736 84000768 19894 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 20508 19894 140 302 0 20203 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 82032

[startup+702.429 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3374
/proc/meminfo: memFree=1847360/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=86396 CPUtime=701.97
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 21503 0 0 0 70115 82 0 0 25 0 1 0 47476736 88469504 20978 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 21599 20978 140 302 0 21294 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 86396

[startup+762.439 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3374
/proc/meminfo: memFree=1843008/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=91156 CPUtime=761.95
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 22602 0 0 0 76108 87 0 0 25 0 1 0 47476736 93343744 22077 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 22789 22077 140 302 0 22484 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 91156

[startup+822.454 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3374
/proc/meminfo: memFree=1839232/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=94976 CPUtime=821.93
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 23533 0 0 0 82102 91 0 0 25 0 1 0 47476736 97255424 23008 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526986 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 23744 23008 140 302 0 23439 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 94976

[startup+882.461 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3374
/proc/meminfo: memFree=1835520/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=98496 CPUtime=881.9
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 24448 0 0 0 88094 96 0 0 25 0 1 0 47476736 100859904 23923 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 24624 23923 140 302 0 24319 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 98496

[startup+942.482 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3374
/proc/meminfo: memFree=1831680/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=102368 CPUtime=941.87
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 25411 0 0 0 94086 101 0 0 25 0 1 0 47476736 104824832 24886 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 25592 24886 140 302 0 25287 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 102368

[startup+1002.49 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3374
/proc/meminfo: memFree=1828288/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=105996 CPUtime=1001.85
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 26279 0 0 0 100079 106 0 0 25 0 1 0 47476736 108539904 25754 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 26499 25754 140 302 0 26194 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 105996

[startup+1062.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3374
/proc/meminfo: memFree=1824320/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=111860 CPUtime=1061.82
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 27778 0 0 0 106072 110 0 0 25 0 1 0 47476736 114544640 26740 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 27965 26740 140 302 0 27660 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 111860

[startup+1122.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3374
/proc/meminfo: memFree=1820736/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=115452 CPUtime=1121.8
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 28671 0 0 0 112064 116 0 0 25 0 1 0 47476736 118222848 27633 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 28863 27633 140 302 0 28558 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 115452

[startup+1182.54 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 3448
/proc/meminfo: memFree=1815992/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=118876 CPUtime=1181.74
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 29511 0 0 0 118053 121 0 0 25 0 1 0 47476736 121729024 28473 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 29719 28473 140 302 0 29414 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 118876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.88 s]
/proc/loadavg: 1.00 1.00 1.00 3/74 3480
/proc/meminfo: memFree=1814784/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=120012 CPUtime=1200.05
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 29793 0 0 0 119879 126 0 0 25 0 1 0 47476736 122892288 28755 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 30003 28755 140 302 0 29698 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 120012

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

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

[startup+1200.88 s]
/proc/loadavg: 1.00 1.00 1.00 3/74 3480
/proc/meminfo: memFree=1814784/2055892 swapFree=4086192/4096564
[pid=3371] ppid=3369 vsize=120012 CPUtime=1200.05
/proc/3371/stat : 3371 (Spear-32) R 3369 3371 2443 0 -1 4194304 29793 0 0 0 119879 126 0 0 25 0 1 0 47476736 122892288 28755 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 0 0 0
/proc/3371/statm: 30003 28755 140 302 0 29698 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 120012

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.9
CPU time (s): 1200.08
CPU user time (s): 1198.8
CPU system time (s): 1.28081
CPU usage (%): 99.9312
Max. virtual memory (cumulated for all children) (KiB): 120012

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

runsolver used 0.953854 second user time and 2.34864 second system time

The end

Launcher Data (download as text)

Begin job on node77 on Mon Feb 26 21:41:32 UTC 2007

IDJOB= 308716
IDBENCH= 20238
IDSOLVER= 132
FILE ID= node77/308716-1172526092

PBS_JOBID= 3971798

Free space on /tmp= 66646 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.7/v5500/unif2p-p0.7-v5500-c14685-S1307633938-08-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/308716-1172526092/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/308716-1172526092/instance-308716-1172526092.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node77/watcher-308716-1172526092 -o ROOT/results/node77/solver-308716-1172526092 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/308716-1172526092/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/308716-1172526092/instance-308716-1172526092.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  c45506846595309f339867628e05eb80

RANDOM SEED= 953209067

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node77.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.239
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	: 6006.15
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.239
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1931608 kB
Buffers:         19036 kB
Cached:          70504 kB
SwapCached:       3892 kB
Active:          28860 kB
Inactive:        71048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1931608 kB
SwapTotal:     4096564 kB
SwapFree:      4086192 kB
Dirty:            1772 kB
Writeback:           0 kB
Mapped:          15560 kB
Slab:            10860 kB
Committed_AS:    96640 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66646 MiB

End job on node77 on Mon Feb 26 22:01:35 UTC 2007