Trace number 298466

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.04 1200.44

General information on the benchmark

Namerandom/OnTreshold/3SAT/v500/
unif-k3-r4.26-v500-c2130-S1517537144-16.UNSAT.shuffled.cnf
MD5SUMdc1a2f30c0e380bf759db5f5fbd70205
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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/298466-1171856741/instance-298466-1171856741.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-298466-1171856741 -o ROOT/results/node72/solver-298466-1171856741 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298466-1171856741/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/298466-1171856741/instance-298466-1171856741.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 3270
/proc/meminfo: memFree=833008/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=1528 CPUtime=0
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 205641905 1564672 178 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134800146 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 382 179 128 302 0 77 0

[startup+0.106687 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 3270
/proc/meminfo: memFree=833008/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=1784 CPUtime=0.1
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 291 0 0 0 10 0 0 0 18 0 1 0 205641905 1826816 275 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 446 275 140 302 0 141 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1784

[startup+0.514724 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 3270
/proc/meminfo: memFree=833008/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=2552 CPUtime=0.5
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 487 0 0 0 50 0 0 0 22 0 1 0 205641905 2613248 471 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 638 471 140 302 0 333 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2552

[startup+1.3348 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3271
/proc/meminfo: memFree=830824/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=3632 CPUtime=1.33
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 751 0 0 0 131 2 0 0 25 0 1 0 205641905 3719168 735 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 908 735 140 302 0 603 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3632

[startup+2.97095 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3271
/proc/meminfo: memFree=829608/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=5060 CPUtime=2.96
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 1100 0 0 0 293 3 0 0 25 0 1 0 205641905 5181440 1084 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 1265 1084 140 302 0 960 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5060

[startup+6.24725 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3271
/proc/meminfo: memFree=827368/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=7124 CPUtime=6.24
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 1606 0 0 0 619 5 0 0 25 0 1 0 205641905 7294976 1557 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 1781 1557 140 302 0 1476 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7124

[startup+12.7058 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3271
/proc/meminfo: memFree=824552/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=9592 CPUtime=12.7
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 2259 0 0 0 1262 8 0 0 25 0 1 0 205641905 9822208 2210 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 2398 2210 140 302 0 2093 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 9592

[startup+25.513 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3271
/proc/meminfo: memFree=820720/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=13768 CPUtime=25.5
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 3292 0 0 0 2539 11 0 0 25 0 1 0 205641905 14098432 3178 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 3442 3178 140 302 0 3137 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 13768

[startup+51.1264 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3271
/proc/meminfo: memFree=814512/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=19732 CPUtime=51.1
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 4807 0 0 0 5093 17 0 0 25 0 1 0 205641905 20205568 4693 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 4933 4693 140 302 0 4628 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 19732

[startup+102.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3271
/proc/meminfo: memFree=806832/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=28004 CPUtime=102.31
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 6855 0 0 0 10204 27 0 0 25 0 1 0 205641905 28676096 6612 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 7001 6612 140 302 0 6696 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 28004

[startup+162.388 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3271
/proc/meminfo: memFree=799600/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=35276 CPUtime=162.33
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 8628 0 0 0 16196 37 0 0 25 0 1 0 205641905 36122624 8385 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 8819 8385 140 302 0 8514 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 35276

[startup+222.418 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3271
/proc/meminfo: memFree=793712/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=41296 CPUtime=222.36
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 10091 0 0 0 22190 46 0 0 25 0 1 0 205641905 42287104 9848 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 10324 9848 140 302 0 10019 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 41296

[startup+282.451 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3271
/proc/meminfo: memFree=788592/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=47260 CPUtime=282.37
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 11644 0 0 0 28184 53 0 0 25 0 1 0 205641905 48394240 11144 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 11815 11144 140 302 0 11510 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 47260

[startup+342.485 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3271
/proc/meminfo: memFree=783792/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=52240 CPUtime=342.39
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 12853 0 0 0 34179 60 0 0 25 0 1 0 205641905 53493760 12353 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 13060 12353 140 302 0 12755 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 52240

[startup+402.524 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 3271
/proc/meminfo: memFree=779568/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=56228 CPUtime=402.42
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 13882 0 0 0 40176 66 0 0 25 0 1 0 205641905 57577472 13382 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 14057 13382 140 302 0 13752 0
Current children cumulated CPU time (s) 402.42
Current children cumulated vsize (KiB) 56228

[startup+462.56 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 3271
/proc/meminfo: memFree=775920/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=60280 CPUtime=462.43
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 14815 0 0 0 46172 71 0 0 25 0 1 0 205641905 61726720 14315 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 15070 14315 140 302 0 14765 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 60280

[startup+522.593 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3271
/proc/meminfo: memFree=772144/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=64220 CPUtime=522.46
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 15743 0 0 0 52170 76 0 0 25 0 1 0 205641905 65761280 15243 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 16055 15243 140 302 0 15750 0
Current children cumulated CPU time (s) 522.46
Current children cumulated vsize (KiB) 64220

[startup+582.626 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3271
/proc/meminfo: memFree=768560/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=67724 CPUtime=582.48
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 16641 0 0 0 58166 82 0 0 25 0 1 0 205641905 69349376 16141 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 16931 16141 140 302 0 16626 0
Current children cumulated CPU time (s) 582.48
Current children cumulated vsize (KiB) 67724

[startup+642.661 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3271
/proc/meminfo: memFree=764976/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=71444 CPUtime=642.5
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 17535 0 0 0 64163 87 0 0 25 0 1 0 205641905 73158656 17035 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 17861 17035 140 302 0 17556 0
Current children cumulated CPU time (s) 642.5
Current children cumulated vsize (KiB) 71444

[startup+702.693 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3271
/proc/meminfo: memFree=761776/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=74720 CPUtime=702.52
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 18342 0 0 0 70161 91 0 0 25 0 1 0 205641905 76513280 17842 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 18680 17842 140 302 0 18375 0
Current children cumulated CPU time (s) 702.52
Current children cumulated vsize (KiB) 74720

[startup+762.727 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3271
/proc/meminfo: memFree=758704/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=77744 CPUtime=762.53
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 19116 0 0 0 76158 95 0 0 25 0 1 0 205641905 79609856 18616 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 19436 18616 140 302 0 19131 0
Current children cumulated CPU time (s) 762.53
Current children cumulated vsize (KiB) 77744

[startup+822.761 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3271
/proc/meminfo: memFree=755888/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=80508 CPUtime=822.55
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 19812 0 0 0 82156 99 0 0 25 0 1 0 205641905 82440192 19312 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 20127 19312 140 302 0 19822 0
Current children cumulated CPU time (s) 822.55
Current children cumulated vsize (KiB) 80508

[startup+882.793 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3271
/proc/meminfo: memFree=753072/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=85380 CPUtime=882.57
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 21016 0 0 0 88154 103 0 0 25 0 1 0 205641905 87429120 20003 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 21345 20003 140 302 0 21040 0
Current children cumulated CPU time (s) 882.57
Current children cumulated vsize (KiB) 85380

[startup+942.84 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 3371
/proc/meminfo: memFree=749168/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=87944 CPUtime=942.56
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 21679 0 0 0 94148 108 0 0 25 0 1 0 205641905 90054656 20666 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 21986 20666 140 302 0 21681 0
Current children cumulated CPU time (s) 942.56
Current children cumulated vsize (KiB) 87944

[startup+1002.9 s]
/proc/loadavg: 1.00 1.00 1.00 3/84 3443
/proc/meminfo: memFree=746552/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=90736 CPUtime=1002.56
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 22331 0 0 0 100145 111 0 0 25 0 1 0 205641905 92913664 21318 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 22684 21318 140 302 0 22379 0
Current children cumulated CPU time (s) 1002.56
Current children cumulated vsize (KiB) 90736

[startup+1062.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3473
/proc/meminfo: memFree=744880/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=93808 CPUtime=1062.57
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 23030 0 0 0 106141 116 0 0 25 0 1 0 205641905 96059392 22017 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 23452 22017 140 302 0 23147 0
Current children cumulated CPU time (s) 1062.57
Current children cumulated vsize (KiB) 93808

[startup+1122.97 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3473
/proc/meminfo: memFree=742448/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=96296 CPUtime=1122.58
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 23662 0 0 0 112137 121 0 0 25 0 1 0 205641905 98607104 22649 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 24074 22649 140 302 0 23769 0
Current children cumulated CPU time (s) 1122.58
Current children cumulated vsize (KiB) 96296

[startup+1183 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3473
/proc/meminfo: memFree=740208/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=98560 CPUtime=1182.6
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 24214 0 0 0 118135 125 0 0 25 0 1 0 205641905 100925440 23201 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 24640 23201 140 302 0 24335 0
Current children cumulated CPU time (s) 1182.6
Current children cumulated vsize (KiB) 98560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3473
/proc/meminfo: memFree=739440/2055920 swapFree=4145060/4192956
[pid=3270] ppid=3268 vsize=99204 CPUtime=1200.02
/proc/3270/stat : 3270 (Spear-32) R 3268 3270 2426 0 -1 4194304 24396 0 0 0 119876 126 0 0 25 0 1 0 205641905 101584896 23383 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/3270/statm: 24801 23383 140 302 0 24496 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 99204

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.44
CPU time (s): 1200.04
CPU user time (s): 1198.76
CPU system time (s): 1.27581
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 99204

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

runsolver used 1.3028 second user time and 2.96455 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Mon Feb 19 03:45:41 UTC 2007

IDJOB= 298466
IDBENCH= 19986
IDSOLVER= 132
FILE ID= node72/298466-1171856741

PBS_JOBID= 3839744

Free space on /tmp= 66562 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v500/unif-k3-r4.26-v500-c2130-S1517537144-16.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298466-1171856741/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/298466-1171856741/instance-298466-1171856741.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-298466-1171856741 -o ROOT/results/node72/solver-298466-1171856741 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298466-1171856741/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/298466-1171856741/instance-298466-1171856741.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  dc1a2f30c0e380bf759db5f5fbd70205

RANDOM SEED= 648751943

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:        833480 kB
Buffers:         51052 kB
Cached:        1041180 kB
SwapCached:      16508 kB
Active:         690688 kB
Inactive:       425764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        833480 kB
SwapTotal:     4192956 kB
SwapFree:      4145060 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:          29888 kB
Slab:            91604 kB
Committed_AS:   537456 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 04:05:43 UTC 2007