Trace number 1780345

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) 1972.97 1000.08

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-5p0.cnf
MD5SUM5588dd996576f939b8ae497437078705
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2387.37
Satisfiable
(Un)Satisfiability was proved
Number of variables225296
Number of clauses1192799
Sum of the clauses size2872868
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2852883
Number of clauses of size 3271793
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

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-1780345-1243647192/watcher-1780345-1243647192 -o /tmp/evaluation-result-1780345-1243647192/solver-1780345-1243647192 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1780345-1243647192.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.36 5.56 5.48 5/114 16789
/proc/meminfo: memFree=3157828/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=968 CPUtime=0
/proc/16788/stat : 16788 (satake) R 16786 16788 8716 0 -1 4202496 107 0 0 0 0 0 0 0 25 0 2 0 1129383361 991232 64 4294967295 134512640 135180984 3219417504 3219416848 134705812 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 242 64 54 164 0 77 0
[pid=16788/tid=16789] ppid=16786 vsize=968 CPUtime=0
/proc/16788/task/16789/stat : 16789 (satake) R 16786 16788 8716 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 2 0 1129383361 991232 64 4294967295 134512640 135180984 3219417504 3086226244 134705812 0 0 0 0 0 0 0 -1 0 0 0 0

[startup+0.080864 s]
/proc/loadavg: 5.36 5.56 5.48 5/114 16789
/proc/meminfo: memFree=3157828/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=82168 CPUtime=0.13
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 16400 0 0 0 1 12 0 0 25 0 5 0 1129383361 84140032 16350 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 20542 16358 63 164 0 20377 0
[pid=16788/tid=16789] ppid=16786 vsize=82168 CPUtime=0
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1129383361 84140032 16361 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 82168

[startup+0.110859 s]
/proc/loadavg: 5.36 5.56 5.48 5/114 16789
/proc/meminfo: memFree=3157828/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=81044 CPUtime=0.17
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 19597 0 0 0 5 12 0 0 25 0 5 0 1129383361 82989056 19539 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 20261 19541 63 164 0 20096 0
[pid=16788/tid=16789] ppid=16786 vsize=81044 CPUtime=0
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1129383361 82989056 19542 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 81044

[startup+0.310843 s]
/proc/loadavg: 5.36 5.56 5.48 5/114 16789
/proc/meminfo: memFree=3157828/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=161228 CPUtime=0.52
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 35070 0 0 0 35 17 0 0 25 0 5 0 1129383361 165097472 35002 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 40307 35002 63 164 0 40142 0
[pid=16788/tid=16789] ppid=16786 vsize=161228 CPUtime=0
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1129383361 165097472 35003 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 161228

[startup+0.710812 s]
/proc/loadavg: 5.36 5.56 5.48 5/114 16789
/proc/meminfo: memFree=3157828/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=181496 CPUtime=1.24
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 39888 0 0 0 103 21 0 0 25 0 5 0 1129383361 185851904 39820 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 45374 39820 63 164 0 45209 0
[pid=16788/tid=16789] ppid=16786 vsize=181496 CPUtime=0
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1129383361 185851904 39821 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 181496

[startup+1.51074 s]
/proc/loadavg: 5.36 5.56 5.48 6/118 16793
/proc/meminfo: memFree=2985556/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=225616 CPUtime=2.68
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 49840 0 0 0 242 26 0 0 25 0 5 0 1129383361 231030784 49772 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 56404 49772 63 164 0 56239 0
[pid=16788/tid=16789] ppid=16786 vsize=225616 CPUtime=0
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1129383361 231030784 49773 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=16788/tid=16791] ppid=16786 vsize=225616 CPUtime=1.02
/proc/16788/task/16791/stat : 16791 (satake) R 16786 16788 8716 0 -1 4202560 17307 0 0 0 96 6 0 0 25 0 5 0 1129383362 231030784 49773 4294967295 134512640 135180984 3219417504 3086160176 134535083 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16788/tid=16792] ppid=16786 vsize=225616 CPUtime=0.79
/proc/16788/task/16792/stat : 16792 (satake) R 16786 16788 8716 0 -1 4202560 15851 0 0 0 67 12 0 0 25 0 5 0 1129383362 231030784 49773 4294967295 134512640 135180984 3219417504 3086094424 134675846 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16788/tid=16793] ppid=16786 vsize=225616 CPUtime=0.87
/proc/16788/task/16793/stat : 16793 (satake) R 16786 16788 8716 0 -1 4202560 16566 0 0 0 79 8 0 0 25 0 5 0 1129383362 231030784 49774 4294967295 134512640 135180984 3219417504 3086028948 134579486 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 225616

