Trace number 1779055

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) 1938.1 1000.05

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner064.cnf
MD5SUM1a0b22841159d2c84fdcb857229ffa08
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark369.55
Satisfiable
(Un)Satisfiability was proved
Number of variables24448
Number of clauses73151
Sum of the clauses size170683
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 248766
Number of clauses of size 324383
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-1779055-1243641559/watcher-1779055-1243641559 -o /tmp/evaluation-result-1779055-1243641559/solver-1779055-1243641559 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1779055-1243641559.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: 5.45 5.33 5.24 5/105 4180
/proc/meminfo: memFree=2387756/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=968 CPUtime=0
/proc/4179/stat : 4179 (satake) R 4177 4179 3671 0 -1 4202496 109 0 0 0 0 0 0 0 20 0 2 0 1118257027 991232 65 4294967295 134512640 135180984 3215836720 3215836064 134705812 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 242 65 54 164 0 77 0
[pid=4179/tid=4180] ppid=4177 vsize=968 CPUtime=0
/proc/4179/task/4180/stat : 4180 (satake) R 4177 4179 3671 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 2 0 1118257027 991232 65 4294967295 134512640 135180984 3215836720 3086603076 134705812 0 0 0 0 0 0 0 -1 3 0 0 0

[startup+0.043741 s]
/proc/loadavg: 5.45 5.33 5.24 5/105 4180
/proc/meminfo: memFree=2387756/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=9900 CPUtime=0.06
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 2040 0 0 0 6 0 0 0 20 0 5 0 1118257027 10137600 1993 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 2475 1994 63 164 0 2310 0
[pid=4179/tid=4180] ppid=4177 vsize=9900 CPUtime=0
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 5 0 1118257027 10137600 1994 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9900

[startup+0.113734 s]
/proc/loadavg: 5.45 5.33 5.24 5/105 4180
/proc/meminfo: memFree=2387756/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=16648 CPUtime=0.17
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 3744 0 0 0 17 0 0 0 20 0 5 0 1118257027 17047552 3400 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 4162 3401 66 164 0 3997 0
[pid=4179/tid=4180] ppid=4177 vsize=16648 CPUtime=0
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 5 0 1118257027 17047552 3402 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 16648

[startup+0.313717 s]
/proc/loadavg: 5.45 5.33 5.24 5/105 4180
/proc/meminfo: memFree=2387756/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=20340 CPUtime=0.56
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 5134 0 0 0 53 3 0 0 20 0 5 0 1118257027 20828160 4205 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 5085 4205 68 164 0 4920 0
[pid=4179/tid=4180] ppid=4177 vsize=20340 CPUtime=0.02
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 440 0 0 0 0 2 0 0 19 0 5 0 1118257027 20828160 4205 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 20340

[startup+0.713689 s]
/proc/loadavg: 5.45 5.33 5.24 5/105 4180
/proc/meminfo: memFree=2387756/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=20340 CPUtime=1.33
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 5159 0 0 0 125 8 0 0 20 0 5 0 1118257027 20828160 4230 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 5085 4230 68 164 0 4920 0
[pid=4179/tid=4180] ppid=4177 vsize=20340 CPUtime=0.06
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 447 0 0 0 0 6 0 0 15 0 5 0 1118257027 20828160 4230 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 20340

[startup+1.51364 s]
/proc/loadavg: 5.41 5.33 5.24 4/109 4184
/proc/meminfo: memFree=2370768/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=20604 CPUtime=2.84
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 5261 0 0 0 272 12 0 0 20 0 5 0 1118257027 21098496 4332 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 5151 4332 68 164 0 4986 0
[pid=4179/tid=4180] ppid=4177 vsize=20604 CPUtime=0.08
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 453 0 0 0 1 7 0 0 15 0 5 0 1118257027 21098496 4332 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=4179/tid=4182] ppid=4177 vsize=20604 CPUtime=0.67
/proc/4179/task/4182/stat : 4182 (satake) R 4177 4179 3671 0 -1 4202560 1544 0 0 0 64 3 0 0 25 0 5 0 1118257027 21098496 4332 4294967295 134512640 135180984 3215836720 3086536544 134522614 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4179/tid=4183] ppid=4177 vsize=20604 CPUtime=1.18
/proc/4179/task/4183/stat : 4183 (satake) R 4177 4179 3671 0 -1 4202560 1586 0 0 0 116 2 0 0 25 0 5 0 1118257027 21098496 4332 4294967295 134512640 135180984 3215836720 3086471016 134520863 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4179/tid=4184] ppid=4177 vsize=20604 CPUtime=0.91
/proc/4179/task/4184/stat : 4184 (satake) R 4177 4179 3671 0 -1 4202560 1566 0 0 0 91 0 0 0 25 0 5 0 1118257027 21098496 4332 4294967295 134512640 135180984 3215836720 3086405392 134524887 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 20604

