Trace number 308593

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.09 1200.52

General information on the benchmark

Namerandom/2+p/p0.7/v5500/
unif2p-p0.7-v5500-c14685-S915337037-05-SAT.cnf
MD5SUMebde26cba69a0651179051fde4b21ccb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.315951
Satisfiable
(Un)Satisfiability was proved
Number of variables5500
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/308593-1172522928/instance-308593-1172522928.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/node76/watcher-308593-1172522928 -o ROOT/results/node76/solver-308593-1172522928 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/308593-1172522928/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/308593-1172522928/instance-308593-1172522928.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.99 0.98 1.01 3/69 31317
/proc/meminfo: memFree=1968368/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=1932 CPUtime=0
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 265 0 0 0 0 0 0 0 19 0 1 0 272251166 1978368 250 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134513455 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 483 251 126 302 0 178 0

[startup+0.106745 s]
/proc/loadavg: 0.99 0.98 1.01 3/69 31317
/proc/meminfo: memFree=1968368/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=3040 CPUtime=0.1
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 584 0 0 0 10 0 0 0 19 0 1 0 272251166 3112960 543 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 760 543 140 302 0 455 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3040

[startup+0.514792 s]
/proc/loadavg: 0.99 0.98 1.01 3/69 31317
/proc/meminfo: memFree=1968368/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=3548 CPUtime=0.5
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 706 0 0 0 50 0 0 0 23 0 1 0 272251166 3633152 665 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 887 665 140 302 0 582 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3548

[startup+1.33489 s]
/proc/loadavg: 0.99 0.98 1.01 2/70 31318
/proc/meminfo: memFree=1965608/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=4312 CPUtime=1.33
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 910 0 0 0 132 1 0 0 25 0 1 0 272251166 4415488 869 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 1078 869 140 302 0 773 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 4312

[startup+2.97107 s]
/proc/loadavg: 0.99 0.98 1.01 2/70 31318
/proc/meminfo: memFree=1964456/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=5708 CPUtime=2.96
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 1249 0 0 0 294 2 0 0 25 0 1 0 272251166 5844992 1208 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 1427 1208 140 302 0 1122 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5708

[startup+6.25245 s]
/proc/loadavg: 0.99 0.98 1.01 2/70 31318
/proc/meminfo: memFree=1962152/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=7756 CPUtime=6.24
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 1747 0 0 0 621 3 0 0 25 0 1 0 272251166 7942144 1706 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 1939 1706 140 302 0 1634 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7756

[startup+12.7022 s]
/proc/loadavg: 0.99 0.98 1.01 2/70 31318
/proc/meminfo: memFree=1958632/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=11168 CPUtime=12.69
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 2608 0 0 0 1263 6 0 0 25 0 1 0 272251166 11436032 2534 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 2792 2534 140 302 0 2487 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11168

[startup+25.5037 s]
/proc/loadavg: 0.99 0.98 1.01 2/70 31318
/proc/meminfo: memFree=1954024/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=15736 CPUtime=25.48
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 3793 0 0 0 2538 10 0 0 25 0 1 0 272251166 16113664 3719 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 3934 3719 140 302 0 3629 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15736

[startup+51.1106 s]
/proc/loadavg: 0.99 0.98 1.01 2/70 31318
/proc/meminfo: memFree=1946408/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=23500 CPUtime=51.08
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 5741 0 0 0 5092 16 0 0 25 0 1 0 272251166 24064000 5602 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 5875 5602 140 302 0 5570 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23500

[startup+102.322 s]
/proc/loadavg: 0.99 0.98 1.00 2/70 31318
/proc/meminfo: memFree=1935144/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=35168 CPUtime=102.28
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 8677 0 0 0 10200 28 0 0 25 0 1 0 272251166 36012032 8409 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526862 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 8792 8409 140 302 0 8487 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 35168

[startup+162.341 s]
/proc/loadavg: 0.99 0.98 1.00 2/70 31318
/proc/meminfo: memFree=1925480/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=44472 CPUtime=162.28
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 11043 0 0 0 16189 39 0 0 25 0 1 0 272251166 45539328 10775 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 11118 10775 140 302 0 10813 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 44472

[startup+222.358 s]
/proc/loadavg: 0.99 0.98 1.00 2/70 31318
/proc/meminfo: memFree=1914472/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=55436 CPUtime=222.28
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 13800 0 0 0 22177 51 0 0 25 0 1 0 272251166 56766464 13532 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 13859 13532 140 302 0 13554 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 55436

[startup+282.376 s]
/proc/loadavg: 0.99 0.98 1.00 2/70 31318
/proc/meminfo: memFree=1905064/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=65748 CPUtime=282.28
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 16398 0 0 0 28168 60 0 0 25 0 1 0 272251166 67325952 15873 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 16437 15873 140 302 0 16132 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 65748

[startup+342.395 s]
/proc/loadavg: 0.99 0.98 1.00 2/70 31318
/proc/meminfo: memFree=1896872/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=73920 CPUtime=342.29
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 18445 0 0 0 34160 69 0 0 25 0 1 0 272251166 75694080 17920 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 18480 17920 140 302 0 18175 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 73920

[startup+402.415 s]
/proc/loadavg: 0.99 0.98 1.00 2/70 31318
/proc/meminfo: memFree=1890280/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=80416 CPUtime=402.29
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 20052 0 0 0 40153 76 0 0 25 0 1 0 272251166 82345984 19527 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 20104 19527 140 302 0 19799 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 80416

[startup+462.431 s]
/proc/loadavg: 0.99 0.98 1.00 2/70 31318
/proc/meminfo: memFree=1883304/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=87432 CPUtime=462.29
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 21807 0 0 0 46145 84 0 0 25 0 1 0 272251166 89530368 21282 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 21858 21282 140 302 0 21553 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 87432

