Trace number 1557512

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? 1193.94 1200.83

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-31-s100.cnf
MD5SUM5dbb80f29538e26a3285bf497c57f592
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 variables32310
Number of clauses97279
Sum of the clauses size229607
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262102
Number of clauses of size 335113
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1193.90/1200.83	c Benchmark name    : HOME/instance-1557512-1238854723.cnf
1193.90/1200.83	c Thread Num        :            3
1193.90/1200.83	c timeover:1200.61sec
1193.90/1200.83	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1557512-1238854723/watcher-1557512-1238854723 -o /tmp/evaluation-result-1557512-1238854723/solver-1557512-1238854723 -C 1200 -W 1800 -M 1800 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1557512-1238854723.cnf 3 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.13 2.06 2.01 4/85 16739
/proc/meminfo: memFree=1545936/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=1216 CPUtime=0
/proc/16739/stat : 16739 (satake) R 16737 16739 16668 0 -1 4194304 173 0 0 0 0 0 0 0 20 0 3 0 1158133283 1245184 158 1992294400 134512640 135180984 4294956208 18446744073709551615 134705812 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 304 158 65 163 0 139 0
[pid=16739/tid=16740] ppid=16737 vsize=1216 CPUtime=0
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 7 0 0 0 0 0 0 0 21 0 3 0 1158133283 1245184 158 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=1216 CPUtime=0
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 84 0 0 0 0 0 0 0 21 0 3 0 1158133283 1245184 158 1992294400 134512640 135180984 4294956208 18446744073709551615 134583077 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0702641 s]
/proc/loadavg: 2.13 2.06 2.01 4/85 16739
/proc/meminfo: memFree=1545936/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=8252 CPUtime=0.06
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 1843 0 0 0 5 1 0 0 20 0 4 0 1158133283 8450048 1821 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 2063 1821 65 163 0 1898 0
[pid=16739/tid=16740] ppid=16737 vsize=8252 CPUtime=0
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 7 0 0 0 0 0 0 0 21 0 4 0 1158133283 8450048 1821 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=8252 CPUtime=0.06
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 1753 0 0 0 5 1 0 0 21 0 4 0 1158133283 8450048 1821 1992294400 134512640 135180984 4294956208 18446744073709551615 134535017 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8252

[startup+0.102267 s]
/proc/loadavg: 2.13 2.06 2.01 4/85 16739
/proc/meminfo: memFree=1545936/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=9232 CPUtime=0.09
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 2049 0 0 0 8 1 0 0 20 0 4 0 1158133283 9453568 2027 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 2308 2027 66 163 0 2143 0
[pid=16739/tid=16740] ppid=16737 vsize=9232 CPUtime=0
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 7 0 0 0 0 0 0 0 21 0 4 0 1158133283 9453568 2027 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=9232 CPUtime=0.09
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 1959 0 0 0 8 1 0 0 21 0 4 0 1158133283 9453568 2027 1992294400 134512640 135180984 4294956208 18446744073709551615 134521003 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9232

[startup+0.302285 s]
/proc/loadavg: 2.13 2.06 2.01 4/85 16739
/proc/meminfo: memFree=1545936/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=18116 CPUtime=0.29
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 4601 0 0 0 27 2 0 0 20 0 4 0 1158133283 18550784 4184 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 4529 4184 68 163 0 4364 0
[pid=16739/tid=16740] ppid=16737 vsize=18116 CPUtime=0
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 575 0 0 0 0 0 0 0 15 0 4 0 1158133283 18550784 4184 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=18116 CPUtime=0.19
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 2022 0 0 0 18 1 0 0 23 0 4 0 1158133283 18550784 4184 1992294400 134512640 135180984 4294956208 18446744073709551615 134522992 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18116

[startup+0.702327 s]
/proc/loadavg: 2.13 2.06 2.01 4/85 16739
/proc/meminfo: memFree=1545936/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=16840 CPUtime=0.68
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 4701 0 0 0 66 2 0 0 20 0 4 0 1158133283 17244160 3896 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 4210 3896 70 163 0 4045 0
[pid=16739/tid=16740] ppid=16737 vsize=16840 CPUtime=0
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 576 0 0 0 0 0 0 0 15 0 4 0 1158133283 17244160 3896 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=16840 CPUtime=0.39
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 2029 0 0 0 38 1 0 0 25 0 4 0 1158133283 17244160 3896 1992294400 134512640 135180984 4294956208 18446744073709551615 134520863 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 16840