[startup+3.11353 s]
/proc/loadavg: 5.41 5.33 5.24 6/109 4184
/proc/meminfo: memFree=2370092/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=22172 CPUtime=5.67
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 5525 0 0 0 550 17 0 0 20 0 5 0 1118257027 22704128 4596 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 5543 4596 68 164 0 5378 0
[pid=4179/tid=4180] ppid=4177 vsize=22172 CPUtime=0.14
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 470 0 0 0 3 11 0 0 15 0 5 0 1118257027 22704128 4596 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=4179/tid=4182] ppid=4177 vsize=22172 CPUtime=1.58
/proc/4179/task/4182/stat : 4182 (satake) R 4177 4179 3671 0 -1 4202560 1612 0 0 0 155 3 0 0 25 0 5 0 1118257027 22704128 4596 4294967295 134512640 135180984 3215836720 3086536464 134524998 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4179/tid=4183] ppid=4177 vsize=22172 CPUtime=2.18
/proc/4179/task/4183/stat : 4183 (satake) R 4177 4179 3671 0 -1 4202560 1679 0 0 0 215 3 0 0 25 0 5 0 1118257027 22704128 4596 4294967295 134512640 135180984 3215836720 3086470896 134522706 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4179/tid=4184] ppid=4177 vsize=22172 CPUtime=1.77
/proc/4179/task/4184/stat : 4184 (satake) R 4177 4179 3671 0 -1 4202560 1652 0 0 0 177 0 0 0 25 0 5 0 1118257027 22704128 4596 4294967295 134512640 135180984 3215836720 3086405280 134580407 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 22172

[startup+6.31331 s]
/proc/loadavg: 5.46 5.34 5.24 6/109 4185
/proc/meminfo: memFree=2366832/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=26704 CPUtime=11.6
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 6482 0 0 0 1123 37 0 0 20 0 5 0 1118257027 27344896 5553 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 6676 5553 68 164 0 6511 0
[pid=4179/tid=4180] ppid=4177 vsize=26704 CPUtime=0.31
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 552 0 0 0 9 22 0 0 15 0 5 0 1118257027 27344896 5553 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=4179/tid=4182] ppid=4177 vsize=26704 CPUtime=3.68
/proc/4179/task/4182/stat : 4182 (satake) R 4177 4179 3671 0 -1 4202560 1912 0 0 0 361 7 0 0 25 0 5 0 1118257027 27344896 5553 4294967295 134512640 135180984 3215836720 3086536552 134518227 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4179/tid=4183] ppid=4177 vsize=26704 CPUtime=4.18
/proc/4179/task/4183/stat : 4183 (satake) R 4177 4179 3671 0 -1 4202560 1928 0 0 0 413 5 0 0 25 0 5 0 1118257027 27344896 5553 4294967295 134512640 135180984 3215836720 3086470816 134580407 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4179/tid=4184] ppid=4177 vsize=26704 CPUtime=3.43
/proc/4179/task/4184/stat : 4184 (satake) R 4177 4179 3671 0 -1 4202560 1978 0 0 0 340 3 0 0 25 0 5 0 1118257027 27344896 5553 4294967295 134512640 135180984 3215836720 3086405320 134675846 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.6
Current children cumulated vsize (KiB) 26704

