Trace number 3394701

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
Sol 2011-04-04? (TO) 5000.11 4934.85

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
MD5SUM3aff0c2163848e3eed6bc22fc2c30cdf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1801.9
Satisfiable
(Un)Satisfiability was proved
Number of variables95
Number of clauses36888
Sum of the clauses size368690
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 538
Number of clauses of size over 536850

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3394701-1306085497/watcher-3394701-1306085497 -o /tmp/evaluation-result-3394701-1306085497/solver-3394701-1306085497 -C 5000 -W 5100 -M 15500 mono Main.exe HOME/instance-3394701-1306085497.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.01 1/434 31854
/proc/meminfo: memFree=9268524/32951132 swapFree=67093824/67111528
[pid=31854] ppid=31852 vsize=21124 CPUtime=0 cores=1,3,5,7
/proc/31854/stat : 31854 (mono) D 31852 31854 30754 0 -1 4194304 362 0 0 0 0 0 0 0 21 0 1 0 720149350 21630976 295 33554432000 4194304 7232020 140733832537152 18446744073709551615 6081150 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 0
/proc/31854/statm: 5281 295 249 742 0 148 0

[startup+0.05666 s]
/proc/loadavg: 1.00 1.00 1.01 1/434 31854
/proc/meminfo: memFree=9268524/32951132 swapFree=67093824/67111528
[pid=31854] ppid=31852 vsize=105664 CPUtime=0.01 cores=1,3,5,7
/proc/31854/stat : 31854 (mono) D 31852 31854 30754 0 -1 4202496 1381 0 13 0 1 0 0 0 18 0 9 0 720149350 108199936 1301 33554432000 4194304 7232020 140733832537152 18446744073709551615 5678710 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 2
/proc/31854/statm: 26416 1301 917 742 0 18987 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 105664

[startup+0.100852 s]
/proc/loadavg: 1.00 1.00 1.01 1/434 31854
/proc/meminfo: memFree=9268524/32951132 swapFree=67093824/67111528
[pid=31854] ppid=31852 vsize=107236 CPUtime=0.05 cores=1,3,5,7
/proc/31854/stat : 31854 (mono) S 31852 31854 30754 0 -1 4202496 1828 0 14 0 5 0 0 0 18 0 9 0 720149350 109809664 1743 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 2
/proc/31854/statm: 26809 1748 975 742 0 19380 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 107236

[startup+0.308306 s]
/proc/loadavg: 1.00 1.00 1.01 1/434 31854
/proc/meminfo: memFree=9268524/32951132 swapFree=67093824/67111528
[pid=31854] ppid=31852 vsize=110940 CPUtime=0.28 cores=1,3,5,7
/proc/31854/stat : 31854 (mono) R 31852 31854 30754 0 -1 4202496 2714 0 14 0 27 1 0 0 18 0 9 0 720149350 113602560 2629 33554432000 4194304 7232020 140733832537152 18446744073709551615 1099661954 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 2
/proc/31854/statm: 27735 2629 994 742 0 20306 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 110940

[startup+0.70113 s]
/proc/loadavg: 1.00 1.00 1.01 1/434 31854
/proc/meminfo: memFree=9268524/32951132 swapFree=67093824/67111528
[pid=31854] ppid=31852 vsize=153712 CPUtime=0.69 cores=1,3,5,7
/proc/31854/stat : 31854 (mono) R 31852 31854 30754 0 -1 4202496 11721 0 14 0 67 2 0 0 18 0 9 0 720149350 157401088 11636 33554432000 4194304 7232020 140733832537152 18446744073709551615 1092407554 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 2
/proc/31854/statm: 38428 11636 1024 742 0 30999 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 153712

