Trace number 3394711

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.07 4947.55

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
MD5SUMad30956261e72142648a01bc7c025dba
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 variables85
Number of clauses29282
Sum of the clauses size292650
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 534
Number of clauses of size over 529248

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-3394711-1306085680/watcher-3394711-1306085680 -o /tmp/evaluation-result-3394711-1306085680/solver-3394711-1306085680 -C 5000 -W 5100 -M 15500 mono Main.exe HOME/instance-3394711-1306085680.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: 0.92 0.99 1.01 3/480 7225
/proc/meminfo: memFree=7845864/32950928 swapFree=56454908/67111528
[pid=7225] ppid=7223 vsize=3448 CPUtime=0 cores=1,3,5,7
/proc/7225/stat : 7225 (mono) S 7223 7225 6445 0 -1 4194304 78 0 0 0 0 0 0 0 21 0 1 0 720167686 3530752 32 33554432000 4194304 7232020 140734362429312 18446744073709551615 208075308679 0 2147483391 4096 0 18446744071699207358 0 0 17 1 0 0 0
/proc/7225/statm: 862 32 24 742 0 80 0

[startup+0.0419301 s]
/proc/loadavg: 0.92 0.99 1.01 3/480 7225
/proc/meminfo: memFree=7845864/32950928 swapFree=56454908/67111528
[pid=7225] ppid=7223 vsize=102536 CPUtime=0 cores=1,3,5,7
/proc/7225/stat : 7225 (mono) D 7223 7225 6445 0 -1 4202496 768 0 7 0 0 0 0 0 17 0 8 0 720167686 104996864 684 33554432000 4194304 7232020 140734362429312 18446744073709551615 5666888 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 1
/proc/7225/statm: 25634 684 529 742 0 18205 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102536

[startup+0.101846 s]
/proc/loadavg: 0.92 0.99 1.01 3/480 7225
/proc/meminfo: memFree=7845864/32950928 swapFree=56454908/67111528
[pid=7225] ppid=7223 vsize=107108 CPUtime=0.05 cores=1,3,5,7
/proc/7225/stat : 7225 (mono) S 7223 7225 6445 0 -1 4202496 1804 0 14 0 5 0 0 0 18 0 9 0 720167686 109678592 1725 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 2
/proc/7225/statm: 26777 1733 976 742 0 19348 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 107108

[startup+0.300881 s]
/proc/loadavg: 0.92 0.99 1.01 3/480 7225
/proc/meminfo: memFree=7845864/32950928 swapFree=56454908/67111528
[pid=7225] ppid=7223 vsize=121588 CPUtime=0.27 cores=1,3,5,7
/proc/7225/stat : 7225 (mono) R 7223 7225 6445 0 -1 4202496 5235 0 14 0 25 2 0 0 18 0 9 0 720167686 124506112 5156 33554432000 4194304 7232020 140734362429312 18446744073709551615 1091205032 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 2
/proc/7225/statm: 30397 5156 1000 742 0 22968 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 121588

[startup+0.700804 s]
/proc/loadavg: 0.92 0.99 1.01 3/480 7225
/proc/meminfo: memFree=7845864/32950928 swapFree=56454908/67111528
[pid=7225] ppid=7223 vsize=133976 CPUtime=0.67 cores=1,3,5,7
/proc/7225/stat : 7225 (mono) R 7223 7225 6445 0 -1 4202496 7902 0 14 0 65 2 0 0 18 0 9 0 720167686 137191424 7823 33554432000 4194304 7232020 140734362429312 18446744073709551615 1078728233 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 2
/proc/7225/statm: 33494 7823 1025 742 0 26065 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 133976

