Trace number 3394033

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.14 4967.56

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_3vars_7gates.cnf
MD5SUMcc925e6de728ca79f6f89379842f14b0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2027.29
Satisfiable
(Un)Satisfiability was proved
Number of variables574
Number of clauses118394
Sum of the clauses size692282
Maximum clause length24
Minimum clause length1
Number of clauses of size 1160
Number of clauses of size 21597
Number of clauses of size 30
Number of clauses of size 41923
Number of clauses of size 57170
Number of clauses of size over 5107544

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-3394033-1306069994/watcher-3394033-1306069994 -o /tmp/evaluation-result-3394033-1306069994/solver-3394033-1306069994 -C 5000 -W 5100 -M 15500 mono Main.exe HOME/instance-3394033-1306069994.cnf 

running on 4 cores: 0,2,4,6

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.00 0.00 0.00 2/437 25337
/proc/meminfo: memFree=13842616/32951124 swapFree=57171216/67111528
[pid=25337] ppid=25335 vsize=11796 CPUtime=0 cores=0,2,4,6
/proc/25337/stat : 25337 (runsolver) S 25335 25337 25299 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 699415100 12079104 50 33554432000 4194304 5432360 140733813498304 18446744073709551615 4881623 0 2147483391 4096 24578 18446744071699960631 0 0 17 6 0 0 0
/proc/25337/statm: 2949 50 30 303 0 2643 0

[startup+0.0829671 s]
/proc/loadavg: 0.00 0.00 0.00 2/437 25337
/proc/meminfo: memFree=13842616/32951124 swapFree=57171216/67111528
[pid=25337] ppid=25335 vsize=96076 CPUtime=0 cores=0,2,4,6
/proc/25337/stat : 25337 (mono) D 25335 25337 25299 0 -1 4202496 610 0 1 0 0 0 0 0 17 0 8 0 699415100 98381824 539 33554432000 4194304 7232020 140737223273952 18446744073709551615 5842053 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/25337/statm: 24019 539 420 742 0 18170 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96076

[startup+0.101014 s]
/proc/loadavg: 0.00 0.00 0.00 2/437 25337
/proc/meminfo: memFree=13842616/32951124 swapFree=57171216/67111528
[pid=25337] ppid=25335 vsize=96076 CPUtime=0 cores=0,2,4,6
/proc/25337/stat : 25337 (mono) D 25335 25337 25299 0 -1 4202496 626 0 5 0 0 0 0 0 17 0 8 0 699415100 98381824 559 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350212859 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 2
/proc/25337/statm: 24019 559 439 742 0 18170 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96076

[startup+0.300879 s]
/proc/loadavg: 0.00 0.00 0.00 2/437 25337
/proc/meminfo: memFree=13842616/32951124 swapFree=57171216/67111528
[pid=25337] ppid=25335 vsize=111320 CPUtime=0.18 cores=0,2,4,6
/proc/25337/stat : 25337 (mono) R 25335 25337 25299 0 -1 4202496 2782 0 12 0 17 1 0 0 18 0 9 0 699415100 113991680 2697 33554432000 4194304 7232020 140737223273952 18446744073709551615 1092385237 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 4
/proc/25337/statm: 27830 2697 975 742 0 20401 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 111320

[startup+0.700803 s]
/proc/loadavg: 0.00 0.00 0.00 2/437 25337
/proc/meminfo: memFree=13842616/32951124 swapFree=57171216/67111528
[pid=25337] ppid=25335 vsize=146372 CPUtime=0.66 cores=0,2,4,6
/proc/25337/stat : 25337 (mono) R 25335 25337 25299 0 -1 4202496 11327 0 12 0 64 2 0 0 18 0 9 0 699415100 149884928 11242 33554432000 4194304 7232020 140737223273952 18446744073709551615 6230302 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 4
/proc/25337/statm: 36593 11249 995 742 0 29164 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 146372