[startup+522.448 s]
/proc/loadavg: 0.99 0.98 1.00 2/70 31318
/proc/meminfo: memFree=1877096/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=93540 CPUtime=522.28
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 23353 0 0 0 52137 91 0 0 25 0 1 0 272251166 95784960 22828 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 23385 22828 140 302 0 23080 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 93540

[startup+582.462 s]
/proc/loadavg: 0.99 0.98 1.00 2/70 31318
/proc/meminfo: memFree=1870376/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=100168 CPUtime=582.28
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 25008 0 0 0 58130 98 0 0 25 0 1 0 272251166 102572032 24483 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 25042 24483 140 302 0 24737 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 100168

[startup+642.481 s]
/proc/loadavg: 0.99 0.98 1.00 2/70 31318
/proc/meminfo: memFree=1862824/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=107884 CPUtime=642.28
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 26910 0 0 0 64124 104 0 0 25 0 1 0 272251166 110473216 26385 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 26971 26385 140 302 0 26666 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 107884

[startup+702.498 s]
/proc/loadavg: 1.05 1.00 1.00 2/70 31318
/proc/meminfo: memFree=1856872/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=113768 CPUtime=702.28
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 28375 0 0 0 70117 111 0 0 25 0 1 0 272251166 116498432 27850 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 28442 27850 140 302 0 28137 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 113768

[startup+762.53 s]
/proc/loadavg: 1.09 1.02 1.00 2/76 31422
/proc/meminfo: memFree=1850168/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=119084 CPUtime=762.26
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 29715 0 0 0 76109 117 0 0 25 0 1 0 272251166 121942016 29190 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 29771 29190 140 302 0 29466 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 119084

[startup+822.579 s]
/proc/loadavg: 1.03 1.01 1.00 2/70 31516
/proc/meminfo: memFree=1845480/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=124572 CPUtime=822.24
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 31095 0 0 0 82102 122 0 0 25 0 1 0 272251166 127561728 30570 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 31143 30570 140 302 0 30838 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 124572

[startup+882.595 s]
/proc/loadavg: 1.01 1.00 1.00 2/70 31516
/proc/meminfo: memFree=1840488/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=131660 CPUtime=882.24
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 32857 0 0 0 88097 127 0 0 25 0 1 0 272251166 134819840 31819 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 32915 31819 140 302 0 32610 0
Current children cumulated CPU time (s) 882.24
Current children cumulated vsize (KiB) 131660

[startup+942.611 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 31516
/proc/meminfo: memFree=1835880/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=136236 CPUtime=942.24
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 34032 0 0 0 94090 134 0 0 25 0 1 0 272251166 139505664 32994 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 34059 32994 140 302 0 33754 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 136236

[startup+1002.63 s]
/proc/loadavg: 1.07 1.02 1.00 2/70 31516
/proc/meminfo: memFree=1831144/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=140992 CPUtime=1002.24
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 35227 0 0 0 100086 138 0 0 25 0 1 0 272251166 144375808 34189 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 35248 34189 140 302 0 34943 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 140992

[startup+1062.64 s]
/proc/loadavg: 1.02 1.01 1.00 2/70 31516
/proc/meminfo: memFree=1826152/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=145896 CPUtime=1062.24
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 36460 0 0 0 106080 144 0 0 25 0 1 0 272251166 149397504 35422 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 36474 35422 140 302 0 36169 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 145896

[startup+1122.66 s]
/proc/loadavg: 1.01 1.00 1.00 2/70 31516
/proc/meminfo: memFree=1821544/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=150492 CPUtime=1122.24
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 37619 0 0 0 112076 148 0 0 25 0 1 0 272251166 154103808 36581 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 37623 36581 140 302 0 37318 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 150492

[startup+1182.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 31516
/proc/meminfo: memFree=1816872/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=155096 CPUtime=1182.23
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 38795 0 0 0 118070 153 0 0 25 0 1 0 272251166 158818304 37757 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 38774 37757 140 302 0 38469 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 155096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 31516
/proc/meminfo: memFree=1815400/2055888 swapFree=4086404/4096564
[pid=31317] ppid=31315 vsize=156492 CPUtime=1200.05
/proc/31317/stat : 31317 (Spear-32) R 31315 31317 30395 0 -1 4194304 39140 0 0 0 119851 154 0 0 25 0 1 0 272251166 160247808 38102 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/31317/statm: 39123 38102 140 302 0 38818 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 156492

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.52
CPU time (s): 1200.09
CPU user time (s): 1198.51
CPU system time (s): 1.57276
CPU usage (%): 99.9636
Max. virtual memory (cumulated for all children) (KiB): 156492

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

runsolver used 1.05784 second user time and 2.22966 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Mon Feb 26 20:48:49 UTC 2007

IDJOB= 308593
IDBENCH= 20235
IDSOLVER= 132
FILE ID= node76/308593-1172522928

PBS_JOBID= 3971771

Free space on /tmp= 66645 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  ebde26cba69a0651179051fde4b21ccb

RANDOM SEED= 678892560

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.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.219
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.18
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.219
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:      2055888 kB
MemFree:       1968848 kB
Buffers:          4460 kB
Cached:          48040 kB
SwapCached:       3872 kB
Active:          20776 kB
Inactive:        42508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1968848 kB
SwapTotal:     4096564 kB
SwapFree:      4086404 kB
Dirty:            1780 kB
Writeback:           0 kB
Mapped:          15480 kB
Slab:            10128 kB
Committed_AS:  1025944 kB
PageTables:       1424 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= 66645 MiB

End job on node76 on Mon Feb 26 21:08:51 UTC 2007