Trace number 1775635

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-17-u.cnf
MD5SUMb9de1594525a25a6c43932e2e172e913
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 variables252004
Number of clauses1178557
Sum of the clauses size2719782
Maximum clause length10
Minimum clause length1
Number of clauses of size 118836
Number of clauses of size 2918677
Number of clauses of size 3194224
Number of clauses of size 45200
Number of clauses of size 520800
Number of clauses of size over 520820

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-1775635-1243631428/watcher-1775635-1243631428 -o /tmp/evaluation-result-1775635-1243631428/solver-1775635-1243631428 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1775635-1243631428.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: 4.14 2.68 2.23 5/118 17683
/proc/meminfo: memFree=3130476/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=964 CPUtime=0
/proc/17682/stat : 17682 (satake) R 17680 17682 17312 0 -1 4202496 107 0 0 0 0 0 0 0 25 0 2 0 1127805709 987136 64 4294967295 134512640 135180984 3216027232 3216026576 134705812 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 241 64 54 164 0 76 0
[pid=17682/tid=17683] ppid=17680 vsize=964 CPUtime=0
/proc/17682/task/17683/stat : 17683 (satake) R 17680 17682 17312 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 2 0 1127805709 987136 64 4294967295 134512640 135180984 3216027232 3086951236 134705812 0 0 0 0 0 0 0 -1 0 0 0 0

[startup+0.090124 s]
/proc/loadavg: 4.14 2.68 2.23 5/118 17683
/proc/meminfo: memFree=3130476/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=70640 CPUtime=0.14
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 17145 0 0 0 2 12 0 0 25 0 5 0 1127805709 72335360 17094 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 17660 17094 63 164 0 17495 0
[pid=17682/tid=17683] ppid=17680 vsize=70640 CPUtime=0
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1127805709 72335360 17094 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 70640

[startup+0.109518 s]
/proc/loadavg: 4.14 2.68 2.23 5/118 17683
/proc/meminfo: memFree=3130476/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=76936 CPUtime=0.17
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 18701 0 0 0 5 12 0 0 25 0 5 0 1127805709 78782464 18632 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 19234 18632 63 164 0 19069 0
[pid=17682/tid=17683] ppid=17680 vsize=76936 CPUtime=0
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1127805709 78782464 18632 4294967295 134512640 135180984 3216027232 3086950416 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) 76936

[startup+0.309507 s]
/proc/loadavg: 4.14 2.68 2.23 5/118 17683
/proc/meminfo: memFree=3130476/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=113364 CPUtime=0.47
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 26090 0 0 0 29 18 0 0 25 0 5 0 1127805709 116084736 26014 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 28341 26014 63 164 0 28176 0
[pid=17682/tid=17683] ppid=17680 vsize=113364 CPUtime=0
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1127805709 116084736 26014 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 113364

[startup+0.709483 s]
/proc/loadavg: 4.14 2.68 2.23 5/118 17683
/proc/meminfo: memFree=3130476/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=184480 CPUtime=1.11
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 42445 0 0 0 84 27 0 0 25 0 5 0 1127805709 188907520 42369 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 46120 42369 63 164 0 45955 0
[pid=17682/tid=17683] ppid=17680 vsize=184480 CPUtime=0
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1127805709 188907520 42369 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 184480

[startup+1.50944 s]
/proc/loadavg: 4.14 2.68 2.23 6/124 17689
/proc/meminfo: memFree=2944880/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=235472 CPUtime=2.44
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 54585 0 0 0 204 40 0 0 25 0 5 0 1127805709 241123328 54509 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 58868 54510 63 164 0 58703 0
[pid=17682/tid=17683] ppid=17680 vsize=235472 CPUtime=0
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1127805709 241123328 54510 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=17682/tid=17685] ppid=17680 vsize=235472 CPUtime=0.9
/proc/17682/task/17685/stat : 17685 (satake) R 17680 17682 17312 0 -1 4202560 19559 0 0 0 75 15 0 0 25 0 5 0 1127805709 241123328 54510 4294967295 134512640 135180984 3216027232 3086885120 134519322 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17682/tid=17686] ppid=17680 vsize=235472 CPUtime=0.78
/proc/17682/task/17686/stat : 17686 (satake) R 17680 17682 17312 0 -1 4202560 18246 0 0 0 64 14 0 0 25 0 5 0 1127805709 241123328 54510 4294967295 134512640 135180984 3216027232 3086819600 134520025 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=17682/tid=17687] ppid=17680 vsize=235472 CPUtime=0.76
/proc/17682/task/17687/stat : 17687 (satake) R 17680 17682 17312 0 -1 4202560 16664 0 0 0 65 11 0 0 25 0 5 0 1127805709 241123328 54511 4294967295 134512640 135180984 3216027232 3086753940 134579486 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 235472

