Trace number 3264413

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) 1320.48 1300.02

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d0.02/
connm-ue-csp-sat-n800-d0.02-s111845174.used-as.sat04-958.cnf
MD5SUM7bb85ebdeae46262f72a4c54d4e16683
Bench CategoryCRAFTED (crafted 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 variables772
Number of clauses9601
Sum of the clauses size28996
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39408
Number of clauses of size 4193
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3264413-1303573250/watcher-3264413-1303573250 -o /tmp/evaluation-result-3264413-1303573250/solver-3264413-1303573250 -C 2400 -W 1300 -M 7680 mono Main.exe HOME/instance-3264413-1303573250.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.91 5/213 6850
/proc/meminfo: memFree=14551716/32950928 swapFree=67087032/67111528
[pid=6850] ppid=6848 vsize=11800 CPUtime=0 cores=5,7
/proc/6850/stat : 6850 (runsolver) R 6848 6850 5983 0 -1 4202560 42 0 0 0 0 0 0 0 22 0 1 0 468922026 12083200 51 33554432000 4194304 5434984 140735574950048 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/6850/statm: 2950 51 31 303 0 2644 0

[startup+0.052467 s]
/proc/loadavg: 3.68 3.93 3.91 5/213 6850
/proc/meminfo: memFree=14551716/32950928 swapFree=67087032/67111528
[pid=6850] ppid=6848 vsize=105328 CPUtime=0 cores=5,7
/proc/6850/stat : 6850 (mono) S 6848 6850 5983 0 -1 4202496 1193 0 0 0 0 0 0 0 25 0 9 0 468922026 107855872 1099 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488524027 0 2147483391 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/6850/statm: 26332 1099 805 742 0 18903 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 105328

[startup+0.100436 s]
/proc/loadavg: 3.68 3.93 3.91 5/213 6850
/proc/meminfo: memFree=14551716/32950928 swapFree=67087032/67111528
[pid=6850] ppid=6848 vsize=107212 CPUtime=0.05 cores=5,7
/proc/6850/stat : 6850 (mono) R 6848 6850 5983 0 -1 4202496 1807 0 0 0 5 0 0 0 18 0 9 0 468922026 109785088 1709 33554432000 4194304 7232020 140735503845008 18446744073709551615 1097036260 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/6850/statm: 26803 1709 994 742 0 19374 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 107212

[startup+0.300394 s]
/proc/loadavg: 3.68 3.93 3.91 5/213 6850
/proc/meminfo: memFree=14551716/32950928 swapFree=67087032/67111528
[pid=6850] ppid=6848 vsize=119228 CPUtime=0.25 cores=5,7
/proc/6850/stat : 6850 (mono) R 6848 6850 5983 0 -1 4202496 4183 0 0 0 25 0 0 0 18 0 9 0 468922026 122089472 4085 33554432000 4194304 7232020 140735503845008 18446744073709551615 1097050297 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/6850/statm: 29807 4085 999 742 0 22378 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 119228

[startup+0.700311 s]
/proc/loadavg: 3.68 3.93 3.91 5/213 6850
/proc/meminfo: memFree=14551716/32950928 swapFree=67087032/67111528
[pid=6850] ppid=6848 vsize=119228 CPUtime=0.65 cores=5,7
/proc/6850/stat : 6850 (mono) R 6848 6850 5983 0 -1 4202496 4183 0 0 0 65 0 0 0 18 0 9 0 468922026 122089472 4085 33554432000 4194304 7232020 140735503845008 18446744073709551615 1097049067 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/6850/statm: 29807 4085 999 742 0 22378 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 119228

[startup+1.5011 s]
/proc/loadavg: 3.68 3.93 3.91 5/222 6894
/proc/meminfo: memFree=14527304/32950928 swapFree=67087032/67111528
[pid=6850] ppid=6848 vsize=119228 CPUtime=1.46 cores=5,7
/proc/6850/stat : 6850 (mono) R 6848 6850 5983 0 -1 4202496 4183 0 0 0 146 0 0 0 18 0 9 0 468922026 122089472 3954 33554432000 4194304 7232020 140735503845008 18446744073709551615 5574331 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/6850/statm: 29807 3954 999 742 0 22378 0
[pid=6850/tid=6852] ppid=6848 vsize=119228 CPUtime=0 cores=5,7
/proc/6850/task/6852/stat : 6852 (mono) S 6848 6850 5983 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 468922027 122089472 3954 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6853] ppid=6848 vsize=119228 CPUtime=0 cores=5,7
/proc/6850/task/6853/stat : 6853 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 468922027 122089472 3954 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6854] ppid=6848 vsize=119228 CPUtime=0 cores=5,7
/proc/6850/task/6854/stat : 6854 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 468922027 122089472 3954 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6855] ppid=6848 vsize=119228 CPUtime=0 cores=5,7
/proc/6850/task/6855/stat : 6855 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 468922027 122089472 3954 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6856] ppid=6848 vsize=119228 CPUtime=0 cores=5,7
/proc/6850/task/6856/stat : 6856 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 468922027 122089472 3954 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6857] ppid=6848 vsize=119228 CPUtime=0 cores=5,7
/proc/6850/task/6857/stat : 6857 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 468922027 122089472 3954 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6858] ppid=6848 vsize=119228 CPUtime=0 cores=5,7
/proc/6850/task/6858/stat : 6858 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 468922027 122089472 3954 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6859] ppid=6848 vsize=119228 CPUtime=0 cores=5,7
/proc/6850/task/6859/stat : 6859 (mono) S 6848 6850 5983 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 468922028 122089472 3954 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488518577 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 119228