[startup+3.1106 s]
/proc/loadavg: 5.36 5.56 5.48 6/118 16797
/proc/meminfo: memFree=2917004/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=232900 CPUtime=5.75
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 65951 0 0 0 542 33 0 0 25 0 5 0 1129383361 238489600 54679 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 58225 54679 68 164 0 58060 0
[pid=16788/tid=16789] ppid=16786 vsize=232900 CPUtime=0.05
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 3184 0 0 0 3 2 0 0 18 0 5 0 1129383361 238489600 54679 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=16788/tid=16791] ppid=16786 vsize=232900 CPUtime=2.42
/proc/16788/task/16791/stat : 16791 (satake) R 16786 16788 8716 0 -1 4202560 21192 0 0 0 234 8 0 0 16 0 5 0 1129383362 238489600 54679 4294967295 134512640 135180984 3219417504 3086159632 134524811 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16788/tid=16792] ppid=16786 vsize=232900 CPUtime=1.37
/proc/16788/task/16792/stat : 16792 (satake) R 16786 16788 8716 0 -1 4202560 20484 0 0 0 123 14 0 0 24 0 5 0 1129383362 238489600 54679 4294967295 134512640 135180984 3219417504 3086094656 134535641 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16788/tid=16793] ppid=16786 vsize=232900 CPUtime=1.91
/proc/16788/task/16793/stat : 16793 (satake) R 16786 16788 8716 0 -1 4202560 20981 0 0 0 182 9 0 0 25 0 5 0 1129383362 238489600 54679 4294967295 134512640 135180984 3219417504 3086028656 134528211 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 232900

[startup+6.31033 s]
/proc/loadavg: 5.49 5.58 5.49 7/118 16801
/proc/meminfo: memFree=2960176/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=211156 CPUtime=12.11
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 66323 0 0 0 1176 35 0 0 25 0 5 0 1129383361 216223744 49449 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 52789 49449 68 164 0 52624 0
[pid=16788/tid=16789] ppid=16786 vsize=211156 CPUtime=0.07
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 3187 0 0 0 3 4 0 0 16 0 5 0 1129383361 216223744 49449 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=16788/tid=16791] ppid=16786 vsize=211156 CPUtime=5.59
/proc/16788/task/16791/stat : 16791 (satake) R 16786 16788 8716 0 -1 4202560 21280 0 0 0 551 8 0 0 17 0 5 0 1129383362 216223744 49449 4294967295 134512640 135180984 3219417504 3086159632 134525198 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16788/tid=16792] ppid=16786 vsize=211156 CPUtime=3.97
/proc/16788/task/16792/stat : 16792 (satake) R 16786 16788 8716 0 -1 4202560 20713 0 0 0 383 14 0 0 25 0 5 0 1129383362 216223744 49449 4294967295 134512640 135180984 3219417504 3086094192 134528866 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16788/tid=16793] ppid=16786 vsize=211156 CPUtime=2.48
/proc/16788/task/16793/stat : 16793 (satake) R 16786 16788 8716 0 -1 4202560 21033 0 0 0 239 9 0 0 25 0 5 0 1129383362 216223744 49449 4294967295 134512640 135180984 3219417504 3086028704 134524254 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 211156

