Trace number 298998

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 FHS 1.0? (TO) 1200.06 1200.47

General information on the benchmark

Namerandom/OnTreshold/3SAT/v600/
unif-k3-r4.261-v600-c2556-S1982407920-12.SAT.shuffled.cnf
MD5SUMb02420eb242c9f0eb6d6be855d4eeabd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.036993
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
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/298998-1171864034/instance-298998-1171864034.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/node72/watcher-298998-1171864034 -o ROOT/results/node72/solver-298998-1171864034 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298998-1171864034/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298998-1171864034/instance-298998-1171864034.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/77 4333
/proc/meminfo: memFree=831864/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=1548 CPUtime=0
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 199 0 0 0 0 0 0 0 18 0 1 0 206371233 1585152 183 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 387 183 128 302 0 82 0

[startup+0.107596 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 4333
/proc/meminfo: memFree=831864/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=1932 CPUtime=0.1
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 306 0 0 0 10 0 0 0 18 0 1 0 206371233 1978368 290 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 483 290 140 302 0 178 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1932

[startup+0.515634 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 4333
/proc/meminfo: memFree=831864/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=2732 CPUtime=0.5
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 509 0 0 0 50 0 0 0 21 0 1 0 206371233 2797568 493 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 683 493 140 302 0 378 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2732

[startup+1.33571 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=829488/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=3908 CPUtime=1.32
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 801 0 0 0 131 1 0 0 25 0 1 0 206371233 4001792 785 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 977 785 140 302 0 672 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3908

[startup+2.97186 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=828208/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=5452 CPUtime=2.96
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 1178 0 0 0 294 2 0 0 25 0 1 0 206371233 5582848 1162 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 1363 1162 140 302 0 1058 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5452

[startup+6.25416 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=825712/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=7660 CPUtime=6.24
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 1763 0 0 0 620 4 0 0 25 0 1 0 206371233 7843840 1714 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 1915 1714 140 302 0 1610 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7660

[startup+12.7107 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=822448/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=10624 CPUtime=12.69
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 2502 0 0 0 1263 6 0 0 25 0 1 0 206371233 10878976 2453 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 2656 2453 140 302 0 2351 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10624

[startup+25.5139 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=818416/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=14928 CPUtime=25.5
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 3584 0 0 0 2540 10 0 0 25 0 1 0 206371233 15286272 3470 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 3732 3470 140 302 0 3427 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 14928

[startup+51.1273 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=812272/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=20928 CPUtime=51.11
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 5093 0 0 0 5095 16 0 0 25 0 1 0 206371233 21430272 4979 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 5232 4979 140 302 0 4927 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 20928

[startup+102.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=803824/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=29960 CPUtime=102.31
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 7349 0 0 0 10206 25 0 0 25 0 1 0 206371233 30679040 7106 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 7490 7106 140 302 0 7185 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 29960

[startup+162.389 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=795376/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=38232 CPUtime=162.34
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 9421 0 0 0 16199 35 0 0 25 0 1 0 206371233 39149568 9178 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 9558 9178 140 302 0 9253 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 38232

[startup+222.421 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=787824/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=46720 CPUtime=222.36
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 11571 0 0 0 22193 43 0 0 25 0 1 0 206371233 47841280 11071 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 11680 11071 140 302 0 11375 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 46720

[startup+282.455 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=781232/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=53544 CPUtime=282.38
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 13220 0 0 0 28186 52 0 0 25 0 1 0 206371233 54829056 12720 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 13386 12720 140 302 0 13081 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 53544

[startup+342.492 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=775792/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=59028 CPUtime=342.4
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 14585 0 0 0 34180 60 0 0 25 0 1 0 206371233 60444672 14085 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 14757 14085 140 302 0 14452 0
Current children cumulated CPU time (s) 342.4
Current children cumulated vsize (KiB) 59028

[startup+402.531 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=770544/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=64044 CPUtime=402.42
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 15870 0 0 0 40175 67 0 0 25 0 1 0 206371233 65581056 15370 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 16011 15370 140 302 0 15706 0
Current children cumulated CPU time (s) 402.42
Current children cumulated vsize (KiB) 64044

[startup+462.565 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=765680/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=69156 CPUtime=462.44
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 17081 0 0 0 46171 73 0 0 25 0 1 0 206371233 70815744 16581 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 17289 16581 140 302 0 16984 0
Current children cumulated CPU time (s) 462.44
Current children cumulated vsize (KiB) 69156

[startup+522.598 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=761328/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=73732 CPUtime=522.46
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 18199 0 0 0 52166 80 0 0 25 0 1 0 206371233 75501568 17699 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526955 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 18433 17699 140 302 0 18128 0
Current children cumulated CPU time (s) 522.46
Current children cumulated vsize (KiB) 73732

[startup+582.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=756784/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=78336 CPUtime=582.48
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 19292 0 0 0 58162 86 0 0 25 0 1 0 206371233 80216064 18792 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 19584 18792 140 302 0 19279 0
Current children cumulated CPU time (s) 582.48
Current children cumulated vsize (KiB) 78336

[startup+642.665 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=752688/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=82228 CPUtime=642.5
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 20317 0 0 0 64157 93 0 0 25 0 1 0 206371233 84201472 19817 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 20557 19817 140 302 0 20252 0
Current children cumulated CPU time (s) 642.5
Current children cumulated vsize (KiB) 82228

[startup+702.696 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=748784/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=86272 CPUtime=702.51
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 21304 0 0 0 70153 98 0 0 25 0 1 0 206371233 88342528 20804 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 21568 20804 140 302 0 21263 0
Current children cumulated CPU time (s) 702.51
Current children cumulated vsize (KiB) 86272

[startup+762.727 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=745264/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=90028 CPUtime=762.53
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 22174 0 0 0 76150 103 0 0 25 0 1 0 206371233 92188672 21674 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 22507 21674 140 302 0 22202 0
Current children cumulated CPU time (s) 762.53
Current children cumulated vsize (KiB) 90028

[startup+822.767 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4334
/proc/meminfo: memFree=741808/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=95452 CPUtime=822.56
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 23537 0 0 0 82147 109 0 0 25 0 1 0 206371233 97742848 22524 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 23863 22524 140 302 0 23558 0
Current children cumulated CPU time (s) 822.56
Current children cumulated vsize (KiB) 95452

[startup+882.83 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 4458
/proc/meminfo: memFree=737336/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=98860 CPUtime=882.55
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 24387 0 0 0 88142 113 0 0 25 0 1 0 206371233 101232640 23374 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 24715 23374 140 302 0 24410 0
Current children cumulated CPU time (s) 882.55
Current children cumulated vsize (KiB) 98860

[startup+942.884 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4536
/proc/meminfo: memFree=735152/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=102136 CPUtime=942.53
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 25179 0 0 0 94137 116 0 0 25 0 1 0 206371233 104587264 24166 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 25534 24166 140 302 0 25229 0
Current children cumulated CPU time (s) 942.53
Current children cumulated vsize (KiB) 102136

[startup+1002.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4536
/proc/meminfo: memFree=731952/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=105236 CPUtime=1002.55
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 25969 0 0 0 100134 121 0 0 25 0 1 0 206371233 107761664 24956 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527080 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 26309 24956 140 302 0 26004 0
Current children cumulated CPU time (s) 1002.55
Current children cumulated vsize (KiB) 105236

[startup+1062.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4536
/proc/meminfo: memFree=728944/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=108416 CPUtime=1062.58
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 26739 0 0 0 106132 126 0 0 25 0 1 0 206371233 111017984 25726 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 27104 25726 140 302 0 26799 0
Current children cumulated CPU time (s) 1062.58
Current children cumulated vsize (KiB) 108416

[startup+1122.99 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4536
/proc/meminfo: memFree=726000/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=111328 CPUtime=1122.59
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 27473 0 0 0 112129 130 0 0 25 0 1 0 206371233 113999872 26460 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 27832 26460 140 302 0 27527 0
Current children cumulated CPU time (s) 1122.59
Current children cumulated vsize (KiB) 111328

[startup+1183.02 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 4536
/proc/meminfo: memFree=723056/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=114472 CPUtime=1182.61
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 28204 0 0 0 118128 133 0 0 25 0 1 0 206371233 117219328 27191 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 28618 27191 140 302 0 28313 0
Current children cumulated CPU time (s) 1182.61
Current children cumulated vsize (KiB) 114472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.44 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 4536
/proc/meminfo: memFree=722160/2055920 swapFree=4145060/4192956
[pid=4333] ppid=4331 vsize=115380 CPUtime=1200.04
/proc/4333/stat : 4333 (Spear-32) R 4331 4333 2426 0 -1 4194304 28427 0 0 0 119869 135 0 0 25 0 1 0 206371233 118149120 27414 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4333/statm: 28845 27414 140 302 0 28540 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 115380

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.47
CPU time (s): 1200.06
CPU user time (s): 1198.69
CPU system time (s): 1.36879
CPU usage (%): 99.9662
Max. virtual memory (cumulated for all children) (KiB): 115380

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

runsolver used 1.2808 second user time and 2.99055 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Mon Feb 19 05:47:14 UTC 2007

IDJOB= 298998
IDBENCH= 19999
IDSOLVER= 131
FILE ID= node72/298998-1171864034

PBS_JOBID= 3839744

Free space on /tmp= 66562 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v600/unif-k3-r4.261-v600-c2556-S1982407920-12.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298998-1171864034/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298998-1171864034/instance-298998-1171864034.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-298998-1171864034 -o ROOT/results/node72/solver-298998-1171864034 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298998-1171864034/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298998-1171864034/instance-298998-1171864034.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  b02420eb242c9f0eb6d6be855d4eeabd

RANDOM SEED= 421992305

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.236
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.236
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:        832336 kB
Buffers:         51348 kB
Cached:        1041700 kB
SwapCached:      16508 kB
Active:         694584 kB
Inactive:       422928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        832336 kB
SwapTotal:     4192956 kB
SwapFree:      4145060 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:          30164 kB
Slab:            91728 kB
Committed_AS:   544280 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= 66562 MiB

End job on node72 on Mon Feb 19 06:07:17 UTC 2007