[startup+1.50071 s]
/proc/loadavg: 0.16 0.03 0.01 3/454 25354
/proc/meminfo: memFree=13693560/32951124 swapFree=57171228/67111528
[pid=25337] ppid=25335 vsize=188208 CPUtime=1.47 cores=0,2,4,6
/proc/25337/stat : 25337 (mono) R 25335 25337 25299 0 -1 4202496 22139 0 12 0 145 2 0 0 18 0 9 0 699415100 192724992 22054 33554432000 4194304 7232020 140737223273952 18446744073709551615 1097233981 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/25337/statm: 47052 22054 1024 742 0 39623 0
[pid=25337/tid=25346] ppid=25335 vsize=188208 CPUtime=0.01 cores=0,2,4,6
/proc/25337/task/25346/stat : 25346 (mono) S 25335 25337 25299 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 699415106 192724992 22054 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25347] ppid=25335 vsize=188208 CPUtime=0.03 cores=0,2,4,6
/proc/25337/task/25347/stat : 25347 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 699415106 192724992 22054 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
[pid=25337/tid=25348] ppid=25335 vsize=188208 CPUtime=0.01 cores=0,2,4,6
/proc/25337/task/25348/stat : 25348 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 699415106 192724992 22054 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25349] ppid=25335 vsize=188208 CPUtime=0.02 cores=0,2,4,6
/proc/25337/task/25349/stat : 25349 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 699415106 192724992 22054 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25350] ppid=25335 vsize=188208 CPUtime=0.01 cores=0,2,4,6
/proc/25337/task/25350/stat : 25350 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 699415106 192724992 22054 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25351] ppid=25335 vsize=188208 CPUtime=0.02 cores=0,2,4,6
/proc/25337/task/25351/stat : 25351 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 699415106 192724992 22054 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
[pid=25337/tid=25352] ppid=25335 vsize=188208 CPUtime=0.01 cores=0,2,4,6
/proc/25337/task/25352/stat : 25352 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 699415106 192724992 22054 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25354] ppid=25335 vsize=188208 CPUtime=0 cores=0,2,4,6
/proc/25337/task/25354/stat : 25354 (mono) S 25335 25337 25299 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 699415113 192724992 22054 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350207409 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 188208

[startup+3.10136 s]
/proc/loadavg: 0.16 0.03 0.01 3/454 25354
/proc/meminfo: memFree=13685748/32951124 swapFree=57171228/67111528
[pid=25337] ppid=25335 vsize=188336 CPUtime=3.1 cores=0,2,4,6
/proc/25337/stat : 25337 (mono) R 25335 25337 25299 0 -1 4202496 22174 0 12 0 307 3 0 0 21 0 9 0 699415100 192856064 22089 33554432000 4194304 7232020 140737223273952 18446744073709551615 1097241856 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/25337/statm: 47084 22089 1024 742 0 39655 0
[pid=25337/tid=25346] ppid=25335 vsize=188336 CPUtime=0.01 cores=0,2,4,6
/proc/25337/task/25346/stat : 25346 (mono) S 25335 25337 25299 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 699415106 192856064 22089 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25347] ppid=25335 vsize=188336 CPUtime=0.03 cores=0,2,4,6
/proc/25337/task/25347/stat : 25347 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 699415106 192856064 22089 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
[pid=25337/tid=25348] ppid=25335 vsize=188336 CPUtime=0.02 cores=0,2,4,6
/proc/25337/task/25348/stat : 25348 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 699415106 192856064 22089 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
[pid=25337/tid=25349] ppid=25335 vsize=188336 CPUtime=0.02 cores=0,2,4,6
/proc/25337/task/25349/stat : 25349 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 699415106 192856064 22089 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
[pid=25337/tid=25350] ppid=25335 vsize=188336 CPUtime=0.02 cores=0,2,4,6
/proc/25337/task/25350/stat : 25350 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 699415106 192856064 22089 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25351] ppid=25335 vsize=188336 CPUtime=0.02 cores=0,2,4,6
/proc/25337/task/25351/stat : 25351 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 699415106 192856064 22089 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
[pid=25337/tid=25352] ppid=25335 vsize=188336 CPUtime=0.01 cores=0,2,4,6
/proc/25337/task/25352/stat : 25352 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 699415106 192856064 22089 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25354] ppid=25335 vsize=188336 CPUtime=0 cores=0,2,4,6
/proc/25337/task/25354/stat : 25354 (mono) S 25335 25337 25299 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 699415113 192856064 22089 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350207409 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 188336