[startup+3.10936 s]
/proc/loadavg: 4.14 2.68 2.23 7/122 17691
/proc/meminfo: memFree=2898180/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=209508 CPUtime=5.49
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 66628 0 0 0 497 52 0 0 25 0 5 0 1127805709 214536192 50586 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 52377 50586 68 164 0 52212 0
[pid=17682/tid=17683] ppid=17680 vsize=209508 CPUtime=0.07
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 4024 0 0 0 5 2 0 0 15 0 5 0 1127805709 214536192 50586 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=17682/tid=17685] ppid=17680 vsize=209508 CPUtime=2.32
/proc/17682/task/17685/stat : 17685 (satake) R 17680 17682 17312 0 -1 4202560 21178 0 0 0 212 20 0 0 16 0 5 0 1127805709 214536192 50586 4294967295 134512640 135180984 3216027232 3086884720 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17682/tid=17686] ppid=17680 vsize=209508 CPUtime=1.55
/proc/17682/task/17686/stat : 17686 (satake) R 17680 17682 17312 0 -1 4202560 21019 0 0 0 139 16 0 0 25 0 5 0 1127805709 214536192 50586 4294967295 134512640 135180984 3216027232 3086818976 134580407 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=17682/tid=17687] ppid=17680 vsize=209508 CPUtime=1.55
/proc/17682/task/17687/stat : 17687 (satake) R 17680 17682 17312 0 -1 4202560 20297 0 0 0 141 14 0 0 22 0 5 0 1127805709 214536192 50586 4294967295 134512640 135180984 3216027232 3086753480 134675846 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 209508

[startup+6.3092 s]
/proc/loadavg: 4.29 2.73 2.25 10/123 17724
/proc/meminfo: memFree=2927320/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=210800 CPUtime=11.85
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 66812 0 0 0 1124 61 0 0 25 0 5 0 1127805709 215859200 50770 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 52700 50770 68 164 0 52535 0
[pid=17682/tid=17683] ppid=17680 vsize=210800 CPUtime=0.11
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 4028 0 0 0 7 4 0 0 15 0 5 0 1127805709 215859200 50770 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=17682/tid=17685] ppid=17680 vsize=210800 CPUtime=5.1
/proc/17682/task/17685/stat : 17685 (satake) R 17680 17682 17312 0 -1 4202560 21231 0 0 0 486 24 0 0 19 0 5 0 1127805709 215859200 50770 4294967295 134512640 135180984 3216027232 3086884712 134518255 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17682/tid=17686] ppid=17680 vsize=210800 CPUtime=2.23
/proc/17682/task/17686/stat : 17686 (satake) R 17680 17682 17312 0 -1 4202560 21038 0 0 0 206 17 0 0 25 0 5 0 1127805709 215859200 50770 4294967295 134512640 135180984 3216027232 3086819184 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17682/tid=17687] ppid=17680 vsize=210800 CPUtime=4.41
/proc/17682/task/17687/stat : 17687 (satake) R 17680 17682 17312 0 -1 4202560 20405 0 0 0 425 16 0 0 25 0 5 0 1127805709 215859200 50770 4294967295 134512640 135180984 3216027232 3086753696 134524251 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 210800