[startup+1.50065 s]
/proc/loadavg: 0.92 0.99 1.01 5/498 7243
/proc/meminfo: memFree=7790552/32950928 swapFree=56454924/67111528
[pid=7225] ppid=7223 vsize=133976 CPUtime=1.5 cores=1,3,5,7
/proc/7225/stat : 7225 (mono) R 7223 7225 6445 0 -1 4202496 8457 0 14 0 147 3 0 0 18 0 9 0 720167686 137191424 6928 33554432000 4194304 7232020 140734362429312 18446744073709551615 1078728057 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 2
/proc/7225/statm: 33494 6928 1025 742 0 26065 0
[pid=7225/tid=7228] ppid=7223 vsize=133976 CPUtime=0.01 cores=1,3,5,7
/proc/7225/task/7228/stat : 7228 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 1 0 0 0 16 0 9 0 720167688 137191424 6928 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7229] ppid=7223 vsize=133976 CPUtime=0.01 cores=1,3,5,7
/proc/7225/task/7229/stat : 7229 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720167688 137191424 6928 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7230] ppid=7223 vsize=133976 CPUtime=0 cores=1,3,5,7
/proc/7225/task/7230/stat : 7230 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720167688 137191424 6928 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7231] ppid=7223 vsize=133976 CPUtime=0.01 cores=1,3,5,7
/proc/7225/task/7231/stat : 7231 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720167688 137191424 6928 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7232] ppid=7223 vsize=133976 CPUtime=0.01 cores=1,3,5,7
/proc/7225/task/7232/stat : 7232 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720167688 137191424 6928 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7233] ppid=7223 vsize=133976 CPUtime=0.01 cores=1,3,5,7
/proc/7225/task/7233/stat : 7233 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720167688 137191424 6928 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7234] ppid=7223 vsize=133976 CPUtime=0.01 cores=1,3,5,7
/proc/7225/task/7234/stat : 7234 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 720167688 137191424 6928 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7243] ppid=7223 vsize=133976 CPUtime=0 cores=1,3,5,7
/proc/7225/task/7243/stat : 7243 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720167691 137191424 6928 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092055985 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 133976

[startup+3.10035 s]
/proc/loadavg: 0.92 0.99 1.01 5/498 7243
/proc/meminfo: memFree=7789436/32950928 swapFree=56454924/67111528
[pid=7225] ppid=7223 vsize=134040 CPUtime=3.13 cores=1,3,5,7
/proc/7225/stat : 7225 (mono) R 7223 7225 6445 0 -1 4202496 9200 0 14 0 310 3 0 0 18 0 9 0 720167686 137256960 7671 33554432000 4194304 7232020 140734362429312 18446744073709551615 1078724877 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 2
/proc/7225/statm: 33510 7671 1025 742 0 26081 0
[pid=7225/tid=7228] ppid=7223 vsize=134040 CPUtime=0.02 cores=1,3,5,7
/proc/7225/task/7228/stat : 7228 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 9 0 720167688 137256960 7671 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7229] ppid=7223 vsize=134040 CPUtime=0.02 cores=1,3,5,7
/proc/7225/task/7229/stat : 7229 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 720167688 137256960 7671 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7230] ppid=7223 vsize=134040 CPUtime=0.01 cores=1,3,5,7
/proc/7225/task/7230/stat : 7230 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720167688 137256960 7671 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7231] ppid=7223 vsize=134040 CPUtime=0.01 cores=1,3,5,7
/proc/7225/task/7231/stat : 7231 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720167688 137256960 7671 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7232] ppid=7223 vsize=134040 CPUtime=0.01 cores=1,3,5,7
/proc/7225/task/7232/stat : 7232 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 720167688 137256960 7671 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7233] ppid=7223 vsize=134040 CPUtime=0.01 cores=1,3,5,7
/proc/7225/task/7233/stat : 7233 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720167688 137256960 7671 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7234] ppid=7223 vsize=134040 CPUtime=0.01 cores=1,3,5,7
/proc/7225/task/7234/stat : 7234 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720167688 137256960 7671 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7243] ppid=7223 vsize=134040 CPUtime=0 cores=1,3,5,7
/proc/7225/task/7243/stat : 7243 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720167691 137256960 7671 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092055985 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 134040

