Trace number 308183

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

General information on the benchmark

Namerandom/2+p/p0.7/v3500/
unif2p-p0.7-v3500-c9345-S1832504551-17-UNSAT.cnf
MD5SUMb9122f271ef3adea0bb053b0ffbf32d8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark98.552
Satisfiable
(Un)Satisfiability was proved
Number of variables3498
Number of clauses9344
Sum of the clauses size25229
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22803
Number of clauses of size 36541
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/308183-1172517039/instance-308183-1172517039.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/node21/watcher-308183-1172517039 -o ROOT/results/node21/solver-308183-1172517039 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/308183-1172517039/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/308183-1172517039/instance-308183-1172517039.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 1.00 1.15 3/77 12357
/proc/meminfo: memFree=1962824/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=1932 CPUtime=0
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 271657782 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 483 247 126 302 0 178 0

[startup+0.106756 s]
/proc/loadavg: 0.99 1.00 1.15 3/77 12357
/proc/meminfo: memFree=1962824/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=2464 CPUtime=0.1
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 429 0 0 0 10 0 0 0 18 0 1 0 271657782 2523136 413 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 616 413 140 302 0 311 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2464

[startup+0.5148 s]
/proc/loadavg: 0.99 1.00 1.15 3/77 12357
/proc/meminfo: memFree=1962824/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=2848 CPUtime=0.51
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 530 0 0 0 51 0 0 0 21 0 1 0 271657782 2916352 514 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 712 514 140 302 0 407 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2848

[startup+1.33489 s]
/proc/loadavg: 0.99 1.00 1.15 2/78 12358
/proc/meminfo: memFree=1960704/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=3488 CPUtime=1.32
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 704 0 0 0 132 0 0 0 25 0 1 0 271657782 3571712 688 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 872 688 140 302 0 567 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3488

[startup+2.97107 s]
/proc/loadavg: 0.99 1.00 1.15 2/78 12358
/proc/meminfo: memFree=1959872/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=4456 CPUtime=2.96
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 950 0 0 0 295 1 0 0 25 0 1 0 271657782 4562944 934 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 1114 934 140 302 0 809 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4456

[startup+6.24743 s]
/proc/loadavg: 0.99 1.00 1.15 2/78 12358
/proc/meminfo: memFree=1958016/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=6132 CPUtime=6.23
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 1345 0 0 0 621 2 0 0 25 0 1 0 271657782 6279168 1329 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 1533 1329 140 302 0 1228 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 6132

[startup+12.7061 s]
/proc/loadavg: 0.99 1.00 1.15 2/78 12358
/proc/meminfo: memFree=1955328/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=8704 CPUtime=12.69
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 2012 0 0 0 1265 4 0 0 25 0 1 0 271657782 8912896 1963 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 2176 1963 140 302 0 1871 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8704

[startup+25.5135 s]
/proc/loadavg: 0.99 1.00 1.14 2/78 12358
/proc/meminfo: memFree=1951688/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=12340 CPUtime=25.5
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 2943 0 0 0 2542 8 0 0 25 0 1 0 271657782 12636160 2894 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 3085 2894 140 302 0 2780 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 12340

[startup+51.1273 s]
/proc/loadavg: 0.99 1.00 1.14 2/78 12358
/proc/meminfo: memFree=1945864/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=18352 CPUtime=51.1
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 4434 0 0 0 5098 12 0 0 25 0 1 0 271657782 18792448 4320 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 4588 4320 140 302 0 4283 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 18352

[startup+102.344 s]
/proc/loadavg: 0.99 1.00 1.13 2/78 12358
/proc/meminfo: memFree=1937992/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=26792 CPUtime=102.3
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 6539 0 0 0 10210 20 0 0 25 0 1 0 271657782 27435008 6296 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 6698 6296 140 302 0 6393 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 26792

[startup+162.382 s]
/proc/loadavg: 0.99 1.00 1.12 2/78 12358
/proc/meminfo: memFree=1930504/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=34188 CPUtime=162.32
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 8344 0 0 0 16203 29 0 0 25 0 1 0 271657782 35008512 8101 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 8547 8101 140 302 0 8242 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 34188

