Trace number 293177

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

General information on the benchmark

Namerandom/OnTreshold/5SAT/v120/
unif-k5-r21.3-v120-c2556-S340864765-13.SAT.shuffled.cnf
MD5SUM1a2d4f656ef1a93a804e74aaef307a73
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.527919
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses2556
Sum of the clauses size12780
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52556
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/293177-1171766077/instance-293177-1171766077.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-293177-1171766077 -o ROOT/results/node76/solver-293177-1171766077 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293177-1171766077/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/293177-1171766077/instance-293177-1171766077.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.92 0.98 0.97 3/69 3155
/proc/meminfo: memFree=1195192/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=1396 CPUtime=0
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 196566034 1429504 168 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 349 168 129 302 0 44 0

[startup+0.106395 s]
/proc/loadavg: 0.92 0.98 0.97 3/69 3155
/proc/meminfo: memFree=1195192/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=1920 CPUtime=0.09
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 307 0 0 0 9 0 0 0 18 0 1 0 196566034 1966080 292 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 480 292 140 302 0 175 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1920

[startup+0.514441 s]
/proc/loadavg: 0.92 0.98 0.97 3/69 3155
/proc/meminfo: memFree=1195192/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=2824 CPUtime=0.51
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 544 0 0 0 50 1 0 0 22 0 1 0 196566034 2891776 529 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 706 529 140 302 0 401 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2824

[startup+1.33454 s]
/proc/loadavg: 0.92 0.98 0.97 2/70 3156
/proc/meminfo: memFree=1192688/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=4012 CPUtime=1.32
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 822 0 0 0 131 1 0 0 25 0 1 0 196566034 4108288 807 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 1003 807 140 302 0 698 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4012

[startup+2.97073 s]
/proc/loadavg: 0.92 0.98 0.97 2/70 3156
/proc/meminfo: memFree=1191408/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=5580 CPUtime=2.96
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 1209 0 0 0 293 3 0 0 25 0 1 0 196566034 5713920 1194 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 1395 1194 140 302 0 1090 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5580

[startup+6.2471 s]
/proc/loadavg: 0.93 0.98 0.97 2/70 3156
/proc/meminfo: memFree=1188912/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=7672 CPUtime=6.24
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 1756 0 0 0 620 4 0 0 25 0 1 0 196566034 7856128 1708 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 1918 1708 140 302 0 1613 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7672

[startup+12.7028 s]
/proc/loadavg: 0.93 0.98 0.97 2/70 3156
/proc/meminfo: memFree=1185968/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=10388 CPUtime=12.69
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 2423 0 0 0 1263 6 0 0 25 0 1 0 196566034 10637312 2375 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 2597 2375 140 302 0 2292 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10388

[startup+25.5063 s]
/proc/loadavg: 0.95 0.98 0.97 2/70 3156
/proc/meminfo: memFree=1182320/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=14268 CPUtime=25.49
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 3426 0 0 0 2539 10 0 0 25 0 1 0 196566034 14610432 3313 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 3567 3313 140 302 0 3262 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14268

[startup+51.1133 s]
/proc/loadavg: 0.96 0.98 0.97 2/70 3156
/proc/meminfo: memFree=1176944/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=19524 CPUtime=51.09
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 4720 0 0 0 5093 16 0 0 25 0 1 0 196566034 19992576 4607 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 4881 4607 140 302 0 4576 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 19524

[startup+102.328 s]
/proc/loadavg: 0.98 0.98 0.97 2/70 3156
/proc/meminfo: memFree=1169072/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=28180 CPUtime=102.29
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 6837 0 0 0 10204 25 0 0 25 0 1 0 196566034 28856320 6595 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526745 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 7045 6595 140 302 0 6740 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 28180

[startup+162.352 s]
/proc/loadavg: 0.99 0.98 0.97 2/70 3156
/proc/meminfo: memFree=1162032/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=35220 CPUtime=162.3
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 8556 0 0 0 16196 34 0 0 25 0 1 0 196566034 36065280 8314 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 8805 8314 140 302 0 8500 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 35220

[startup+222.37 s]
/proc/loadavg: 0.99 0.98 0.97 2/70 3156
/proc/meminfo: memFree=1156528/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=40780 CPUtime=222.3
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 9932 0 0 0 22188 42 0 0 25 0 1 0 196566034 41758720 9690 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 10195 9690 140 302 0 9890 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 40780

[startup+282.387 s]
/proc/loadavg: 0.99 0.98 0.97 2/70 3156
/proc/meminfo: memFree=1151856/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=46652 CPUtime=282.3
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 11362 0 0 0 28181 49 0 0 25 0 1 0 196566034 47771648 10863 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 11663 10863 140 302 0 11358 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 46652

[startup+342.404 s]
/proc/loadavg: 0.99 0.98 0.97 2/70 3158
/proc/meminfo: memFree=1147248/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=51456 CPUtime=342.3
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 12505 0 0 0 34175 55 0 0 25 0 1 0 196566034 52690944 12006 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 12864 12006 140 302 0 12559 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 51456

[startup+402.427 s]
/proc/loadavg: 0.99 0.98 0.97 2/70 3158
/proc/meminfo: memFree=1143216/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=55624 CPUtime=402.3
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 13516 0 0 0 40170 60 0 0 25 0 1 0 196566034 56958976 13017 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 13906 13017 140 302 0 13601 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 55624

[startup+462.447 s]
/proc/loadavg: 0.99 0.98 0.97 2/70 3158
/proc/meminfo: memFree=1139568/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=59344 CPUtime=462.31
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 14421 0 0 0 46166 65 0 0 25 0 1 0 196566034 60768256 13922 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 14836 13922 140 302 0 14531 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 59344

