Trace number 1781155

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
satake 2009-03-22 (4 threads)? (TO) 2998.23 1000.05

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_10_UNKNOWN.cnf
MD5SUM8ece32bbd9e6c3f5c8cdf0e94e0569cd
Bench CategoryAPPLICATION (applications 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 variables1584
Number of clauses100116
Sum of the clauses size297952
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22580
Number of clauses of size 397513
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1781155-1243652526/watcher-1781155-1243652526 -o /tmp/evaluation-result-1781155-1243652526/solver-1781155-1243652526 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1781155-1243652526.cnf 4 10000 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.77 2.96 2.98 3/100 26296
/proc/meminfo: memFree=3122316/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=964 CPUtime=0
/proc/26295/stat : 26295 (satake) R 26293 26295 21929 0 -1 4202496 106 0 0 0 0 0 0 0 25 0 2 0 1129917041 987136 63 4294967295 134512640 135180984 3220576944 3220576288 134705812 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 241 63 54 164 0 76 0
[pid=26295/tid=26296] ppid=26293 vsize=964 CPUtime=0
/proc/26295/task/26296/stat : 26296 (satake) R 26293 26295 21929 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 2 0 1129917041 987136 63 4294967295 134512640 135180984 3220576944 3086426948 134705812 0 0 0 0 0 0 0 -1 1 0 0 0

[startup+0.02357 s]
/proc/loadavg: 2.77 2.96 2.98 3/100 26296
/proc/meminfo: memFree=3122316/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=3824 CPUtime=0.01
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 772 0 0 0 1 0 0 0 25 0 5 0 1129917041 3915776 729 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 956 731 63 164 0 791 0
[pid=26295/tid=26296] ppid=26293 vsize=3824 CPUtime=0
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1129917041 3915776 734 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3824

[startup+0.115263 s]
/proc/loadavg: 2.77 2.96 2.98 3/100 26296
/proc/meminfo: memFree=3122316/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=15184 CPUtime=0.28
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 4369 0 0 0 28 0 0 0 25 0 5 0 1129917041 15548416 3168 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 3796 3168 68 164 0 3631 0
[pid=26295/tid=26296] ppid=26293 vsize=15184 CPUtime=0
/proc/26295/task/26296/stat : 26296 (satake) D 26293 26295 21929 0 -1 4202560 35 0 0 0 0 0 0 0 24 0 5 0 1129917041 15548416 3168 4294967295 134512640 135180984 3220576944 3086426140 134706407 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15184

[startup+0.313542 s]
/proc/loadavg: 2.77 2.96 2.98 3/100 26296
/proc/meminfo: memFree=3122316/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=17000 CPUtime=0.86
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 4745 0 0 0 83 3 0 0 25 0 5 0 1129917041 17408000 3544 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 4250 3544 68 164 0 4085 0
[pid=26295/tid=26296] ppid=26293 vsize=17000 CPUtime=0.01
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 35 0 0 0 0 1 0 0 22 0 5 0 1129917041 17408000 3544 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 17000

[startup+0.713504 s]
/proc/loadavg: 2.77 2.96 2.98 3/100 26296
/proc/meminfo: memFree=3122316/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=18820 CPUtime=2.07
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 5162 0 0 0 202 5 0 0 25 0 5 0 1129917041 19271680 3961 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 4705 3961 68 164 0 4540 0
[pid=26295/tid=26296] ppid=26293 vsize=18820 CPUtime=0.02
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 42 0 0 0 0 2 0 0 17 0 5 0 1129917041 19271680 3961 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 18820

[startup+1.51343 s]
/proc/loadavg: 2.77 2.96 2.98 4/104 26300
/proc/meminfo: memFree=3106252/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=21164 CPUtime=4.51
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 5720 0 0 0 434 17 0 0 25 0 5 0 1129917041 21671936 4519 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 5291 4519 68 164 0 5126 0
[pid=26295/tid=26296] ppid=26293 vsize=21164 CPUtime=0.06
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 57 0 0 0 0 6 0 0 15 0 5 0 1129917041 21671936 4519 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=26295/tid=26298] ppid=26293 vsize=21164 CPUtime=1.49
/proc/26295/task/26298/stat : 26298 (satake) R 26293 26295 21929 0 -1 4202560 1807 0 0 0 145 4 0 0 25 0 5 0 1129917041 21671936 4519 4294967295 134512640 135180984 3220576944 3086360432 134528095 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26295/tid=26299] ppid=26293 vsize=21164 CPUtime=1.48
/proc/26295/task/26299/stat : 26299 (satake) R 26293 26295 21929 0 -1 4202560 1790 0 0 0 147 1 0 0 25 0 5 0 1129917041 21671936 4519 4294967295 134512640 135180984 3220576944 3086294612 134675767 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=26295/tid=26300] ppid=26293 vsize=21164 CPUtime=1.48
/proc/26295/task/26300/stat : 26300 (satake) R 26293 26295 21929 0 -1 4202560 1957 0 0 0 142 6 0 0 25 0 5 0 1129917041 21671936 4519 4294967295 134512640 135180984 3220576944 3086229360 134528411 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 21164