[startup+12.7129 s]
/proc/loadavg: 5.58 5.36 5.25 7/109 4185
/proc/meminfo: memFree=2357724/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=35256 CPUtime=23.8
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 8710 0 0 0 2325 55 0 0 20 0 5 0 1118257027 36102144 7781 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 8814 7781 68 164 0 8649 0
[pid=4179/tid=4180] ppid=4177 vsize=35256 CPUtime=0.45
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 603 0 0 0 11 34 0 0 15 0 5 0 1118257027 36102144 7781 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=4179/tid=4182] ppid=4177 vsize=35256 CPUtime=7.75
/proc/4179/task/4182/stat : 4182 (satake) R 4177 4179 3671 0 -1 4202560 2580 0 0 0 766 9 0 0 25 0 5 0 1118257027 36102144 7781 4294967295 134512640 135180984 3215836720 3086536432 134522694 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4179/tid=4183] ppid=4177 vsize=35256 CPUtime=8.53
/proc/4179/task/4183/stat : 4183 (satake) R 4177 4179 3671 0 -1 4202560 2808 0 0 0 846 7 0 0 25 0 5 0 1118257027 36102144 7781 4294967295 134512640 135180984 3215836720 3086470924 134520901 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4179/tid=4184] ppid=4177 vsize=35256 CPUtime=7.07
/proc/4179/task/4184/stat : 4184 (satake) R 4177 4179 3671 0 -1 4202560 2607 0 0 0 702 5 0 0 25 0 5 0 1118257027 36102144 7781 4294967295 134512640 135180984 3215836720 3086405280 134580407 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.8
Current children cumulated vsize (KiB) 35256

[startup+25.512 s]
/proc/loadavg: 5.38 5.33 5.24 6/109 4186
/proc/meminfo: memFree=2339752/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=53016 CPUtime=47.87
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 13143 0 0 0 4696 91 0 0 20 0 5 0 1118257027 54288384 12214 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 13254 12214 68 164 0 13089 0
[pid=4179/tid=4180] ppid=4177 vsize=53016 CPUtime=0.73
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 722 0 0 0 17 56 0 0 15 0 5 0 1118257027 54288384 12214 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=4179/tid=4182] ppid=4177 vsize=53016 CPUtime=15.06
/proc/4179/task/4182/stat : 4182 (satake) R 4177 4179 3671 0 -1 4202560 3886 0 0 0 1491 15 0 0 25 0 5 0 1118257027 54288384 12214 4294967295 134512640 135180984 3215836720 3086536560 134528433 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4179/tid=4183] ppid=4177 vsize=53016 CPUtime=17.17
/proc/4179/task/4183/stat : 4183 (satake) R 4177 4179 3671 0 -1 4202560 4541 0 0 0 1705 12 0 0 25 0 5 0 1118257027 54288384 12214 4294967295 134512640 135180984 3215836720 3086470928 134525399 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4179/tid=4184] ppid=4177 vsize=53016 CPUtime=14.91
/proc/4179/task/4184/stat : 4184 (satake) R 4177 4179 3671 0 -1 4202560 3882 0 0 0 1483 8 0 0 25 0 5 0 1118257027 54288384 12214 4294967295 134512640 135180984 3215836720 3086405424 134523641 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 47.87
Current children cumulated vsize (KiB) 53016

[startup+51.1103 s]
/proc/loadavg: 5.41 5.33 5.24 6/109 4372
/proc/meminfo: memFree=2310532/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=82816 CPUtime=97.06
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 20305 0 0 0 9558 148 0 0 20 0 5 0 1118257027 84803584 19376 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 20704 19376 68 164 0 20539 0
[pid=4179/tid=4180] ppid=4177 vsize=82816 CPUtime=1.23
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 928 0 0 0 31 92 0 0 15 0 5 0 1118257027 84803584 19376 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=4179/tid=4182] ppid=4177 vsize=82816 CPUtime=32.06
/proc/4179/task/4182/stat : 4182 (satake) R 4177 4179 3671 0 -1 4202560 6143 0 0 0 3185 21 0 0 25 0 5 0 1118257027 84803584 19376 4294967295 134512640 135180984 3215836720 3086536460 134519104 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4179/tid=4183] ppid=4177 vsize=82816 CPUtime=33.26
/proc/4179/task/4183/stat : 4183 (satake) R 4177 4179 3671 0 -1 4202560 6807 0 0 0 3302 24 0 0 25 0 5 0 1118257027 84803584 19376 4294967295 134512640 135180984 3215836720 3086471016 134518252 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4179/tid=4184] ppid=4177 vsize=82816 CPUtime=30.51
/proc/4179/task/4184/stat : 4184 (satake) R 4177 4179 3671 0 -1 4202560 6315 0 0 0 3040 11 0 0 25 0 5 0 1118257027 84803584 19376 4294967295 134512640 135180984 3215836720 3086405424 134523762 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 97.06
Current children cumulated vsize (KiB) 82816