[startup+1.50241 s]
/proc/loadavg: 2.13 2.06 2.01 4/89 16743
/proc/meminfo: memFree=1530224/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=17168 CPUtime=1.48
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 4746 0 0 0 145 3 0 0 20 0 4 0 1158133283 17580032 3941 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 4292 3941 70 163 0 4127 0
[pid=16739/tid=16740] ppid=16737 vsize=17168 CPUtime=0
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 576 0 0 0 0 0 0 0 15 0 4 0 1158133283 17580032 3941 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=17168 CPUtime=0.79
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 2050 0 0 0 78 1 0 0 25 0 4 0 1158133283 17580032 3941 1992294400 134512640 135180984 4294956208 18446744073709551615 134522875 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16739/tid=16743] ppid=16737 vsize=17168 CPUtime=0.66
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 2037 0 0 0 65 1 0 0 25 0 4 0 1158133284 17580032 3941 1992294400 134512640 135180984 4294956208 18446744073709551615 134526510 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 17168

[startup+3.10156 s]
/proc/loadavg: 2.13 2.06 2.01 4/89 16743
/proc/meminfo: memFree=1530032/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=17168 CPUtime=3.07
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 4746 0 0 0 304 3 0 0 20 0 4 0 1158133283 17580032 3941 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 4292 3941 70 163 0 4127 0
[pid=16739/tid=16740] ppid=16737 vsize=17168 CPUtime=0.01
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 576 0 0 0 1 0 0 0 15 0 4 0 1158133283 17580032 3941 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=17168 CPUtime=1.59
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 2050 0 0 0 158 1 0 0 25 0 4 0 1158133283 17580032 3941 1992294400 134512640 135180984 4294956208 18446744073709551615 134526032 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16739/tid=16743] ppid=16737 vsize=17168 CPUtime=1.45
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 2037 0 0 0 144 1 0 0 25 0 4 0 1158133284 17580032 3941 1992294400 134512640 135180984 4294956208 18446744073709551615 134527282 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 17168

[startup+6.30188 s]
/proc/loadavg: 2.20 2.08 2.01 4/89 16743
/proc/meminfo: memFree=1529904/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=17168 CPUtime=6.25
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 4746 0 0 0 621 4 0 0 20 0 4 0 1158133283 17580032 3941 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 4292 3941 70 163 0 4127 0
[pid=16739/tid=16740] ppid=16737 vsize=17168 CPUtime=0.01
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 576 0 0 0 1 0 0 0 16 0 4 0 1158133283 17580032 3941 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=17168 CPUtime=3.18
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 2050 0 0 0 316 2 0 0 25 0 4 0 1158133283 17580032 3941 1992294400 134512640 135180984 4294956208 18446744073709551615 134526240 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16739/tid=16743] ppid=16737 vsize=17168 CPUtime=3.04
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 2037 0 0 0 303 1 0 0 25 0 4 0 1158133284 17580032 3941 1992294400 134512640 135180984 4294956208 18446744073709551615 134522692 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 17168

[startup+12.7015 s]
/proc/loadavg: 2.27 2.09 2.02 4/89 16743
/proc/meminfo: memFree=1529648/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=17300 CPUtime=12.62
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 4781 0 0 0 1257 5 0 0 20 0 4 0 1158133283 17715200 3976 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 4325 3976 70 163 0 4160 0
[pid=16739/tid=16740] ppid=16737 vsize=17300 CPUtime=0.02
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 578 0 0 0 1 1 0 0 15 0 4 0 1158133283 17715200 3976 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=17300 CPUtime=6.34
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 2064 0 0 0 632 2 0 0 25 0 4 0 1158133283 17715200 3976 1992294400 134512640 135180984 4294956208 18446744073709551615 134520909 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16739/tid=16743] ppid=16737 vsize=17300 CPUtime=6.24
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 2056 0 0 0 623 1 0 0 25 0 4 0 1158133284 17715200 3976 1992294400 134512640 135180984 4294956208 18446744073709551615 134520864 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 17300