[startup+12.7098 s]
/proc/loadavg: 5.61 5.60 5.50 6/118 16992
/proc/meminfo: memFree=2958724/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=211432 CPUtime=24.68
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 66415 0 0 0 2414 54 0 0 25 0 5 0 1129383361 216506368 49541 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 52858 49541 68 164 0 52693 0
[pid=16788/tid=16789] ppid=16786 vsize=211432 CPUtime=0.16
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 3194 0 0 0 5 11 0 0 15 0 5 0 1129383361 216506368 49541 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=16788/tid=16791] ppid=16786 vsize=211432 CPUtime=9.56
/proc/16788/task/16791/stat : 16791 (satake) R 16786 16788 8716 0 -1 4202560 21323 0 0 0 943 13 0 0 25 0 5 0 1129383362 216506368 49541 4294967295 134512640 135180984 3219417504 3086159532 134706407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16788/tid=16792] ppid=16786 vsize=211432 CPUtime=9.54
/proc/16788/task/16792/stat : 16792 (satake) R 16786 16788 8716 0 -1 4202560 20744 0 0 0 936 18 0 0 25 0 5 0 1129383362 216506368 49541 4294967295 134512640 135180984 3219417504 3086094192 134521074 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16788/tid=16793] ppid=16786 vsize=211432 CPUtime=5.42
/proc/16788/task/16793/stat : 16793 (satake) R 16786 16788 8716 0 -1 4202560 21044 0 0 0 530 12 0 0 25 0 5 0 1129383362 216506368 49541 4294967295 134512640 135180984 3219417504 3086028656 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 211432

[startup+25.5087 s]
/proc/loadavg: 5.47 5.57 5.49 6/118 17018
/proc/meminfo: memFree=2955052/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=215228 CPUtime=49.42
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 67424 0 0 0 4880 62 0 0 25 0 5 0 1129383361 220393472 50550 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 53807 50550 68 164 0 53642 0
[pid=16788/tid=16789] ppid=16786 vsize=215228 CPUtime=0.24
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 3234 0 0 0 7 17 0 0 15 0 5 0 1129383361 220393472 50550 4294967295 134512640 135180984 3219417504 3086225428 134580588 0 0 0 0 3223036975 0 0 -1 0 0 0 0
[pid=16788/tid=16791] ppid=16786 vsize=215228 CPUtime=17.52
/proc/16788/task/16791/stat : 16791 (satake) R 16786 16788 8716 0 -1 4202560 21799 0 0 0 1739 13 0 0 25 0 5 0 1129383362 220393472 50550 4294967295 134512640 135180984 3219417504 3086159532 134706407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16788/tid=16792] ppid=16786 vsize=215228 CPUtime=17.64
/proc/16788/task/16792/stat : 16792 (satake) R 16786 16788 8716 0 -1 4202560 20964 0 0 0 1746 18 0 0 25 0 5 0 1129383362 220393472 50550 4294967295 134512640 135180984 3219417504 3086094192 134528411 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16788/tid=16793] ppid=16786 vsize=215228 CPUtime=14.02
/proc/16788/task/16793/stat : 16793 (satake) R 16786 16788 8716 0 -1 4202560 21317 0 0 0 1388 14 0 0 25 0 5 0 1129383362 220393472 50550 4294967295 134512640 135180984 3219417504 3086028656 134528954 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.42
Current children cumulated vsize (KiB) 215228

[startup+51.1165 s]
/proc/loadavg: 5.44 5.56 5.48 6/118 17061
/proc/meminfo: memFree=2948920/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=222420 CPUtime=99.4
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 68981 0 0 0 9839 101 0 0 25 0 5 0 1129383361 227758080 52107 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 55605 52107 68 164 0 55440 0
[pid=16788/tid=16789] ppid=16786 vsize=222420 CPUtime=0.57
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 3320 0 0 0 16 41 0 0 15 0 5 0 1129383361 227758080 52107 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=16788/tid=16791] ppid=16786 vsize=222420 CPUtime=34.57
/proc/16788/task/16791/stat : 16791 (satake) R 16786 16788 8716 0 -1 4202560 22379 0 0 0 3440 17 0 0 25 0 5 0 1129383362 227758080 52107 4294967295 134512640 135180984 3219417504 3086159728 134528211 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16788/tid=16792] ppid=16786 vsize=222420 CPUtime=35.46
/proc/16788/task/16792/stat : 16792 (satake) R 16786 16788 8716 0 -1 4202560 21367 0 0 0 3521 25 0 0 25 0 5 0 1129383362 227758080 52107 4294967295 134512640 135180984 3219417504 3086094064 134522712 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=16788/tid=16793] ppid=16786 vsize=222420 CPUtime=28.81
/proc/16788/task/16793/stat : 16793 (satake) R 16786 16788 8716 0 -1 4202560 21805 0 0 0 2863 18 0 0 25 0 5 0 1129383362 227758080 52107 4294967295 134512640 135180984 3219417504 3086028656 134528211 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.4
Current children cumulated vsize (KiB) 222420