[startup+12.7089 s]
/proc/loadavg: 4.50 2.80 2.28 6/124 17888
/proc/meminfo: memFree=2925084/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=211636 CPUtime=24.4
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 67108 0 0 0 2363 77 0 0 25 0 5 0 1127805709 216715264 51066 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 52909 51066 68 164 0 52744 0
[pid=17682/tid=17683] ppid=17680 vsize=211636 CPUtime=0.2
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 4033 0 0 0 9 11 0 0 15 0 5 0 1127805709 216715264 51066 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=17682/tid=17685] ppid=17680 vsize=211636 CPUtime=9.59
/proc/17682/task/17685/stat : 17685 (satake) R 17680 17682 17312 0 -1 4202560 21396 0 0 0 931 28 0 0 25 0 5 0 1127805709 216715264 51066 4294967295 134512640 135180984 3216027232 3086884832 134531534 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17682/tid=17686] ppid=17680 vsize=211636 CPUtime=5.53
/proc/17682/task/17686/stat : 17686 (satake) R 17680 17682 17312 0 -1 4202560 21088 0 0 0 534 19 0 0 25 0 5 0 1127805709 216715264 51066 4294967295 134512640 135180984 3216027232 3086819184 134528568 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17682/tid=17687] ppid=17680 vsize=211636 CPUtime=9.08
/proc/17682/task/17687/stat : 17687 (satake) R 17680 17682 17312 0 -1 4202560 20481 0 0 0 889 19 0 0 25 0 5 0 1127805709 216715264 51066 4294967295 134512640 135180984 3216027232 3086753640 134518235 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.4
Current children cumulated vsize (KiB) 211636

[startup+25.5082 s]
/proc/loadavg: 4.61 2.91 2.32 6/122 17907
/proc/meminfo: memFree=2919496/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=218888 CPUtime=49.55
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 68636 0 0 0 4870 85 0 0 25 0 5 0 1127805709 224141312 52594 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 54722 52594 68 164 0 54557 0
[pid=17682/tid=17683] ppid=17680 vsize=218888 CPUtime=0.3
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 4044 0 0 0 13 17 0 0 15 0 5 0 1127805709 224141312 52594 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=17682/tid=17685] ppid=17680 vsize=218888 CPUtime=18.2
/proc/17682/task/17685/stat : 17685 (satake) R 17680 17682 17312 0 -1 4202560 22040 0 0 0 1792 28 0 0 25 0 5 0 1127805709 224141312 52594 4294967295 134512640 135180984 3216027232 3086884720 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17682/tid=17686] ppid=17680 vsize=218888 CPUtime=14.1
/proc/17682/task/17686/stat : 17686 (satake) R 17680 17682 17312 0 -1 4202560 21479 0 0 0 1390 20 0 0 25 0 5 0 1127805709 224141312 52594 4294967295 134512640 135180984 3216027232 3086819184 134528949 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17682/tid=17687] ppid=17680 vsize=218888 CPUtime=16.95
/proc/17682/task/17687/stat : 17687 (satake) R 17680 17682 17312 0 -1 4202560 20963 0 0 0 1675 20 0 0 25 0 5 0 1127805709 224141312 52594 4294967295 134512640 135180984 3216027232 3086753440 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.55
Current children cumulated vsize (KiB) 218888

[startup+51.1069 s]
/proc/loadavg: 4.79 3.09 2.40 7/122 17954
/proc/meminfo: memFree=2907892/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=230004 CPUtime=99.74
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 71672 0 0 0 9863 111 0 0 25 0 5 0 1127805709 235524096 55630 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 57501 55630 68 164 0 57336 0
[pid=17682/tid=17683] ppid=17680 vsize=230004 CPUtime=0.51
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 4081 0 0 0 21 30 0 0 15 0 5 0 1127805709 235524096 55630 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=17682/tid=17685] ppid=17680 vsize=230004 CPUtime=33.07
/proc/17682/task/17685/stat : 17685 (satake) R 17680 17682 17312 0 -1 4202560 23004 0 0 0 3275 32 0 0 25 0 5 0 1127805709 235524096 55630 4294967295 134512640 135180984 3216027232 3086884552 134675767 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17682/tid=17686] ppid=17680 vsize=230004 CPUtime=29.1
/proc/17682/task/17686/stat : 17686 (satake) R 17680 17682 17312 0 -1 4202560 22406 0 0 0 2890 20 0 0 25 0 5 0 1127805709 235524096 55630 4294967295 134512640 135180984 3216027232 3086818988 134706407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17682/tid=17687] ppid=17680 vsize=230004 CPUtime=37.06
/proc/17682/task/17687/stat : 17687 (satake) R 17680 17682 17312 0 -1 4202560 22071 0 0 0 3677 29 0 0 25 0 5 0 1127805709 235524096 55630 4294967295 134512640 135180984 3216027232 3086753548 134520661 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.74
Current children cumulated vsize (KiB) 230004