[startup+1.50099 s]
/proc/loadavg: 1.00 1.00 1.01 3/451 31871
/proc/meminfo: memFree=9154760/32951132 swapFree=67093840/67111528
[pid=31854] ppid=31852 vsize=153712 CPUtime=1.51 cores=1,3,5,7
/proc/31854/stat : 31854 (mono) R 31852 31854 30754 0 -1 4202496 11724 0 14 0 149 2 0 0 18 0 9 0 720149350 157401088 10416 33554432000 4194304 7232020 140733832537152 18446744073709551615 1092404157 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 2
/proc/31854/statm: 38428 10416 1024 742 0 30999 0
[pid=31854/tid=31856] ppid=31852 vsize=153712 CPUtime=0.01 cores=1,3,5,7
/proc/31854/task/31856/stat : 31856 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 720149351 157401088 10416 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31857] ppid=31852 vsize=153712 CPUtime=0.02 cores=1,3,5,7
/proc/31854/task/31857/stat : 31857 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 720149351 157401088 10416 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
[pid=31854/tid=31859] ppid=31852 vsize=153712 CPUtime=0.01 cores=1,3,5,7
/proc/31854/task/31859/stat : 31859 (mono) S 31852 31854 30754 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 720149351 157401088 10416 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
[pid=31854/tid=31861] ppid=31852 vsize=153712 CPUtime=0 cores=1,3,5,7
/proc/31854/task/31861/stat : 31861 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720149351 157401088 10416 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31863] ppid=31852 vsize=153712 CPUtime=0.01 cores=1,3,5,7
/proc/31854/task/31863/stat : 31863 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720149351 157401088 10416 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31864] ppid=31852 vsize=153712 CPUtime=0.01 cores=1,3,5,7
/proc/31854/task/31864/stat : 31864 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720149351 157401088 10416 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31868] ppid=31852 vsize=153712 CPUtime=0 cores=1,3,5,7
/proc/31854/task/31868/stat : 31868 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720149351 157401088 10416 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
[pid=31854/tid=31871] ppid=31852 vsize=153712 CPUtime=0 cores=1,3,5,7
/proc/31854/task/31871/stat : 31871 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720149354 157401088 10416 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676631985 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 153712

[startup+3.10072 s]
/proc/loadavg: 1.00 1.00 1.01 3/451 31871
/proc/meminfo: memFree=9157860/32951132 swapFree=67093840/67111528
[pid=31854] ppid=31852 vsize=153712 CPUtime=3.14 cores=1,3,5,7
/proc/31854/stat : 31854 (mono) R 31852 31854 30754 0 -1 4202496 12349 0 14 0 312 2 0 0 20 0 9 0 720149350 157401088 11007 33554432000 4194304 7232020 140733832537152 18446744073709551615 1092418820 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 2
/proc/31854/statm: 38428 11007 1024 742 0 30999 0
[pid=31854/tid=31856] ppid=31852 vsize=153712 CPUtime=0.01 cores=1,3,5,7
/proc/31854/task/31856/stat : 31856 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 720149351 157401088 11007 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31857] ppid=31852 vsize=153712 CPUtime=0.03 cores=1,3,5,7
/proc/31854/task/31857/stat : 31857 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 720149351 157401088 11007 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31859] ppid=31852 vsize=153712 CPUtime=0.01 cores=1,3,5,7
/proc/31854/task/31859/stat : 31859 (mono) S 31852 31854 30754 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 720149351 157401088 11007 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31861] ppid=31852 vsize=153712 CPUtime=0 cores=1,3,5,7
/proc/31854/task/31861/stat : 31861 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720149351 157401088 11007 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
[pid=31854/tid=31863] ppid=31852 vsize=153712 CPUtime=0.02 cores=1,3,5,7
/proc/31854/task/31863/stat : 31863 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720149351 157401088 11007 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31864] ppid=31852 vsize=153712 CPUtime=0.02 cores=1,3,5,7
/proc/31854/task/31864/stat : 31864 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720149351 157401088 11007 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31868] ppid=31852 vsize=153712 CPUtime=0.01 cores=1,3,5,7
/proc/31854/task/31868/stat : 31868 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 720149351 157401088 11007 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31871] ppid=31852 vsize=153712 CPUtime=0 cores=1,3,5,7
/proc/31854/task/31871/stat : 31871 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720149354 157401088 11007 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676631985 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 153712