[startup+102.322 s]
/proc/loadavg: 5.42 5.54 5.48 6/118 17319
/proc/meminfo: memFree=2922456/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=248804 CPUtime=200.11
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 75746 0 0 0 19856 155 0 0 25 0 5 0 1129383361 254775296 58872 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 62201 58872 68 164 0 62036 0
[pid=16788/tid=16789] ppid=16786 vsize=248804 CPUtime=1.01
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 3480 0 0 0 30 71 0 0 15 0 5 0 1129383361 254775296 58872 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=16788/tid=16791] ppid=16786 vsize=248804 CPUtime=68.15
/proc/16788/task/16791/stat : 16791 (satake) R 16786 16788 8716 0 -1 4202560 24794 0 0 0 6792 23 0 0 25 0 5 0 1129383362 254775296 58872 4294967295 134512640 135180984 3219417504 3086159616 134522883 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16788/tid=16792] ppid=16786 vsize=248804 CPUtime=68.94
/proc/16788/task/16792/stat : 16792 (satake) R 16786 16788 8716 0 -1 4202560 23627 0 0 0 6859 35 0 0 25 0 5 0 1129383362 254775296 58872 4294967295 134512640 135180984 3219417504 3086094060 134527991 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16788/tid=16793] ppid=16786 vsize=248804 CPUtime=62.01
/proc/16788/task/16793/stat : 16793 (satake) R 16786 16788 8716 0 -1 4202560 23735 0 0 0 6175 26 0 0 25 0 5 0 1129383362 254775296 58872 4294967295 134512640 135180984 3219417504 3086028528 134522699 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 200.11
Current children cumulated vsize (KiB) 248804

[startup+162.307 s]
/proc/loadavg: 5.31 5.50 5.47 6/118 17594
/proc/meminfo: memFree=2888900/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=282396 CPUtime=317.75
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 84062 0 0 0 31568 207 0 0 25 0 5 0 1129383361 289173504 67188 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 70599 67188 68 164 0 70434 0
[pid=16788/tid=16789] ppid=16786 vsize=282396 CPUtime=1.4
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 3613 0 0 0 45 95 0 0 15 0 5 0 1129383361 289173504 67188 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=16788/tid=16791] ppid=16786 vsize=282396 CPUtime=106.37
/proc/16788/task/16791/stat : 16791 (satake) R 16786 16788 8716 0 -1 4202560 27795 0 0 0 10603 34 0 0 25 0 5 0 1129383362 289173504 67188 4294967295 134512640 135180984 3219417504 3086159696 134520027 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16788/tid=16792] ppid=16786 vsize=282396 CPUtime=110
/proc/16788/task/16792/stat : 16792 (satake) R 16786 16788 8716 0 -1 4202560 26384 0 0 0 10953 47 0 0 25 0 5 0 1129383362 289173504 67188 4294967295 134512640 135180984 3219417504 3086093984 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16788/tid=16793] ppid=16786 vsize=282396 CPUtime=99.98
/proc/16788/task/16793/stat : 16793 (satake) R 16786 16788 8716 0 -1 4202560 26160 0 0 0 9967 31 0 0 25 0 5 0 1129383362 289173504 67188 4294967295 134512640 135180984 3219417504 3086028656 134528211 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 317.75

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