[startup+3.10085 s]
/proc/loadavg: 3.68 3.93 3.91 5/222 6894
/proc/meminfo: memFree=14520628/32950928 swapFree=67087032/67111528
[pid=6850] ppid=6848 vsize=119228 CPUtime=3.08 cores=5,7
/proc/6850/stat : 6850 (mono) R 6848 6850 5983 0 -1 4202496 4578 0 0 0 307 1 0 0 18 0 9 0 468922026 122089472 4264 33554432000 4194304 7232020 140735503845008 18446744073709551615 1083960542 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/6850/statm: 29807 4264 999 742 0 22378 0
[pid=6850/tid=6852] ppid=6848 vsize=119228 CPUtime=0 cores=5,7
/proc/6850/task/6852/stat : 6852 (mono) S 6848 6850 5983 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 468922027 122089472 4264 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6853] ppid=6848 vsize=119228 CPUtime=0 cores=5,7
/proc/6850/task/6853/stat : 6853 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 468922027 122089472 4264 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6854] ppid=6848 vsize=119228 CPUtime=0 cores=5,7
/proc/6850/task/6854/stat : 6854 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 468922027 122089472 4264 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6855] ppid=6848 vsize=119228 CPUtime=0 cores=5,7
/proc/6850/task/6855/stat : 6855 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 468922027 122089472 4264 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6856] ppid=6848 vsize=119228 CPUtime=0.01 cores=5,7
/proc/6850/task/6856/stat : 6856 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 468922027 122089472 4264 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6857] ppid=6848 vsize=119228 CPUtime=0 cores=5,7
/proc/6850/task/6857/stat : 6857 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 468922027 122089472 4264 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6858] ppid=6848 vsize=119228 CPUtime=0 cores=5,7
/proc/6850/task/6858/stat : 6858 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 468922027 122089472 4264 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6859] ppid=6848 vsize=119228 CPUtime=0 cores=5,7
/proc/6850/task/6859/stat : 6859 (mono) S 6848 6850 5983 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 468922028 122089472 4264 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488518577 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 119228