[startup+522.464 s]
/proc/loadavg: 0.99 0.98 0.97 2/70 3158
/proc/meminfo: memFree=1136112/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=62720 CPUtime=522.31
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 15297 0 0 0 52162 69 0 0 25 0 1 0 196566034 64225280 14798 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 15680 14798 140 302 0 15375 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 62720

[startup+582.483 s]
/proc/loadavg: 1.05 1.00 0.98 2/70 3158
/proc/meminfo: memFree=1132656/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=66264 CPUtime=582.32
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 16147 0 0 0 58158 74 0 0 25 0 1 0 196566034 67854336 15648 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526761 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 16566 15648 140 302 0 16261 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 66264

[startup+642.503 s]
/proc/loadavg: 1.02 1.00 0.98 2/70 3158
/proc/meminfo: memFree=1129456/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=69504 CPUtime=642.32
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 16942 0 0 0 64153 79 0 0 25 0 1 0 196566034 71172096 16443 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 17376 16443 140 302 0 17071 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 69504

[startup+702.523 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3158
/proc/meminfo: memFree=1125872/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=73728 CPUtime=702.32
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 17900 0 0 0 70150 82 0 0 25 0 1 0 196566034 75497472 17401 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526952 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 18432 17401 140 302 0 18127 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 73728

[startup+762.541 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3158
/proc/meminfo: memFree=1122928/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=76476 CPUtime=762.32
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 18580 0 0 0 76146 86 0 0 25 0 1 0 196566034 78311424 18081 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 19119 18081 140 302 0 18814 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 76476

[startup+822.564 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3158
/proc/meminfo: memFree=1120048/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=79276 CPUtime=822.33
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 19289 0 0 0 82143 90 0 0 25 0 1 0 196566034 81178624 18790 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 19819 18790 140 302 0 19514 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 79276

[startup+882.583 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3158
/proc/meminfo: memFree=1117616/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=81920 CPUtime=882.34
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 19903 0 0 0 88140 94 0 0 25 0 1 0 196566034 83886080 19404 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 20480 19404 140 302 0 20175 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 81920

[startup+942.6 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3158
/proc/meminfo: memFree=1115120/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=86356 CPUtime=942.33
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 21037 0 0 0 94135 98 0 0 25 0 1 0 196566034 88428544 20025 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 21589 20025 140 302 0 21284 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 86356

[startup+1002.62 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3158
/proc/meminfo: memFree=1112624/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=88800 CPUtime=1002.33
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 21660 0 0 0 100130 103 0 0 25 0 1 0 196566034 90931200 20648 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 22200 20648 140 302 0 21895 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 88800

[startup+1062.64 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3158
/proc/meminfo: memFree=1110192/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=91360 CPUtime=1062.34
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 22256 0 0 0 106127 107 0 0 25 0 1 0 196566034 93552640 21244 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 22840 21244 140 302 0 22535 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 91360

[startup+1122.65 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3158
/proc/meminfo: memFree=1107824/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=93872 CPUtime=1122.34
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 22855 0 0 0 112124 110 0 0 25 0 1 0 196566034 96124928 21843 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558753 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 23468 21843 140 302 0 23163 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 93872

[startup+1182.67 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3158
/proc/meminfo: memFree=1105648/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=96320 CPUtime=1182.34
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 23389 0 0 0 118121 113 0 0 25 0 1 0 196566034 98631680 22377 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 24080 22377 140 302 0 23775 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 96320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.39 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3158
/proc/meminfo: memFree=1105008/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=96964 CPUtime=1200.06
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 23553 0 0 0 119892 114 0 0 25 0 1 0 196566034 99291136 22541 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 24241 22541 140 302 0 23936 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 96964

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

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

[startup+1200.39 s]
/proc/loadavg: 1.00 1.00 0.98 2/70 3158
/proc/meminfo: memFree=1105008/2055888 swapFree=4087076/4096564
[pid=3155] ppid=3153 vsize=96964 CPUtime=1200.06
/proc/3155/stat : 3155 (Spear-32) R 3153 3155 2124 0 -1 4194304 23553 0 0 0 119892 114 0 0 25 0 1 0 196566034 99291136 22541 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 24241 22541 140 302 0 23936 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 96964

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.08
CPU user time (s): 1198.92
CPU system time (s): 1.16182
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 96964

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

runsolver used 0.969852 second user time and 2.25966 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Feb 18 02:34:37 UTC 2007

IDJOB= 293177
IDBENCH= 19857
IDSOLVER= 132
FILE ID= node76/293177-1171766077

PBS_JOBID= 3839489

Free space on /tmp= 66650 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v120/unif-k5-r21.3-v120-c2556-S340864765-13.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/293177-1171766077/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/293177-1171766077/instance-293177-1171766077.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-293177-1171766077 -o ROOT/results/node76/solver-293177-1171766077 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/293177-1171766077/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/293177-1171766077/instance-293177-1171766077.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  1a2d4f656ef1a93a804e74aaef307a73

RANDOM SEED= 50785264

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:       1195600 kB
Buffers:         40616 kB
Cached:         727996 kB
SwapCached:       3460 kB
Active:         524860 kB
Inactive:       254336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1195600 kB
SwapTotal:     4096564 kB
SwapFree:      4087076 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          15896 kB
Slab:            67472 kB
Committed_AS:   880480 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= 66650 MiB

End job on node76 on Sun Feb 18 02:54:40 UTC 2007