[startup+102.314 s]
/proc/loadavg: 4.99 3.41 2.54 6/122 18212
/proc/meminfo: memFree=2872440/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=264892 CPUtime=200.75
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 80368 0 0 0 19925 150 0 0 25 0 5 0 1127805709 271249408 64326 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 66223 64326 68 164 0 66058 0
[pid=17682/tid=17683] ppid=17680 vsize=264892 CPUtime=0.77
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 4149 0 0 0 30 47 0 0 15 0 5 0 1127805709 271249408 64326 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=17682/tid=17685] ppid=17680 vsize=264892 CPUtime=67.96
/proc/17682/task/17685/stat : 17685 (satake) R 17680 17682 17312 0 -1 4202560 26040 0 0 0 6751 45 0 0 25 0 5 0 1127805709 271249408 64326 4294967295 134512640 135180984 3216027232 3086884720 134528680 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17682/tid=17686] ppid=17680 vsize=264892 CPUtime=58.41
/proc/17682/task/17686/stat : 17686 (satake) R 17680 17682 17312 0 -1 4202560 24676 0 0 0 5818 23 0 0 25 0 5 0 1127805709 271249408 64326 4294967295 134512640 135180984 3216027232 3086819072 134522883 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17682/tid=17687] ppid=17680 vsize=264892 CPUtime=73.61
/proc/17682/task/17687/stat : 17687 (satake) R 17680 17682 17312 0 -1 4202560 25393 0 0 0 7326 35 0 0 25 0 5 0 1127805709 271249408 64326 4294967295 134512640 135180984 3216027232 3086753648 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 200.75
Current children cumulated vsize (KiB) 264892

[startup+162.311 s]
/proc/loadavg: 5.20 3.76 2.71 6/122 18490
/proc/meminfo: memFree=2831096/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=305724 CPUtime=319.39
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 90684 0 0 0 31763 176 0 0 25 0 5 0 1127805709 313061376 74642 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 76431 74642 68 164 0 76266 0
[pid=17682/tid=17683] ppid=17680 vsize=305724 CPUtime=0.93
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 4220 0 0 0 32 61 0 0 15 0 5 0 1127805709 313061376 74642 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=17682/tid=17685] ppid=17680 vsize=305724 CPUtime=104.42
/proc/17682/task/17685/stat : 17685 (satake) R 17680 17682 17312 0 -1 4202560 29098 0 0 0 10394 48 0 0 25 0 5 0 1127805709 313061376 74642 4294967295 134512640 135180984 3216027232 3086884592 134522706 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17682/tid=17686] ppid=17680 vsize=305724 CPUtime=102.93
/proc/17682/task/17686/stat : 17686 (satake) R 17680 17682 17312 0 -1 4202560 28600 0 0 0 10262 31 0 0 25 0 5 0 1127805709 313061376 74642 4294967295 134512640 135180984 3216027232 3086819084 134520901 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17682/tid=17687] ppid=17680 vsize=305724 CPUtime=111.11
/proc/17682/task/17687/stat : 17687 (satake) R 17680 17682 17312 0 -1 4202560 28656 0 0 0 11075 36 0 0 25 0 5 0 1127805709 313061376 74642 4294967295 134512640 135180984 3216027232 3086753480 134675846 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 319.39

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