[startup+6.30124 s]
/proc/loadavg: 3.70 3.93 3.91 5/222 6964
/proc/meminfo: memFree=14521476/32950928 swapFree=67087032/67111528
[pid=6850] ppid=6848 vsize=119228 CPUtime=6.31 cores=5,7
/proc/6850/stat : 6850 (mono) R 6848 6850 5983 0 -1 4202496 4592 0 0 0 630 1 0 0 18 0 9 0 468922026 122089472 4278 33554432000 4194304 7232020 140735503845008 18446744073709551615 1100851056 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/6850/statm: 29807 4278 999 742 0 22378 0
[pid=6850/tid=6852] ppid=6848 vsize=119228 CPUtime=0.01 cores=5,7
/proc/6850/task/6852/stat : 6852 (mono) S 6848 6850 5983 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 468922027 122089472 4278 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6853] ppid=6848 vsize=119228 CPUtime=0.01 cores=5,7
/proc/6850/task/6853/stat : 6853 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 468922027 122089472 4278 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6854] ppid=6848 vsize=119228 CPUtime=0.01 cores=5,7
/proc/6850/task/6854/stat : 6854 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 468922027 122089472 4278 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6855] ppid=6848 vsize=119228 CPUtime=0.01 cores=5,7
/proc/6850/task/6855/stat : 6855 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 468922027 122089472 4278 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6856] ppid=6848 vsize=119228 CPUtime=0.02 cores=5,7
/proc/6850/task/6856/stat : 6856 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 468922027 122089472 4278 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6857] ppid=6848 vsize=119228 CPUtime=0.01 cores=5,7
/proc/6850/task/6857/stat : 6857 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 468922027 122089472 4278 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6858] ppid=6848 vsize=119228 CPUtime=0.01 cores=5,7
/proc/6850/task/6858/stat : 6858 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 468922027 122089472 4278 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6859] ppid=6848 vsize=119228 CPUtime=0 cores=5,7
/proc/6850/task/6859/stat : 6859 (mono) S 6848 6850 5983 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 468922028 122089472 4278 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488518577 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 119228

[startup+12.701 s]
/proc/loadavg: 3.73 3.94 3.91 5/222 6964
/proc/meminfo: memFree=14502704/32950928 swapFree=67087032/67111528
[pid=6850] ppid=6848 vsize=119228 CPUtime=12.77 cores=5,7
/proc/6850/stat : 6850 (mono) R 6848 6850 5983 0 -1 4202496 5404 0 0 0 1275 2 0 0 18 0 9 0 468922026 122089472 4122 33554432000 4194304 7232020 140735503845008 18446744073709551615 1097043427 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/6850/statm: 29807 4122 999 742 0 22378 0
[pid=6850/tid=6852] ppid=6848 vsize=119228 CPUtime=0.03 cores=5,7
/proc/6850/task/6852/stat : 6852 (mono) S 6848 6850 5983 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 9 0 468922027 122089472 4122 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6853] ppid=6848 vsize=119228 CPUtime=0.03 cores=5,7
/proc/6850/task/6853/stat : 6853 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 468922027 122089472 4122 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6854] ppid=6848 vsize=119228 CPUtime=0.02 cores=5,7
/proc/6850/task/6854/stat : 6854 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 468922027 122089472 4122 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6855] ppid=6848 vsize=119228 CPUtime=0.03 cores=5,7
/proc/6850/task/6855/stat : 6855 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 468922027 122089472 4122 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6856] ppid=6848 vsize=119228 CPUtime=0.03 cores=5,7
/proc/6850/task/6856/stat : 6856 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 468922027 122089472 4122 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6857] ppid=6848 vsize=119228 CPUtime=0.03 cores=5,7
/proc/6850/task/6857/stat : 6857 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 468922027 122089472 4122 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6858] ppid=6848 vsize=119228 CPUtime=0.03 cores=5,7
/proc/6850/task/6858/stat : 6858 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 468922027 122089472 4122 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6859] ppid=6848 vsize=119228 CPUtime=0 cores=5,7
/proc/6850/task/6859/stat : 6859 (mono) S 6848 6850 5983 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 468922028 122089472 4122 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488518577 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 119228