[pid=16788/tid=16791] ppid=16786 vsize=503840 CPUtime=339.82
/proc/16788/task/16791/stat : 16791 (satake) R 16786 16788 8716 0 -1 4202560 46978 0 0 0 33897 85 0 0 25 0 5 0 1129383362 515932160 122770 4294967295 134512640 135180984 3219417504 3086159632 134525274 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16788/tid=16792] ppid=16786 vsize=503840 CPUtime=349.82
/proc/16788/task/16792/stat : 16792 (satake) R 16786 16788 8716 0 -1 4202560 44407 0 0 0 34899 83 0 0 25 0 5 0 1129383362 515932160 122770 4294967295 134512640 135180984 3219417504 3086094208 134518656 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16788/tid=16793] ppid=16786 vsize=503840 CPUtime=335.61
/proc/16788/task/16793/stat : 16793 (satake) R 16786 16788 8716 0 -1 4202560 44106 0 0 0 33494 67 0 0 25 0 5 0 1129383362 515932160 122770 4294967295 134512640 135180984 3219417504 3086028656 134528211 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1028.1
Current children cumulated vsize (KiB) 503840

[startup+582.311 s]
/proc/loadavg: 5.46 5.50 5.47 6/118 19532
/proc/meminfo: memFree=2630056/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=542640 CPUtime=1146.69
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 148817 0 0 0 114227 442 0 0 25 0 5 0 1129383361 555663360 131943 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 135660 131943 68 164 0 135495 0
[pid=16788/tid=16789] ppid=16786 vsize=542640 CPUtime=3.05
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 4094 0 0 0 109 196 0 0 15 0 5 0 1129383361 555663360 131943 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=16788/tid=16791] ppid=16786 vsize=542640 CPUtime=379.22
/proc/16788/task/16791/stat : 16791 (satake) R 16786 16788 8716 0 -1 4202560 50379 0 0 0 37835 87 0 0 25 0 5 0 1129383362 555663360 131943 4294967295 134512640 135180984 3219417504 3086159632 134525152 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16788/tid=16792] ppid=16786 vsize=542640 CPUtime=390.53
/proc/16788/task/16792/stat : 16792 (satake) R 16786 16788 8716 0 -1 4202560 47209 0 0 0 38964 89 0 0 25 0 5 0 1129383362 555663360 131943 4294967295 134512640 135180984 3219417504 3086094128 134527501 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16788/tid=16793] ppid=16786 vsize=542640 CPUtime=373.89
/proc/16788/task/16793/stat : 16793 (satake) R 16786 16788 8716 0 -1 4202560 47025 0 0 0 37319 70 0 0 25 0 5 0 1129383362 555663360 131943 4294967295 134512640 135180984 3219417504 3086028608 134522762 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1146.69
Current children cumulated vsize (KiB) 542640

[startup+642.315 s]
/proc/loadavg: 5.44 5.49 5.47 6/118 19810
/proc/meminfo: memFree=2594884/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=577096 CPUtime=1265.27
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 157292 0 0 0 126052 475 0 0 25 0 5 0 1129383361 590946304 140418 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 144274 140418 68 164 0 144109 0
[pid=16788/tid=16789] ppid=16786 vsize=577096 CPUtime=3.21
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 4135 0 0 0 113 208 0 0 15 0 5 0 1129383361 590946304 140418 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=16788/tid=16791] ppid=16786 vsize=577096 CPUtime=418.56
/proc/16788/task/16791/stat : 16791 (satake) R 16786 16788 8716 0 -1 4202560 53351 0 0 0 41766 90 0 0 25 0 5 0 1129383362 590946304 140418 4294967295 134512640 135180984 3219417504 3086159600 134522620 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16788/tid=16792] ppid=16786 vsize=577096 CPUtime=429.44
/proc/16788/task/16792/stat : 16792 (satake) R 16786 16788 8716 0 -1 4202560 49763 0 0 0 42846 98 0 0 25 0 5 0 1129383362 590946304 140418 4294967295 134512640 135180984 3219417504 3086094192 134528978 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16788/tid=16793] ppid=16786 vsize=577096 CPUtime=414.06
/proc/16788/task/16793/stat : 16793 (satake) R 16786 16788 8716 0 -1 4202560 49933 0 0 0 41327 79 0 0 25 0 5 0 1129383362 590946304 140418 4294967295 134512640 135180984 3219417504 3086028460 134706407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1265.27
Current children cumulated vsize (KiB) 577096