[pid=17682/tid=17685] ppid=17680 vsize=556164 CPUtime=343.49
/proc/17682/task/17685/stat : 17685 (satake) R 17680 17682 17312 0 -1 4202560 51900 0 0 0 34277 72 0 0 25 0 5 0 1127805709 569511936 137034 4294967295 134512640 135180984 3216027232 3086884552 134675846 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17682/tid=17686] ppid=17680 vsize=556164 CPUtime=332.32
/proc/17682/task/17686/stat : 17686 (satake) R 17680 17682 17312 0 -1 4202560 48559 0 0 0 33172 60 0 0 25 0 5 0 1127805709 569511936 137034 4294967295 134512640 135180984 3216027232 3086819088 134525256 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17682/tid=17687] ppid=17680 vsize=556164 CPUtime=357.41
/proc/17682/task/17687/stat : 17687 (satake) R 17680 17682 17312 0 -1 4202560 48199 0 0 0 35674 67 0 0 25 0 5 0 1127805709 569511936 137034 4294967295 134512640 135180984 3216027232 3086753648 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1034.59
Current children cumulated vsize (KiB) 556164

[startup+582.309 s]
/proc/loadavg: 5.36 5.01 3.68 6/122 20428
/proc/meminfo: memFree=2543028/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=594220 CPUtime=1153.72
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 162517 0 0 0 115067 305 0 0 25 0 5 0 1127805709 608481280 146475 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 148555 146475 68 164 0 148390 0
[pid=17682/tid=17683] ppid=17680 vsize=594220 CPUtime=1.41
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 4310 0 0 0 51 90 0 0 15 0 5 0 1127805709 608481280 146475 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=17682/tid=17685] ppid=17680 vsize=594220 CPUtime=386.49
/proc/17682/task/17685/stat : 17685 (satake) R 17680 17682 17312 0 -1 4202560 56667 0 0 0 38567 82 0 0 25 0 5 0 1127805709 608481280 146475 4294967295 134512640 135180984 3216027232 3086884552 134675767 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17682/tid=17686] ppid=17680 vsize=594220 CPUtime=372.33
/proc/17682/task/17686/stat : 17686 (satake) R 17680 17682 17312 0 -1 4202560 50105 0 0 0 37170 63 0 0 25 0 5 0 1127805709 608481280 146475 4294967295 134512640 135180984 3216027232 3086819088 134524797 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17682/tid=17687] ppid=17680 vsize=594220 CPUtime=393.49
/proc/17682/task/17687/stat : 17687 (satake) R 17680 17682 17312 0 -1 4202560 51325 0 0 0 39279 70 0 0 25 0 5 0 1127805709 608481280 146475 4294967295 134512640 135180984 3216027232 3086753664 134532624 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1153.72
Current children cumulated vsize (KiB) 594220

[startup+642.306 s]
/proc/loadavg: 5.51 5.11 3.80 6/122 20704
/proc/meminfo: memFree=2507644/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=629520 CPUtime=1272.84
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 171327 0 0 0 126960 324 0 0 25 0 5 0 1127805709 644628480 155285 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 157380 155285 68 164 0 157215 0
[pid=17682/tid=17683] ppid=17680 vsize=629520 CPUtime=1.43
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 4320 0 0 0 51 92 0 0 15 0 5 0 1127805709 644628480 155285 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=17682/tid=17685] ppid=17680 vsize=629520 CPUtime=420.65
/proc/17682/task/17685/stat : 17685 (satake) R 17680 17682 17312 0 -1 4202560 60206 0 0 0 41973 92 0 0 25 0 5 0 1127805709 644628480 155285 4294967295 134512640 135180984 3216027232 3086884720 134528605 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17682/tid=17686] ppid=17680 vsize=629520 CPUtime=419.25
/proc/17682/task/17686/stat : 17686 (satake) R 17680 17682 17312 0 -1 4202560 52071 0 0 0 41859 66 0 0 25 0 5 0 1127805709 644628480 155285 4294967295 134512640 135180984 3216027232 3086818976 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17682/tid=17687] ppid=17680 vsize=629520 CPUtime=431.51
/proc/17682/task/17687/stat : 17687 (satake) R 17680 17682 17312 0 -1 4202560 54620 0 0 0 43077 74 0 0 25 0 5 0 1127805709 644628480 155285 4294967295 134512640 135180984 3216027232 3086753552 134525468 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1272.84
Current children cumulated vsize (KiB) 629520