[startup+6.30073 s]
/proc/loadavg: 0.31 0.07 0.02 3/454 25354
/proc/meminfo: memFree=13685364/32951124 swapFree=57171228/67111528
[pid=25337] ppid=25335 vsize=188400 CPUtime=6.33 cores=0,2,4,6
/proc/25337/stat : 25337 (mono) R 25335 25337 25299 0 -1 4202496 22185 0 12 0 630 3 0 0 20 0 9 0 699415100 192921600 22100 33554432000 4194304 7232020 140737223273952 18446744073709551615 1097234853 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 4
/proc/25337/statm: 47100 22100 1024 742 0 39671 0
[pid=25337/tid=25346] ppid=25335 vsize=188400 CPUtime=0.02 cores=0,2,4,6
/proc/25337/task/25346/stat : 25346 (mono) S 25335 25337 25299 0 -1 4202560 4 0 0 0 2 0 0 0 16 0 9 0 699415106 192921600 22100 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25347] ppid=25335 vsize=188400 CPUtime=0.04 cores=0,2,4,6
/proc/25337/task/25347/stat : 25347 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 699415106 192921600 22100 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25348] ppid=25335 vsize=188400 CPUtime=0.02 cores=0,2,4,6
/proc/25337/task/25348/stat : 25348 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 699415106 192921600 22100 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25349] ppid=25335 vsize=188400 CPUtime=0.02 cores=0,2,4,6
/proc/25337/task/25349/stat : 25349 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 699415106 192921600 22100 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
[pid=25337/tid=25350] ppid=25335 vsize=188400 CPUtime=0.03 cores=0,2,4,6
/proc/25337/task/25350/stat : 25350 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 699415106 192921600 22100 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
[pid=25337/tid=25351] ppid=25335 vsize=188400 CPUtime=0.03 cores=0,2,4,6
/proc/25337/task/25351/stat : 25351 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 699415106 192921600 22100 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
[pid=25337/tid=25352] ppid=25335 vsize=188400 CPUtime=0.02 cores=0,2,4,6
/proc/25337/task/25352/stat : 25352 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 699415106 192921600 22100 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25354] ppid=25335 vsize=188400 CPUtime=0 cores=0,2,4,6
/proc/25337/task/25354/stat : 25354 (mono) S 25335 25337 25299 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 699415113 192921600 22100 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350207409 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 188400

[startup+12.7005 s]
/proc/loadavg: 0.44 0.10 0.03 3/454 25355
/proc/meminfo: memFree=13676500/32951124 swapFree=57171228/67111528
[pid=25337] ppid=25335 vsize=188464 CPUtime=12.81 cores=0,2,4,6
/proc/25337/stat : 25337 (mono) R 25335 25337 25299 0 -1 4202496 22204 0 12 0 1278 3 0 0 25 0 9 0 699415100 192987136 22119 33554432000 4194304 7232020 140737223273952 18446744073709551615 1097235146 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/25337/statm: 47116 22119 1025 742 0 39687 0
[pid=25337/tid=25346] ppid=25335 vsize=188464 CPUtime=0.03 cores=0,2,4,6
/proc/25337/task/25346/stat : 25346 (mono) S 25335 25337 25299 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 9 0 699415106 192987136 22119 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25347] ppid=25335 vsize=188464 CPUtime=0.05 cores=0,2,4,6
/proc/25337/task/25347/stat : 25347 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 699415106 192987136 22119 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
[pid=25337/tid=25348] ppid=25335 vsize=188464 CPUtime=0.03 cores=0,2,4,6
/proc/25337/task/25348/stat : 25348 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 699415106 192987136 22119 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25349] ppid=25335 vsize=188464 CPUtime=0.03 cores=0,2,4,6
/proc/25337/task/25349/stat : 25349 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 699415106 192987136 22119 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
[pid=25337/tid=25350] ppid=25335 vsize=188464 CPUtime=0.04 cores=0,2,4,6
/proc/25337/task/25350/stat : 25350 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 699415106 192987136 22119 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25351] ppid=25335 vsize=188464 CPUtime=0.05 cores=0,2,4,6
/proc/25337/task/25351/stat : 25351 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 699415106 192987136 22119 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
[pid=25337/tid=25352] ppid=25335 vsize=188464 CPUtime=0.04 cores=0,2,4,6
/proc/25337/task/25352/stat : 25352 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 699415106 192987136 22119 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
[pid=25337/tid=25354] ppid=25335 vsize=188464 CPUtime=0 cores=0,2,4,6
/proc/25337/task/25354/stat : 25354 (mono) S 25335 25337 25299 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 699415113 192987136 22119 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350207409 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 188464