[startup+3.11328 s]
/proc/loadavg: 2.77 2.96 2.98 4/104 26300
/proc/meminfo: memFree=3103588/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=25820 CPUtime=9.35
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 6788 0 0 0 914 21 0 0 25 0 5 0 1129917041 26439680 5587 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 6455 5588 68 164 0 6290 0
[pid=26295/tid=26296] ppid=26293 vsize=25820 CPUtime=0.1
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 70 0 0 0 3 7 0 0 15 0 5 0 1129917041 26439680 5588 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=26295/tid=26298] ppid=26293 vsize=25820 CPUtime=3.09
/proc/26295/task/26298/stat : 26298 (satake) R 26293 26295 21929 0 -1 4202560 2060 0 0 0 304 5 0 0 25 0 5 0 1129917041 26439680 5588 4294967295 134512640 135180984 3220576944 3086360148 134675846 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26295/tid=26299] ppid=26293 vsize=25820 CPUtime=3.08
/proc/26295/task/26299/stat : 26299 (satake) R 26293 26295 21929 0 -1 4202560 2276 0 0 0 306 2 0 0 25 0 5 0 1129917041 26439680 5588 4294967295 134512640 135180984 3220576944 3086294728 134675846 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=26295/tid=26300] ppid=26293 vsize=25820 CPUtime=3.08
/proc/26295/task/26300/stat : 26300 (satake) R 26293 26295 21929 0 -1 4202560 2274 0 0 0 301 7 0 0 25 0 5 0 1129917041 26439680 5588 4294967295 134512640 135180984 3220576944 3086229256 134519101 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.35
Current children cumulated vsize (KiB) 25820

[startup+6.31297 s]
/proc/loadavg: 2.79 2.96 2.98 4/104 26300
/proc/meminfo: memFree=3095688/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=31824 CPUtime=18.98
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 8431 0 0 0 1872 26 0 0 25 0 5 0 1129917041 32587776 7230 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 7956 7230 68 164 0 7791 0
[pid=26295/tid=26296] ppid=26293 vsize=31824 CPUtime=0.13
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 81 0 0 0 3 10 0 0 16 0 5 0 1129917041 32587776 7230 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=26295/tid=26298] ppid=26293 vsize=31824 CPUtime=6.29
/proc/26295/task/26298/stat : 26298 (satake) R 26293 26295 21929 0 -1 4202560 2594 0 0 0 624 5 0 0 25 0 5 0 1129917041 32587776 7230 4294967295 134512640 135180984 3220576944 3086360432 134528470 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26295/tid=26299] ppid=26293 vsize=31824 CPUtime=6.28
/proc/26295/task/26299/stat : 26299 (satake) R 26293 26295 21929 0 -1 4202560 2946 0 0 0 625 3 0 0 25 0 5 0 1129917041 32587776 7230 4294967295 134512640 135180984 3220576944 3086294728 134675767 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=26295/tid=26300] ppid=26293 vsize=31824 CPUtime=6.28
/proc/26295/task/26300/stat : 26300 (satake) R 26293 26295 21929 0 -1 4202560 2701 0 0 0 620 8 0 0 25 0 5 0 1129917041 32587776 7230 4294967295 134512640 135180984 3220576944 3086229360 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.98
Current children cumulated vsize (KiB) 31824