[startup+702.313 s]
/proc/loadavg: 5.38 5.15 3.89 6/122 20979
/proc/meminfo: memFree=2465520/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=672992 CPUtime=1391.79
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 182194 0 0 0 138840 339 0 0 25 0 5 0 1127805709 689143808 166152 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 168248 166152 68 164 0 168083 0
[pid=17682/tid=17683] ppid=17680 vsize=672992 CPUtime=1.44
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 4326 0 0 0 51 93 0 0 15 0 5 0 1127805709 689143808 166152 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=17682/tid=17685] ppid=17680 vsize=672992 CPUtime=458.96
/proc/17682/task/17685/stat : 17685 (satake) R 17680 17682 17312 0 -1 4202560 63511 0 0 0 45803 93 0 0 25 0 5 0 1127805709 689143808 166152 4294967295 134512640 135180984 3216027232 3086884616 134520907 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17682/tid=17686] ppid=17680 vsize=672992 CPUtime=458.73
/proc/17682/task/17686/stat : 17686 (satake) R 17680 17682 17312 0 -1 4202560 54739 0 0 0 45803 70 0 0 25 0 5 0 1127805709 689143808 166152 4294967295 134512640 135180984 3216027232 3086819184 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17682/tid=17687] ppid=17680 vsize=672992 CPUtime=472.66
/proc/17682/task/17687/stat : 17687 (satake) R 17680 17682 17312 0 -1 4202560 59508 0 0 0 47183 83 0 0 25 0 5 0 1127805709 689143808 166152 4294967295 134512640 135180984 3216027232 3086753480 134675767 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1391.79
Current children cumulated vsize (KiB) 672992

[startup+762.31 s]
/proc/loadavg: 5.43 5.21 3.99 6/122 21255
/proc/meminfo: memFree=2417048/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=719360 CPUtime=1511.01
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 194029 0 0 0 150736 365 0 0 25 0 5 0 1127805709 736624640 177987 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 179840 177987 68 164 0 179675 0
[pid=17682/tid=17683] ppid=17680 vsize=719360 CPUtime=1.47
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 4333 0 0 0 51 96 0 0 15 0 5 0 1127805709 736624640 177987 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=17682/tid=17685] ppid=17680 vsize=719360 CPUtime=505.54
/proc/17682/task/17685/stat : 17685 (satake) R 17680 17682 17312 0 -1 4202560 69645 0 0 0 50449 105 0 0 25 0 5 0 1127805709 736624640 177987 4294967295 134512640 135180984 3216027232 3086884512 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17682/tid=17686] ppid=17680 vsize=719360 CPUtime=495.12
/proc/17682/task/17686/stat : 17686 (satake) R 17680 17682 17312 0 -1 4202560 57616 0 0 0 49435 77 0 0 25 0 5 0 1127805709 736624640 177987 4294967295 134512640 135180984 3216027232 3086819120 134523705 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17682/tid=17687] ppid=17680 vsize=719360 CPUtime=508.88
/proc/17682/task/17687/stat : 17687 (satake) R 17680 17682 17312 0 -1 4202560 62325 0 0 0 50801 87 0 0 25 0 5 0 1127805709 736624640 177987 4294967295 134512640 135180984 3216027232 3086753548 134518208 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1511.01
Current children cumulated vsize (KiB) 719360