[startup+6.3008 s]
/proc/loadavg: 1.01 1.01 1.01 5/498 7243
/proc/meminfo: memFree=7773828/32950928 swapFree=56454924/67111528
[pid=7225] ppid=7223 vsize=142360 CPUtime=6.38 cores=1,3,5,7
/proc/7225/stat : 7225 (mono) R 7223 7225 6445 0 -1 4202496 10967 0 14 0 634 4 0 0 18 0 9 0 720167686 145776640 9319 33554432000 4194304 7232020 140734362429312 18446744073709551615 1078728353 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 2
/proc/7225/statm: 35590 9319 1026 742 0 28161 0
[pid=7225/tid=7228] ppid=7223 vsize=142360 CPUtime=0.03 cores=1,3,5,7
/proc/7225/task/7228/stat : 7228 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 720167688 145776640 9319 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7229] ppid=7223 vsize=142360 CPUtime=0.03 cores=1,3,5,7
/proc/7225/task/7229/stat : 7229 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 720167688 145776640 9319 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7230] ppid=7223 vsize=142360 CPUtime=0.02 cores=1,3,5,7
/proc/7225/task/7230/stat : 7230 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720167688 145776640 9319 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7231] ppid=7223 vsize=142360 CPUtime=0.03 cores=1,3,5,7
/proc/7225/task/7231/stat : 7231 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 720167688 145776640 9319 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7232] ppid=7223 vsize=142360 CPUtime=0.03 cores=1,3,5,7
/proc/7225/task/7232/stat : 7232 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 720167688 145776640 9319 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7233] ppid=7223 vsize=142360 CPUtime=0.02 cores=1,3,5,7
/proc/7225/task/7233/stat : 7233 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720167688 145776640 9319 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7234] ppid=7223 vsize=142360 CPUtime=0.02 cores=1,3,5,7
/proc/7225/task/7234/stat : 7234 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720167688 145776640 9319 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7243] ppid=7223 vsize=142360 CPUtime=0 cores=1,3,5,7
/proc/7225/task/7243/stat : 7243 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720167691 145776640 9319 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092055985 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 142360

[startup+12.7006 s]
/proc/loadavg: 1.25 1.06 1.03 5/498 7244
/proc/meminfo: memFree=7756468/32950928 swapFree=56454924/67111528
[pid=7225] ppid=7223 vsize=150616 CPUtime=12.91 cores=1,3,5,7
/proc/7225/stat : 7225 (mono) R 7223 7225 6445 0 -1 4202496 13202 0 14 0 1286 5 0 0 18 0 9 0 720167686 154230784 10129 33554432000 4194304 7232020 140734362429312 18446744073709551615 1078728375 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 2
/proc/7225/statm: 37654 10129 1026 742 0 30225 0
[pid=7225/tid=7228] ppid=7223 vsize=150616 CPUtime=0.06 cores=1,3,5,7
/proc/7225/task/7228/stat : 7228 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 6 0 0 0 15 0 9 0 720167688 154230784 10129 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7229] ppid=7223 vsize=150616 CPUtime=0.06 cores=1,3,5,7
/proc/7225/task/7229/stat : 7229 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 6 0 0 0 16 0 9 0 720167688 154230784 10129 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7230] ppid=7223 vsize=150616 CPUtime=0.05 cores=1,3,5,7
/proc/7225/task/7230/stat : 7230 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 720167688 154230784 10129 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7231] ppid=7223 vsize=150616 CPUtime=0.04 cores=1,3,5,7
/proc/7225/task/7231/stat : 7231 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 720167688 154230784 10129 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7232] ppid=7223 vsize=150616 CPUtime=0.06 cores=1,3,5,7
/proc/7225/task/7232/stat : 7232 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 720167688 154230784 10129 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7233] ppid=7223 vsize=150616 CPUtime=0.05 cores=1,3,5,7
/proc/7225/task/7233/stat : 7233 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 720167688 154230784 10129 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7234] ppid=7223 vsize=150616 CPUtime=0.03 cores=1,3,5,7
/proc/7225/task/7234/stat : 7234 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 720167688 154230784 10129 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7243] ppid=7223 vsize=150616 CPUtime=0 cores=1,3,5,7
/proc/7225/task/7243/stat : 7243 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720167691 154230784 10129 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092055985 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.91
Current children cumulated vsize (KiB) 150616