[startup+102.317 s]
/proc/loadavg: 5.19 5.28 5.23 8/110 4406
/proc/meminfo: memFree=2262360/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=127620 CPUtime=196.36
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 31956 0 0 0 19402 234 0 0 20 0 5 0 1118257027 130682880 31027 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 31905 31027 68 164 0 31740 0
[pid=4179/tid=4180] ppid=4177 vsize=127620 CPUtime=1.92
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 1418 0 0 0 57 135 0 0 16 0 5 0 1118257027 130682880 31027 4294967295 134512640 135180984 3215836720 3086602260 134580588 0 0 0 0 3223036975 0 0 -1 0 0 0 0
[pid=4179/tid=4182] ppid=4177 vsize=127620 CPUtime=63.45
/proc/4179/task/4182/stat : 4182 (satake) R 4177 4179 3671 0 -1 4202560 9396 0 0 0 6309 36 0 0 25 0 5 0 1118257027 130682880 31027 4294967295 134512640 135180984 3215836720 3086536552 134520909 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4179/tid=4183] ppid=4177 vsize=127620 CPUtime=67.16
/proc/4179/task/4183/stat : 4183 (satake) R 4177 4179 3671 0 -1 4202560 9929 0 0 0 6680 36 0 0 25 0 5 0 1118257027 130682880 31027 4294967295 134512640 135180984 3215836720 3086471024 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4179/tid=4184] ppid=4177 vsize=127620 CPUtime=63.83
/proc/4179/task/4184/stat : 4184 (satake) R 4177 4179 3671 0 -1 4202560 11101 0 0 0 6356 27 0 0 25 0 5 0 1118257027 130682880 31027 4294967295 134512640 135180984 3215836720 3086405280 134580407 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 196.36
Current children cumulated vsize (KiB) 127620

[startup+162.313 s]
/proc/loadavg: 5.14 5.26 5.22 6/109 4563
/proc/meminfo: memFree=2218396/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=173744 CPUtime=313.41
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 42956 0 0 0 31037 304 0 0 20 0 5 0 1118257027 177913856 42027 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 43436 42027 68 164 0 43271 0
[pid=4179/tid=4180] ppid=4177 vsize=173744 CPUtime=2.5
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 1855 0 0 0 81 169 0 0 15 0 5 0 1118257027 177913856 42027 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=4179/tid=4182] ppid=4177 vsize=173744 CPUtime=103.61
/proc/4179/task/4182/stat : 4182 (satake) R 4177 4179 3671 0 -1 4202560 15314 0 0 0 10312 49 0 0 25 0 5 0 1118257027 177913856 42027 4294967295 134512640 135180984 3215836720 3086536364 134706407 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4179/tid=4183] ppid=4177 vsize=173744 CPUtime=104.41
/proc/4179/task/4183/stat : 4183 (satake) S 4177 4179 3671 0 -1 4202560 11900 0 0 0 10394 47 0 0 25 0 5 0 1118257027 177913856 42027 4294967295 134512640 135180984 3215836720 3086470816 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=4179/tid=4184] ppid=4177 vsize=173744 CPUtime=102.89
/proc/4179/task/4184/stat : 4184 (satake) R 4177 4179 3671 0 -1 4202560 13775 0 0 0 10250 39 0 0 25 0 5 0 1118257027 177913856 42027 4294967295 134512640 135180984 3215836720 3086405488 134528562 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 313.41

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