[startup+25.5009 s]
/proc/loadavg: 0.79 0.19 0.06 3/454 25390
/proc/meminfo: memFree=13610036/32951124 swapFree=57171228/67111528
[pid=25337] ppid=25335 vsize=196720 CPUtime=25.76 cores=0,2,4,6
/proc/25337/stat : 25337 (mono) R 25335 25337 25299 0 -1 4202496 23282 0 12 0 2573 3 0 0 18 0 9 0 699415100 201441280 23010 33554432000 4194304 7232020 140737223273952 18446744073709551615 1097234757 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 4
/proc/25337/statm: 49180 23010 1025 742 0 41751 0
[pid=25337/tid=25346] ppid=25335 vsize=196720 CPUtime=0.05 cores=0,2,4,6
/proc/25337/task/25346/stat : 25346 (mono) S 25335 25337 25299 0 -1 4202560 4 0 0 0 5 0 0 0 15 0 9 0 699415106 201441280 23010 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25347] ppid=25335 vsize=196720 CPUtime=0.08 cores=0,2,4,6
/proc/25337/task/25347/stat : 25347 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 8 0 0 0 16 0 9 0 699415106 201441280 23010 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
[pid=25337/tid=25348] ppid=25335 vsize=196720 CPUtime=0.06 cores=0,2,4,6
/proc/25337/task/25348/stat : 25348 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 699415106 201441280 23010 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25349] ppid=25335 vsize=196720 CPUtime=0.07 cores=0,2,4,6
/proc/25337/task/25349/stat : 25349 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 699415106 201441280 23010 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25350] ppid=25335 vsize=196720 CPUtime=0.06 cores=0,2,4,6
/proc/25337/task/25350/stat : 25350 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 699415106 201441280 23010 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
[pid=25337/tid=25351] ppid=25335 vsize=196720 CPUtime=0.07 cores=0,2,4,6
/proc/25337/task/25351/stat : 25351 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 7 0 0 0 16 0 9 0 699415106 201441280 23010 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
[pid=25337/tid=25352] ppid=25335 vsize=196720 CPUtime=0.09 cores=0,2,4,6
/proc/25337/task/25352/stat : 25352 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 9 0 0 0 15 0 9 0 699415106 201441280 23010 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25354] ppid=25335 vsize=196720 CPUtime=0 cores=0,2,4,6
/proc/25337/task/25354/stat : 25354 (mono) S 25335 25337 25299 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 699415113 201441280 23010 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350207409 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.76
Current children cumulated vsize (KiB) 196720

[startup+51.1009 s]
/proc/loadavg: 1.20 0.33 0.11 3/454 25390
/proc/meminfo: memFree=13540280/32951124 swapFree=57171228/67111528
[pid=25337] ppid=25335 vsize=221488 CPUtime=51.58 cores=0,2,4,6
/proc/25337/stat : 25337 (mono) R 25335 25337 25299 0 -1 4202496 29255 0 12 0 5153 5 0 0 18 0 9 0 699415100 226803712 28768 33554432000 4194304 7232020 140737223273952 18446744073709551615 1097235428 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 4
/proc/25337/statm: 55372 28768 1036 742 0 47943 0
[pid=25337/tid=25346] ppid=25335 vsize=221488 CPUtime=0.09 cores=0,2,4,6
/proc/25337/task/25346/stat : 25346 (mono) S 25335 25337 25299 0 -1 4202560 4 0 0 0 9 0 0 0 15 0 9 0 699415106 226803712 28768 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
[pid=25337/tid=25347] ppid=25335 vsize=221488 CPUtime=0.11 cores=0,2,4,6
/proc/25337/task/25347/stat : 25347 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 11 0 0 0 15 0 9 0 699415106 226803712 28768 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25348] ppid=25335 vsize=221488 CPUtime=0.09 cores=0,2,4,6

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

/proc/25337/task/25349/stat : 25349 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 556 0 0 0 16 0 9 0 699415106 848908288 143003 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25350] ppid=25335 vsize=829012 CPUtime=5.65 cores=0,2,4,6
/proc/25337/task/25350/stat : 25350 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 564 1 0 0 16 0 9 0 699415106 848908288 143003 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
[pid=25337/tid=25351] ppid=25335 vsize=829012 CPUtime=5.79 cores=0,2,4,6
/proc/25337/task/25351/stat : 25351 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 578 1 0 0 15 0 9 0 699415106 848908288 143003 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25352] ppid=25335 vsize=829012 CPUtime=5.74 cores=0,2,4,6
/proc/25337/task/25352/stat : 25352 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 573 1 0 0 16 0 9 0 699415106 848908288 143003 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25354] ppid=25335 vsize=829012 CPUtime=0.02 cores=0,2,4,6
/proc/25337/task/25354/stat : 25354 (mono) S 25335 25337 25299 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 9 0 699415113 848908288 143003 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350207409 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4752.61
Current children cumulated vsize (KiB) 829012