[startup+25.5011 s]
/proc/loadavg: 1.41 1.10 1.04 5/498 7244
/proc/meminfo: memFree=7731664/32950928 swapFree=56454924/67111528
[pid=7225] ppid=7223 vsize=159000 CPUtime=25.87 cores=1,3,5,7
/proc/7225/stat : 7225 (mono) R 7223 7225 6445 0 -1 4202496 17763 0 14 0 2581 6 0 0 18 0 9 0 720167686 162816000 13725 33554432000 4194304 7232020 140734362429312 18446744073709551615 6137396 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 2
/proc/7225/statm: 39750 13725 1037 742 0 32321 0
[pid=7225/tid=7228] ppid=7223 vsize=159000 CPUtime=0.09 cores=1,3,5,7
/proc/7225/task/7228/stat : 7228 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 9 0 0 0 15 0 9 0 720167688 162816000 13725 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7229] ppid=7223 vsize=159000 CPUtime=0.08 cores=1,3,5,7
/proc/7225/task/7229/stat : 7229 (mono) R 7223 7225 6445 0 -1 4202560 2 0 0 0 8 0 0 0 15 0 9 0 720167688 162816000 13725 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092058293 0 0 4096 545260780 0 0 0 -1 1 0 0 0
[pid=7225/tid=7230] ppid=7223 vsize=159000 CPUtime=0.08 cores=1,3,5,7
/proc/7225/task/7230/stat : 7230 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 8 0 0 0 16 0 9 0 720167688 162816000 13725 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7231] ppid=7223 vsize=159000 CPUtime=0.07 cores=1,3,5,7
/proc/7225/task/7231/stat : 7231 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 7 0 0 0 16 0 9 0 720167688 162816000 13725 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7232] ppid=7223 vsize=159000 CPUtime=0.09 cores=1,3,5,7
/proc/7225/task/7232/stat : 7232 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 9 0 0 0 15 0 9 0 720167688 162816000 13725 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7233] ppid=7223 vsize=159000 CPUtime=0.09 cores=1,3,5,7
/proc/7225/task/7233/stat : 7233 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 9 0 0 0 15 0 9 0 720167688 162816000 13725 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7234] ppid=7223 vsize=159000 CPUtime=0.07 cores=1,3,5,7
/proc/7225/task/7234/stat : 7234 (mono) R 7223 7225 6445 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 720167688 162816000 13725 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 0 0 0 -1 1 0 0 0
[pid=7225/tid=7243] ppid=7223 vsize=159000 CPUtime=0 cores=1,3,5,7
/proc/7225/task/7243/stat : 7243 (mono) S 7223 7225 6445 0 -1 4194368 3 0 0 0 0 0 0 0 15 0 9 0 720167691 162816000 13725 33554432000 4194304 7232020 140734362429312 18446744073709551615 208079620031 0 2138816217 4096 545260780 18446744071562694473 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.87
Current children cumulated vsize (KiB) 159000

[startup+51.1012 s]
/proc/loadavg: 1.61 1.17 1.07 5/498 7245
/proc/meminfo: memFree=7711140/32950928 swapFree=56454924/67111528
[pid=7225] ppid=7223 vsize=175704 CPUtime=51.85 cores=1,3,5,7
/proc/7225/stat : 7225 (mono) R 7223 7225 6445 0 -1 4202496 23597 0 14 0 5177 8 0 0 18 0 9 0 720167686 179920896 15496 33554432000 4194304 7232020 140734362429312 18446744073709551615 1078725230 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 2
/proc/7225/statm: 43926 15496 1037 742 0 36497 0
[pid=7225/tid=7228] ppid=7223 vsize=175704 CPUtime=0.18 cores=1,3,5,7
/proc/7225/task/7228/stat : 7228 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 18 0 0 0 15 0 9 0 720167688 179920896 15496 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7229] ppid=7223 vsize=175704 CPUtime=0.16 cores=1,3,5,7
/proc/7225/task/7229/stat : 7229 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 16 0 0 0 15 0 9 0 720167688 179920896 15496 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7230] ppid=7223 vsize=175704 CPUtime=0.17 cores=1,3,5,7

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