[pid=4179/tid=4182] ppid=4177 vsize=178912 CPUtime=333.52
/proc/4179/task/4182/stat : 4182 (satake) R 4177 4179 3671 0 -1 4202560 15593 0 0 0 33242 110 0 0 25 0 5 0 1118257027 183205888 43438 4294967295 134512640 135180984 3215836720 3086536352 134580407 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4179/tid=4183] ppid=4177 vsize=178912 CPUtime=333.27
/proc/4179/task/4183/stat : 4183 (satake) R 4177 4179 3671 0 -1 4202560 12454 0 0 0 33215 112 0 0 25 0 5 0 1118257027 183205888 43438 4294967295 134512640 135180984 3215836720 3086471024 134528661 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4179/tid=4184] ppid=4177 vsize=178912 CPUtime=336.89
/proc/4179/task/4184/stat : 4184 (satake) R 4177 4179 3671 0 -1 4202560 13904 0 0 0 33590 99 0 0 25 0 5 0 1118257027 183205888 43438 4294967295 134512640 135180984 3215836720 3086405488 134526964 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1010.71
Current children cumulated vsize (KiB) 178912

[startup+582.314 s]
/proc/loadavg: 5.20 5.23 5.20 6/109 5884
/proc/meminfo: memFree=2206244/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=179076 CPUtime=1127
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 44431 0 0 0 111787 913 0 0 20 0 5 0 1118257027 183373824 43502 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 44769 43502 68 164 0 44604 0
[pid=4179/tid=4180] ppid=4177 vsize=179076 CPUtime=8.03
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 2368 0 0 0 254 549 0 0 15 0 5 0 1118257027 183373824 43502 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=4179/tid=4182] ppid=4177 vsize=179076 CPUtime=376.28
/proc/4179/task/4182/stat : 4182 (satake) R 4177 4179 3671 0 -1 4202560 15593 0 0 0 37508 120 0 0 25 0 5 0 1118257027 183373824 43502 4294967295 134512640 135180984 3215836720 3086536560 134528275 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4179/tid=4183] ppid=4177 vsize=179076 CPUtime=369.33
/proc/4179/task/4183/stat : 4183 (satake) R 4177 4179 3671 0 -1 4202560 12454 0 0 0 36804 129 0 0 25 0 5 0 1118257027 183373824 43502 4294967295 134512640 135180984 3215836720 3086470928 134524749 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4179/tid=4184] ppid=4177 vsize=179076 CPUtime=373.36
/proc/4179/task/4184/stat : 4184 (satake) R 4177 4179 3671 0 -1 4202560 13904 0 0 0 37221 115 0 0 25 0 5 0 1118257027 183373824 43502 4294967295 134512640 135180984 3215836720 3086405440 134527255 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1127
Current children cumulated vsize (KiB) 179076

[startup+642.31 s]
/proc/loadavg: 5.17 5.23 5.20 8/110 6128
/proc/meminfo: memFree=2179064/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=206788 CPUtime=1243.8
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 51080 0 0 0 123421 959 0 0 20 0 5 0 1118257027 211750912 50151 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 51697 50151 68 164 0 51532 0
[pid=4179/tid=4180] ppid=4177 vsize=206788 CPUtime=8.51
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 2497 0 0 0 270 581 0 0 15 0 5 0 1118257027 211750912 50151 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=4179/tid=4182] ppid=4177 vsize=206788 CPUtime=419.43
/proc/4179/task/4182/stat : 4182 (satake) R 4177 4179 3671 0 -1 4202560 17609 0 0 0 41820 123 0 0 25 0 5 0 1118257027 211750912 50151 4294967295 134512640 135180984 3215836720 3086536560 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4179/tid=4183] ppid=4177 vsize=206788 CPUtime=407.48
/proc/4179/task/4183/stat : 4183 (satake) R 4177 4179 3671 0 -1 4202560 14847 0 0 0 40615 133 0 0 25 0 5 0 1118257027 211750912 50151 4294967295 134512640 135180984 3215836720 3086470816 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4179/tid=4184] ppid=4177 vsize=206788 CPUtime=408.38
/proc/4179/task/4184/stat : 4184 (satake) R 4177 4179 3671 0 -1 4202560 16015 0 0 0 40716 122 0 0 25 0 5 0 1118257027 211750912 50151 4294967295 134512640 135180984 3215836720 3086405600 134531534 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1243.8
Current children cumulated vsize (KiB) 206788