[startup+12.7124 s]
/proc/loadavg: 2.80 2.96 2.98 4/104 26300
/proc/meminfo: memFree=3085652/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=41276 CPUtime=38.23
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 10746 0 0 0 3784 39 0 0 25 0 5 0 1129917041 42266624 9545 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 10319 9545 68 164 0 10154 0
[pid=26295/tid=26296] ppid=26293 vsize=41276 CPUtime=0.18
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 94 0 0 0 4 14 0 0 15 0 5 0 1129917041 42266624 9545 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=26295/tid=26298] ppid=26293 vsize=41276 CPUtime=12.69
/proc/26295/task/26298/stat : 26298 (satake) R 26293 26295 21929 0 -1 4202560 3238 0 0 0 1261 8 0 0 25 0 5 0 1129917041 42266624 9545 4294967295 134512640 135180984 3220576944 3086360432 134528652 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26295/tid=26299] ppid=26293 vsize=41276 CPUtime=12.68
/proc/26295/task/26299/stat : 26299 (satake) R 26293 26295 21929 0 -1 4202560 3961 0 0 0 1262 6 0 0 25 0 5 0 1129917041 42266624 9545 4294967295 134512640 135180984 3220576944 3086294728 134675767 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=26295/tid=26300] ppid=26293 vsize=41276 CPUtime=12.68
/proc/26295/task/26300/stat : 26300 (satake) R 26293 26295 21929 0 -1 4202560 3344 0 0 0 1257 11 0 0 25 0 5 0 1129917041 42266624 9545 4294967295 134512640 135180984 3220576944 3086229360 134526200 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38.23
Current children cumulated vsize (KiB) 41276

[startup+25.5111 s]
/proc/loadavg: 2.85 2.97 2.98 4/104 26485
/proc/meminfo: memFree=3073080/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=53412 CPUtime=76.57
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 13847 0 0 0 7611 46 0 0 25 0 5 0 1129917041 54693888 12646 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 13353 12646 68 164 0 13188 0
[pid=26295/tid=26296] ppid=26293 vsize=53412 CPUtime=0.23
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 102 0 0 0 5 18 0 0 15 0 5 0 1129917041 54693888 12646 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=26295/tid=26298] ppid=26293 vsize=53412 CPUtime=25.47
/proc/26295/task/26298/stat : 26298 (satake) R 26293 26295 21929 0 -1 4202560 4213 0 0 0 2539 8 0 0 25 0 5 0 1129917041 54693888 12646 4294967295 134512640 135180984 3220576944 3086360432 134528648 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26295/tid=26299] ppid=26293 vsize=53412 CPUtime=25.45
/proc/26295/task/26299/stat : 26299 (satake) R 26293 26295 21929 0 -1 4202560 5248 0 0 0 2537 8 0 0 25 0 5 0 1129917041 54693888 12646 4294967295 134512640 135180984 3220576944 3086294792 134519101 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26295/tid=26300] ppid=26293 vsize=53412 CPUtime=25.42
/proc/26295/task/26300/stat : 26300 (satake) R 26293 26295 21929 0 -1 4202560 4175 0 0 0 2530 12 0 0 25 0 5 0 1129917041 54693888 12646 4294967295 134512640 135180984 3220576944 3086229296 134523791 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 76.57
Current children cumulated vsize (KiB) 53412

