Trace number 299696

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

General information on the benchmark

Namerandom/OnTreshold/3SAT/v650/
unif-k3-r4.261-v650-c2769-S2127524023-19.UNSAT.shuffled.cnf
MD5SUMd9d38e7c336971f2f3e902a52634aaec
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 variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
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/299696-1171876330/instance-299696-1171876330.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/node12/watcher-299696-1171876330 -o ROOT/results/node12/solver-299696-1171876330 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/299696-1171876330/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/299696-1171876330/instance-299696-1171876330.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.97 0.98 3/77 26333
/proc/meminfo: memFree=303904/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=1548 CPUtime=0
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 200 0 0 0 0 0 0 0 18 0 1 0 207587476 1585152 184 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 387 184 128 302 0 82 0

[startup+0.107151 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 26333
/proc/meminfo: memFree=303904/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=1932 CPUtime=0.1
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 310 0 0 0 10 0 0 0 18 0 1 0 207587476 1978368 294 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 483 294 140 302 0 178 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1932

[startup+0.515223 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 26333
/proc/meminfo: memFree=303904/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=2700 CPUtime=0.5
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 521 0 0 0 50 0 0 0 22 0 1 0 207587476 2764800 505 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 675 505 140 302 0 370 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2700

[startup+1.33837 s]
/proc/loadavg: 0.92 0.97 0.98 2/78 26334
/proc/meminfo: memFree=301464/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=3984 CPUtime=1.33
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 811 0 0 0 131 2 0 0 25 0 1 0 207587476 4079616 795 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 996 795 140 302 0 691 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3984

[startup+2.97467 s]
/proc/loadavg: 0.92 0.97 0.98 2/78 26334
/proc/meminfo: memFree=300184/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=5412 CPUtime=2.96
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 1185 0 0 0 293 3 0 0 25 0 1 0 207587476 5541888 1169 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 1353 1169 140 302 0 1048 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5412

[startup+6.25526 s]
/proc/loadavg: 0.93 0.97 0.98 2/78 26334
/proc/meminfo: memFree=297752/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=7616 CPUtime=6.24
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 1740 0 0 0 620 4 0 0 25 0 1 0 207587476 7798784 1691 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 1904 1691 140 302 0 1599 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7616

[startup+12.7094 s]
/proc/loadavg: 0.93 0.97 0.98 2/78 26334
/proc/meminfo: memFree=294048/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=10960 CPUtime=12.7
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 2589 0 0 0 1262 8 0 0 25 0 1 0 207587476 11223040 2540 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 2740 2540 140 302 0 2435 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 10960

[startup+25.5117 s]
/proc/loadavg: 0.95 0.97 0.98 2/78 26334
/proc/meminfo: memFree=289696/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=15656 CPUtime=25.5
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 3766 0 0 0 2537 13 0 0 25 0 1 0 207587476 16031744 3652 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 3914 3652 140 302 0 3609 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 15656

[startup+51.1273 s]
/proc/loadavg: 0.96 0.97 0.98 2/78 26334
/proc/meminfo: memFree=283040/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=22032 CPUtime=51.1
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 5397 0 0 0 5092 18 0 0 25 0 1 0 207587476 22560768 5283 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 5508 5283 140 302 0 5203 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 22032

[startup+102.349 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 26334
/proc/meminfo: memFree=273056/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=32616 CPUtime=102.3
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 8025 0 0 0 10201 29 0 0 25 0 1 0 207587476 33398784 7782 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 8154 7782 140 302 0 7849 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 32616

[startup+162.382 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26334
/proc/meminfo: memFree=264480/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=41284 CPUtime=162.32
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 10145 0 0 0 16193 39 0 0 25 0 1 0 207587476 42274816 9902 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 10321 9902 140 302 0 10016 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 41284

[startup+222.417 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26334
/proc/meminfo: memFree=257632/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=49160 CPUtime=222.33
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 12103 0 0 0 22185 48 0 0 25 0 1 0 207587476 50339840 11603 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 12290 11603 140 302 0 11985 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 49160

[startup+282.452 s]
/proc/loadavg: 1.04 0.99 0.99 2/78 26334
/proc/meminfo: memFree=251168/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=55948 CPUtime=282.34
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 13730 0 0 0 28180 54 0 0 25 0 1 0 207587476 57290752 13230 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 13987 13230 140 302 0 13682 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 55948

[startup+342.49 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 26334
/proc/meminfo: memFree=245536/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=61532 CPUtime=342.36
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 15144 0 0 0 34174 62 0 0 25 0 1 0 207587476 63008768 14644 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 15383 14644 140 302 0 15078 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 61532

[startup+402.532 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 26334
/proc/meminfo: memFree=240416/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=66784 CPUtime=402.38
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 16405 0 0 0 40170 68 0 0 25 0 1 0 207587476 68386816 15905 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 16696 15905 140 302 0 16391 0
Current children cumulated CPU time (s) 402.38
Current children cumulated vsize (KiB) 66784

[startup+462.561 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 26334
/proc/meminfo: memFree=235808/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=71308 CPUtime=462.39
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 17550 0 0 0 46163 76 0 0 25 0 1 0 207587476 73019392 17050 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 17827 17050 140 302 0 17522 0
Current children cumulated CPU time (s) 462.39
Current children cumulated vsize (KiB) 71308

[startup+522.592 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 26334
/proc/meminfo: memFree=231648/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=75528 CPUtime=522.41
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 18597 0 0 0 52158 83 0 0 25 0 1 0 207587476 77340672 18097 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 18882 18097 140 302 0 18577 0
Current children cumulated CPU time (s) 522.41
Current children cumulated vsize (KiB) 75528

[startup+582.627 s]
/proc/loadavg: 1.05 1.00 0.99 2/78 26334
/proc/meminfo: memFree=227552/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=79684 CPUtime=582.43
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 19606 0 0 0 58155 88 0 0 25 0 1 0 207587476 81596416 19106 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 19921 19106 140 302 0 19616 0
Current children cumulated CPU time (s) 582.43
Current children cumulated vsize (KiB) 79684

[startup+642.668 s]
/proc/loadavg: 1.02 1.00 0.99 2/78 26334
/proc/meminfo: memFree=223584/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=83780 CPUtime=642.44
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 20593 0 0 0 64151 93 0 0 25 0 1 0 207587476 85790720 20093 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 20945 20093 140 302 0 20640 0
Current children cumulated CPU time (s) 642.44
Current children cumulated vsize (KiB) 83780

[startup+702.704 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 26334
/proc/meminfo: memFree=220192/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=87316 CPUtime=702.46
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 21454 0 0 0 70146 100 0 0 25 0 1 0 207587476 89411584 20954 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 21829 20954 140 302 0 21524 0
Current children cumulated CPU time (s) 702.46
Current children cumulated vsize (KiB) 87316

[startup+762.736 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 26334
/proc/meminfo: memFree=216672/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=90796 CPUtime=762.47
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 22336 0 0 0 76144 103 0 0 25 0 1 0 207587476 92975104 21836 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 22699 21836 140 302 0 22394 0
Current children cumulated CPU time (s) 762.47
Current children cumulated vsize (KiB) 90796

[startup+822.77 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 26334
/proc/meminfo: memFree=213344/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=94084 CPUtime=822.49
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 23154 0 0 0 82140 109 0 0 25 0 1 0 207587476 96342016 22654 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 23521 22654 140 302 0 23216 0
Current children cumulated CPU time (s) 822.49
Current children cumulated vsize (KiB) 94084

[startup+882.8 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 26334
/proc/meminfo: memFree=210016/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=99352 CPUtime=882.49
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 24500 0 0 0 88136 113 0 0 25 0 1 0 207587476 101736448 23487 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 24838 23487 140 302 0 24533 0
Current children cumulated CPU time (s) 882.49
Current children cumulated vsize (KiB) 99352

[startup+942.835 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 26334
/proc/meminfo: memFree=206752/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=102712 CPUtime=942.51
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 25308 0 0 0 94132 119 0 0 25 0 1 0 207587476 105177088 24295 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 25678 24295 140 302 0 25373 0
Current children cumulated CPU time (s) 942.51
Current children cumulated vsize (KiB) 102712

[startup+1002.87 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 26334
/proc/meminfo: memFree=203744/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=105804 CPUtime=1002.52
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 26062 0 0 0 100129 123 0 0 25 0 1 0 207587476 108343296 25049 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 26451 25049 140 302 0 26146 0
Current children cumulated CPU time (s) 1002.52
Current children cumulated vsize (KiB) 105804

[startup+1062.91 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 26334
/proc/meminfo: memFree=200672/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=108776 CPUtime=1062.55
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 26830 0 0 0 106128 127 0 0 25 0 1 0 207587476 111386624 25817 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 27194 25817 140 302 0 26889 0
Current children cumulated CPU time (s) 1062.55
Current children cumulated vsize (KiB) 108776

[startup+1122.94 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 26334
/proc/meminfo: memFree=197792/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=111868 CPUtime=1122.56
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 27551 0 0 0 112124 132 0 0 25 0 1 0 207587476 114552832 26538 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 27967 26538 140 302 0 27662 0
Current children cumulated CPU time (s) 1122.56
Current children cumulated vsize (KiB) 111868

[startup+1182.97 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 26334
/proc/meminfo: memFree=194912/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=114588 CPUtime=1182.57
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 28270 0 0 0 118120 137 0 0 25 0 1 0 207587476 117338112 27257 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 28647 27257 140 302 0 28342 0
Current children cumulated CPU time (s) 1182.57
Current children cumulated vsize (KiB) 114588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.49 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 26334
/proc/meminfo: memFree=194080/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=115488 CPUtime=1200.09
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 28470 0 0 0 119871 138 0 0 25 0 1 0 207587476 118259712 27457 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 28872 27457 140 302 0 28567 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 115488

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

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

[startup+1200.49 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 26334
/proc/meminfo: memFree=194080/2055920 swapFree=4154904/4192956
[pid=26333] ppid=26331 vsize=115488 CPUtime=1200.09
/proc/26333/stat : 26333 (Spear-32) R 26331 26333 25145 0 -1 4194304 28470 0 0 0 119871 138 0 0 25 0 1 0 207587476 118259712 27457 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/26333/statm: 28872 27457 140 302 0 28567 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 115488

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.11
CPU user time (s): 1198.71
CPU system time (s): 1.40279
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 115488

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

runsolver used 1.2948 second user time and 2.97755 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Mon Feb 19 09:12:10 UTC 2007

IDJOB= 299696
IDBENCH= 20016
IDSOLVER= 132
FILE ID= node12/299696-1171876330

PBS_JOBID= 3839421

Free space on /tmp= 66551 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v650/unif-k3-r4.261-v650-c2769-S2127524023-19.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/299696-1171876330/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/299696-1171876330/instance-299696-1171876330.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-299696-1171876330 -o ROOT/results/node12/solver-299696-1171876330 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/299696-1171876330/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/299696-1171876330/instance-299696-1171876330.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d9d38e7c336971f2f3e902a52634aaec

RANDOM SEED= 184366588

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.285
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.285
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:        304312 kB
Buffers:         50348 kB
Cached:        1604316 kB
SwapCached:      18068 kB
Active:         203064 kB
Inactive:      1477684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        304312 kB
SwapTotal:     4192956 kB
SwapFree:      4154904 kB
Dirty:            1656 kB
Writeback:           0 kB
Mapped:          29840 kB
Slab:            56512 kB
Committed_AS:   986244 kB
PageTables:       1692 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= 66551 MiB

End job on node12 on Mon Feb 19 09:32:13 UTC 2007