/proc/7225/task/7231/stat : 7231 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 906 3 0 0 16 0 9 0 720167688 823042048 115182 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 5 0 0 0
[pid=7225/tid=7232] ppid=7223 vsize=803752 CPUtime=8.81 cores=1,3,5,7
/proc/7225/task/7232/stat : 7232 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 878 3 0 0 16 0 9 0 720167688 823042048 115182 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7233] ppid=7223 vsize=803752 CPUtime=9.06 cores=1,3,5,7
/proc/7225/task/7233/stat : 7233 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 901 5 0 0 16 0 9 0 720167688 823042048 115182 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7234] ppid=7223 vsize=803752 CPUtime=8.74 cores=1,3,5,7
/proc/7225/task/7234/stat : 7234 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 870 4 0 0 16 0 9 0 720167688 823042048 115182 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7243] ppid=7223 vsize=803752 CPUtime=0.03 cores=1,3,5,7
/proc/7225/task/7243/stat : 7243 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 1 2 0 0 15 0 9 0 720167691 823042048 115182 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092055985 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4710.14
Current children cumulated vsize (KiB) 803752

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 5/498 7381
/proc/meminfo: memFree=6753356/32950928 swapFree=56454924/67111528
[pid=7225] ppid=7223 vsize=803752 CPUtime=4771.09 cores=1,3,5,7
/proc/7225/stat : 7225 (mono) R 7223 7225 6445 0 -1 4202496 518460 0 14 0 476968 141 0 0 20 0 9 0 720167686 823042048 115577 33554432000 4194304 7232020 140734362429312 18446744073709551615 1078728126 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 2
/proc/7225/statm: 200938 115577 1037 742 0 193509 0
[pid=7225/tid=7228] ppid=7223 vsize=803752 CPUtime=9.39 cores=1,3,5,7
/proc/7225/task/7228/stat : 7228 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 937 2 0 0 16 0 9 0 720167688 823042048 115577 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7229] ppid=7223 vsize=803752 CPUtime=9.08 cores=1,3,5,7
/proc/7225/task/7229/stat : 7229 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 904 4 0 0 16 0 9 0 720167688 823042048 115577 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7230] ppid=7223 vsize=803752 CPUtime=9.14 cores=1,3,5,7
/proc/7225/task/7230/stat : 7230 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 910 4 0 0 16 0 9 0 720167688 823042048 115577 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7231] ppid=7223 vsize=803752 CPUtime=9.39 cores=1,3,5,7
/proc/7225/task/7231/stat : 7231 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 935 4 0 0 15 0 9 0 720167688 823042048 115577 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 5 0 0 0
[pid=7225/tid=7232] ppid=7223 vsize=803752 CPUtime=8.97 cores=1,3,5,7
/proc/7225/task/7232/stat : 7232 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 894 3 0 0 16 0 9 0 720167688 823042048 115577 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 5 0 0 0
[pid=7225/tid=7233] ppid=7223 vsize=803752 CPUtime=9.21 cores=1,3,5,7
/proc/7225/task/7233/stat : 7233 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 916 5 0 0 15 0 9 0 720167688 823042048 115577 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7234] ppid=7223 vsize=803752 CPUtime=8.89 cores=1,3,5,7
/proc/7225/task/7234/stat : 7234 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 885 4 0 0 16 0 9 0 720167688 823042048 115577 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7243] ppid=7223 vsize=803752 CPUtime=0.03 cores=1,3,5,7
/proc/7225/task/7243/stat : 7243 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 1 2 0 0 15 0 9 0 720167691 823042048 115577 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092055985 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4771.09
Current children cumulated vsize (KiB) 803752

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/498 7383
/proc/meminfo: memFree=6734856/32950928 swapFree=56454924/67111528
[pid=7225] ppid=7223 vsize=803752 CPUtime=4832.08 cores=1,3,5,7
/proc/7225/stat : 7225 (mono) R 7223 7225 6445 0 -1 4202496 527888 0 14 0 483064 144 0 0 25 0 9 0 720167686 823042048 120515 33554432000 4194304 7232020 140734362429312 18446744073709551615 1078728133 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 2
/proc/7225/statm: 200938 120515 1037 742 0 193509 0
[pid=7225/tid=7228] ppid=7223 vsize=803752 CPUtime=9.56 cores=1,3,5,7
/proc/7225/task/7228/stat : 7228 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 954 2 0 0 16 0 9 0 720167688 823042048 120515 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7229] ppid=7223 vsize=803752 CPUtime=9.27 cores=1,3,5,7
/proc/7225/task/7229/stat : 7229 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 923 4 0 0 16 0 9 0 720167688 823042048 120515 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7230] ppid=7223 vsize=803752 CPUtime=9.29 cores=1,3,5,7
/proc/7225/task/7230/stat : 7230 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 925 4 0 0 15 0 9 0 720167688 823042048 120515 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7231] ppid=7223 vsize=803752 CPUtime=9.62 cores=1,3,5,7
/proc/7225/task/7231/stat : 7231 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 958 4 0 0 15 0 9 0 720167688 823042048 120515 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7232] ppid=7223 vsize=803752 CPUtime=9.24 cores=1,3,5,7
/proc/7225/task/7232/stat : 7232 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 921 3 0 0 15 0 9 0 720167688 823042048 120515 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7233] ppid=7223 vsize=803752 CPUtime=9.39 cores=1,3,5,7
/proc/7225/task/7233/stat : 7233 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 934 5 0 0 16 0 9 0 720167688 823042048 120515 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 5 0 0 0
[pid=7225/tid=7234] ppid=7223 vsize=803752 CPUtime=9.04 cores=1,3,5,7
/proc/7225/task/7234/stat : 7234 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 900 4 0 0 16 0 9 0 720167688 823042048 120515 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7243] ppid=7223 vsize=803752 CPUtime=0.03 cores=1,3,5,7
/proc/7225/task/7243/stat : 7243 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 1 2 0 0 15 0 9 0 720167691 823042048 120515 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092055985 0 0 4096 545260780 18446604469536965056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4832.08
Current children cumulated vsize (KiB) 803752

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 5/498 7384
/proc/meminfo: memFree=6729748/32950928 swapFree=56454924/67111528
[pid=7225] ppid=7223 vsize=803752 CPUtime=4893.05 cores=1,3,5,7
/proc/7225/stat : 7225 (mono) R 7223 7225 6445 0 -1 4202496 533419 0 14 0 489159 146 0 0 25 0 9 0 720167686 823042048 121793 33554432000 4194304 7232020 140734362429312 18446744073709551615 208079926248 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 2
/proc/7225/statm: 200938 121793 1037 742 0 193509 0
[pid=7225/tid=7228] ppid=7223 vsize=803752 CPUtime=9.74 cores=1,3,5,7
/proc/7225/task/7228/stat : 7228 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 972 2 0 0 16 0 9 0 720167688 823042048 121793 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7229] ppid=7223 vsize=803752 CPUtime=9.39 cores=1,3,5,7
/proc/7225/task/7229/stat : 7229 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 935 4 0 0 15 0 9 0 720167688 823042048 121793 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7230] ppid=7223 vsize=803752 CPUtime=9.49 cores=1,3,5,7
/proc/7225/task/7230/stat : 7230 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 945 4 0 0 16 0 9 0 720167688 823042048 121793 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 5 0 0 0
[pid=7225/tid=7231] ppid=7223 vsize=803752 CPUtime=9.83 cores=1,3,5,7
/proc/7225/task/7231/stat : 7231 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 979 4 0 0 16 0 9 0 720167688 823042048 121793 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7232] ppid=7223 vsize=803752 CPUtime=9.41 cores=1,3,5,7
/proc/7225/task/7232/stat : 7232 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 938 3 0 0 16 0 9 0 720167688 823042048 121793 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7233] ppid=7223 vsize=803752 CPUtime=9.65 cores=1,3,5,7
/proc/7225/task/7233/stat : 7233 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 960 5 0 0 16 0 9 0 720167688 823042048 121793 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7234] ppid=7223 vsize=803752 CPUtime=9.22 cores=1,3,5,7
/proc/7225/task/7234/stat : 7234 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 918 4 0 0 16 0 9 0 720167688 823042048 121793 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7243] ppid=7223 vsize=803752 CPUtime=0.03 cores=1,3,5,7
/proc/7225/task/7243/stat : 7243 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 1 2 0 0 15 0 9 0 720167691 823042048 121793 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092055985 0 0 4096 545260780 18446604469536965056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4893.05
Current children cumulated vsize (KiB) 803752