[startup+702.31 s]
/proc/loadavg: 5.54 5.51 5.47 6/118 20083
/proc/meminfo: memFree=2565912/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=607108 CPUtime=1384.07
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 164821 0 0 0 137914 493 0 0 25 0 5 0 1129383361 621678592 147947 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 151777 147947 68 164 0 151612 0
[pid=16788/tid=16789] ppid=16786 vsize=607108 CPUtime=3.33
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 4182 0 0 0 117 216 0 0 15 0 5 0 1129383361 621678592 147947 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=16788/tid=16791] ppid=16786 vsize=607108 CPUtime=460.35
/proc/16788/task/16791/stat : 16791 (satake) R 16786 16788 8716 0 -1 4202560 55879 0 0 0 45941 94 0 0 25 0 5 0 1129383362 621678592 147947 4294967295 134512640 135180984 3219417504 3086159728 134528706 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16788/tid=16792] ppid=16786 vsize=607108 CPUtime=467.93
/proc/16788/task/16792/stat : 16792 (satake) R 16786 16788 8716 0 -1 4202560 52343 0 0 0 46695 98 0 0 25 0 5 0 1129383362 621678592 147947 4294967295 134512640 135180984 3219417504 3086094096 134524982 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16788/tid=16793] ppid=16786 vsize=607108 CPUtime=452.46
/proc/16788/task/16793/stat : 16793 (satake) R 16786 16788 8716 0 -1 4202560 52307 0 0 0 45161 85 0 0 25 0 5 0 1129383362 621678592 147947 4294967295 134512640 135180984 3219417504 3086028656 134528636 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1384.07
Current children cumulated vsize (KiB) 607108

[startup+762.315 s]
/proc/loadavg: 5.38 5.47 5.46 6/118 20362
/proc/meminfo: memFree=2531936/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=640712 CPUtime=1502.71
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 173155 0 0 0 149757 514 0 0 25 0 5 0 1129383361 656089088 156281 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 160178 156281 68 164 0 160013 0
[pid=16788/tid=16789] ppid=16786 vsize=640712 CPUtime=3.42
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 4228 0 0 0 121 221 0 0 15 0 5 0 1129383361 656089088 156281 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=16788/tid=16791] ppid=16786 vsize=640712 CPUtime=499.65
/proc/16788/task/16791/stat : 16791 (satake) R 16786 16788 8716 0 -1 4202560 59122 0 0 0 49866 99 0 0 25 0 5 0 1129383362 656089088 156281 4294967295 134512640 135180984 3219417504 3086159724 134520887 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16788/tid=16792] ppid=16786 vsize=640712 CPUtime=506.02
/proc/16788/task/16792/stat : 16792 (satake) R 16786 16788 8716 0 -1 4202560 54513 0 0 0 50499 103 0 0 25 0 5 0 1129383362 656089088 156281 4294967295 134512640 135180984 3219417504 3086094184 134520863 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16788/tid=16793] ppid=16786 vsize=640712 CPUtime=493.62
/proc/16788/task/16793/stat : 16793 (satake) R 16786 16788 8716 0 -1 4202560 55182 0 0 0 49271 91 0 0 25 0 5 0 1129383362 656089088 156281 4294967295 134512640 135180984 3219417504 3086028448 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1502.71
Current children cumulated vsize (KiB) 640712