[startup+25.5006 s]
/proc/loadavg: 3.79 3.94 3.91 5/222 6965
/proc/meminfo: memFree=14490456/32950928 swapFree=67087032/67111528
[pid=6850] ppid=6848 vsize=119228 CPUtime=25.67 cores=5,7
/proc/6850/stat : 6850 (mono) R 6848 6850 5983 0 -1 4202496 5564 0 0 0 2562 5 0 0 18 0 9 0 468922026 122089472 4237 33554432000 4194304 7232020 140735503845008 18446744073709551615 1097046724 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/6850/statm: 29807 4237 999 742 0 22378 0
[pid=6850/tid=6852] ppid=6848 vsize=119228 CPUtime=0.06 cores=5,7
/proc/6850/task/6852/stat : 6852 (mono) S 6848 6850 5983 0 -1 4202560 4 0 0 0 6 0 0 0 15 0 9 0 468922027 122089472 4237 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6853] ppid=6848 vsize=119228 CPUtime=0.06 cores=5,7
/proc/6850/task/6853/stat : 6853 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 468922027 122089472 4237 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6854] ppid=6848 vsize=119228 CPUtime=0.05 cores=5,7
/proc/6850/task/6854/stat : 6854 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 468922027 122089472 4237 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6855] ppid=6848 vsize=119228 CPUtime=0.06 cores=5,7
/proc/6850/task/6855/stat : 6855 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 468922027 122089472 4237 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6856] ppid=6848 vsize=119228 CPUtime=0.07 cores=5,7
/proc/6850/task/6856/stat : 6856 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 468922027 122089472 4237 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6857] ppid=6848 vsize=119228 CPUtime=0.06 cores=5,7
/proc/6850/task/6857/stat : 6857 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 468922027 122089472 4237 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6858] ppid=6848 vsize=119228 CPUtime=0.06 cores=5,7
/proc/6850/task/6858/stat : 6858 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 468922027 122089472 4237 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6859] ppid=6848 vsize=119228 CPUtime=0 cores=5,7
/proc/6850/task/6859/stat : 6859 (mono) S 6848 6850 5983 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 468922028 122089472 4237 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488518577 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.67
Current children cumulated vsize (KiB) 119228

[startup+51.1007 s]
/proc/loadavg: 3.86 3.94 3.91 5/222 6965
/proc/meminfo: memFree=14467224/32950928 swapFree=67087032/67111528
[pid=6850] ppid=6848 vsize=123636 CPUtime=51.57 cores=5,7
/proc/6850/stat : 6850 (mono) R 6848 6850 5983 0 -1 4202496 6642 0 0 0 5145 12 0 0 18 0 9 0 468922026 126603264 4990 33554432000 4194304 7232020 140735503845008 18446744073709551615 1097046129 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/6850/statm: 30909 4990 999 742 0 23480 0
[pid=6850/tid=6852] ppid=6848 vsize=123636 CPUtime=0.15 cores=5,7
/proc/6850/task/6852/stat : 6852 (mono) S 6848 6850 5983 0 -1 4202560 4 0 0 0 14 1 0 0 15 0 9 0 468922027 126603264 4990 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6853] ppid=6848 vsize=123636 CPUtime=0.15 cores=5,7
/proc/6850/task/6853/stat : 6853 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 15 0 0 0 15 0 9 0 468922027 126603264 4990 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6854] ppid=6848 vsize=123636 CPUtime=0.14 cores=5,7

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

/proc/6850/task/6855/stat : 6855 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 437 15 0 0 16 0 9 0 468922027 132730880 5917 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6856] ppid=6848 vsize=129620 CPUtime=4.56 cores=5,7
/proc/6850/task/6856/stat : 6856 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 440 16 0 0 15 0 9 0 468922027 132730880 5917 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6857] ppid=6848 vsize=129620 CPUtime=4.58 cores=5,7
/proc/6850/task/6857/stat : 6857 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 442 16 0 0 15 0 9 0 468922027 132730880 5917 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6858] ppid=6848 vsize=129620 CPUtime=4.67 cores=5,7
/proc/6850/task/6858/stat : 6858 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 451 16 0 0 15 0 9 0 468922027 132730880 5917 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6859] ppid=6848 vsize=129620 CPUtime=0.2 cores=5,7
/proc/6850/task/6859/stat : 6859 (mono) S 6848 6850 5983 0 -1 4202560 3 0 0 0 6 14 0 0 15 0 9 0 468922028 132730880 5917 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488518577 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 956.8
Current children cumulated vsize (KiB) 129620