[startup+822.307 s]
/proc/loadavg: 5.37 5.23 4.07 6/122 21536
/proc/meminfo: memFree=2373644/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=764436 CPUtime=1630.25
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 205054 0 0 0 162641 384 0 0 25 0 5 0 1127805709 782782464 189012 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 191109 189012 68 164 0 190944 0
[pid=17682/tid=17683] ppid=17680 vsize=764436 CPUtime=1.51
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 4334 0 0 0 53 98 0 0 15 0 5 0 1127805709 782782464 189012 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=17682/tid=17685] ppid=17680 vsize=764436 CPUtime=537.18
/proc/17682/task/17685/stat : 17685 (satake) R 17680 17682 17312 0 -1 4202560 73449 0 0 0 53610 108 0 0 25 0 5 0 1127805709 782782464 189012 4294967295 134512640 135180984 3216027232 3086884624 134525399 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17682/tid=17686] ppid=17680 vsize=764436 CPUtime=537.73
/proc/17682/task/17686/stat : 17686 (satake) R 17680 17682 17312 0 -1 4202560 60975 0 0 0 53688 85 0 0 25 0 5 0 1127805709 782782464 189012 4294967295 134512640 135180984 3216027232 3086819088 134525496 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17682/tid=17687] ppid=17680 vsize=764436 CPUtime=553.83
/proc/17682/task/17687/stat : 17687 (satake) R 17680 17682 17312 0 -1 4202560 66186 0 0 0 55290 93 0 0 25 0 5 0 1127805709 782782464 189012 4294967295 134512640 135180984 3216027232 3086753552 134524808 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1630.25
Current children cumulated vsize (KiB) 764436

[startup+882.313 s]
/proc/loadavg: 5.40 5.26 4.15 6/122 21811
/proc/meminfo: memFree=2335256/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=802364 CPUtime=1749.77
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 214469 0 0 0 174576 401 0 0 25 0 5 0 1127805709 821620736 198427 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 200591 198427 68 164 0 200426 0
[pid=17682/tid=17683] ppid=17680 vsize=802364 CPUtime=1.56
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 4341 0 0 0 55 101 0 0 15 0 5 0 1127805709 821620736 198427 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=17682/tid=17685] ppid=17680 vsize=802364 CPUtime=573.56
/proc/17682/task/17685/stat : 17685 (satake) R 17680 17682 17312 0 -1 4202560 76624 0 0 0 57244 112 0 0 25 0 5 0 1127805709 821620736 198427 4294967295 134512640 135180984 3216027232 3086884552 134675846 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17682/tid=17686] ppid=17680 vsize=802364 CPUtime=581.54
/proc/17682/task/17686/stat : 17686 (satake) R 17680 17682 17312 0 -1 4202560 65058 0 0 0 58062 92 0 0 25 0 5 0 1127805709 821620736 198427 4294967295 134512640 135180984 3216027232 3086818976 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17682/tid=17687] ppid=17680 vsize=802364 CPUtime=593.11
/proc/17682/task/17687/stat : 17687 (satake) R 17680 17682 17312 0 -1 4202560 68336 0 0 0 59215 96 0 0 25 0 5 0 1127805709 821620736 198427 4294967295 134512640 135180984 3216027232 3086753644 134518218 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1749.77
Current children cumulated vsize (KiB) 802364