[startup+4782.3 s]
/proc/loadavg: 2.23 2.19 2.09 3/454 25532
/proc/meminfo: memFree=12405604/32951124 swapFree=57171228/67111528
[pid=25337] ppid=25335 vsize=829012 CPUtime=4812.97 cores=0,2,4,6
/proc/25337/stat : 25337 (mono) R 25335 25337 25299 0 -1 4202496 378992 0 12 0 481213 84 0 0 25 0 9 0 699415100 848908288 145237 33554432000 4194304 7232020 140737223273952 18446744073709551615 1097234853 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/25337/statm: 207253 145237 1036 742 0 199824 0
[pid=25337/tid=25346] ppid=25335 vsize=829012 CPUtime=5.48 cores=0,2,4,6
/proc/25337/task/25346/stat : 25346 (mono) S 25335 25337 25299 0 -1 4202560 4 0 0 0 547 1 0 0 16 0 9 0 699415106 848908288 145237 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
[pid=25337/tid=25347] ppid=25335 vsize=829012 CPUtime=5.8 cores=0,2,4,6
/proc/25337/task/25347/stat : 25347 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 579 1 0 0 16 0 9 0 699415106 848908288 145237 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25348] ppid=25335 vsize=829012 CPUtime=5.88 cores=0,2,4,6
/proc/25337/task/25348/stat : 25348 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 587 1 0 0 15 0 9 0 699415106 848908288 145237 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25349] ppid=25335 vsize=829012 CPUtime=5.64 cores=0,2,4,6
/proc/25337/task/25349/stat : 25349 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 564 0 0 0 15 0 9 0 699415106 848908288 145237 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
[pid=25337/tid=25350] ppid=25335 vsize=829012 CPUtime=5.73 cores=0,2,4,6
/proc/25337/task/25350/stat : 25350 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 572 1 0 0 16 0 9 0 699415106 848908288 145237 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25351] ppid=25335 vsize=829012 CPUtime=5.86 cores=0,2,4,6
/proc/25337/task/25351/stat : 25351 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 585 1 0 0 16 0 9 0 699415106 848908288 145237 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25352] ppid=25335 vsize=829012 CPUtime=5.83 cores=0,2,4,6
/proc/25337/task/25352/stat : 25352 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 582 1 0 0 16 0 9 0 699415106 848908288 145237 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
[pid=25337/tid=25354] ppid=25335 vsize=829012 CPUtime=0.02 cores=0,2,4,6
/proc/25337/task/25354/stat : 25354 (mono) S 25335 25337 25299 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 9 0 699415113 848908288 145237 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350207409 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4812.97
Current children cumulated vsize (KiB) 829012

[startup+4842.3 s]
/proc/loadavg: 2.08 2.15 2.08 3/454 25533
/proc/meminfo: memFree=12379548/32951124 swapFree=57171228/67111528
[pid=25337] ppid=25335 vsize=829012 CPUtime=4873.67 cores=0,2,4,6
/proc/25337/stat : 25337 (mono) R 25335 25337 25299 0 -1 4202496 379896 0 12 0 487282 85 0 0 25 0 9 0 699415100 848908288 145421 33554432000 4194304 7232020 140737223273952 18446744073709551615 1097234853 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 4
/proc/25337/statm: 207253 145421 1036 742 0 199824 0
[pid=25337/tid=25346] ppid=25335 vsize=829012 CPUtime=5.61 cores=0,2,4,6
/proc/25337/task/25346/stat : 25346 (mono) S 25335 25337 25299 0 -1 4202560 4 0 0 0 560 1 0 0 16 0 9 0 699415106 848908288 145421 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
[pid=25337/tid=25347] ppid=25335 vsize=829012 CPUtime=5.92 cores=0,2,4,6
/proc/25337/task/25347/stat : 25347 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 591 1 0 0 16 0 9 0 699415106 848908288 145421 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
[pid=25337/tid=25348] ppid=25335 vsize=829012 CPUtime=6 cores=0,2,4,6
/proc/25337/task/25348/stat : 25348 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 599 1 0 0 16 0 9 0 699415106 848908288 145421 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25349] ppid=25335 vsize=829012 CPUtime=5.78 cores=0,2,4,6
/proc/25337/task/25349/stat : 25349 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 578 0 0 0 16 0 9 0 699415106 848908288 145421 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
[pid=25337/tid=25350] ppid=25335 vsize=829012 CPUtime=5.91 cores=0,2,4,6
/proc/25337/task/25350/stat : 25350 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 590 1 0 0 16 0 9 0 699415106 848908288 145421 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25351] ppid=25335 vsize=829012 CPUtime=5.99 cores=0,2,4,6
/proc/25337/task/25351/stat : 25351 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 598 1 0 0 16 0 9 0 699415106 848908288 145421 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25352] ppid=25335 vsize=829012 CPUtime=5.93 cores=0,2,4,6
/proc/25337/task/25352/stat : 25352 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 592 1 0 0 16 0 9 0 699415106 848908288 145421 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25354] ppid=25335 vsize=829012 CPUtime=0.02 cores=0,2,4,6
/proc/25337/task/25354/stat : 25354 (mono) S 25335 25337 25299 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 9 0 699415113 848908288 145421 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350207409 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4873.67
Current children cumulated vsize (KiB) 829012