[startup+822.31 s]
/proc/loadavg: 5.46 5.49 5.46 6/118 20639
/proc/meminfo: memFree=2491084/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=680268 CPUtime=1621.36
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 183487 0 0 0 161590 546 0 0 25 0 5 0 1129383361 696594432 166613 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 170067 166613 68 164 0 169902 0
[pid=16788/tid=16789] ppid=16786 vsize=680268 CPUtime=3.65
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 4271 0 0 0 129 236 0 0 15 0 5 0 1129383361 696594432 166613 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=16788/tid=16791] ppid=16786 vsize=680268 CPUtime=540.06
/proc/16788/task/16791/stat : 16791 (satake) R 16786 16788 8716 0 -1 4202560 62786 0 0 0 53901 105 0 0 25 0 5 0 1129383362 696594432 166613 4294967295 134512640 135180984 3219417504 3086159632 134525209 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16788/tid=16792] ppid=16786 vsize=680268 CPUtime=546.14
/proc/16788/task/16792/stat : 16792 (satake) R 16786 16788 8716 0 -1 4202560 57878 0 0 0 54506 108 0 0 25 0 5 0 1129383362 696594432 166613 4294967295 134512640 135180984 3219417504 3086094096 134525473 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16788/tid=16793] ppid=16786 vsize=680268 CPUtime=531.51
/proc/16788/task/16793/stat : 16793 (satake) R 16786 16788 8716 0 -1 4202560 58442 0 0 0 53054 97 0 0 25 0 5 0 1129383362 696594432 166613 4294967295 134512640 135180984 3219417504 3086028528 134522982 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1621.36
Current children cumulated vsize (KiB) 680268

[startup+882.315 s]
/proc/loadavg: 5.62 5.52 5.47 6/118 20919
/proc/meminfo: memFree=2452140/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=720972 CPUtime=1740.1
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 193122 0 0 0 173437 573 0 0 25 0 5 0 1129383361 738275328 176248 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 180243 176248 68 164 0 180078 0
[pid=16788/tid=16789] ppid=16786 vsize=720972 CPUtime=3.8
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 4319 0 0 0 135 245 0 0 15 0 5 0 1129383361 738275328 176248 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=16788/tid=16791] ppid=16786 vsize=720972 CPUtime=577.81
/proc/16788/task/16791/stat : 16791 (satake) R 16786 16788 8716 0 -1 4202560 65870 0 0 0 57672 109 0 0 25 0 5 0 1129383362 738275328 176248 4294967295 134512640 135180984 3219417504 3086159728 134528549 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16788/tid=16792] ppid=16786 vsize=720972 CPUtime=586.01
/proc/16788/task/16792/stat : 16792 (satake) R 16786 16788 8716 0 -1 4202560 60910 0 0 0 58489 112 0 0 25 0 5 0 1129383362 738275328 176248 4294967295 134512640 135180984 3219417504 3086094192 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16788/tid=16793] ppid=16786 vsize=720972 CPUtime=572.48
/proc/16788/task/16793/stat : 16793 (satake) R 16786 16788 8716 0 -1 4202560 61913 0 0 0 57141 107 0 0 25 0 5 0 1129383362 738275328 176248 4294967295 134512640 135180984 3219417504 3086028460 134706407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1740.1
Current children cumulated vsize (KiB) 720972