[startup+4902.3 s]
/proc/loadavg: 2.08 2.03 2.01 4/498 7386
/proc/meminfo: memFree=6734440/32950928 swapFree=56454924/67111528
[pid=7225] ppid=7223 vsize=803752 CPUtime=4953.92 cores=1,3,5,7
/proc/7225/stat : 7225 (mono) R 7223 7225 6445 0 -1 4202496 537679 0 14 0 495244 148 0 0 25 0 9 0 720167686 823042048 120689 33554432000 4194304 7232020 140734362429312 18446744073709551615 1078728133 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 2
/proc/7225/statm: 200938 120689 1037 742 0 193509 0
[pid=7225/tid=7228] ppid=7223 vsize=803752 CPUtime=9.92 cores=1,3,5,7
/proc/7225/task/7228/stat : 7228 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 990 2 0 0 16 0 9 0 720167688 823042048 120689 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 5 0 0 0
[pid=7225/tid=7229] ppid=7223 vsize=803752 CPUtime=9.59 cores=1,3,5,7
/proc/7225/task/7229/stat : 7229 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 955 4 0 0 16 0 9 0 720167688 823042048 120689 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7230] ppid=7223 vsize=803752 CPUtime=9.64 cores=1,3,5,7
/proc/7225/task/7230/stat : 7230 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 960 4 0 0 16 0 9 0 720167688 823042048 120689 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7231] ppid=7223 vsize=803752 CPUtime=9.97 cores=1,3,5,7
/proc/7225/task/7231/stat : 7231 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 993 4 0 0 16 0 9 0 720167688 823042048 120689 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7232] ppid=7223 vsize=803752 CPUtime=9.55 cores=1,3,5,7
/proc/7225/task/7232/stat : 7232 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 952 3 0 0 15 0 9 0 720167688 823042048 120689 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 5 0 0 0
[pid=7225/tid=7233] ppid=7223 vsize=803752 CPUtime=9.79 cores=1,3,5,7
/proc/7225/task/7233/stat : 7233 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 974 5 0 0 16 0 9 0 720167688 823042048 120689 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7234] ppid=7223 vsize=803752 CPUtime=9.4 cores=1,3,5,7
/proc/7225/task/7234/stat : 7234 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 936 4 0 0 16 0 9 0 720167688 823042048 120689 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7243] ppid=7223 vsize=803752 CPUtime=0.03 cores=1,3,5,7
/proc/7225/task/7243/stat : 7243 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 1 2 0 0 15 0 9 0 720167691 823042048 120689 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092055985 0 0 4096 545260780 18446604469536965056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4953.92
Current children cumulated vsize (KiB) 803752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4947.5 s]
/proc/loadavg: 2.13 2.06 2.01 2/488 7388
/proc/meminfo: memFree=7316192/32950928 swapFree=56454924/67111528
[pid=7225] ppid=7223 vsize=803752 CPUtime=5000.03 cores=1,3,5,7
/proc/7225/stat : 7225 (mono) R 7223 7225 6445 0 -1 4202496 547522 0 14 0 499852 151 0 0 25 0 9 0 720167686 823042048 129334 33554432000 4194304 7232020 140734362429312 18446744073709551615 1078728126 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 2
/proc/7225/statm: 200938 129334 1037 742 0 193509 0
[pid=7225/tid=7228] ppid=7223 vsize=803752 CPUtime=10.1 cores=1,3,5,7
/proc/7225/task/7228/stat : 7228 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 1008 2 0 0 16 0 9 0 720167688 823042048 129334 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 5 0 0 0
[pid=7225/tid=7229] ppid=7223 vsize=803752 CPUtime=9.82 cores=1,3,5,7
/proc/7225/task/7229/stat : 7229 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 978 4 0 0 16 0 9 0 720167688 823042048 129334 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7230] ppid=7223 vsize=803752 CPUtime=9.79 cores=1,3,5,7
/proc/7225/task/7230/stat : 7230 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 975 4 0 0 16 0 9 0 720167688 823042048 129334 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7231] ppid=7223 vsize=803752 CPUtime=10.13 cores=1,3,5,7
/proc/7225/task/7231/stat : 7231 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 1009 4 0 0 16 0 9 0 720167688 823042048 129334 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7232] ppid=7223 vsize=803752 CPUtime=9.72 cores=1,3,5,7
/proc/7225/task/7232/stat : 7232 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 969 3 0 0 16 0 9 0 720167688 823042048 129334 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7233] ppid=7223 vsize=803752 CPUtime=9.93 cores=1,3,5,7
/proc/7225/task/7233/stat : 7233 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 988 5 0 0 16 0 9 0 720167688 823042048 129334 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7234] ppid=7223 vsize=803752 CPUtime=9.55 cores=1,3,5,7
/proc/7225/task/7234/stat : 7234 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 951 4 0 0 16 0 9 0 720167688 823042048 129334 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7243] ppid=7223 vsize=803752 CPUtime=0.04 cores=1,3,5,7
/proc/7225/task/7243/stat : 7243 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 1 3 0 0 15 0 9 0 720167691 823042048 129334 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092055985 0 0 4096 545260780 18446604469536965056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 803752

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+4947.5 s]
/proc/loadavg: 2.13 2.06 2.01 2/488 7388
/proc/meminfo: memFree=7316192/32950928 swapFree=56454924/67111528
[pid=7225] ppid=7223 vsize=803752 CPUtime=5000.03 cores=1,3,5,7
/proc/7225/stat : 7225 (mono) R 7223 7225 6445 0 -1 4202496 547522 0 14 0 499852 151 0 0 25 0 9 0 720167686 823042048 129334 33554432000 4194304 7232020 140734362429312 18446744073709551615 1078728126 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 2
/proc/7225/statm: 200938 129334 1037 742 0 193509 0
[pid=7225/tid=7228] ppid=7223 vsize=803752 CPUtime=10.1 cores=1,3,5,7
/proc/7225/task/7228/stat : 7228 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 1008 2 0 0 16 0 9 0 720167688 823042048 129334 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 5 0 0 0
[pid=7225/tid=7229] ppid=7223 vsize=803752 CPUtime=9.82 cores=1,3,5,7
/proc/7225/task/7229/stat : 7229 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 978 4 0 0 16 0 9 0 720167688 823042048 129334 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7230] ppid=7223 vsize=803752 CPUtime=9.79 cores=1,3,5,7
/proc/7225/task/7230/stat : 7230 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 975 4 0 0 16 0 9 0 720167688 823042048 129334 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7231] ppid=7223 vsize=803752 CPUtime=10.13 cores=1,3,5,7
/proc/7225/task/7231/stat : 7231 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 1009 4 0 0 16 0 9 0 720167688 823042048 129334 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7232] ppid=7223 vsize=803752 CPUtime=9.72 cores=1,3,5,7
/proc/7225/task/7232/stat : 7232 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 969 3 0 0 16 0 9 0 720167688 823042048 129334 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 7 0 0 0
[pid=7225/tid=7233] ppid=7223 vsize=803752 CPUtime=9.93 cores=1,3,5,7
/proc/7225/task/7233/stat : 7233 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 988 5 0 0 16 0 9 0 720167688 823042048 129334 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 3 0 0 0
[pid=7225/tid=7234] ppid=7223 vsize=803752 CPUtime=9.55 cores=1,3,5,7
/proc/7225/task/7234/stat : 7234 (mono) S 7223 7225 6445 0 -1 4202560 2 0 0 0 951 4 0 0 16 0 9 0 720167688 823042048 129334 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092048281 0 0 4096 545260780 18446604469536965056 0 0 -1 1 0 0 0
[pid=7225/tid=7243] ppid=7223 vsize=803752 CPUtime=0.04 cores=1,3,5,7
/proc/7225/task/7243/stat : 7243 (mono) S 7223 7225 6445 0 -1 4202560 3 0 0 0 1 3 0 0 15 0 9 0 720167691 823042048 129334 33554432000 4194304 7232020 140734362429312 18446744073709551615 208092055985 0 0 4096 545260780 18446604469536965056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 803752

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4947.55
CPU time (s): 5000.07
CPU user time (s): 4998.53
CPU system time (s): 1.53577
CPU usage (%): 101.062
Max. virtual memory (cumulated for all children) (KiB): 803752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.53
system time used= 1.53577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 547522
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= 109515
involuntary context switches= 40643

runsolver used 22.9555 second user time and 57.6082 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-22 19:34:40
IDJOB=3394711
IDBENCH=83924
IDSOLVER=1880
FILE ID=node127/3394711-1306085680
RUNJOBID= node127-1306085680-7207
PBS_JOBID= 13387876
Free space on /tmp= 73340 MiB

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

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

MD5SUM BENCH= ad30956261e72142648a01bc7c025dba
RANDOM SEED=1616020937

node127.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.823
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.64
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.823
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.83
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.823
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.74
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.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7846748 kB
Buffers:        214164 kB
Cached:        3820028 kB
SwapCached:      19444 kB
Active:        7978168 kB
Inactive:     16861740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7846748 kB
SwapTotal:    67111528 kB
SwapFree:     56454908 kB
Dirty:            1600 kB
Writeback:           0 kB
AnonPages:    20792656 kB
Mapped:          32264 kB
Slab:            99100 kB
PageTables:      94880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 119731140 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= 73344 MiB
End job on node127 at 2011-05-22 20:57:10