[startup+1002.3 s]
/proc/loadavg: 4.74 4.56 4.24 5/222 6991
/proc/meminfo: memFree=14261176/32950928 swapFree=67087032/67111528
[pid=6850] ppid=6848 vsize=129620 CPUtime=1017.78 cores=5,7
/proc/6850/stat : 6850 (mono) R 6848 6850 5983 0 -1 4202496 50181 0 0 0 101608 170 0 0 18 0 9 0 468922026 132730880 6004 33554432000 4194304 7232020 140735503845008 18446744073709551615 1097034893 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 0
/proc/6850/statm: 32405 6004 999 742 0 24976 0
[pid=6850/tid=6852] ppid=6848 vsize=129620 CPUtime=4.94 cores=5,7
/proc/6850/task/6852/stat : 6852 (mono) S 6848 6850 5983 0 -1 4202560 4 0 0 0 477 17 0 0 15 0 9 0 468922027 132730880 6004 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6853] ppid=6848 vsize=129620 CPUtime=4.89 cores=5,7
/proc/6850/task/6853/stat : 6853 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 474 15 0 0 15 0 9 0 468922027 132730880 6004 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6854] ppid=6848 vsize=129620 CPUtime=4.9 cores=5,7
/proc/6850/task/6854/stat : 6854 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 475 15 0 0 15 0 9 0 468922027 132730880 6004 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6855] ppid=6848 vsize=129620 CPUtime=4.83 cores=5,7
/proc/6850/task/6855/stat : 6855 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 467 16 0 0 15 0 9 0 468922027 132730880 6004 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6856] ppid=6848 vsize=129620 CPUtime=4.85 cores=5,7
/proc/6850/task/6856/stat : 6856 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 468 17 0 0 15 0 9 0 468922027 132730880 6004 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6857] ppid=6848 vsize=129620 CPUtime=4.88 cores=5,7
/proc/6850/task/6857/stat : 6857 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 472 16 0 0 15 0 9 0 468922027 132730880 6004 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6858] ppid=6848 vsize=129620 CPUtime=4.94 cores=5,7
/proc/6850/task/6858/stat : 6858 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 477 17 0 0 16 0 9 0 468922027 132730880 6004 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6859] ppid=6848 vsize=129620 CPUtime=0.22 cores=5,7
/proc/6850/task/6859/stat : 6859 (mono) S 6848 6850 5983 0 -1 4202560 3 0 0 0 7 15 0 0 15 0 9 0 468922028 132730880 6004 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488518577 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1017.78
Current children cumulated vsize (KiB) 129620

[startup+1062.3 s]
/proc/loadavg: 4.75 4.56 4.25 5/222 6992
/proc/meminfo: memFree=14254332/32950928 swapFree=67087032/67111528
[pid=6850] ppid=6848 vsize=129620 CPUtime=1078.71 cores=5,7
/proc/6850/stat : 6850 (mono) R 6848 6850 5983 0 -1 4202496 52471 0 0 0 107690 181 0 0 18 0 9 0 468922026 132730880 6204 33554432000 4194304 7232020 140735503845008 18446744073709551615 1097043769 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 0
/proc/6850/statm: 32405 6204 999 742 0 24976 0
[pid=6850/tid=6852] ppid=6848 vsize=129620 CPUtime=5.25 cores=5,7
/proc/6850/task/6852/stat : 6852 (mono) S 6848 6850 5983 0 -1 4202560 4 0 0 0 507 18 0 0 15 0 9 0 468922027 132730880 6204 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6853] ppid=6848 vsize=129620 CPUtime=5.22 cores=5,7
/proc/6850/task/6853/stat : 6853 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 506 16 0 0 16 0 9 0 468922027 132730880 6204 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6854] ppid=6848 vsize=129620 CPUtime=5.19 cores=5,7
/proc/6850/task/6854/stat : 6854 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 503 16 0 0 15 0 9 0 468922027 132730880 6204 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6855] ppid=6848 vsize=129620 CPUtime=5.11 cores=5,7
/proc/6850/task/6855/stat : 6855 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 495 16 0 0 15 0 9 0 468922027 132730880 6204 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6856] ppid=6848 vsize=129620 CPUtime=5.2 cores=5,7
/proc/6850/task/6856/stat : 6856 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 501 19 0 0 15 0 9 0 468922027 132730880 6204 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6857] ppid=6848 vsize=129620 CPUtime=5.21 cores=5,7
/proc/6850/task/6857/stat : 6857 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 503 18 0 0 15 0 9 0 468922027 132730880 6204 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6858] ppid=6848 vsize=129620 CPUtime=5.23 cores=5,7
/proc/6850/task/6858/stat : 6858 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 504 19 0 0 16 0 9 0 468922027 132730880 6204 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6859] ppid=6848 vsize=129620 CPUtime=0.25 cores=5,7
/proc/6850/task/6859/stat : 6859 (mono) S 6848 6850 5983 0 -1 4202560 3 0 0 0 8 17 0 0 15 0 9 0 468922028 132730880 6204 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488518577 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1078.71
Current children cumulated vsize (KiB) 129620