[startup+51.1087 s]
/proc/loadavg: 2.90 2.97 2.98 4/104 26487
/proc/meminfo: memFree=3057832/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=69784 CPUtime=153.35
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 17752 0 0 0 15281 54 0 0 25 0 5 0 1129917041 71458816 16551 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 17446 16551 68 164 0 17281 0
[pid=26295/tid=26296] ppid=26293 vsize=69784 CPUtime=0.26
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 104 0 0 0 5 21 0 0 15 0 5 0 1129917041 71458816 16551 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=26295/tid=26298] ppid=26293 vsize=69784 CPUtime=51.04
/proc/26295/task/26298/stat : 26298 (satake) R 26293 26295 21929 0 -1 4202560 5547 0 0 0 5096 8 0 0 25 0 5 0 1129917041 71458816 16551 4294967295 134512640 135180984 3220576944 3086360384 134527255 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26295/tid=26299] ppid=26293 vsize=69784 CPUtime=51.04
/proc/26295/task/26299/stat : 26299 (satake) R 26293 26295 21929 0 -1 4202560 6771 0 0 0 5093 11 0 0 25 0 5 0 1129917041 71458816 16551 4294967295 134512640 135180984 3220576944 3086294688 134580407 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26295/tid=26300] ppid=26293 vsize=69784 CPUtime=51.01
/proc/26295/task/26300/stat : 26300 (satake) R 26293 26295 21929 0 -1 4202560 5221 0 0 0 5087 14 0 0 25 0 5 0 1129917041 71458816 16551 4294967295 134512640 135180984 3220576944 3086229352 134518224 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 153.35
Current children cumulated vsize (KiB) 69784

[startup+102.314 s]
/proc/loadavg: 3.02 2.99 2.99 4/104 26674
/proc/meminfo: memFree=3038292/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=89720 CPUtime=306.91
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 22422 0 0 0 30629 62 0 0 25 0 5 0 1129917041 91873280 21221 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 22430 21221 68 164 0 22265 0
[pid=26295/tid=26296] ppid=26293 vsize=89720 CPUtime=0.28
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 107 0 0 0 5 23 0 0 15 0 5 0 1129917041 91873280 21221 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=26295/tid=26298] ppid=26293 vsize=89720 CPUtime=102.23
/proc/26295/task/26298/stat : 26298 (satake) R 26293 26295 21929 0 -1 4202560 7437 0 0 0 10214 9 0 0 25 0 5 0 1129917041 91873280 21221 4294967295 134512640 135180984 3220576944 3086360432 134528433 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26295/tid=26299] ppid=26293 vsize=89720 CPUtime=102.21
/proc/26295/task/26299/stat : 26299 (satake) R 26293 26295 21929 0 -1 4202560 8258 0 0 0 10207 14 0 0 25 0 5 0 1129917041 91873280 21221 4294967295 134512640 135180984 3220576944 3086294896 134528661 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26295/tid=26300] ppid=26293 vsize=89720 CPUtime=102.19
/proc/26295/task/26300/stat : 26300 (satake) R 26293 26295 21929 0 -1 4202560 6511 0 0 0 10203 16 0 0 25 0 5 0 1129917041 91873280 21221 4294967295 134512640 135180984 3220576944 3086229360 134528652 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 306.91
Current children cumulated vsize (KiB) 89720

[startup+162.308 s]
/proc/loadavg: 3.01 2.99 2.99 4/104 26861
/proc/meminfo: memFree=3019820/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=110056 CPUtime=486.79
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 27194 0 0 0 48608 71 0 0 25 0 5 0 1129917041 112697344 25993 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 27514 25993 68 164 0 27349 0
[pid=26295/tid=26296] ppid=26293 vsize=110056 CPUtime=0.3
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 109 0 0 0 6 24 0 0 15 0 5 0 1129917041 112697344 25993 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=26295/tid=26298] ppid=26293 vsize=110056 CPUtime=162.2
/proc/26295/task/26298/stat : 26298 (satake) R 26293 26295 21929 0 -1 4202560 9226 0 0 0 16209 11 0 0 25 0 5 0 1129917041 112697344 25993 4294967295 134512640 135180984 3220576944 3086360432 134528433 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26295/tid=26299] ppid=26293 vsize=110056 CPUtime=162.15
/proc/26295/task/26299/stat : 26299 (satake) R 26293 26295 21929 0 -1 4202560 9539 0 0 0 16198 17 0 0 25 0 5 0 1129917041 112697344 25993 4294967295 134512640 135180984 3220576944 3086294836 134523985 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26295/tid=26300] ppid=26293 vsize=110056 CPUtime=162.14
/proc/26295/task/26300/stat : 26300 (satake) R 26293 26295 21929 0 -1 4202560 8211 0 0 0 16195 19 0 0 25 0 5 0 1129917041 112697344 25993 4294967295 134512640 135180984 3220576944 3086229192 134675846 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 486.79

################
# More data... #
################