[startup+6.30117 s]
/proc/loadavg: 1.56 1.12 1.05 3/451 31871
/proc/meminfo: memFree=9147564/32951132 swapFree=67093840/67111528
[pid=31854] ppid=31852 vsize=153840 CPUtime=6.42 cores=1,3,5,7
/proc/31854/stat : 31854 (mono) R 31852 31854 30754 0 -1 4202496 13436 0 14 0 639 3 0 0 18 0 9 0 720149350 157532160 12094 33554432000 4194304 7232020 140733832537152 18446744073709551615 1092411856 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 2
/proc/31854/statm: 38460 12094 1025 742 0 31031 0
[pid=31854/tid=31856] ppid=31852 vsize=153840 CPUtime=0.02 cores=1,3,5,7
/proc/31854/task/31856/stat : 31856 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720149351 157532160 12094 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31857] ppid=31852 vsize=153840 CPUtime=0.04 cores=1,3,5,7
/proc/31854/task/31857/stat : 31857 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 720149351 157532160 12094 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31859] ppid=31852 vsize=153840 CPUtime=0.02 cores=1,3,5,7
/proc/31854/task/31859/stat : 31859 (mono) S 31852 31854 30754 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 9 0 720149351 157532160 12094 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31861] ppid=31852 vsize=153840 CPUtime=0.01 cores=1,3,5,7
/proc/31854/task/31861/stat : 31861 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 9 0 720149351 157532160 12094 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
[pid=31854/tid=31863] ppid=31852 vsize=153840 CPUtime=0.02 cores=1,3,5,7
/proc/31854/task/31863/stat : 31863 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720149351 157532160 12094 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31864] ppid=31852 vsize=153840 CPUtime=0.04 cores=1,3,5,7
/proc/31854/task/31864/stat : 31864 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 720149351 157532160 12094 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31868] ppid=31852 vsize=153840 CPUtime=0.02 cores=1,3,5,7
/proc/31854/task/31868/stat : 31868 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720149351 157532160 12094 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31871] ppid=31852 vsize=153840 CPUtime=0 cores=1,3,5,7
/proc/31854/task/31871/stat : 31871 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720149354 157532160 12094 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676631985 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 153840

[startup+12.7011 s]
/proc/loadavg: 1.60 1.13 1.06 3/451 31871
/proc/meminfo: memFree=9128640/32951132 swapFree=67093840/67111528
[pid=31854] ppid=31852 vsize=162096 CPUtime=12.93 cores=1,3,5,7
/proc/31854/stat : 31854 (mono) R 31852 31854 30754 0 -1 4202496 15102 0 14 0 1289 4 0 0 18 0 9 0 720149350 165986304 13760 33554432000 4194304 7232020 140733832537152 18446744073709551615 1092407413 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 2
/proc/31854/statm: 40524 13760 1025 742 0 33095 0
[pid=31854/tid=31856] ppid=31852 vsize=162096 CPUtime=0.04 cores=1,3,5,7
/proc/31854/task/31856/stat : 31856 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 720149351 165986304 13760 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31857] ppid=31852 vsize=162096 CPUtime=0.06 cores=1,3,5,7
/proc/31854/task/31857/stat : 31857 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 720149351 165986304 13760 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31859] ppid=31852 vsize=162096 CPUtime=0.04 cores=1,3,5,7
/proc/31854/task/31859/stat : 31859 (mono) S 31852 31854 30754 0 -1 4202560 4 0 0 0 4 0 0 0 15 0 9 0 720149351 165986304 13760 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31861] ppid=31852 vsize=162096 CPUtime=0.03 cores=1,3,5,7
/proc/31854/task/31861/stat : 31861 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 3 0 0 0 16 0 9 0 720149351 165986304 13760 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31863] ppid=31852 vsize=162096 CPUtime=0.05 cores=1,3,5,7
/proc/31854/task/31863/stat : 31863 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 720149351 165986304 13760 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
[pid=31854/tid=31864] ppid=31852 vsize=162096 CPUtime=0.06 cores=1,3,5,7
/proc/31854/task/31864/stat : 31864 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 6 0 0 0 16 0 9 0 720149351 165986304 13760 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31868] ppid=31852 vsize=162096 CPUtime=0.05 cores=1,3,5,7
/proc/31854/task/31868/stat : 31868 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 720149351 165986304 13760 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31871] ppid=31852 vsize=162096 CPUtime=0 cores=1,3,5,7
/proc/31854/task/31871/stat : 31871 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720149354 165986304 13760 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676631985 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.93
Current children cumulated vsize (KiB) 162096