[startup+1122.3 s]
/proc/loadavg: 4.27 4.45 4.24 5/222 6994
/proc/meminfo: memFree=14246500/32950928 swapFree=67087032/67111528
[pid=6850] ppid=6848 vsize=129620 CPUtime=1139.75 cores=5,7
/proc/6850/stat : 6850 (mono) R 6848 6850 5983 0 -1 4202496 53817 0 0 0 113785 190 0 0 18 0 9 0 468922026 132730880 6185 33554432000 4194304 7232020 140735503845008 18446744073709551615 239476385898 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 0
/proc/6850/statm: 32405 6185 999 742 0 24976 0
[pid=6850/tid=6852] ppid=6848 vsize=129620 CPUtime=5.54 cores=5,7
/proc/6850/task/6852/stat : 6852 (mono) S 6848 6850 5983 0 -1 4202560 4 0 0 0 536 18 0 0 15 0 9 0 468922027 132730880 6185 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6853] ppid=6848 vsize=129620 CPUtime=5.51 cores=5,7
/proc/6850/task/6853/stat : 6853 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 535 16 0 0 15 0 9 0 468922027 132730880 6185 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6854] ppid=6848 vsize=129620 CPUtime=5.49 cores=5,7
/proc/6850/task/6854/stat : 6854 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 532 17 0 0 15 0 9 0 468922027 132730880 6185 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6855] ppid=6848 vsize=129620 CPUtime=5.44 cores=5,7
/proc/6850/task/6855/stat : 6855 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 527 17 0 0 15 0 9 0 468922027 132730880 6185 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6856] ppid=6848 vsize=129620 CPUtime=5.5 cores=5,7
/proc/6850/task/6856/stat : 6856 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 530 20 0 0 15 0 9 0 468922027 132730880 6185 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6857] ppid=6848 vsize=129620 CPUtime=5.52 cores=5,7
/proc/6850/task/6857/stat : 6857 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 533 19 0 0 15 0 9 0 468922027 132730880 6185 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6858] ppid=6848 vsize=129620 CPUtime=5.56 cores=5,7
/proc/6850/task/6858/stat : 6858 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 537 19 0 0 15 0 9 0 468922027 132730880 6185 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6859] ppid=6848 vsize=129620 CPUtime=0.26 cores=5,7
/proc/6850/task/6859/stat : 6859 (mono) S 6848 6850 5983 0 -1 4202560 3 0 0 0 8 18 0 0 15 0 9 0 468922028 132730880 6185 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488518577 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1139.75
Current children cumulated vsize (KiB) 129620