[startup+942.31 s]
/proc/loadavg: 5.68 5.56 5.48 6/118 21189
/proc/meminfo: memFree=2416244/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=756048 CPUtime=1858.79
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 202267 0 0 0 185280 599 0 0 25 0 5 0 1129383361 774193152 185393 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 189012 185393 68 164 0 188847 0
[pid=16788/tid=16789] ppid=16786 vsize=756048 CPUtime=3.92
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 4364 0 0 0 137 255 0 0 15 0 5 0 1129383361 774193152 185393 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=16788/tid=16791] ppid=16786 vsize=756048 CPUtime=617.85
/proc/16788/task/16791/stat : 16791 (satake) R 16786 16788 8716 0 -1 4202560 68785 0 0 0 61672 113 0 0 25 0 5 0 1129383362 774193152 185393 4294967295 134512640 135180984 3219417504 3086159728 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16788/tid=16792] ppid=16786 vsize=756048 CPUtime=624.21
/proc/16788/task/16792/stat : 16792 (satake) R 16786 16788 8716 0 -1 4202560 63519 0 0 0 62307 114 0 0 25 0 5 0 1129383362 774193152 185393 4294967295 134512640 135180984 3219417504 3086094192 134528866 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16788/tid=16793] ppid=16786 vsize=756048 CPUtime=612.81
/proc/16788/task/16793/stat : 16793 (satake) R 16786 16788 8716 0 -1 4202560 65489 0 0 0 61164 117 0 0 25 0 5 0 1129383362 774193152 185393 4294967295 134512640 135180984 3219417504 3086028560 134525228 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1858.79
Current children cumulated vsize (KiB) 756048



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 5.55 5.54 5.48 6/118 21466
/proc/meminfo: memFree=2379424/3368532 swapFree=1954888/1959888
[pid=16788] ppid=16786 vsize=791964 CPUtime=1972.89
/proc/16788/stat : 16788 (satake) S 16786 16788 8716 0 -1 4202496 211195 0 0 0 196670 619 0 0 25 0 5 0 1129383361 810971136 194321 4294967295 134512640 135180984 3219417504 3219416940 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/16788/statm: 197991 194321 68 164 0 197826 0
[pid=16788/tid=16789] ppid=16786 vsize=791964 CPUtime=4.05
/proc/16788/task/16789/stat : 16789 (satake) S 16786 16788 8716 0 -1 4202560 4402 0 0 0 142 263 0 0 15 0 5 0 1129383361 810971136 194321 4294967295 134512640 135180984 3219417504 3086225424 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=16788/tid=16791] ppid=16786 vsize=791964 CPUtime=655.71
/proc/16788/task/16791/stat : 16791 (satake) R 16786 16788 8716 0 -1 4202560 71549 0 0 0 65452 119 0 0 25 0 5 0 1129383362 810971136 194321 4294967295 134512640 135180984 3219417504 3086159728 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16788/tid=16792] ppid=16786 vsize=791964 CPUtime=660.33
/proc/16788/task/16792/stat : 16792 (satake) R 16786 16788 8716 0 -1 4202560 66407 0 0 0 65918 115 0 0 25 0 5 0 1129383362 810971136 194321 4294967295 134512640 135180984 3219417504 3086093996 134706407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16788/tid=16793] ppid=16786 vsize=791964 CPUtime=652.8
/proc/16788/task/16793/stat : 16793 (satake) R 16786 16788 8716 0 -1 4202560 68727 0 0 0 65158 122 0 0 25 0 5 0 1129383362 810971136 194321 4294967295 134512640 135180984 3219417504 3086028656 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1972.89
Current children cumulated vsize (KiB) 791964

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.08
CPU time (s): 1972.97
CPU user time (s): 1966.74
CPU system time (s): 6.23
CPU usage (%): 197.281
Max. virtual memory (cumulated for all children) (KiB): 791964

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= 1966.74
system time used= 6.23
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211197
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= 779576
involuntary context switches= 819061

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 03:33:12
IDJOB=1780345
IDBENCH=70985
IDSOLVER=629
FILE ID=/1780345-1243647192
PBS_JOBID=
Free space on /tmp= 15861 MiB

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

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

MD5SUM BENCH= 5588dd996576f939b8ae497437078705
RANDOM SEED= 2088535434

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.43
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:       3157828 kB
Buffers:         13936 kB
Cached:         121592 kB
SwapCached:        720 kB
Active:          74228 kB
Inactive:        77104 kB
HighTotal:     2489216 kB
HighFree:      2347728 kB
LowTotal:       879316 kB
LowFree:        810100 kB
SwapTotal:     1959888 kB
SwapFree:      1954888 kB
Dirty:           23584 kB
Writeback:           0 kB
AnonPages:       15140 kB
Mapped:           6172 kB
Slab:            48708 kB
SReclaimable:    40988 kB
SUnreclaim:       7720 kB
PageTables:        740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   117260 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15860 MiB
End job on  at 2009-05-30 03:49:56