[startup+702.306 s]
/proc/loadavg: 5.10 5.20 5.19 7/109 6263
/proc/meminfo: memFree=2156760/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=228864 CPUtime=1360.95
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 56624 0 0 0 135072 1023 0 0 20 0 5 0 1118257027 234356736 55695 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 57216 55695 68 164 0 57051 0
[pid=4179/tid=4180] ppid=4177 vsize=228864 CPUtime=9.1
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 2619 0 0 0 289 621 0 0 16 0 5 0 1118257027 234356736 55695 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=4179/tid=4182] ppid=4177 vsize=228864 CPUtime=454.73
/proc/4179/task/4182/stat : 4182 (satake) R 4177 4179 3671 0 -1 4202560 18664 0 0 0 45346 127 0 0 25 0 5 0 1118257027 234356736 55695 4294967295 134512640 135180984 3215836720 3086536552 134518224 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4179/tid=4183] ppid=4177 vsize=228864 CPUtime=449.13
/proc/4179/task/4183/stat : 4183 (satake) R 4177 4179 3671 0 -1 4202560 17822 0 0 0 44767 146 0 0 25 0 5 0 1118257027 234356736 55695 4294967295 134512640 135180984 3215836720 3086471024 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4179/tid=4184] ppid=4177 vsize=228864 CPUtime=448
/proc/4179/task/4184/stat : 4184 (satake) R 4177 4179 3671 0 -1 4202560 17407 0 0 0 44671 129 0 0 25 0 5 0 1118257027 234356736 55695 4294967295 134512640 135180984 3215836720 3086405488 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1360.95
Current children cumulated vsize (KiB) 228864

[startup+762.321 s]
/proc/loadavg: 5.24 5.23 5.20 8/110 6484
/proc/meminfo: memFree=2147732/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=235760 CPUtime=1478.1
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 58331 0 0 0 146722 1088 0 0 20 0 5 0 1118257027 241418240 57402 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 58940 57402 68 164 0 58775 0
[pid=4179/tid=4180] ppid=4177 vsize=235760 CPUtime=9.66
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 2712 0 0 0 302 664 0 0 15 0 5 0 1118257027 241418240 57402 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=4179/tid=4182] ppid=4177 vsize=235760 CPUtime=492.75
/proc/4179/task/4182/stat : 4182 (satake) R 4177 4179 3671 0 -1 4202560 18941 0 0 0 49139 136 0 0 25 0 5 0 1118257027 241418240 57402 4294967295 134512640 135180984 3215836720 3086536560 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4179/tid=4183] ppid=4177 vsize=235760 CPUtime=487.28
/proc/4179/task/4183/stat : 4183 (satake) R 4177 4179 3671 0 -1 4202560 18736 0 0 0 48573 155 0 0 25 0 5 0 1118257027 241418240 57402 4294967295 134512640 135180984 3215836720 3086470920 134519077 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4179/tid=4184] ppid=4177 vsize=235760 CPUtime=488.42
/proc/4179/task/4184/stat : 4184 (satake) R 4177 4179 3671 0 -1 4202560 17830 0 0 0 48709 133 0 0 25 0 5 0 1118257027 241418240 57402 4294967295 134512640 135180984 3215836720 3086405408 134520796 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1478.1
Current children cumulated vsize (KiB) 235760