[startup+4902.3 s]
/proc/loadavg: 2.12 2.15 2.09 3/454 25535
/proc/meminfo: memFree=12344932/32951124 swapFree=57171228/67111528
[pid=25337] ppid=25335 vsize=829012 CPUtime=4934.01 cores=0,2,4,6
/proc/25337/stat : 25337 (mono) R 25335 25337 25299 0 -1 4202496 384314 0 12 0 493315 86 0 0 25 0 9 0 699415100 848908288 147569 33554432000 4194304 7232020 140737223273952 18446744073709551615 1097234853 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/25337/statm: 207253 147569 1036 742 0 199824 0
[pid=25337/tid=25346] ppid=25335 vsize=829012 CPUtime=5.68 cores=0,2,4,6
/proc/25337/task/25346/stat : 25346 (mono) S 25335 25337 25299 0 -1 4202560 4 0 0 0 567 1 0 0 16 0 9 0 699415106 848908288 147569 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25347] ppid=25335 vsize=829012 CPUtime=5.98 cores=0,2,4,6
/proc/25337/task/25347/stat : 25347 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 597 1 0 0 16 0 9 0 699415106 848908288 147569 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
[pid=25337/tid=25348] ppid=25335 vsize=829012 CPUtime=6.03 cores=0,2,4,6
/proc/25337/task/25348/stat : 25348 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 602 1 0 0 16 0 9 0 699415106 848908288 147569 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25349] ppid=25335 vsize=829012 CPUtime=5.84 cores=0,2,4,6
/proc/25337/task/25349/stat : 25349 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 584 0 0 0 16 0 9 0 699415106 848908288 147569 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
[pid=25337/tid=25350] ppid=25335 vsize=829012 CPUtime=5.98 cores=0,2,4,6
/proc/25337/task/25350/stat : 25350 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 597 1 0 0 16 0 9 0 699415106 848908288 147569 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25351] ppid=25335 vsize=829012 CPUtime=6.04 cores=0,2,4,6
/proc/25337/task/25351/stat : 25351 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 603 1 0 0 16 0 9 0 699415106 848908288 147569 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25352] ppid=25335 vsize=829012 CPUtime=6.01 cores=0,2,4,6
/proc/25337/task/25352/stat : 25352 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 600 1 0 0 15 0 9 0 699415106 848908288 147569 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
[pid=25337/tid=25354] ppid=25335 vsize=829012 CPUtime=0.02 cores=0,2,4,6
/proc/25337/task/25354/stat : 25354 (mono) S 25335 25337 25299 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 9 0 699415113 848908288 147569 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350207409 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4934.01
Current children cumulated vsize (KiB) 829012