[startup+25.5028 s]
/proc/loadavg: 2.43 2.14 2.03 4/89 16743
/proc/meminfo: memFree=1529520/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=17568 CPUtime=25.33
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 4827 0 0 0 2527 6 0 0 20 0 4 0 1158133283 17989632 4022 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 4392 4022 70 163 0 4227 0
[pid=16739/tid=16740] ppid=16737 vsize=17568 CPUtime=0.02
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 579 0 0 0 1 1 0 0 15 0 4 0 1158133283 17989632 4022 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=17568 CPUtime=12.68
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 2081 0 0 0 1266 2 0 0 25 0 4 0 1158133283 17989632 4022 1992294400 134512640 135180984 4294956208 18446744073709551615 134524660 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16739/tid=16743] ppid=16737 vsize=17568 CPUtime=12.6
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 2084 0 0 0 1258 2 0 0 25 0 4 0 1158133284 17989632 4022 1992294400 134512640 135180984 4294956208 18446744073709551615 134528688 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 17568

[startup+51.1013 s]
/proc/loadavg: 2.62 2.21 2.06 4/89 16743
/proc/meminfo: memFree=1529264/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=17832 CPUtime=50.8
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 4894 0 0 0 5071 9 0 0 20 0 4 0 1158133283 18259968 4089 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 4458 4089 70 163 0 4293 0
[pid=16739/tid=16740] ppid=16737 vsize=17832 CPUtime=0.04
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 579 0 0 0 2 2 0 0 15 0 4 0 1158133283 18259968 4089 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=17832 CPUtime=25.39
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 2125 0 0 0 2536 3 0 0 25 0 4 0 1158133283 18259968 4089 1992294400 134512640 135180984 4294956208 18446744073709551615 134526315 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16739/tid=16743] ppid=16737 vsize=17832 CPUtime=25.33
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 2107 0 0 0 2531 2 0 0 25 0 4 0 1158133284 18259968 4089 1992294400 134512640 135180984 4294956208 18446744073709551615 134527257 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 17832

[startup+102.307 s]
/proc/loadavg: 2.83 2.33 2.11 4/89 16743
/proc/meminfo: memFree=1528240/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=19780 CPUtime=101.7
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 5133 0 0 0 10156 14 0 0 20 0 4 0 1158133283 20254720 4328 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 4945 4328 70 163 0 4780 0
[pid=16739/tid=16740] ppid=16737 vsize=19780 CPUtime=0.08
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 586 0 0 0 3 5 0 0 16 0 4 0 1158133283 20254720 4328 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=19780 CPUtime=50.88
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 2243 0 0 0 5084 4 0 0 25 0 4 0 1158133283 20254720 4328 1992294400 134512640 135180984 4294956208 18446744073709551615 134522992 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16739/tid=16743] ppid=16737 vsize=19780 CPUtime=50.71
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 2221 0 0 0 5068 3 0 0 25 0 4 0 1158133284 20254720 4328 1992294400 134512640 135180984 4294956208 18446744073709551615 134524759 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 19780

[startup+162.301 s]
/proc/loadavg: 2.94 2.45 2.16 4/89 16743
/proc/meminfo: memFree=1526896/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=21004 CPUtime=161.36
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 5441 0 0 0 16117 19 0 0 20 0 4 0 1158133283 21508096 4636 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 5251 4636 70 163 0 5086 0
[pid=16739/tid=16740] ppid=16737 vsize=21004 CPUtime=0.13
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 594 0 0 0 4 9 0 0 15 0 4 0 1158133283 21508096 4636 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=21004 CPUtime=80.78
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 2400 0 0 0 8073 5 0 0 25 0 4 0 1158133283 21508096 4636 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16739/tid=16743] ppid=16737 vsize=21004 CPUtime=80.43
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 2364 0 0 0 8039 4 0 0 25 0 4 0 1158133284 21508096 4636 1992294400 134512640 135180984 4294956208 18446744073709551615 134528211 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.36
Current children cumulated vsize (KiB) 21004

[startup+222.302 s]
/proc/loadavg: 2.98 2.54 2.21 4/89 16743
/proc/meminfo: memFree=1525744/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=22132 CPUtime=221.01

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