[startup+942.31 s]
/proc/loadavg: 5.74 5.37 4.26 7/122 22087
/proc/meminfo: memFree=2285180/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=851624 CPUtime=1869.15
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 227114 0 0 0 186481 434 0 0 25 0 5 0 1127805709 872062976 211072 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 212906 211072 68 164 0 212741 0
[pid=17682/tid=17683] ppid=17680 vsize=851624 CPUtime=1.57
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 4344 0 0 0 55 102 0 0 15 0 5 0 1127805709 872062976 211072 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=17682/tid=17685] ppid=17680 vsize=851624 CPUtime=611.35
/proc/17682/task/17685/stat : 17685 (satake) R 17680 17682 17312 0 -1 4202560 82798 0 0 0 61014 121 0 0 25 0 5 0 1127805709 872062976 211072 4294967295 134512640 135180984 3216027232 3086884720 134526712 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17682/tid=17686] ppid=17680 vsize=851624 CPUtime=615.5
/proc/17682/task/17686/stat : 17686 (satake) R 17680 17682 17312 0 -1 4202560 68547 0 0 0 61447 103 0 0 25 0 5 0 1127805709 872062976 211072 4294967295 134512640 135180984 3216027232 3086819084 134519082 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17682/tid=17687] ppid=17680 vsize=851624 CPUtime=640.73
/proc/17682/task/17687/stat : 17687 (satake) R 17680 17682 17312 0 -1 4202560 71315 0 0 0 63965 108 0 0 25 0 5 0 1127805709 872062976 211072 4294967295 134512640 135180984 3216027232 3086753648 134519339 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1869.15
Current children cumulated vsize (KiB) 851624



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 5.67 5.41 4.34 6/122 22362
/proc/meminfo: memFree=2250016/3368532 swapFree=1959840/1959888
[pid=17682] ppid=17680 vsize=887504 CPUtime=1983.65
/proc/17682/stat : 17682 (satake) S 17680 17682 17312 0 -1 4202496 235717 0 0 0 197901 464 0 0 25 0 5 0 1127805709 908804096 219675 4294967295 134512640 135180984 3216027232 3216026668 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/17682/statm: 221876 219675 68 164 0 221711 0
[pid=17682/tid=17683] ppid=17680 vsize=887504 CPUtime=1.62
/proc/17682/task/17683/stat : 17683 (satake) S 17680 17682 17312 0 -1 4202560 4360 0 0 0 56 106 0 0 15 0 5 0 1127805709 908804096 219675 4294967295 134512640 135180984 3216027232 3086950416 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=17682/tid=17685] ppid=17680 vsize=887504 CPUtime=640.48
/proc/17682/task/17685/stat : 17685 (satake) R 17680 17682 17312 0 -1 4202560 85138 0 0 0 63920 128 0 0 25 0 5 0 1127805709 908804096 219675 4294967295 134512640 135180984 3216027232 3086884652 134518208 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=17682/tid=17686] ppid=17680 vsize=887504 CPUtime=653.74
/proc/17682/task/17686/stat : 17686 (satake) R 17680 17682 17312 0 -1 4202560 71594 0 0 0 65269 105 0 0 25 0 5 0 1127805709 908804096 219675 4294967295 134512640 135180984 3216027232 3086819184 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=17682/tid=17687] ppid=17680 vsize=887504 CPUtime=687.81
/proc/17682/task/17687/stat : 17687 (satake) R 17680 17682 17312 0 -1 4202560 74515 0 0 0 68656 125 0 0 25 0 5 0 1127805709 908804096 219675 4294967295 134512640 135180984 3216027232 3086753640 134518214 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1983.65
Current children cumulated vsize (KiB) 887504

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): 1983.73
CPU user time (s): 1979.04
CPU system time (s): 4.69
CPU usage (%): 198.357
Max. virtual memory (cumulated for all children) (KiB): 887504

deleting IPC queue 524288
deleting IPC queue 557057
deleting IPC queue 589826
deleting IPC queue 622595
deleting IPC queue 655364
deleting IPC queue 688133
deleting IPC queue 720902
deleting IPC queue 753671
deleting IPC queue 786440
deleting IPC queue 819209
deleting IPC queue 851978
deleting IPC queue 884747
deleting IPC queue 917516
deleting IPC queue 950285
deleting IPC queue 983054
deleting IPC queue 1015823

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1979.04
system time used= 4.69
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235718
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= 372052
involuntary context switches= 419105

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-29 23:10:28
IDJOB=1775635
IDBENCH=20366
IDSOLVER=629
FILE ID=/1775635-1243631428
PBS_JOBID=
Free space on /tmp= 7966 MiB

SOLVER NAME= satake 2009-03-22 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-17-u.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775635-1243631428/watcher-1775635-1243631428 -o /tmp/evaluation-result-1775635-1243631428/solver-1775635-1243631428 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1775635-1243631428.cnf 4 10000

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

MD5SUM BENCH= b9de1594525a25a6c43932e2e172e913
RANDOM SEED= 226964790

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.073
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.073
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.12
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.073
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.073
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.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3130476 kB
Buffers:         55380 kB
Cached:          76876 kB
SwapCached:          0 kB
Active:          96860 kB
Inactive:        57644 kB
HighTotal:     2489216 kB
HighFree:      2390144 kB
LowTotal:       879316 kB
LowFree:        740332 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           22584 kB
Writeback:           0 kB
AnonPages:       22292 kB
Mapped:           8200 kB
Slab:            73860 kB
SReclaimable:    61512 kB
SUnreclaim:      12348 kB
PageTables:        796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   123560 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7966 MiB
End job on  at 2009-05-29 23:27:11