[startup+1182.3 s]
/proc/loadavg: 4.19 4.40 4.23 5/222 6996
/proc/meminfo: memFree=14227760/32950928 swapFree=67087032/67111528
[pid=6850] ppid=6848 vsize=129620 CPUtime=1200.77 cores=5,7
/proc/6850/stat : 6850 (mono) R 6848 6850 5983 0 -1 4202496 55706 0 0 0 119876 201 0 0 19 0 9 0 468922026 132730880 5993 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488514482 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/6850/statm: 32405 5993 999 742 0 24976 0
[pid=6850/tid=6852] ppid=6848 vsize=129620 CPUtime=5.83 cores=5,7
/proc/6850/task/6852/stat : 6852 (mono) S 6848 6850 5983 0 -1 4202560 4 0 0 0 564 19 0 0 16 0 9 0 468922027 132730880 5993 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6853] ppid=6848 vsize=129620 CPUtime=5.81 cores=5,7
/proc/6850/task/6853/stat : 6853 (mono) R 6848 6850 5983 0 -1 4202560 2 0 0 0 564 17 0 0 16 0 9 0 468922027 132730880 5993 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 0 0 0 -1 7 0 0 0
[pid=6850/tid=6854] ppid=6848 vsize=129620 CPUtime=5.82 cores=5,7
/proc/6850/task/6854/stat : 6854 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 564 18 0 0 15 0 9 0 468922027 132730880 5993 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6855] ppid=6848 vsize=129620 CPUtime=5.77 cores=5,7
/proc/6850/task/6855/stat : 6855 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 559 18 0 0 15 0 9 0 468922027 132730880 5993 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6856] ppid=6848 vsize=129620 CPUtime=5.82 cores=5,7
/proc/6850/task/6856/stat : 6856 (mono) R 6848 6850 5983 0 -1 4202560 2 0 0 0 561 21 0 0 15 0 9 0 468922027 132730880 5993 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 0 0 0 -1 7 0 0 0
[pid=6850/tid=6857] ppid=6848 vsize=129620 CPUtime=5.84 cores=5,7
/proc/6850/task/6857/stat : 6857 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 564 20 0 0 15 0 9 0 468922027 132730880 5993 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6858] ppid=6848 vsize=129620 CPUtime=5.89 cores=5,7
/proc/6850/task/6858/stat : 6858 (mono) R 6848 6850 5983 0 -1 4202560 2 0 0 0 568 21 0 0 15 0 9 0 468922027 132730880 5993 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 0 0 0 -1 7 0 0 0
[pid=6850/tid=6859] ppid=6848 vsize=129620 CPUtime=0.27 cores=5,7
/proc/6850/task/6859/stat : 6859 (mono) S 6848 6850 5983 0 -1 4202560 3 0 0 0 8 19 0 0 15 0 9 0 468922028 132730880 5993 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488518577 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.77
Current children cumulated vsize (KiB) 129620