/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 8152 0 0 0 93606 83 0 0 20 0 4 0 1158133283 33296384 7347 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 8129 7347 70 163 0 7964 0
[pid=16739/tid=16740] ppid=16737 vsize=32516 CPUtime=0.46
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 689 0 0 0 12 34 0 0 16 0 4 0 1158133283 33296384 7347 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=32516 CPUtime=468.42
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 3831 0 0 0 46818 24 0 0 25 0 4 0 1158133283 33296384 7347 1992294400 134512640 135180984 4294956208 18446744073709551615 134525723 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16739/tid=16743] ppid=16737 vsize=32516 CPUtime=467.98
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 3549 0 0 0 46774 24 0 0 25 0 4 0 1158133284 33296384 7347 1992294400 134512640 135180984 4294956208 18446744073709551615 134528211 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 936.89
Current children cumulated vsize (KiB) 32516

[startup+1002.3 s]
/proc/loadavg: 2.99 2.95 2.63 4/89 16743
/proc/meminfo: memFree=1514928/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=33544 CPUtime=996.54
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 8406 0 0 0 99567 87 0 0 20 0 4 0 1158133283 34349056 7601 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 8386 7601 70 163 0 8221 0
[pid=16739/tid=16740] ppid=16737 vsize=33544 CPUtime=0.49
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 698 0 0 0 13 36 0 0 15 0 4 0 1158133283 34349056 7601 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=33544 CPUtime=498.21
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 3981 0 0 0 49797 24 0 0 25 0 4 0 1158133283 34349056 7601 1992294400 134512640 135180984 4294956208 18446744073709551615 134528060 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16739/tid=16743] ppid=16737 vsize=33544 CPUtime=497.82
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 3644 0 0 0 49756 26 0 0 25 0 4 0 1158133284 34349056 7601 1992294400 134512640 135180984 4294956208 18446744073709551615 134519914 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 996.54
Current children cumulated vsize (KiB) 33544

[startup+1062.3 s]
/proc/loadavg: 2.99 2.96 2.65 4/89 16743
/proc/meminfo: memFree=1513968/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=34600 CPUtime=1056.2
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 8643 0 0 0 105530 90 0 0 20 0 4 0 1158133283 35430400 7838 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 8650 7838 70 163 0 8485 0
[pid=16739/tid=16740] ppid=16737 vsize=34600 CPUtime=0.51
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 711 0 0 0 13 38 0 0 15 0 4 0 1158133283 35430400 7838 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=34600 CPUtime=528.01
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 4093 0 0 0 52776 25 0 0 25 0 4 0 1158133283 35430400 7838 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16739/tid=16743] ppid=16737 vsize=34600 CPUtime=527.66
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 3756 0 0 0 52739 27 0 0 25 0 4 0 1158133284 35430400 7838 1992294400 134512640 135180984 4294956208 18446744073709551615 134528123 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1056.2
Current children cumulated vsize (KiB) 34600

[startup+1122.3 s]
/proc/loadavg: 2.99 2.96 2.67 4/89 16743
/proc/meminfo: memFree=1513008/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=35524 CPUtime=1115.86
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 8884 0 0 0 111492 94 0 0 20 0 4 0 1158133283 36376576 8079 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 8881 8079 70 163 0 8716 0
[pid=16739/tid=16740] ppid=16737 vsize=35524 CPUtime=0.53
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 717 0 0 0 14 39 0 0 16 0 4 0 1158133283 36376576 8079 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=35524 CPUtime=557.91
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 4175 0 0 0 55765 26 0 0 25 0 4 0 1158133283 36376576 8079 1992294400 134512640 135180984 4294956208 18446744073709551615 134528633 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16739/tid=16743] ppid=16737 vsize=35524 CPUtime=557.4
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 3909 0 0 0 55712 28 0 0 25 0 4 0 1158133284 36376576 8079 1992294400 134512640 135180984 4294956208 18446744073709551615 134526529 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1115.86
Current children cumulated vsize (KiB) 35524

[startup+1182.3 s]
/proc/loadavg: 2.99 2.97 2.69 4/89 16743
/proc/meminfo: memFree=1511984/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=36448 CPUtime=1175.52
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 9125 0 0 0 117455 97 0 0 20 0 4 0 1158133283 37322752 8320 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 9112 8320 70 163 0 8947 0
[pid=16739/tid=16740] ppid=16737 vsize=36448 CPUtime=0.54
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 722 0 0 0 14 40 0 0 15 0 4 0 1158133283 37322752 8320 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=36448 CPUtime=587.7
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 4276 0 0 0 58743 27 0 0 25 0 4 0 1158133283 37322752 8320 1992294400 134512640 135180984 4294956208 18446744073709551615 134523632 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16739/tid=16743] ppid=16737 vsize=36448 CPUtime=587.25
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 4044 0 0 0 58696 29 0 0 25 0 4 0 1158133284 37322752 8320 1992294400 134512640 135180984 4294956208 18446744073709551615 134518217 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1175.52
Current children cumulated vsize (KiB) 36448

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