[startup+25.5008 s]
/proc/loadavg: 1.68 1.17 1.07 3/451 31871
/proc/meminfo: memFree=9086236/32951132 swapFree=67093840/67111528
[pid=31854] ppid=31852 vsize=170544 CPUtime=25.92 cores=1,3,5,7
/proc/31854/stat : 31854 (mono) R 31852 31854 30754 0 -1 4202496 18815 0 14 0 2586 6 0 0 18 0 9 0 720149350 174637056 16931 33554432000 4194304 7232020 140733832537152 18446744073709551615 1092406512 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 2
/proc/31854/statm: 42636 16931 1036 742 0 35207 0
[pid=31854/tid=31856] ppid=31852 vsize=170544 CPUtime=0.07 cores=1,3,5,7
/proc/31854/task/31856/stat : 31856 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 720149351 174637056 16931 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31857] ppid=31852 vsize=170544 CPUtime=0.09 cores=1,3,5,7
/proc/31854/task/31857/stat : 31857 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 9 0 0 0 15 0 9 0 720149351 174637056 16931 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31859] ppid=31852 vsize=170544 CPUtime=0.07 cores=1,3,5,7
/proc/31854/task/31859/stat : 31859 (mono) S 31852 31854 30754 0 -1 4202560 4 0 0 0 7 0 0 0 16 0 9 0 720149351 174637056 16931 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31861] ppid=31852 vsize=170544 CPUtime=0.07 cores=1,3,5,7
/proc/31854/task/31861/stat : 31861 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 7 0 0 0 15 0 9 0 720149351 174637056 16931 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31863] ppid=31852 vsize=170544 CPUtime=0.08 cores=1,3,5,7
/proc/31854/task/31863/stat : 31863 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 8 0 0 0 16 0 9 0 720149351 174637056 16931 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31864] ppid=31852 vsize=170544 CPUtime=0.09 cores=1,3,5,7
/proc/31854/task/31864/stat : 31864 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 9 0 0 0 16 0 9 0 720149351 174637056 16931 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31868] ppid=31852 vsize=170544 CPUtime=0.1 cores=1,3,5,7
/proc/31854/task/31868/stat : 31868 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 10 0 0 0 16 0 9 0 720149351 174637056 16931 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31871] ppid=31852 vsize=170544 CPUtime=0 cores=1,3,5,7
/proc/31854/task/31871/stat : 31871 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720149354 174637056 16931 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676631985 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.92
Current children cumulated vsize (KiB) 170544

[startup+51.1004 s]
/proc/loadavg: 2.16 1.32 1.12 3/451 31872
/proc/meminfo: memFree=9042944/32951132 swapFree=67093840/67111528
[pid=31854] ppid=31852 vsize=187184 CPUtime=51.85 cores=1,3,5,7
/proc/31854/stat : 31854 (mono) R 31852 31854 30754 0 -1 4202496 24069 0 14 0 5177 8 0 0 18 0 9 0 720149350 191676416 18426 33554432000 4194304 7232020 140733832537152 18446744073709551615 1092406863 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 2
/proc/31854/statm: 46796 18426 1036 742 0 39367 0
[pid=31854/tid=31856] ppid=31852 vsize=187184 CPUtime=0.14 cores=1,3,5,7
/proc/31854/task/31856/stat : 31856 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 14 0 0 0 16 0 9 0 720149351 191676416 18426 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31857] ppid=31852 vsize=187184 CPUtime=0.14 cores=1,3,5,7
/proc/31854/task/31857/stat : 31857 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 14 0 0 0 15 0 9 0 720149351 191676416 18426 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31859] ppid=31852 vsize=187184 CPUtime=0.13 cores=1,3,5,7

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

/proc/31854/task/31861/stat : 31861 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 1147 8 0 0 16 0 9 0 720149351 1037799424 166711 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31863] ppid=31852 vsize=1013476 CPUtime=12.18 cores=1,3,5,7
/proc/31854/task/31863/stat : 31863 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1210 8 0 0 15 0 9 0 720149351 1037799424 166711 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31864] ppid=31852 vsize=1013476 CPUtime=11.92 cores=1,3,5,7
/proc/31854/task/31864/stat : 31864 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1184 8 0 0 16 0 9 0 720149351 1037799424 166711 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31868] ppid=31852 vsize=1013476 CPUtime=11.51 cores=1,3,5,7
/proc/31854/task/31868/stat : 31868 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1144 7 0 0 16 0 9 0 720149351 1037799424 166711 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31871] ppid=31852 vsize=1013476 CPUtime=0.04 cores=1,3,5,7
/proc/31854/task/31871/stat : 31871 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 0 4 0 0 15 0 9 0 720149354 1037799424 166711 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676631985 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4666.17
Current children cumulated vsize (KiB) 1013476