[pid=26295/tid=26298] ppid=26293 vsize=163244 CPUtime=521.64
/proc/26295/task/26298/stat : 26298 (satake) R 26293 26295 21929 0 -1 4202560 13272 0 0 0 52136 28 0 0 25 0 5 0 1129917041 167161856 38566 4294967295 134512640 135180984 3220576944 3086360432 134528433 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26295/tid=26299] ppid=26293 vsize=163244 CPUtime=521.72
/proc/26295/task/26299/stat : 26299 (satake) R 26293 26295 21929 0 -1 4202560 13341 0 0 0 52095 77 0 0 25 0 5 0 1129917041 167161856 38566 4294967295 134512640 135180984 3220576944 3086294892 134520036 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26295/tid=26300] ppid=26293 vsize=163244 CPUtime=521.94
/proc/26295/task/26300/stat : 26300 (satake) R 26293 26295 21929 0 -1 4202560 12871 0 0 0 52159 35 0 0 25 0 5 0 1129917041 167161856 38566 4294967295 134512640 135180984 3220576944 3086229360 134528756 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1566.1
Current children cumulated vsize (KiB) 163244

[startup+582.308 s]
/proc/loadavg: 3.00 2.99 2.99 4/104 28183
/proc/meminfo: memFree=2966172/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=163896 CPUtime=1745.94
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 40125 0 0 0 174373 221 0 0 25 0 5 0 1129917041 167829504 38868 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 40974 38868 68 164 0 40809 0
[pid=26295/tid=26296] ppid=26293 vsize=163896 CPUtime=0.87
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 236 0 0 0 15 72 0 0 16 0 5 0 1129917041 167829504 38868 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=26295/tid=26298] ppid=26293 vsize=163896 CPUtime=581.61
/proc/26295/task/26298/stat : 26298 (satake) R 26293 26295 21929 0 -1 4202560 13352 0 0 0 58133 28 0 0 25 0 5 0 1129917041 167829504 38868 4294967295 134512640 135180984 3220576944 3086360432 134528433 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26295/tid=26299] ppid=26293 vsize=163896 CPUtime=581.58
/proc/26295/task/26299/stat : 26299 (satake) R 26293 26295 21929 0 -1 4202560 13347 0 0 0 58074 84 0 0 25 0 5 0 1129917041 167829504 38868 4294967295 134512640 135180984 3220576944 3086294896 134528633 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26295/tid=26300] ppid=26293 vsize=163896 CPUtime=581.88
/proc/26295/task/26300/stat : 26300 (satake) R 26293 26295 21929 0 -1 4202560 13081 0 0 0 58151 37 0 0 25 0 5 0 1129917041 167829504 38868 4294967295 134512640 135180984 3220576944 3086229360 134528674 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1745.94
Current children cumulated vsize (KiB) 163896

[startup+642.312 s]
/proc/loadavg: 3.00 2.99 2.99 4/104 28375
/proc/meminfo: memFree=2965236/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=165400 CPUtime=1925.87
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 40301 0 0 0 192350 237 0 0 25 0 5 0 1129917041 169369600 39044 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 41350 39044 68 164 0 41185 0
[pid=26295/tid=26296] ppid=26293 vsize=165400 CPUtime=0.92
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 238 0 0 0 15 77 0 0 15 0 5 0 1129917041 169369600 39044 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=26295/tid=26298] ppid=26293 vsize=165400 CPUtime=641.6
/proc/26295/task/26298/stat : 26298 (satake) R 26293 26295 21929 0 -1 4202560 13428 0 0 0 64130 30 0 0 25 0 5 0 1129917041 169369600 39044 4294967295 134512640 135180984 3220576944 3086360432 134528211 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26295/tid=26299] ppid=26293 vsize=165400 CPUtime=641.53
/proc/26295/task/26299/stat : 26299 (satake) R 26293 26295 21929 0 -1 4202560 13358 0 0 0 64062 91 0 0 25 0 5 0 1129917041 169369600 39044 4294967295 134512640 135180984 3220576944 3086294896 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26295/tid=26300] ppid=26293 vsize=165400 CPUtime=641.82
/proc/26295/task/26300/stat : 26300 (satake) R 26293 26295 21929 0 -1 4202560 13168 0 0 0 64143 39 0 0 25 0 5 0 1129917041 169369600 39044 4294967295 134512640 135180984 3220576944 3086229360 134528511 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1925.87
Current children cumulated vsize (KiB) 165400