[startup+1242.3 s]
/proc/loadavg: 4.50 4.43 4.25 5/222 7006
/proc/meminfo: memFree=14183536/32950928 swapFree=67087032/67111528
[pid=6850] ppid=6848 vsize=129620 CPUtime=1261.78 cores=5,7
/proc/6850/stat : 6850 (mono) R 6848 6850 5983 0 -1 4202496 57421 0 0 0 125967 211 0 0 18 0 9 0 468922026 132730880 6077 33554432000 4194304 7232020 140735503845008 18446744073709551615 1097047917 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/6850/statm: 32405 6077 999 742 0 24976 0
[pid=6850/tid=6852] ppid=6848 vsize=129620 CPUtime=6.14 cores=5,7
/proc/6850/task/6852/stat : 6852 (mono) S 6848 6850 5983 0 -1 4202560 4 0 0 0 594 20 0 0 15 0 9 0 468922027 132730880 6077 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6853] ppid=6848 vsize=129620 CPUtime=6.11 cores=5,7
/proc/6850/task/6853/stat : 6853 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 593 18 0 0 15 0 9 0 468922027 132730880 6077 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6854] ppid=6848 vsize=129620 CPUtime=6.12 cores=5,7
/proc/6850/task/6854/stat : 6854 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 593 19 0 0 15 0 9 0 468922027 132730880 6077 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6855] ppid=6848 vsize=129620 CPUtime=6.06 cores=5,7
/proc/6850/task/6855/stat : 6855 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 587 19 0 0 15 0 9 0 468922027 132730880 6077 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6856] ppid=6848 vsize=129620 CPUtime=6.16 cores=5,7
/proc/6850/task/6856/stat : 6856 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 594 22 0 0 15 0 9 0 468922027 132730880 6077 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6857] ppid=6848 vsize=129620 CPUtime=6.17 cores=5,7
/proc/6850/task/6857/stat : 6857 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 596 21 0 0 15 0 9 0 468922027 132730880 6077 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6858] ppid=6848 vsize=129620 CPUtime=6.21 cores=5,7
/proc/6850/task/6858/stat : 6858 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 600 21 0 0 16 0 9 0 468922027 132730880 6077 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6859] ppid=6848 vsize=129620 CPUtime=0.29 cores=5,7
/proc/6850/task/6859/stat : 6859 (mono) S 6848 6850 5983 0 -1 4202560 3 0 0 0 9 20 0 0 15 0 9 0 468922028 132730880 6077 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488518577 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1261.78
Current children cumulated vsize (KiB) 129620



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.18 4.35 4.23 5/222 7008
/proc/meminfo: memFree=14180656/32950928 swapFree=67087032/67111528
[pid=6850] ppid=6848 vsize=129620 CPUtime=1320.46 cores=5,7
/proc/6850/stat : 6850 (mono) R 6848 6850 5983 0 -1 4202496 58841 0 0 0 131827 219 0 0 18 0 9 0 468922026 132730880 6138 33554432000 4194304 7232020 140735503845008 18446744073709551615 1097043716 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/6850/statm: 32405 6138 999 742 0 24976 0
[pid=6850/tid=6852] ppid=6848 vsize=129620 CPUtime=6.45 cores=5,7
/proc/6850/task/6852/stat : 6852 (mono) S 6848 6850 5983 0 -1 4202560 4 0 0 0 624 21 0 0 15 0 9 0 468922027 132730880 6138 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6853] ppid=6848 vsize=129620 CPUtime=6.41 cores=5,7
/proc/6850/task/6853/stat : 6853 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 622 19 0 0 15 0 9 0 468922027 132730880 6138 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6854] ppid=6848 vsize=129620 CPUtime=6.41 cores=5,7
/proc/6850/task/6854/stat : 6854 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 621 20 0 0 15 0 9 0 468922027 132730880 6138 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6855] ppid=6848 vsize=129620 CPUtime=6.36 cores=5,7
/proc/6850/task/6855/stat : 6855 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 616 20 0 0 15 0 9 0 468922027 132730880 6138 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6856] ppid=6848 vsize=129620 CPUtime=6.44 cores=5,7
/proc/6850/task/6856/stat : 6856 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 621 23 0 0 15 0 9 0 468922027 132730880 6138 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
[pid=6850/tid=6857] ppid=6848 vsize=129620 CPUtime=6.44 cores=5,7
/proc/6850/task/6857/stat : 6857 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 622 22 0 0 16 0 9 0 468922027 132730880 6138 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6858] ppid=6848 vsize=129620 CPUtime=6.51 cores=5,7
/proc/6850/task/6858/stat : 6858 (mono) S 6848 6850 5983 0 -1 4202560 2 0 0 0 629 22 0 0 15 0 9 0 468922027 132730880 6138 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488510873 0 0 4096 545260780 18446604460016851904 0 0 -1 5 0 0 0
[pid=6850/tid=6859] ppid=6848 vsize=129620 CPUtime=0.3 cores=5,7
/proc/6850/task/6859/stat : 6859 (mono) S 6848 6850 5983 0 -1 4202560 3 0 0 0 9 21 0 0 15 0 9 0 468922028 132730880 6138 33554432000 4194304 7232020 140735503845008 18446744073709551615 239488518577 0 0 4096 545260780 18446604460016851904 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1320.46
Current children cumulated vsize (KiB) 129620

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): 1300.02
CPU time (s): 1320.48
CPU user time (s): 1318.28
CPU system time (s): 2.19867
CPU usage (%): 101.574
Max. virtual memory (cumulated for all children) (KiB): 129620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1318.28
system time used= 2.19867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58841
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= 718734
involuntary context switches= 151340

runsolver used 2.06968 second user time and 5.08123 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-23 17:40:50
IDJOB=3264413
IDBENCH=84608
IDSOLVER=1608
FILE ID=node148/3264413-1303573250
RUNJOBID= node148-1303573249-6787
PBS_JOBID= 13150285
Free space on /tmp= 70596 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT04/handmade/connamacher/connm-d0.02/connm-ue-csp-sat-n800-d0.02-s111845174.used-as.sat04-958.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264413-1303573250/watcher-3264413-1303573250 -o /tmp/evaluation-result-3264413-1303573250/solver-3264413-1303573250 -C 2400 -W 1300 -M 7680  mono Main.exe HOME/instance-3264413-1303573250.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 7bb85ebdeae46262f72a4c54d4e16683
RANDOM SEED=978608025

node148.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.854
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.70
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.854
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.854
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.854
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.854
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.82
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.854
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.854
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.82
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.854
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:     32950928 kB
MemFree:      14551988 kB
Buffers:       2044304 kB
Cached:       15729012 kB
SwapCached:       5264 kB
Active:        8894012 kB
Inactive:      8945880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14551988 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:             628 kB
Writeback:           0 kB
AnonPages:       62208 kB
Mapped:          16900 kB
Slab:           494532 kB
PageTables:       5412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   492268 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70596 MiB
End job on node148 at 2011-04-23 18:02:32