[startup+222.415 s]
/proc/loadavg: 0.99 1.00 1.11 2/78 12358
/proc/meminfo: memFree=1924232/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=40208 CPUtime=222.35
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 9900 0 0 0 22197 38 0 0 25 0 1 0 271657782 41172992 9657 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 10052 9657 140 302 0 9747 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 40208

[startup+282.451 s]
/proc/loadavg: 0.99 1.00 1.09 2/78 12358
/proc/meminfo: memFree=1919048/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=45712 CPUtime=282.36
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 11207 0 0 0 28190 46 0 0 25 0 1 0 271657782 46809088 10964 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 11428 10964 140 302 0 11123 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 45712

[startup+342.483 s]
/proc/loadavg: 1.07 1.01 1.09 2/78 12358
/proc/meminfo: memFree=1914312/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=51412 CPUtime=342.39
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 12623 0 0 0 34185 54 0 0 25 0 1 0 271657782 52645888 12123 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526846 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 12853 12123 140 302 0 12548 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 51412

[startup+402.518 s]
/proc/loadavg: 1.03 1.01 1.09 2/78 12358
/proc/meminfo: memFree=1910152/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=55484 CPUtime=402.4
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 13636 0 0 0 40180 60 0 0 25 0 1 0 271657782 56815616 13136 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 13871 13136 140 302 0 13566 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 55484

[startup+462.549 s]
/proc/loadavg: 1.06 1.02 1.08 2/78 12358
/proc/meminfo: memFree=1906504/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=59296 CPUtime=462.41
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 14542 0 0 0 46175 66 0 0 25 0 1 0 271657782 60719104 14042 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 14824 14042 140 302 0 14519 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 59296

[startup+522.582 s]
/proc/loadavg: 1.02 1.01 1.08 2/78 12358
/proc/meminfo: memFree=1902856/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=62920 CPUtime=522.43
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 15453 0 0 0 52171 72 0 0 25 0 1 0 271657782 64430080 14953 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 15730 14953 140 302 0 15425 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 62920

[startup+582.615 s]
/proc/loadavg: 1.00 1.01 1.07 2/78 12358
/proc/meminfo: memFree=1899528/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=66308 CPUtime=582.45
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 16260 0 0 0 58168 77 0 0 25 0 1 0 271657782 67899392 15760 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 16577 15760 140 302 0 16272 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 66308

[startup+642.65 s]
/proc/loadavg: 1.00 1.00 1.07 2/78 12358
/proc/meminfo: memFree=1896584/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=69144 CPUtime=642.47
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 16978 0 0 0 64165 82 0 0 25 0 1 0 271657782 70803456 16478 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 17286 16478 140 302 0 16981 0
Current children cumulated CPU time (s) 642.47
Current children cumulated vsize (KiB) 69144