[startup+702.307 s]
/proc/loadavg: 3.00 2.99 2.99 4/104 28565
/proc/meminfo: memFree=2964468/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=166848 CPUtime=2105.69
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 40464 0 0 0 210324 245 0 0 25 0 5 0 1129917041 170852352 39207 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 41712 39207 68 164 0 41547 0
[pid=26295/tid=26296] ppid=26293 vsize=166848 CPUtime=0.94
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 238 0 0 0 15 79 0 0 15 0 5 0 1129917041 170852352 39207 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=26295/tid=26298] ppid=26293 vsize=166848 CPUtime=701.54
/proc/26295/task/26298/stat : 26298 (satake) R 26293 26295 21929 0 -1 4202560 13522 0 0 0 70121 33 0 0 25 0 5 0 1129917041 170852352 39207 4294967295 134512640 135180984 3220576944 3086360432 134528433 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26295/tid=26299] ppid=26293 vsize=166848 CPUtime=701.46
/proc/26295/task/26299/stat : 26299 (satake) R 26293 26295 21929 0 -1 4202560 13412 0 0 0 70052 94 0 0 25 0 5 0 1129917041 170852352 39207 4294967295 134512640 135180984 3220576944 3086294896 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26295/tid=26300] ppid=26293 vsize=166848 CPUtime=701.75
/proc/26295/task/26300/stat : 26300 (satake) R 26293 26295 21929 0 -1 4202560 13183 0 0 0 70136 39 0 0 25 0 5 0 1129917041 170852352 39207 4294967295 134512640 135180984 3220576944 3086229300 134523985 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2105.69
Current children cumulated vsize (KiB) 166848

[startup+762.321 s]
/proc/loadavg: 3.00 2.99 2.99 4/104 28752
/proc/meminfo: memFree=2960936/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=171796 CPUtime=2285.6
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 41657 0 0 0 228302 258 0 0 25 0 5 0 1129917041 175919104 40400 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 42949 40400 68 164 0 42784 0
[pid=26295/tid=26296] ppid=26293 vsize=171796 CPUtime=0.99
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 238 0 0 0 16 83 0 0 15 0 5 0 1129917041 175919104 40400 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=26295/tid=26298] ppid=26293 vsize=171796 CPUtime=761.53
/proc/26295/task/26298/stat : 26298 (satake) R 26293 26295 21929 0 -1 4202560 13651 0 0 0 76118 35 0 0 25 0 5 0 1129917041 175919104 40400 4294967295 134512640 135180984 3220576944 3086360432 134528536 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26295/tid=26299] ppid=26293 vsize=171796 CPUtime=761.39
/proc/26295/task/26299/stat : 26299 (satake) R 26293 26295 21929 0 -1 4202560 14241 0 0 0 76039 100 0 0 25 0 5 0 1129917041 175919104 40400 4294967295 134512640 135180984 3220576944 3086294896 134528648 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26295/tid=26300] ppid=26293 vsize=171796 CPUtime=761.69
/proc/26295/task/26300/stat : 26300 (satake) R 26293 26295 21929 0 -1 4202560 13418 0 0 0 76129 40 0 0 25 0 5 0 1129917041 175919104 40400 4294967295 134512640 135180984 3220576944 3086229360 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2285.6
Current children cumulated vsize (KiB) 171796