[startup+1190.3 s]
/proc/loadavg: 2.99 2.97 2.69 4/89 16743
/proc/meminfo: memFree=1511728/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=36712 CPUtime=1183.46
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 9173 0 0 0 118249 97 0 0 20 0 4 0 1158133283 37593088 8368 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 9178 8368 70 163 0 9013 0
[pid=16739/tid=16740] ppid=16737 vsize=36712 CPUtime=0.55
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 723 0 0 0 14 41 0 0 16 0 4 0 1158133283 37593088 8368 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=36712 CPUtime=591.7
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 4305 0 0 0 59143 27 0 0 25 0 4 0 1158133283 37593088 8368 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16739/tid=16743] ppid=16737 vsize=36712 CPUtime=591.2
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 4062 0 0 0 59091 29 0 0 25 0 4 0 1158133284 37593088 8368 1992294400 134512640 135180984 4294956208 18446744073709551615 134528428 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.46
Current children cumulated vsize (KiB) 36712

[startup+1196.7 s]
/proc/loadavg: 2.99 2.97 2.69 4/89 16743
/proc/meminfo: memFree=1511600/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=36844 CPUtime=1189.83
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 9208 0 0 0 118885 98 0 0 20 0 4 0 1158133283 37728256 8403 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 9211 8403 70 163 0 9046 0
[pid=16739/tid=16740] ppid=16737 vsize=36844 CPUtime=0.55
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 724 0 0 0 14 41 0 0 15 0 4 0 1158133283 37728256 8403 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=36844 CPUtime=594.9
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 4325 0 0 0 59463 27 0 0 25 0 4 0 1158133283 37728256 8403 1992294400 134512640 135180984 4294956208 18446744073709551615 134526068 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16739/tid=16743] ppid=16737 vsize=36844 CPUtime=594.36
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 4076 0 0 0 59407 29 0 0 25 0 4 0 1158133284 37728256 8403 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1189.83
Current children cumulated vsize (KiB) 36844

[startup+1198.3 s]
/proc/loadavg: 2.99 2.97 2.69 4/89 16743
/proc/meminfo: memFree=1511600/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=36844 CPUtime=1191.42
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 9214 0 0 0 119044 98 0 0 20 0 4 0 1158133283 37728256 8409 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 9211 8409 70 163 0 9046 0
[pid=16739/tid=16740] ppid=16737 vsize=36844 CPUtime=0.55
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 724 0 0 0 14 41 0 0 15 0 4 0 1158133283 37728256 8409 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=36844 CPUtime=595.7
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 4328 0 0 0 59543 27 0 0 25 0 4 0 1158133283 37728256 8409 1992294400 134512640 135180984 4294956208 18446744073709551615 134520896 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16739/tid=16743] ppid=16737 vsize=36844 CPUtime=595.15
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 4079 0 0 0 59486 29 0 0 25 0 4 0 1158133284 37728256 8409 1992294400 134512640 135180984 4294956208 18446744073709551615 134523809 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1191.42
Current children cumulated vsize (KiB) 36844

[startup+1199.9 s]
/proc/loadavg: 2.99 2.97 2.69 4/89 16743
/proc/meminfo: memFree=1511600/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=36844 CPUtime=1193.01
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 9218 0 0 0 119203 98 0 0 20 0 4 0 1158133283 37728256 8413 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 9211 8413 70 163 0 9046 0
[pid=16739/tid=16740] ppid=16737 vsize=36844 CPUtime=0.55
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 724 0 0 0 14 41 0 0 15 0 4 0 1158133283 37728256 8413 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=36844 CPUtime=596.49
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 4330 0 0 0 59622 27 0 0 25 0 4 0 1158133283 37728256 8413 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16739/tid=16743] ppid=16737 vsize=36844 CPUtime=595.95
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 4081 0 0 0 59566 29 0 0 25 0 4 0 1158133284 37728256 8413 1992294400 134512640 135180984 4294956208 18446744073709551615 134520896 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1193.01
Current children cumulated vsize (KiB) 36844