[startup+4662.3 s]
/proc/loadavg: 2.12 2.14 2.09 3/451 32007
/proc/meminfo: memFree=7372996/32951132 swapFree=67093840/67111528
[pid=31854] ppid=31852 vsize=1015396 CPUtime=4726.75 cores=1,3,5,7
/proc/31854/stat : 31854 (mono) R 31852 31854 30754 0 -1 4202496 778979 0 14 0 472466 209 0 0 25 0 9 0 720149350 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 1092418713 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 2
/proc/31854/statm: 253849 170715 1036 742 0 246420 0
[pid=31854/tid=31856] ppid=31852 vsize=1015396 CPUtime=12.45 cores=1,3,5,7
/proc/31854/task/31856/stat : 31856 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1238 7 0 0 16 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31857] ppid=31852 vsize=1015396 CPUtime=12.15 cores=1,3,5,7
/proc/31854/task/31857/stat : 31857 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1210 5 0 0 16 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31859] ppid=31852 vsize=1015396 CPUtime=12.51 cores=1,3,5,7
/proc/31854/task/31859/stat : 31859 (mono) S 31852 31854 30754 0 -1 4202560 4 0 0 0 1244 7 0 0 16 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
[pid=31854/tid=31861] ppid=31852 vsize=1015396 CPUtime=11.71 cores=1,3,5,7
/proc/31854/task/31861/stat : 31861 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 1163 8 0 0 16 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31863] ppid=31852 vsize=1015396 CPUtime=12.28 cores=1,3,5,7
/proc/31854/task/31863/stat : 31863 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1220 8 0 0 16 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
[pid=31854/tid=31864] ppid=31852 vsize=1015396 CPUtime=11.99 cores=1,3,5,7
/proc/31854/task/31864/stat : 31864 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1191 8 0 0 16 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31868] ppid=31852 vsize=1015396 CPUtime=11.6 cores=1,3,5,7
/proc/31854/task/31868/stat : 31868 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1153 7 0 0 15 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31871] ppid=31852 vsize=1015396 CPUtime=0.04 cores=1,3,5,7
/proc/31854/task/31871/stat : 31871 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 0 4 0 0 15 0 9 0 720149354 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676631985 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4726.75
Current children cumulated vsize (KiB) 1015396

[startup+4722.32 s]
/proc/loadavg: 2.16 2.14 2.09 3/451 32008
/proc/meminfo: memFree=7349804/32951132 swapFree=67093840/67111528
[pid=31854] ppid=31852 vsize=1015396 CPUtime=4786.77 cores=1,3,5,7
/proc/31854/stat : 31854 (mono) R 31852 31854 30754 0 -1 4202496 778979 0 14 0 478468 209 0 0 25 0 9 0 720149350 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 1092418696 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 2
/proc/31854/statm: 253849 170715 1036 742 0 246420 0
[pid=31854/tid=31856] ppid=31852 vsize=1015396 CPUtime=12.45 cores=1,3,5,7
/proc/31854/task/31856/stat : 31856 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1238 7 0 0 16 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31857] ppid=31852 vsize=1015396 CPUtime=12.15 cores=1,3,5,7
/proc/31854/task/31857/stat : 31857 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1210 5 0 0 16 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31859] ppid=31852 vsize=1015396 CPUtime=12.51 cores=1,3,5,7
/proc/31854/task/31859/stat : 31859 (mono) S 31852 31854 30754 0 -1 4202560 4 0 0 0 1244 7 0 0 16 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
[pid=31854/tid=31861] ppid=31852 vsize=1015396 CPUtime=11.71 cores=1,3,5,7
/proc/31854/task/31861/stat : 31861 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 1163 8 0 0 16 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31863] ppid=31852 vsize=1015396 CPUtime=12.28 cores=1,3,5,7
/proc/31854/task/31863/stat : 31863 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1220 8 0 0 16 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
[pid=31854/tid=31864] ppid=31852 vsize=1015396 CPUtime=11.99 cores=1,3,5,7
/proc/31854/task/31864/stat : 31864 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1191 8 0 0 16 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31868] ppid=31852 vsize=1015396 CPUtime=11.6 cores=1,3,5,7
/proc/31854/task/31868/stat : 31868 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1153 7 0 0 15 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31871] ppid=31852 vsize=1015396 CPUtime=0.04 cores=1,3,5,7
/proc/31854/task/31871/stat : 31871 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 0 4 0 0 15 0 9 0 720149354 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676631985 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4786.77
Current children cumulated vsize (KiB) 1015396