[startup+822.315 s]
/proc/loadavg: 3.00 2.99 2.99 5/104 28941
/proc/meminfo: memFree=2954828/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=178168 CPUtime=2465.5
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 43085 0 0 0 246278 272 0 0 25 0 5 0 1129917041 182444032 41828 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 44542 41828 68 164 0 44377 0
[pid=26295/tid=26296] ppid=26293 vsize=178168 CPUtime=1.05
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 238 0 0 0 17 88 0 0 15 0 5 0 1129917041 182444032 41828 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=26295/tid=26298] ppid=26293 vsize=178168 CPUtime=821.52
/proc/26295/task/26298/stat : 26298 (satake) R 26293 26295 21929 0 -1 4202560 13747 0 0 0 82115 37 0 0 25 0 5 0 1129917041 182444032 41828 4294967295 134512640 135180984 3220576944 3086360428 134518208 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26295/tid=26299] ppid=26293 vsize=178168 CPUtime=821.33
/proc/26295/task/26299/stat : 26299 (satake) R 26293 26295 21929 0 -1 4202560 15465 0 0 0 82028 105 0 0 25 0 5 0 1129917041 182444032 41828 4294967295 134512640 135180984 3220576944 3086294896 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26295/tid=26300] ppid=26293 vsize=178168 CPUtime=821.6
/proc/26295/task/26300/stat : 26300 (satake) R 26293 26295 21929 0 -1 4202560 13526 0 0 0 82118 42 0 0 25 0 5 0 1129917041 182444032 41828 4294967295 134512640 135180984 3220576944 3086229360 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2465.5
Current children cumulated vsize (KiB) 178168

[startup+882.31 s]
/proc/loadavg: 3.00 2.99 2.99 4/104 29129
/proc/meminfo: memFree=2950448/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=183240 CPUtime=2645.35
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 44210 0 0 0 264254 281 0 0 25 0 5 0 1129917041 187637760 42953 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 45810 42953 68 164 0 45645 0
[pid=26295/tid=26296] ppid=26293 vsize=183240 CPUtime=1.08
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 238 0 0 0 17 91 0 0 16 0 5 0 1129917041 187637760 42953 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=26295/tid=26298] ppid=26293 vsize=183240 CPUtime=881.49
/proc/26295/task/26298/stat : 26298 (satake) R 26293 26295 21929 0 -1 4202560 13864 0 0 0 88112 37 0 0 25 0 5 0 1129917041 187637760 42953 4294967295 134512640 135180984 3220576944 3086360424 134518224 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26295/tid=26299] ppid=26293 vsize=183240 CPUtime=881.23
/proc/26295/task/26299/stat : 26299 (satake) R 26293 26295 21929 0 -1 4202560 16361 0 0 0 88012 111 0 0 25 0 5 0 1129917041 187637760 42953 4294967295 134512640 135180984 3220576944 3086294896 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26295/tid=26300] ppid=26293 vsize=183240 CPUtime=881.55
/proc/26295/task/26300/stat : 26300 (satake) R 26293 26295 21929 0 -1 4202560 13638 0 0 0 88113 42 0 0 25 0 5 0 1129917041 187637760 42953 4294967295 134512640 135180984 3220576944 3086229360 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2645.35
Current children cumulated vsize (KiB) 183240