[startup+4962.3 s]
/proc/loadavg: 2.04 2.12 2.08 3/454 25537
/proc/meminfo: memFree=12325316/32951124 swapFree=57171228/67111528
[pid=25337] ppid=25335 vsize=829012 CPUtime=4994.77 cores=0,2,4,6
/proc/25337/stat : 25337 (mono) R 25335 25337 25299 0 -1 4202496 387034 0 12 0 499390 87 0 0 25 0 9 0 699415100 848908288 145673 33554432000 4194304 7232020 140737223273952 18446744073709551615 1097234090 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 4
/proc/25337/statm: 207253 145673 1036 742 0 199824 0
[pid=25337/tid=25346] ppid=25335 vsize=829012 CPUtime=5.77 cores=0,2,4,6
/proc/25337/task/25346/stat : 25346 (mono) S 25335 25337 25299 0 -1 4202560 4 0 0 0 576 1 0 0 16 0 9 0 699415106 848908288 145673 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25347] ppid=25335 vsize=829012 CPUtime=6.13 cores=0,2,4,6
/proc/25337/task/25347/stat : 25347 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 612 1 0 0 16 0 9 0 699415106 848908288 145673 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
[pid=25337/tid=25348] ppid=25335 vsize=829012 CPUtime=6.21 cores=0,2,4,6
/proc/25337/task/25348/stat : 25348 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 620 1 0 0 15 0 9 0 699415106 848908288 145673 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25349] ppid=25335 vsize=829012 CPUtime=6.03 cores=0,2,4,6
/proc/25337/task/25349/stat : 25349 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 602 1 0 0 16 0 9 0 699415106 848908288 145673 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
[pid=25337/tid=25350] ppid=25335 vsize=829012 CPUtime=6.16 cores=0,2,4,6
/proc/25337/task/25350/stat : 25350 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 615 1 0 0 16 0 9 0 699415106 848908288 145673 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
[pid=25337/tid=25351] ppid=25335 vsize=829012 CPUtime=6.13 cores=0,2,4,6
/proc/25337/task/25351/stat : 25351 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 612 1 0 0 15 0 9 0 699415106 848908288 145673 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
[pid=25337/tid=25352] ppid=25335 vsize=829012 CPUtime=6.15 cores=0,2,4,6
/proc/25337/task/25352/stat : 25352 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 614 1 0 0 15 0 9 0 699415106 848908288 145673 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25354] ppid=25335 vsize=829012 CPUtime=0.02 cores=0,2,4,6
/proc/25337/task/25354/stat : 25354 (mono) S 25335 25337 25299 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 9 0 699415113 848908288 145673 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350207409 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4994.77
Current children cumulated vsize (KiB) 829012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4967.5 s]
/proc/loadavg: 2.04 2.12 2.08 4/454 25537
/proc/meminfo: memFree=12318124/32951124 swapFree=57171228/67111528
[pid=25337] ppid=25335 vsize=829012 CPUtime=5000.09 cores=0,2,4,6
/proc/25337/stat : 25337 (mono) R 25335 25337 25299 0 -1 4202496 388183 0 12 0 499922 87 0 0 19 0 9 0 699415100 848908288 146466 33554432000 4194304 7232020 140737223273952 18446744073709551615 1097234846 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/25337/statm: 207253 146466 1036 742 0 199824 0
[pid=25337/tid=25346] ppid=25335 vsize=829012 CPUtime=5.78 cores=0,2,4,6
/proc/25337/task/25346/stat : 25346 (mono) S 25335 25337 25299 0 -1 4202560 4 0 0 0 577 1 0 0 15 0 9 0 699415106 848908288 146466 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25347] ppid=25335 vsize=829012 CPUtime=6.13 cores=0,2,4,6
/proc/25337/task/25347/stat : 25347 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 612 1 0 0 16 0 9 0 699415106 848908288 146466 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
[pid=25337/tid=25348] ppid=25335 vsize=829012 CPUtime=6.24 cores=0,2,4,6
/proc/25337/task/25348/stat : 25348 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 623 1 0 0 16 0 9 0 699415106 848908288 146466 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25349] ppid=25335 vsize=829012 CPUtime=6.05 cores=0,2,4,6
/proc/25337/task/25349/stat : 25349 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 604 1 0 0 16 0 9 0 699415106 848908288 146466 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25350] ppid=25335 vsize=829012 CPUtime=6.19 cores=0,2,4,6
/proc/25337/task/25350/stat : 25350 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 618 1 0 0 16 0 9 0 699415106 848908288 146466 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
[pid=25337/tid=25351] ppid=25335 vsize=829012 CPUtime=6.14 cores=0,2,4,6
/proc/25337/task/25351/stat : 25351 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 613 1 0 0 15 0 9 0 699415106 848908288 146466 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25352] ppid=25335 vsize=829012 CPUtime=6.17 cores=0,2,4,6
/proc/25337/task/25352/stat : 25352 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 616 1 0 0 16 0 9 0 699415106 848908288 146466 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25354] ppid=25335 vsize=829012 CPUtime=0.02 cores=0,2,4,6
/proc/25337/task/25354/stat : 25354 (mono) S 25335 25337 25299 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 9 0 699415113 848908288 146466 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350207409 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 829012

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

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