[startup+4782.3 s]
/proc/loadavg: 2.11 2.13 2.09 3/451 32010
/proc/meminfo: memFree=7326364/32951132 swapFree=67093840/67111528
[pid=31854] ppid=31852 vsize=1015396 CPUtime=4846.75 cores=1,3,5,7
/proc/31854/stat : 31854 (mono) R 31852 31854 30754 0 -1 4202496 778979 0 14 0 484466 209 0 0 25 0 9 0 720149350 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 1092418722 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 2
/proc/31854/statm: 253849 170715 1036 742 0 246420 0
[pid=31854/tid=31856] ppid=31852 vsize=1015396 CPUtime=12.45 cores=1,3,5,7
/proc/31854/task/31856/stat : 31856 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1238 7 0 0 16 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31857] ppid=31852 vsize=1015396 CPUtime=12.15 cores=1,3,5,7
/proc/31854/task/31857/stat : 31857 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1210 5 0 0 16 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31859] ppid=31852 vsize=1015396 CPUtime=12.51 cores=1,3,5,7
/proc/31854/task/31859/stat : 31859 (mono) S 31852 31854 30754 0 -1 4202560 4 0 0 0 1244 7 0 0 16 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
[pid=31854/tid=31861] ppid=31852 vsize=1015396 CPUtime=11.71 cores=1,3,5,7
/proc/31854/task/31861/stat : 31861 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 1163 8 0 0 16 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31863] ppid=31852 vsize=1015396 CPUtime=12.28 cores=1,3,5,7
/proc/31854/task/31863/stat : 31863 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1220 8 0 0 16 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
[pid=31854/tid=31864] ppid=31852 vsize=1015396 CPUtime=11.99 cores=1,3,5,7
/proc/31854/task/31864/stat : 31864 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1191 8 0 0 16 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31868] ppid=31852 vsize=1015396 CPUtime=11.6 cores=1,3,5,7
/proc/31854/task/31868/stat : 31868 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1153 7 0 0 15 0 9 0 720149351 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31871] ppid=31852 vsize=1015396 CPUtime=0.04 cores=1,3,5,7
/proc/31854/task/31871/stat : 31871 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 0 4 0 0 15 0 9 0 720149354 1039765504 170715 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676631985 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4846.75
Current children cumulated vsize (KiB) 1015396

[startup+4842.3 s]
/proc/loadavg: 2.04 2.10 2.08 3/451 32012
/proc/meminfo: memFree=7312344/32951132 swapFree=67093840/67111528
[pid=31854] ppid=31852 vsize=1015460 CPUtime=4906.75 cores=1,3,5,7
/proc/31854/stat : 31854 (mono) R 31852 31854 30754 0 -1 4202496 779227 0 14 0 490466 209 0 0 25 0 9 0 720149350 1039831040 170963 33554432000 4194304 7232020 140733832537152 18446744073709551615 1092418718 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 2
/proc/31854/statm: 253865 170963 1036 742 0 246436 0
[pid=31854/tid=31856] ppid=31852 vsize=1015460 CPUtime=12.45 cores=1,3,5,7
/proc/31854/task/31856/stat : 31856 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1238 7 0 0 16 0 9 0 720149351 1039831040 170963 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31857] ppid=31852 vsize=1015460 CPUtime=12.15 cores=1,3,5,7
/proc/31854/task/31857/stat : 31857 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1210 5 0 0 16 0 9 0 720149351 1039831040 170963 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31859] ppid=31852 vsize=1015460 CPUtime=12.51 cores=1,3,5,7
/proc/31854/task/31859/stat : 31859 (mono) S 31852 31854 30754 0 -1 4202560 4 0 0 0 1244 7 0 0 16 0 9 0 720149351 1039831040 170963 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
[pid=31854/tid=31861] ppid=31852 vsize=1015460 CPUtime=11.71 cores=1,3,5,7
/proc/31854/task/31861/stat : 31861 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 1163 8 0 0 16 0 9 0 720149351 1039831040 170963 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31863] ppid=31852 vsize=1015460 CPUtime=12.28 cores=1,3,5,7
/proc/31854/task/31863/stat : 31863 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1220 8 0 0 16 0 9 0 720149351 1039831040 170963 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
[pid=31854/tid=31864] ppid=31852 vsize=1015460 CPUtime=11.99 cores=1,3,5,7
/proc/31854/task/31864/stat : 31864 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1191 8 0 0 16 0 9 0 720149351 1039831040 170963 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31868] ppid=31852 vsize=1015460 CPUtime=11.6 cores=1,3,5,7
/proc/31854/task/31868/stat : 31868 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1153 7 0 0 15 0 9 0 720149351 1039831040 170963 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31871] ppid=31852 vsize=1015460 CPUtime=0.04 cores=1,3,5,7
/proc/31854/task/31871/stat : 31871 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 0 4 0 0 15 0 9 0 720149354 1039831040 170963 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676631985 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4906.75
Current children cumulated vsize (KiB) 1015460