[startup+942.304 s]
/proc/loadavg: 3.00 2.99 2.99 4/104 29318
/proc/meminfo: memFree=2946668/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=187064 CPUtime=2825.21
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 45131 0 0 0 282230 291 0 0 25 0 5 0 1129917041 191553536 43874 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 46766 43874 68 164 0 46601 0
[pid=26295/tid=26296] ppid=26293 vsize=187064 CPUtime=1.1
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 238 0 0 0 18 92 0 0 15 0 5 0 1129917041 191553536 43874 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=26295/tid=26298] ppid=26293 vsize=187064 CPUtime=941.46
/proc/26295/task/26298/stat : 26298 (satake) R 26293 26295 21929 0 -1 4202560 14100 0 0 0 94107 39 0 0 25 0 5 0 1129917041 191553536 43874 4294967295 134512640 135180984 3220576944 3086360432 134528701 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26295/tid=26299] ppid=26293 vsize=187064 CPUtime=941.16
/proc/26295/task/26299/stat : 26299 (satake) R 26293 26295 21929 0 -1 4202560 16884 0 0 0 93999 117 0 0 25 0 5 0 1129917041 191553536 43874 4294967295 134512640 135180984 3220576944 3086294896 134528652 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26295/tid=26300] ppid=26293 vsize=187064 CPUtime=941.49
/proc/26295/task/26300/stat : 26300 (satake) R 26293 26295 21929 0 -1 4202560 13800 0 0 0 94106 43 0 0 25 0 5 0 1129917041 191553536 43874 4294967295 134512640 135180984 3220576944 3086229360 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2825.21
Current children cumulated vsize (KiB) 187064



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 3.00 2.99 2.99 4/104 29507
/proc/meminfo: memFree=2941652/3368532 swapFree=1953580/1959888
[pid=26295] ppid=26293 vsize=192220 CPUtime=2998.19
/proc/26295/stat : 26295 (satake) S 26293 26295 21929 0 -1 4202496 46396 0 0 0 299516 303 0 0 25 0 5 0 1129917041 196833280 45139 4294967295 134512640 135180984 3220576944 3220576380 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/26295/statm: 48055 45139 68 164 0 47890 0
[pid=26295/tid=26296] ppid=26293 vsize=192220 CPUtime=1.11
/proc/26295/task/26296/stat : 26296 (satake) S 26293 26295 21929 0 -1 4202560 238 0 0 0 18 93 0 0 15 0 5 0 1129917041 196833280 45139 4294967295 134512640 135180984 3220576944 3086426128 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=26295/tid=26298] ppid=26293 vsize=192220 CPUtime=999.17
/proc/26295/task/26298/stat : 26298 (satake) R 26293 26295 21929 0 -1 4202560 14822 0 0 0 99877 40 0 0 25 0 5 0 1129917041 196833280 45139 4294967295 134512640 135180984 3220576944 3086360432 134528433 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26295/tid=26299] ppid=26293 vsize=192220 CPUtime=998.74
/proc/26295/task/26299/stat : 26299 (satake) R 26293 26295 21929 0 -1 4202560 16889 0 0 0 99747 127 0 0 25 0 5 0 1129917041 196833280 45139 4294967295 134512640 135180984 3220576944 3086294896 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26295/tid=26300] ppid=26293 vsize=192220 CPUtime=999.17
/proc/26295/task/26300/stat : 26300 (satake) R 26293 26295 21929 0 -1 4202560 14338 0 0 0 99874 43 0 0 25 0 5 0 1129917041 196833280 45139 4294967295 134512640 135180984 3220576944 3086229360 134528648 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2998.19
Current children cumulated vsize (KiB) 192220

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): 1000.05
CPU time (s): 2998.23
CPU user time (s): 2995.19
CPU system time (s): 3.04
CPU usage (%): 299.808
Max. virtual memory (cumulated for all children) (KiB): 192220

deleting IPC queue 14680064
deleting IPC queue 14712833
deleting IPC queue 14745602
deleting IPC queue 14778371
deleting IPC queue 14811140
deleting IPC queue 14843909
deleting IPC queue 14876678
deleting IPC queue 14909447
deleting IPC queue 14942216
deleting IPC queue 14974985
deleting IPC queue 15007754
deleting IPC queue 15040523
deleting IPC queue 15073292
deleting IPC queue 15106061
deleting IPC queue 15138830
deleting IPC queue 15171599

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2995.19
system time used= 3.04
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46397
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= 142610
involuntary context switches= 159008

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 05:02:06
IDJOB=1781155
IDBENCH=71101
IDSOLVER=629
FILE ID=/1781155-1243652526
PBS_JOBID=
Free space on /tmp= 15884 MiB

SOLVER NAME= satake 2009-03-22 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_10_UNKNOWN.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1781155-1243652526/watcher-1781155-1243652526 -o /tmp/evaluation-result-1781155-1243652526/solver-1781155-1243652526 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1781155-1243652526.cnf 4 10000

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= 8ece32bbd9e6c3f5c8cdf0e94e0569cd
RANDOM SEED= 1280916073

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.11
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3122316 kB
Buffers:         38480 kB
Cached:         129960 kB
SwapCached:       2424 kB
Active:          94628 kB
Inactive:        84292 kB
HighTotal:     2489216 kB
HighFree:      2346436 kB
LowTotal:       879316 kB
LowFree:        775880 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            2264 kB
Writeback:           0 kB
AnonPages:        9544 kB
Mapped:           5216 kB
Slab:            57412 kB
SReclaimable:    49484 kB
SUnreclaim:       7928 kB
PageTables:        540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93564 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15884 MiB
End job on  at 2009-05-30 05:18:48