[startup+4967.5 s]
/proc/loadavg: 2.04 2.12 2.08 4/454 25537
/proc/meminfo: memFree=12318124/32951124 swapFree=57171228/67111528
[pid=25337] ppid=25335 vsize=829012 CPUtime=5000.09 cores=0,2,4,6
/proc/25337/stat : 25337 (mono) R 25335 25337 25299 0 -1 4202496 388183 0 12 0 499922 87 0 0 19 0 9 0 699415100 848908288 146466 33554432000 4194304 7232020 140737223273952 18446744073709551615 1097234846 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/25337/statm: 207253 146466 1036 742 0 199824 0
[pid=25337/tid=25346] ppid=25335 vsize=829012 CPUtime=5.78 cores=0,2,4,6
/proc/25337/task/25346/stat : 25346 (mono) S 25335 25337 25299 0 -1 4202560 4 0 0 0 577 1 0 0 15 0 9 0 699415106 848908288 146466 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25347] ppid=25335 vsize=829012 CPUtime=6.13 cores=0,2,4,6
/proc/25337/task/25347/stat : 25347 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 612 1 0 0 16 0 9 0 699415106 848908288 146466 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 6 0 0 0
[pid=25337/tid=25348] ppid=25335 vsize=829012 CPUtime=6.24 cores=0,2,4,6
/proc/25337/task/25348/stat : 25348 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 623 1 0 0 16 0 9 0 699415106 848908288 146466 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25349] ppid=25335 vsize=829012 CPUtime=6.05 cores=0,2,4,6
/proc/25337/task/25349/stat : 25349 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 604 1 0 0 16 0 9 0 699415106 848908288 146466 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25350] ppid=25335 vsize=829012 CPUtime=6.19 cores=0,2,4,6
/proc/25337/task/25350/stat : 25350 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 618 1 0 0 16 0 9 0 699415106 848908288 146466 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 2 0 0 0
[pid=25337/tid=25351] ppid=25335 vsize=829012 CPUtime=6.14 cores=0,2,4,6
/proc/25337/task/25351/stat : 25351 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 613 1 0 0 15 0 9 0 699415106 848908288 146466 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 4 0 0 0
[pid=25337/tid=25352] ppid=25335 vsize=829012 CPUtime=6.17 cores=0,2,4,6
/proc/25337/task/25352/stat : 25352 (mono) S 25335 25337 25299 0 -1 4202560 2 0 0 0 616 1 0 0 16 0 9 0 699415106 848908288 146466 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350199705 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
[pid=25337/tid=25354] ppid=25335 vsize=829012 CPUtime=0.02 cores=0,2,4,6
/proc/25337/task/25354/stat : 25354 (mono) S 25335 25337 25299 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 9 0 699415113 848908288 146466 33554432000 4194304 7232020 140737223273952 18446744073709551615 270350207409 0 0 4096 545260780 18446604444484153408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 829012

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4967.56
CPU time (s): 5000.14
CPU user time (s): 4999.23
CPU system time (s): 0.902862
CPU usage (%): 100.656
Max. virtual memory (cumulated for all children) (KiB): 829012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.23
system time used= 0.902862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 388183
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62037
involuntary context switches= 31663

runsolver used 23.1685 second user time and 48.2667 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-22 15:13:15
IDJOB=3394033
IDBENCH=71139
IDSOLVER=1880
FILE ID=node143/3394033-1306069994
RUNJOBID= node143-1306069993-25317
PBS_JOBID= 13387860
Free space on /tmp= 73364 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_3vars_7gates.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394033-1306069994/watcher-3394033-1306069994 -o /tmp/evaluation-result-3394033-1306069994/solver-3394033-1306069994 -C 5000 -W 5100 -M 15500  mono Main.exe HOME/instance-3394033-1306069994.cnf

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

MD5SUM BENCH= cc925e6de728ca79f6f89379842f14b0
RANDOM SEED=1828112704

node143.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.846
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.69
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.846
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	: 5226.15
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.846
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.846
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.83
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.846
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.846
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.83
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.846
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.74
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.846
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:     32951124 kB
MemFree:      13843856 kB
Buffers:        289320 kB
Cached:        5031180 kB
SwapCached:      39952 kB
Active:        9419404 kB
Inactive:      9389380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13843856 kB
SwapTotal:    67111528 kB
SwapFree:     57171216 kB
Dirty:            3924 kB
Writeback:           0 kB
AnonPages:    13447704 kB
Mapped:          30600 kB
Slab:           150520 kB
PageTables:      80092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115677484 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= 73364 MiB
End job on node143 at 2011-05-22 16:36:04