[startup+822.307 s]
/proc/loadavg: 5.08 5.20 5.18 6/109 6639
/proc/meminfo: memFree=2146592/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=236252 CPUtime=1593.03
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 58430 0 0 0 158139 1164 0 0 20 0 5 0 1118257027 241922048 57501 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 59063 57501 68 164 0 58898 0
[pid=4179/tid=4180] ppid=4177 vsize=236252 CPUtime=10.44
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 2811 0 0 0 328 716 0 0 16 0 5 0 1118257027 241922048 57501 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=4179/tid=4182] ppid=4177 vsize=236252 CPUtime=531.8
/proc/4179/task/4182/stat : 4182 (satake) R 4177 4179 3671 0 -1 4202560 18941 0 0 0 53038 142 0 0 25 0 5 0 1118257027 241922048 57501 4294967295 134512640 135180984 3215836720 3086536560 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4179/tid=4183] ppid=4177 vsize=236252 CPUtime=521.29
/proc/4179/task/4183/stat : 4183 (satake) R 4177 4179 3671 0 -1 4202560 18736 0 0 0 51964 165 0 0 25 0 5 0 1118257027 241922048 57501 4294967295 134512640 135180984 3215836720 3086471024 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4179/tid=4184] ppid=4177 vsize=236252 CPUtime=529.51
/proc/4179/task/4184/stat : 4184 (satake) R 4177 4179 3671 0 -1 4202560 17830 0 0 0 52810 141 0 0 25 0 5 0 1118257027 241922048 57501 4294967295 134512640 135180984 3215836720 3086405456 134519935 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1593.03
Current children cumulated vsize (KiB) 236252

[startup+882.303 s]
/proc/loadavg: 5.23 5.21 5.19 8/110 6846
/proc/meminfo: memFree=2144984/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=237080 CPUtime=1709.37
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 58616 0 0 0 169717 1220 0 0 20 0 5 0 1118257027 242769920 57687 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 59270 57687 68 164 0 59105 0
[pid=4179/tid=4180] ppid=4177 vsize=237080 CPUtime=10.95
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 2888 0 0 0 347 748 0 0 15 0 5 0 1118257027 242769920 57687 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=4179/tid=4182] ppid=4177 vsize=237080 CPUtime=570.6
/proc/4179/task/4182/stat : 4182 (satake) R 4177 4179 3671 0 -1 4202560 18972 0 0 0 56906 154 0 0 25 0 5 0 1118257027 242769920 57687 4294967295 134512640 135180984 3215836720 3086536560 134528211 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4179/tid=4183] ppid=4177 vsize=237080 CPUtime=556.12
/proc/4179/task/4183/stat : 4183 (satake) R 4177 4179 3671 0 -1 4202560 18812 0 0 0 55441 171 0 0 25 0 5 0 1118257027 242769920 57687 4294967295 134512640 135180984 3215836720 3086471024 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4179/tid=4184] ppid=4177 vsize=237080 CPUtime=571.71
/proc/4179/task/4184/stat : 4184 (satake) R 4177 4179 3671 0 -1 4202560 17832 0 0 0 57024 147 0 0 25 0 5 0 1118257027 242769920 57687 4294967295 134512640 135180984 3215836720 3086405488 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1709.37
Current children cumulated vsize (KiB) 237080