[startup+702.683 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 12358
/proc/meminfo: memFree=1893256/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=72448 CPUtime=702.48
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 17773 0 0 0 70162 86 0 0 25 0 1 0 271657782 74186752 17273 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 18112 17273 140 302 0 17807 0
Current children cumulated CPU time (s) 702.48
Current children cumulated vsize (KiB) 72448

[startup+762.717 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 12358
/proc/meminfo: memFree=1890120/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=75388 CPUtime=762.51
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 18540 0 0 0 76159 92 0 0 25 0 1 0 271657782 77197312 18040 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 18847 18040 140 302 0 18542 0
Current children cumulated CPU time (s) 762.51
Current children cumulated vsize (KiB) 75388

[startup+822.756 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 12358
/proc/meminfo: memFree=1886472/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=79644 CPUtime=822.53
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 19427 0 0 0 82156 97 0 0 25 0 1 0 271657782 81555456 18927 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 19911 18927 140 302 0 19606 0
Current children cumulated CPU time (s) 822.53
Current children cumulated vsize (KiB) 79644

[startup+882.788 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 12358
/proc/meminfo: memFree=1883784/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=82208 CPUtime=882.55
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 20098 0 0 0 88152 103 0 0 25 0 1 0 271657782 84180992 19598 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 20552 19598 140 302 0 20247 0
Current children cumulated CPU time (s) 882.55
Current children cumulated vsize (KiB) 82208

[startup+942.821 s]
/proc/loadavg: 1.04 1.01 1.04 2/78 12358
/proc/meminfo: memFree=1880776/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=85024 CPUtime=942.57
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 20845 0 0 0 94149 108 0 0 25 0 1 0 271657782 87064576 20345 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 21256 20345 140 302 0 20951 0
Current children cumulated CPU time (s) 942.57
Current children cumulated vsize (KiB) 85024

[startup+1002.85 s]
/proc/loadavg: 1.01 1.01 1.04 2/78 12358
/proc/meminfo: memFree=1877768/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=88384 CPUtime=1002.58
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 21584 0 0 0 100146 112 0 0 25 0 1 0 271657782 90505216 21084 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 22096 21084 140 302 0 21791 0
Current children cumulated CPU time (s) 1002.58
Current children cumulated vsize (KiB) 88384

[startup+1062.89 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 12358
/proc/meminfo: memFree=1874504/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=91780 CPUtime=1062.6
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 22370 0 0 0 106143 117 0 0 25 0 1 0 271657782 93982720 21870 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 22945 21870 140 302 0 22640 0
Current children cumulated CPU time (s) 1062.6
Current children cumulated vsize (KiB) 91780

[startup+1122.92 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 12358
/proc/meminfo: memFree=1872072/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=96280 CPUtime=1122.61
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 23490 0 0 0 112140 121 0 0 25 0 1 0 271657782 98590720 22477 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 24070 22477 140 302 0 23765 0
Current children cumulated CPU time (s) 1122.61
Current children cumulated vsize (KiB) 96280

[startup+1182.96 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 12358
/proc/meminfo: memFree=1869704/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=98472 CPUtime=1182.63
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 24063 0 0 0 118139 124 0 0 25 0 1 0 271657782 100835328 23050 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526794 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 24618 23050 140 302 0 24313 0
Current children cumulated CPU time (s) 1182.63
Current children cumulated vsize (KiB) 98472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.38 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 12358
/proc/meminfo: memFree=1868936/2055920 swapFree=4145392/4192956
[pid=12357] ppid=12355 vsize=99640 CPUtime=1200.05
/proc/12357/stat : 12357 (Spear-32) R 12355 12357 12017 0 -1 4194304 24250 0 0 0 119880 125 0 0 25 0 1 0 271657782 102031360 23237 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12357/statm: 24910 23237 140 302 0 24605 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 99640

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.4
CPU time (s): 1200.08
CPU user time (s): 1198.81
CPU system time (s): 1.27281
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 99640

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

runsolver used 1.36879 second user time and 2.89756 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon Feb 26 19:10:39 UTC 2007

IDJOB= 308183
IDBENCH= 20224
IDSOLVER= 132
FILE ID= node21/308183-1172517039

PBS_JOBID= 3971770

Free space on /tmp= 66560 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.7/v3500/unif2p-p0.7-v3500-c9345-S1832504551-17-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/308183-1172517039/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/308183-1172517039/instance-308183-1172517039.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-308183-1172517039 -o ROOT/results/node21/solver-308183-1172517039 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/308183-1172517039/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/308183-1172517039/instance-308183-1172517039.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  b9122f271ef3adea0bb053b0ffbf32d8

RANDOM SEED= 855453767

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.245
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.245
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:       1963232 kB
Buffers:          4008 kB
Cached:          27820 kB
SwapCached:      15432 kB
Active:          31284 kB
Inactive:        32608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1963232 kB
SwapTotal:     4192956 kB
SwapFree:      4145392 kB
Dirty:            1764 kB
Writeback:           0 kB
Mapped:          31164 kB
Slab:            14444 kB
Committed_AS:   733484 kB
PageTables:       1676 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= 66560 MiB

End job on node21 on Mon Feb 26 19:30:41 UTC 2007