[startup+1200.3 s]
/proc/loadavg: 2.99 2.97 2.69 4/89 16743
/proc/meminfo: memFree=1511600/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=36844 CPUtime=1193.4
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 9220 0 0 0 119242 98 0 0 20 0 4 0 1158133283 37728256 8415 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 9211 8415 70 163 0 9046 0
[pid=16739/tid=16740] ppid=16737 vsize=36844 CPUtime=0.55
/proc/16739/task/16740/stat : 16740 (satake) S 16737 16739 16668 0 -1 4194368 724 0 0 0 14 41 0 0 15 0 4 0 1158133283 37728256 8415 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=16739/tid=16741] ppid=16737 vsize=36844 CPUtime=596.69
/proc/16739/task/16741/stat : 16741 (satake) R 16737 16739 16668 0 -1 4194368 4330 0 0 0 59642 27 0 0 25 0 4 0 1158133283 37728256 8415 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16739/tid=16743] ppid=16737 vsize=36844 CPUtime=596.15
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 4083 0 0 0 59586 29 0 0 25 0 4 0 1158133284 37728256 8415 1992294400 134512640 135180984 4294956208 18446744073709551615 134525838 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1193.4
Current children cumulated vsize (KiB) 36844

[startup+1200.7 s]
/proc/loadavg: 2.99 2.97 2.69 4/89 16743
/proc/meminfo: memFree=1511600/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=32720 CPUtime=1193.8
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 9230 0 0 0 119282 98 0 0 16 0 2 0 1158133283 33505280 7525 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 8180 7525 79 163 0 8015 0
[pid=16739/tid=16743] ppid=16737 vsize=32720 CPUtime=596.38
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 4084 0 0 0 59609 29 0 0 25 0 2 0 1158133284 33505280 7525 1992294400 134512640 135180984 4294956208 18446744073709551615 134526529 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1193.8
Current children cumulated vsize (KiB) 32720

[startup+1200.8 s]
/proc/loadavg: 2.99 2.97 2.69 4/89 16743
/proc/meminfo: memFree=1511600/2055920 swapFree=4170456/4192956
[pid=16739] ppid=16737 vsize=32720 CPUtime=1193.9
/proc/16739/stat : 16739 (satake) S 16737 16739 16668 0 -1 4194304 9230 0 0 0 119292 98 0 0 16 0 2 0 1158133283 33505280 7525 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16739/statm: 8180 7525 79 163 0 8015 0
[pid=16739/tid=16743] ppid=16737 vsize=32720 CPUtime=596.48
/proc/16739/task/16743/stat : 16743 (satake) R 16737 16739 16668 0 -1 4194368 4084 0 0 0 59619 29 0 0 25 0 2 0 1158133284 33505280 7525 1992294400 134512640 135180984 4294956208 18446744073709551615 134670131 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1193.9
Current children cumulated vsize (KiB) 32720

Child status: 3
Real time (s): 1200.83
CPU time (s): 1193.94
CPU user time (s): 1192.95
CPU system time (s): 0.992849
CPU usage (%): 99.4265
Max. virtual memory (cumulated for all children) (KiB): 36844


getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1192.95
system time used= 0.992849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9230
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= 76947
involuntary context switches= 102631

runsolver used 1.58676 second user time and 4.96924 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-04 16:18:43
IDJOB=1557512
IDBENCH=70839
IDSOLVER=553
FILE ID=node70/1557512-1238854723
PBS_JOBID= 9085899
Free space on /tmp= 66504 MiB

SOLVER NAME= satake 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-31-s100.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1557512-1238854723/watcher-1557512-1238854723 -o /tmp/evaluation-result-1557512-1238854723/solver-1557512-1238854723 -C 1200 -W 1800 -M 1800 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1557512-1238854723.cnf 3 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 3

MD5SUM BENCH= 5dbb80f29538e26a3285bf497c57f592
RANDOM SEED=1327209434

node70.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1546416 kB
Buffers:         45492 kB
Cached:         386136 kB
SwapCached:       8264 kB
Active:         165884 kB
Inactive:       275460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1546416 kB
SwapTotal:     4192956 kB
SwapFree:      4170456 kB
Dirty:            2296 kB
Writeback:           0 kB
Mapped:          15368 kB
Slab:            52408 kB
Committed_AS:  2360388 kB
PageTables:       2556 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66500 MiB
End job on node70 at 2009-04-04 16:38:44