[startup+4902.3 s]
/proc/loadavg: 2.01 2.08 2.08 3/451 32013
/proc/meminfo: memFree=7462520/32951132 swapFree=67093840/67111528
[pid=31854] ppid=31852 vsize=1015460 CPUtime=4967.14 cores=1,3,5,7
/proc/31854/stat : 31854 (mono) R 31852 31854 30754 0 -1 4202496 787395 0 14 0 496502 212 0 0 25 0 9 0 720149350 1039831040 124445 33554432000 4194304 7232020 140733832537152 18446744073709551615 1092407617 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 2
/proc/31854/statm: 253865 124445 1036 742 0 246436 0
[pid=31854/tid=31856] ppid=31852 vsize=1015460 CPUtime=12.53 cores=1,3,5,7
/proc/31854/task/31856/stat : 31856 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1246 7 0 0 16 0 9 0 720149351 1039831040 124445 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31857] ppid=31852 vsize=1015460 CPUtime=12.23 cores=1,3,5,7
/proc/31854/task/31857/stat : 31857 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1218 5 0 0 16 0 9 0 720149351 1039831040 124445 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
[pid=31854/tid=31859] ppid=31852 vsize=1015460 CPUtime=12.6 cores=1,3,5,7
/proc/31854/task/31859/stat : 31859 (mono) S 31852 31854 30754 0 -1 4202560 4 0 0 0 1253 7 0 0 16 0 9 0 720149351 1039831040 124445 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31861] ppid=31852 vsize=1015460 CPUtime=11.77 cores=1,3,5,7
/proc/31854/task/31861/stat : 31861 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 1169 8 0 0 15 0 9 0 720149351 1039831040 124445 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31863] ppid=31852 vsize=1015460 CPUtime=12.37 cores=1,3,5,7
/proc/31854/task/31863/stat : 31863 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1229 8 0 0 16 0 9 0 720149351 1039831040 124445 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31864] ppid=31852 vsize=1015460 CPUtime=12.06 cores=1,3,5,7
/proc/31854/task/31864/stat : 31864 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1198 8 0 0 15 0 9 0 720149351 1039831040 124445 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
[pid=31854/tid=31868] ppid=31852 vsize=1015460 CPUtime=11.67 cores=1,3,5,7
/proc/31854/task/31868/stat : 31868 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1160 7 0 0 16 0 9 0 720149351 1039831040 124445 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31871] ppid=31852 vsize=1015460 CPUtime=0.04 cores=1,3,5,7
/proc/31854/task/31871/stat : 31871 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 0 4 0 0 15 0 9 0 720149354 1039831040 124445 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676631985 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4967.14
Current children cumulated vsize (KiB) 1015460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4934.8 s]
/proc/loadavg: 2.07 2.09 2.08 3/451 32014
/proc/meminfo: memFree=7474044/32951132 swapFree=67093840/67111528
[pid=31854] ppid=31852 vsize=1015460 CPUtime=5000.08 cores=1,3,5,7
/proc/31854/stat : 31854 (mono) R 31852 31854 30754 0 -1 4202496 790593 0 14 0 499794 214 0 0 19 0 9 0 720149350 1039831040 121252 33554432000 4194304 7232020 140733832537152 18446744073709551615 1092406726 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 2
/proc/31854/statm: 253865 121252 1036 742 0 246436 0
[pid=31854/tid=31856] ppid=31852 vsize=1015460 CPUtime=12.62 cores=1,3,5,7
/proc/31854/task/31856/stat : 31856 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1255 7 0 0 16 0 9 0 720149351 1039831040 121252 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
[pid=31854/tid=31857] ppid=31852 vsize=1015460 CPUtime=12.3 cores=1,3,5,7
/proc/31854/task/31857/stat : 31857 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1225 5 0 0 15 0 9 0 720149351 1039831040 121252 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31859] ppid=31852 vsize=1015460 CPUtime=12.69 cores=1,3,5,7
/proc/31854/task/31859/stat : 31859 (mono) S 31852 31854 30754 0 -1 4202560 4 0 0 0 1262 7 0 0 16 0 9 0 720149351 1039831040 121252 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
[pid=31854/tid=31861] ppid=31852 vsize=1015460 CPUtime=11.84 cores=1,3,5,7
/proc/31854/task/31861/stat : 31861 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 1176 8 0 0 16 0 9 0 720149351 1039831040 121252 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 1 0 0 0
[pid=31854/tid=31863] ppid=31852 vsize=1015460 CPUtime=12.47 cores=1,3,5,7
/proc/31854/task/31863/stat : 31863 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1239 8 0 0 15 0 9 0 720149351 1039831040 121252 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31864] ppid=31852 vsize=1015460 CPUtime=12.13 cores=1,3,5,7
/proc/31854/task/31864/stat : 31864 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1205 8 0 0 16 0 9 0 720149351 1039831040 121252 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 5 0 0 0
[pid=31854/tid=31868] ppid=31852 vsize=1015460 CPUtime=11.75 cores=1,3,5,7
/proc/31854/task/31868/stat : 31868 (mono) S 31852 31854 30754 0 -1 4202560 2 0 0 0 1168 7 0 0 16 0 9 0 720149351 1039831040 121252 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676624281 0 0 4096 545260780 18446604466605315136 0 0 -1 7 0 0 0
[pid=31854/tid=31871] ppid=31852 vsize=1015460 CPUtime=0.04 cores=1,3,5,7
/proc/31854/task/31871/stat : 31871 (mono) S 31852 31854 30754 0 -1 4202560 3 0 0 0 0 4 0 0 15 0 9 0 720149354 1039831040 121252 33554432000 4194304 7232020 140733832537152 18446744073709551615 274676631985 0 0 4096 545260780 18446604466605315136 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 1015460

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): 4934.85
CPU time (s): 5000.11
CPU user time (s): 4997.95
CPU system time (s): 2.16767
CPU usage (%): 101.323
Max. virtual memory (cumulated for all children) (KiB): 1015460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.95
system time used= 2.16767
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 790593
page faults= 14
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135457
involuntary context switches= 45280

runsolver used 21.3498 second user time and 50.4453 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-22 19:31:37
IDJOB=3394701
IDBENCH=83899
IDSOLVER=1880
FILE ID=node131/3394701-1306085497
RUNJOBID= node131-1306085497-31835
PBS_JOBID= 13387872
Free space on /tmp= 72976 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394701-1306085497/watcher-3394701-1306085497 -o /tmp/evaluation-result-3394701-1306085497/solver-3394701-1306085497 -C 5000 -W 5100 -M 15500  mono Main.exe HOME/instance-3394701-1306085497.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3aff0c2163848e3eed6bc22fc2c30cdf
RANDOM SEED=362453846

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:       9269160 kB
Buffers:        334948 kB
Cached:        8925316 kB
SwapCached:       1504 kB
Active:       17665756 kB
Inactive:      5708936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:       9269160 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            1948 kB
Writeback:          16 kB
AnonPages:    14112804 kB
Mapped:          38872 kB
Slab:           184464 kB
PageTables:      55416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 95347680 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72976 MiB
End job on node131 at 2011-05-22 20:53:54