[startup+942.319 s]
/proc/loadavg: 5.23 5.21 5.19 5/109 7013
/proc/meminfo: memFree=2143500/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=237572 CPUtime=1826.04
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 58794 0 0 0 181331 1273 0 0 20 0 5 0 1118257027 243273728 57865 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 59393 57865 68 164 0 59228 0
[pid=4179/tid=4180] ppid=4177 vsize=237572 CPUtime=11.44
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 2922 0 0 0 365 779 0 0 15 0 5 0 1118257027 243273728 57865 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=4179/tid=4182] ppid=4177 vsize=237572 CPUtime=604.79
/proc/4179/task/4182/stat : 4182 (satake) R 4177 4179 3671 0 -1 4202560 18975 0 0 0 60315 164 0 0 25 0 5 0 1118257027 243273728 57865 4294967295 134512640 135180984 3215836720 3086536560 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4179/tid=4183] ppid=4177 vsize=237572 CPUtime=594.61
/proc/4179/task/4183/stat : 4183 (satake) R 4177 4179 3671 0 -1 4202560 18927 0 0 0 59283 178 0 0 25 0 5 0 1118257027 243273728 57865 4294967295 134512640 135180984 3215836720 3086471024 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4179/tid=4184] ppid=4177 vsize=237572 CPUtime=615.21
/proc/4179/task/4184/stat : 4184 (satake) R 4177 4179 3671 0 -1 4202560 17858 0 0 0 61369 152 0 0 25 0 5 0 1118257027 243273728 57865 4294967295 134512640 135180984 3215836720 3086405488 134528674 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1826.04
Current children cumulated vsize (KiB) 237572



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 5.09 5.18 5.17 7/109 7206
/proc/meminfo: memFree=2139772/3368532 swapFree=1954076/1959888
[pid=4179] ppid=4177 vsize=241132 CPUtime=1938.06
/proc/4179/stat : 4179 (satake) S 4177 4179 3671 0 -1 4202496 59521 0 0 0 192431 1375 0 0 20 0 5 0 1118257027 246919168 58592 4294967295 134512640 135180984 3215836720 3215836156 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/4179/statm: 60283 58592 68 164 0 60118 0
[pid=4179/tid=4180] ppid=4177 vsize=241132 CPUtime=12.31
/proc/4179/task/4180/stat : 4180 (satake) S 4177 4179 3671 0 -1 4202560 3178 0 0 0 389 842 0 0 16 0 5 0 1118257027 246919168 58592 4294967295 134512640 135180984 3215836720 3086602256 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=4179/tid=4182] ppid=4177 vsize=241132 CPUtime=643.94
/proc/4179/task/4182/stat : 4182 (satake) R 4177 4179 3671 0 -1 4202560 19368 0 0 0 64215 179 0 0 25 0 5 0 1118257027 246919168 58592 4294967295 134512640 135180984 3215836720 3086536556 134519884 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4179/tid=4183] ppid=4177 vsize=241132 CPUtime=626.34
/proc/4179/task/4183/stat : 4183 (satake) S 4177 4179 3671 0 -1 4202560 18930 0 0 0 62444 190 0 0 25 0 5 0 1118257027 246919168 58592 4294967295 134512640 135180984 3215836720 3086470816 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=4179/tid=4184] ppid=4177 vsize=241132 CPUtime=655.47
/proc/4179/task/4184/stat : 4184 (satake) R 4177 4179 3671 0 -1 4202560 17933 0 0 0 65383 164 0 0 25 0 5 0 1118257027 246919168 58592 4294967295 134512640 135180984 3215836720 3086405280 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1938.06
Current children cumulated vsize (KiB) 241132

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): 1938.1
CPU user time (s): 1924.33
CPU system time (s): 13.77
CPU usage (%): 193.8
Max. virtual memory (cumulated for all children) (KiB): 241132

deleting IPC queue 7340032
deleting IPC queue 7372801
deleting IPC queue 7405570
deleting IPC queue 7438339
deleting IPC queue 7471108
deleting IPC queue 7503877
deleting IPC queue 7536646
deleting IPC queue 7569415
deleting IPC queue 7602184
deleting IPC queue 7634953
deleting IPC queue 7667722
deleting IPC queue 7700491
deleting IPC queue 7733260
deleting IPC queue 7766029
deleting IPC queue 7798798
deleting IPC queue 7831567

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1924.33
system time used= 13.77
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59521
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= 3105138
involuntary context switches= 3021155

runsolver used 0.02 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 01:59:19
IDJOB=1779055
IDBENCH=70800
IDSOLVER=629
FILE ID=tipi44/1779055-1243641559
PBS_JOBID=
Free space on /tmp= 15893 MiB

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

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

MD5SUM BENCH= 1a0b22841159d2c84fdcb857229ffa08
RANDOM SEED= 1678898504

Linux tipi44 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.116
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.116
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.10
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.116
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.14
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.116
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.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2387756 kB
Buffers:        151568 kB
Cached:         580156 kB
SwapCached:       2180 kB
Active:         682244 kB
Inactive:       200812 kB
HighTotal:     2489216 kB
HighFree:      1759032 kB
LowTotal:       879316 kB
LowFree:        628724 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:            5200 kB
Writeback:           0 kB
AnonPages:      150584 kB
Mapped:           5668 kB
Slab:            87236 kB
SReclaimable:    76856 kB
SUnreclaim:      10380 kB
PageTables:        696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   233112 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15893 MiB
End job on tipi44 at 2009-05-30 02:16:01