Trace number 3394699

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sol 2011-04-04? (TO) 5000.11 4954.49

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_27_50_3-dir.shuffled-as.sat03-169.cnf
MD5SUMb5a637600c242725f15a247a84bdea1b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3709.53
Satisfiable
(Un)Satisfiability was proved
Number of variables810
Number of clauses68270
Sum of the clauses size137296
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 268243
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 527

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-3394699-1306085497/watcher-3394699-1306085497 -o /tmp/evaluation-result-3394699-1306085497/solver-3394699-1306085497 -C 5000 -W 5100 -M 15500 mono Main.exe HOME/instance-3394699-1306085497.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: 1.00 1.00 1.01 3/431 31848
/proc/meminfo: memFree=9268500/32951132 swapFree=67093824/67111528
[pid=31848] ppid=31846 vsize=3324 CPUtime=0 cores=0,2,4,6
/proc/31848/stat : 31848 (mono) D 31846 31848 30754 0 -1 4194304 45 0 0 0 0 0 0 0 18 0 1 0 720149346 3403776 1 33554432000 0 0 140736536119080 18446744073709551615 5055511 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/31848/statm: 831 1 0 0 0 79 0

[startup+0.022618 s]
/proc/loadavg: 1.00 1.00 1.01 3/431 31848
/proc/meminfo: memFree=9268500/32951132 swapFree=67093824/67111528
[pid=31848] ppid=31846 vsize=3324 CPUtime=0 cores=0,2,4,6
/proc/31848/stat : 31848 (mono) D 31846 31848 30754 0 -1 4194304 45 0 0 0 0 0 0 0 18 0 1 0 720149346 3403776 1 33554432000 0 0 140736536119080 18446744073709551615 5055511 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/31848/statm: 831 1 0 0 0 79 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3324

[startup+0.100577 s]
/proc/loadavg: 1.00 1.00 1.01 3/431 31848
/proc/meminfo: memFree=9268500/32951132 swapFree=67093824/67111528
[pid=31848] ppid=31846 vsize=105944 CPUtime=0.01 cores=0,2,4,6
/proc/31848/stat : 31848 (mono) R 31846 31848 30754 0 -1 4202496 1478 0 21 0 1 0 0 0 18 0 9 0 720149346 108486656 1404 33554432000 4194304 7232020 140736536112832 18446744073709551615 274664464341 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 6
/proc/31848/statm: 26486 1404 965 742 0 19057 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 105944

[startup+0.300511 s]
/proc/loadavg: 1.00 1.00 1.01 3/431 31848
/proc/meminfo: memFree=9268500/32951132 swapFree=67093824/67111528
[pid=31848] ppid=31846 vsize=153024 CPUtime=0.25 cores=0,2,4,6
/proc/31848/stat : 31848 (mono) R 31846 31848 30754 0 -1 4202496 12158 0 21 0 24 1 0 0 18 0 9 0 720149346 156696576 12082 33554432000 4194304 7232020 140736536112832 18446744073709551615 6082187 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 6
/proc/31848/statm: 38256 12082 996 742 0 30827 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 153024

[startup+0.700517 s]
/proc/loadavg: 1.00 1.00 1.01 3/431 31848
/proc/meminfo: memFree=9268500/32951132 swapFree=67093824/67111528
[pid=31848] ppid=31846 vsize=170196 CPUtime=0.65 cores=0,2,4,6
/proc/31848/stat : 31848 (mono) R 31846 31848 30754 0 -1 4202496 16962 0 21 0 64 1 0 0 18 0 9 0 720149346 174280704 16885 33554432000 4194304 7232020 140736536112832 18446744073709551615 1083412590 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 6
/proc/31848/statm: 42549 16885 1023 742 0 35120 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 170196

[startup+1.5013 s]
/proc/loadavg: 1.00 1.00 1.01 3/451 31871
/proc/meminfo: memFree=9155132/32951132 swapFree=67093840/67111528
[pid=31848] ppid=31846 vsize=170516 CPUtime=1.47 cores=0,2,4,6
/proc/31848/stat : 31848 (mono) R 31846 31848 30754 0 -1 4202496 17708 0 21 0 146 1 0 0 18 0 9 0 720149346 174608384 17631 33554432000 4194304 7232020 140736536112832 18446744073709551615 1083413020 0 0 4096 545260780 18446744073709551615 0 0 17 6 0 0 6
/proc/31848/statm: 42629 17631 1023 742 0 35200 0
[pid=31848/tid=31858] ppid=31846 vsize=170516 CPUtime=0.01 cores=0,2,4,6
/proc/31848/task/31858/stat : 31858 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 720149351 174608384 17631 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31860] ppid=31846 vsize=170516 CPUtime=0.01 cores=0,2,4,6
/proc/31848/task/31860/stat : 31860 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 720149351 174608384 17631 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31862] ppid=31846 vsize=170516 CPUtime=0 cores=0,2,4,6
/proc/31848/task/31862/stat : 31862 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720149351 174608384 17631 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31865] ppid=31846 vsize=170516 CPUtime=0 cores=0,2,4,6
/proc/31848/task/31865/stat : 31865 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720149351 174608384 17631 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31866] ppid=31846 vsize=170516 CPUtime=0.01 cores=0,2,4,6
/proc/31848/task/31866/stat : 31866 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720149351 174608384 17631 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 0 0 0 0
[pid=31848/tid=31867] ppid=31846 vsize=170516 CPUtime=0 cores=0,2,4,6
/proc/31848/task/31867/stat : 31867 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720149351 174608384 17631 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31869] ppid=31846 vsize=170516 CPUtime=0.01 cores=0,2,4,6
/proc/31848/task/31869/stat : 31869 (mono) S 31846 31848 30754 0 -1 4202560 4 0 0 0 1 0 0 0 16 0 9 0 720149351 174608384 17631 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 0 0 0 0
[pid=31848/tid=31870] ppid=31846 vsize=170516 CPUtime=0 cores=0,2,4,6
/proc/31848/task/31870/stat : 31870 (mono) S 31846 31848 30754 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720149354 174608384 17631 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676631985 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 170516

[startup+3.10107 s]
/proc/loadavg: 1.00 1.00 1.01 3/451 31871
/proc/meminfo: memFree=9157860/32951132 swapFree=67093840/67111528
[pid=31848] ppid=31846 vsize=170644 CPUtime=3.09 cores=0,2,4,6
/proc/31848/stat : 31848 (mono) R 31846 31848 30754 0 -1 4202496 17731 0 21 0 308 1 0 0 19 0 9 0 720149346 174739456 17654 33554432000 4194304 7232020 140736536112832 18446744073709551615 1083416819 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 6
/proc/31848/statm: 42661 17654 1023 742 0 35232 0
[pid=31848/tid=31858] ppid=31846 vsize=170644 CPUtime=0.02 cores=0,2,4,6
/proc/31848/task/31858/stat : 31858 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720149351 174739456 17654 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31860] ppid=31846 vsize=170644 CPUtime=0.01 cores=0,2,4,6
/proc/31848/task/31860/stat : 31860 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720149351 174739456 17654 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31862] ppid=31846 vsize=170644 CPUtime=0.01 cores=0,2,4,6
/proc/31848/task/31862/stat : 31862 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 720149351 174739456 17654 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31865] ppid=31846 vsize=170644 CPUtime=0 cores=0,2,4,6
/proc/31848/task/31865/stat : 31865 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720149351 174739456 17654 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31866] ppid=31846 vsize=170644 CPUtime=0.01 cores=0,2,4,6
/proc/31848/task/31866/stat : 31866 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720149351 174739456 17654 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 0 0 0 0
[pid=31848/tid=31867] ppid=31846 vsize=170644 CPUtime=0 cores=0,2,4,6
/proc/31848/task/31867/stat : 31867 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720149351 174739456 17654 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31869] ppid=31846 vsize=170644 CPUtime=0.01 cores=0,2,4,6
/proc/31848/task/31869/stat : 31869 (mono) S 31846 31848 30754 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 720149351 174739456 17654 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 0 0 0 0
[pid=31848/tid=31870] ppid=31846 vsize=170644 CPUtime=0 cores=0,2,4,6
/proc/31848/task/31870/stat : 31870 (mono) S 31846 31848 30754 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720149354 174739456 17654 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676631985 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 170644

[startup+6.30053 s]
/proc/loadavg: 1.56 1.12 1.05 3/451 31871
/proc/meminfo: memFree=9147564/32951132 swapFree=67093840/67111528
[pid=31848] ppid=31846 vsize=178964 CPUtime=6.3 cores=0,2,4,6
/proc/31848/stat : 31848 (mono) R 31846 31848 30754 0 -1 4202496 18982 0 21 0 628 2 0 0 18 0 9 0 720149346 183259136 18905 33554432000 4194304 7232020 140736536112832 18446744073709551615 274680792091 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 6
/proc/31848/statm: 44741 18905 1023 742 0 37312 0
[pid=31848/tid=31858] ppid=31846 vsize=178964 CPUtime=0.02 cores=0,2,4,6
/proc/31848/task/31858/stat : 31858 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720149351 183259136 18905 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31860] ppid=31846 vsize=178964 CPUtime=0.02 cores=0,2,4,6
/proc/31848/task/31860/stat : 31860 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720149351 183259136 18905 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31862] ppid=31846 vsize=178964 CPUtime=0.01 cores=0,2,4,6
/proc/31848/task/31862/stat : 31862 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 720149351 183259136 18905 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 0 0 0 0
[pid=31848/tid=31865] ppid=31846 vsize=178964 CPUtime=0.01 cores=0,2,4,6
/proc/31848/task/31865/stat : 31865 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720149351 183259136 18905 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31866] ppid=31846 vsize=178964 CPUtime=0.02 cores=0,2,4,6
/proc/31848/task/31866/stat : 31866 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 720149351 183259136 18905 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31867] ppid=31846 vsize=178964 CPUtime=0.01 cores=0,2,4,6
/proc/31848/task/31867/stat : 31867 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720149351 183259136 18905 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 0 0 0 0
[pid=31848/tid=31869] ppid=31846 vsize=178964 CPUtime=0.02 cores=0,2,4,6
/proc/31848/task/31869/stat : 31869 (mono) S 31846 31848 30754 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 9 0 720149351 183259136 18905 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31870] ppid=31846 vsize=178964 CPUtime=0 cores=0,2,4,6
/proc/31848/task/31870/stat : 31870 (mono) S 31846 31848 30754 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720149354 183259136 18905 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676631985 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 178964

[startup+12.7014 s]
/proc/loadavg: 1.60 1.13 1.06 3/451 31871
/proc/meminfo: memFree=9128640/32951132 swapFree=67093840/67111528
[pid=31848] ppid=31846 vsize=195668 CPUtime=12.79 cores=0,2,4,6
/proc/31848/stat : 31848 (mono) R 31846 31848 30754 0 -1 4202496 22651 0 21 0 1276 3 0 0 18 0 9 0 720149346 200364032 22574 33554432000 4194304 7232020 140736536112832 18446744073709551615 1083412809 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 6
/proc/31848/statm: 48917 22574 1024 742 0 41488 0
[pid=31848/tid=31858] ppid=31846 vsize=195668 CPUtime=0.04 cores=0,2,4,6
/proc/31848/task/31858/stat : 31858 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 720149351 200364032 22574 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 0 0 0 0
[pid=31848/tid=31860] ppid=31846 vsize=195668 CPUtime=0.04 cores=0,2,4,6
/proc/31848/task/31860/stat : 31860 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 720149351 200364032 22574 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31862] ppid=31846 vsize=195668 CPUtime=0.02 cores=0,2,4,6
/proc/31848/task/31862/stat : 31862 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720149351 200364032 22574 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31865] ppid=31846 vsize=195668 CPUtime=0.03 cores=0,2,4,6
/proc/31848/task/31865/stat : 31865 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 720149351 200364032 22574 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 0 0 0 0
[pid=31848/tid=31866] ppid=31846 vsize=195668 CPUtime=0.03 cores=0,2,4,6
/proc/31848/task/31866/stat : 31866 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 720149351 200364032 22574 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31867] ppid=31846 vsize=195668 CPUtime=0.03 cores=0,2,4,6
/proc/31848/task/31867/stat : 31867 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 720149351 200364032 22574 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31869] ppid=31846 vsize=195668 CPUtime=0.04 cores=0,2,4,6
/proc/31848/task/31869/stat : 31869 (mono) S 31846 31848 30754 0 -1 4202560 4 0 0 0 4 0 0 0 15 0 9 0 720149351 200364032 22574 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31870] ppid=31846 vsize=195668 CPUtime=0 cores=0,2,4,6
/proc/31848/task/31870/stat : 31870 (mono) S 31846 31848 30754 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720149354 200364032 22574 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676631985 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 195668

[startup+25.5012 s]
/proc/loadavg: 1.68 1.17 1.07 3/451 31871
/proc/meminfo: memFree=9086236/32951132 swapFree=67093840/67111528
[pid=31848] ppid=31846 vsize=220820 CPUtime=25.76 cores=0,2,4,6
/proc/31848/stat : 31848 (mono) R 31846 31848 30754 0 -1 4202496 29501 0 21 0 2572 4 0 0 18 0 9 0 720149346 226119680 28533 33554432000 4194304 7232020 140736536112832 18446744073709551615 1083412501 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 6
/proc/31848/statm: 55205 28533 1034 742 0 47776 0
[pid=31848/tid=31858] ppid=31846 vsize=220820 CPUtime=0.06 cores=0,2,4,6
/proc/31848/task/31858/stat : 31858 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 720149351 226119680 28533 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31860] ppid=31846 vsize=220820 CPUtime=0.07 cores=0,2,4,6
/proc/31848/task/31860/stat : 31860 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 720149351 226119680 28533 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31862] ppid=31846 vsize=220820 CPUtime=0.06 cores=0,2,4,6
/proc/31848/task/31862/stat : 31862 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 720149351 226119680 28533 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 0 0 0 0
[pid=31848/tid=31865] ppid=31846 vsize=220820 CPUtime=0.05 cores=0,2,4,6
/proc/31848/task/31865/stat : 31865 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 720149351 226119680 28533 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31866] ppid=31846 vsize=220820 CPUtime=0.07 cores=0,2,4,6
/proc/31848/task/31866/stat : 31866 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 720149351 226119680 28533 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31867] ppid=31846 vsize=220820 CPUtime=0.06 cores=0,2,4,6
/proc/31848/task/31867/stat : 31867 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 720149351 226119680 28533 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31869] ppid=31846 vsize=220820 CPUtime=0.07 cores=0,2,4,6
/proc/31848/task/31869/stat : 31869 (mono) S 31846 31848 30754 0 -1 4202560 4 0 0 0 7 0 0 0 16 0 9 0 720149351 226119680 28533 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31870] ppid=31846 vsize=220820 CPUtime=0 cores=0,2,4,6
/proc/31848/task/31870/stat : 31870 (mono) S 31846 31848 30754 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720149354 226119680 28533 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676631985 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.76
Current children cumulated vsize (KiB) 220820

[startup+51.1007 s]
/proc/loadavg: 2.16 1.32 1.12 3/451 31872
/proc/meminfo: memFree=9042944/32951132 swapFree=67093840/67111528
[pid=31848] ppid=31846 vsize=254292 CPUtime=51.72 cores=0,2,4,6
/proc/31848/stat : 31848 (mono) R 31846 31848 30754 0 -1 4202496 42688 0 21 0 5165 7 0 0 25 0 9 0 720149346 260395008 37204 33554432000 4194304 7232020 140736536112832 18446744073709551615 1083412597 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 6
/proc/31848/statm: 63573 37204 1035 742 0 56144 0
[pid=31848/tid=31858] ppid=31846 vsize=254292 CPUtime=0.14 cores=0,2,4,6
/proc/31848/task/31858/stat : 31858 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 14 0 0 0 15 0 9 0 720149351 260395008 37204 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31860] ppid=31846 vsize=254292 CPUtime=0.13 cores=0,2,4,6
/proc/31848/task/31860/stat : 31860 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 13 0 0 0 16 0 9 0 720149351 260395008 37204 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31862] ppid=31846 vsize=254292 CPUtime=0.13 cores=0,2,4,6

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

/proc/31848/task/31865/stat : 31865 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 783 1 0 0 16 0 9 0 720149351 1322606592 296773 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31866] ppid=31846 vsize=1291608 CPUtime=8.69 cores=0,2,4,6
/proc/31848/task/31866/stat : 31866 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 868 1 0 0 16 0 9 0 720149351 1322606592 296773 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 0 0 0 0
[pid=31848/tid=31867] ppid=31846 vsize=1291608 CPUtime=8.42 cores=0,2,4,6
/proc/31848/task/31867/stat : 31867 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 840 2 0 0 16 0 9 0 720149351 1322606592 296773 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31869] ppid=31846 vsize=1291608 CPUtime=8.2 cores=0,2,4,6
/proc/31848/task/31869/stat : 31869 (mono) S 31846 31848 30754 0 -1 4202560 4 0 0 0 819 1 0 0 16 0 9 0 720149351 1322606592 296773 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31870] ppid=31846 vsize=1291608 CPUtime=0.01 cores=0,2,4,6
/proc/31848/task/31870/stat : 31870 (mono) S 31846 31848 30754 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 9 0 720149354 1322606592 296773 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676631985 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4645.82
Current children cumulated vsize (KiB) 1291608

[startup+4662.3 s]
/proc/loadavg: 2.12 2.14 2.09 3/451 32007
/proc/meminfo: memFree=7372996/32951132 swapFree=67093840/67111528
[pid=31848] ppid=31846 vsize=1308056 CPUtime=4706.16 cores=0,2,4,6
/proc/31848/stat : 31848 (mono) R 31846 31848 30754 0 -1 4202496 727479 0 21 0 470471 145 0 0 25 0 9 0 720149346 1339449344 301893 33554432000 4194304 7232020 140736536112832 18446744073709551615 1083411767 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 6
/proc/31848/statm: 327014 301893 1035 742 0 319585 0
[pid=31848/tid=31858] ppid=31846 vsize=1308056 CPUtime=8.45 cores=0,2,4,6
/proc/31848/task/31858/stat : 31858 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 845 0 0 0 16 0 9 0 720149351 1339449344 301893 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31860] ppid=31846 vsize=1308056 CPUtime=7.79 cores=0,2,4,6
/proc/31848/task/31860/stat : 31860 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 778 1 0 0 16 0 9 0 720149351 1339449344 301893 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31862] ppid=31846 vsize=1308056 CPUtime=8.58 cores=0,2,4,6
/proc/31848/task/31862/stat : 31862 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 857 1 0 0 15 0 9 0 720149351 1339449344 301893 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31865] ppid=31846 vsize=1308056 CPUtime=7.95 cores=0,2,4,6
/proc/31848/task/31865/stat : 31865 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 794 1 0 0 16 0 9 0 720149351 1339449344 301893 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31866] ppid=31846 vsize=1308056 CPUtime=8.77 cores=0,2,4,6
/proc/31848/task/31866/stat : 31866 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 876 1 0 0 16 0 9 0 720149351 1339449344 301893 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 0 0 0 0
[pid=31848/tid=31867] ppid=31846 vsize=1308056 CPUtime=8.48 cores=0,2,4,6
/proc/31848/task/31867/stat : 31867 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 846 2 0 0 16 0 9 0 720149351 1339449344 301893 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31869] ppid=31846 vsize=1308056 CPUtime=8.25 cores=0,2,4,6
/proc/31848/task/31869/stat : 31869 (mono) S 31846 31848 30754 0 -1 4202560 4 0 0 0 824 1 0 0 16 0 9 0 720149351 1339449344 301893 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 0 0 0 0
[pid=31848/tid=31870] ppid=31846 vsize=1308056 CPUtime=0.01 cores=0,2,4,6
/proc/31848/task/31870/stat : 31870 (mono) S 31846 31848 30754 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 9 0 720149354 1339449344 301893 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676631985 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4706.16
Current children cumulated vsize (KiB) 1308056

[startup+4722.32 s]
/proc/loadavg: 2.16 2.14 2.09 3/451 32008
/proc/meminfo: memFree=7349804/32951132 swapFree=67093840/67111528
[pid=31848] ppid=31846 vsize=1332696 CPUtime=4766.75 cores=0,2,4,6
/proc/31848/stat : 31848 (mono) R 31846 31848 30754 0 -1 4202496 733324 0 21 0 476529 146 0 0 25 0 9 0 720149346 1364680704 307738 33554432000 4194304 7232020 140736536112832 18446744073709551615 1083412590 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 6
/proc/31848/statm: 333174 307738 1035 742 0 325745 0
[pid=31848/tid=31858] ppid=31846 vsize=1332696 CPUtime=8.53 cores=0,2,4,6
/proc/31848/task/31858/stat : 31858 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 853 0 0 0 16 0 9 0 720149351 1364680704 307738 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31860] ppid=31846 vsize=1332696 CPUtime=7.93 cores=0,2,4,6
/proc/31848/task/31860/stat : 31860 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 792 1 0 0 16 0 9 0 720149351 1364680704 307738 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31862] ppid=31846 vsize=1332696 CPUtime=8.65 cores=0,2,4,6
/proc/31848/task/31862/stat : 31862 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 864 1 0 0 15 0 9 0 720149351 1364680704 307738 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31865] ppid=31846 vsize=1332696 CPUtime=8.02 cores=0,2,4,6
/proc/31848/task/31865/stat : 31865 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 801 1 0 0 16 0 9 0 720149351 1364680704 307738 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31866] ppid=31846 vsize=1332696 CPUtime=8.88 cores=0,2,4,6
/proc/31848/task/31866/stat : 31866 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 887 1 0 0 16 0 9 0 720149351 1364680704 307738 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31867] ppid=31846 vsize=1332696 CPUtime=8.59 cores=0,2,4,6
/proc/31848/task/31867/stat : 31867 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 857 2 0 0 16 0 9 0 720149351 1364680704 307738 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31869] ppid=31846 vsize=1332696 CPUtime=8.44 cores=0,2,4,6
/proc/31848/task/31869/stat : 31869 (mono) S 31846 31848 30754 0 -1 4202560 4 0 0 0 843 1 0 0 16 0 9 0 720149351 1364680704 307738 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 0 0 0 0
[pid=31848/tid=31870] ppid=31846 vsize=1332696 CPUtime=0.01 cores=0,2,4,6
/proc/31848/task/31870/stat : 31870 (mono) S 31846 31848 30754 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 9 0 720149354 1364680704 307738 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676631985 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4766.75
Current children cumulated vsize (KiB) 1332696

[startup+4782.3 s]
/proc/loadavg: 2.11 2.13 2.09 3/451 32010
/proc/meminfo: memFree=7326364/32951132 swapFree=67093840/67111528
[pid=31848] ppid=31846 vsize=1357336 CPUtime=4827.12 cores=0,2,4,6
/proc/31848/stat : 31848 (mono) R 31846 31848 30754 0 -1 4202496 739164 0 21 0 482565 147 0 0 25 0 9 0 720149346 1389912064 313578 33554432000 4194304 7232020 140736536112832 18446744073709551615 1083412597 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 6
/proc/31848/statm: 339334 313578 1035 742 0 331905 0
[pid=31848/tid=31858] ppid=31846 vsize=1357336 CPUtime=8.62 cores=0,2,4,6
/proc/31848/task/31858/stat : 31858 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 862 0 0 0 16 0 9 0 720149351 1389912064 313578 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31860] ppid=31846 vsize=1357336 CPUtime=8.01 cores=0,2,4,6
/proc/31848/task/31860/stat : 31860 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 800 1 0 0 16 0 9 0 720149351 1389912064 313578 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 0 0 0 0
[pid=31848/tid=31862] ppid=31846 vsize=1357336 CPUtime=8.76 cores=0,2,4,6
/proc/31848/task/31862/stat : 31862 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 875 1 0 0 16 0 9 0 720149351 1389912064 313578 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31865] ppid=31846 vsize=1357336 CPUtime=8.05 cores=0,2,4,6
/proc/31848/task/31865/stat : 31865 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 804 1 0 0 16 0 9 0 720149351 1389912064 313578 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31866] ppid=31846 vsize=1357336 CPUtime=8.95 cores=0,2,4,6
/proc/31848/task/31866/stat : 31866 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 894 1 0 0 16 0 9 0 720149351 1389912064 313578 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31867] ppid=31846 vsize=1357336 CPUtime=8.66 cores=0,2,4,6
/proc/31848/task/31867/stat : 31867 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 864 2 0 0 16 0 9 0 720149351 1389912064 313578 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 0 0 0 0
[pid=31848/tid=31869] ppid=31846 vsize=1357336 CPUtime=8.5 cores=0,2,4,6
/proc/31848/task/31869/stat : 31869 (mono) S 31846 31848 30754 0 -1 4202560 4 0 0 0 849 1 0 0 16 0 9 0 720149351 1389912064 313578 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31870] ppid=31846 vsize=1357336 CPUtime=0.01 cores=0,2,4,6
/proc/31848/task/31870/stat : 31870 (mono) S 31846 31848 30754 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 9 0 720149354 1389912064 313578 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676631985 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4827.12
Current children cumulated vsize (KiB) 1357336

[startup+4842.3 s]
/proc/loadavg: 2.04 2.10 2.08 3/451 32012
/proc/meminfo: memFree=7312344/32951132 swapFree=67093840/67111528
[pid=31848] ppid=31846 vsize=1373720 CPUtime=4887.32 cores=0,2,4,6
/proc/31848/stat : 31848 (mono) R 31846 31848 30754 0 -1 4202496 742431 0 21 0 488584 148 0 0 25 0 9 0 720149346 1406689280 316845 33554432000 4194304 7232020 140736536112832 18446744073709551615 1083412597 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 6
/proc/31848/statm: 343430 316845 1035 742 0 336001 0
[pid=31848/tid=31858] ppid=31846 vsize=1373720 CPUtime=8.67 cores=0,2,4,6
/proc/31848/task/31858/stat : 31858 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 867 0 0 0 15 0 9 0 720149351 1406689280 316845 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31860] ppid=31846 vsize=1373720 CPUtime=8.03 cores=0,2,4,6
/proc/31848/task/31860/stat : 31860 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 802 1 0 0 16 0 9 0 720149351 1406689280 316845 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31862] ppid=31846 vsize=1373720 CPUtime=8.8 cores=0,2,4,6
/proc/31848/task/31862/stat : 31862 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 879 1 0 0 16 0 9 0 720149351 1406689280 316845 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31865] ppid=31846 vsize=1373720 CPUtime=8.07 cores=0,2,4,6
/proc/31848/task/31865/stat : 31865 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 806 1 0 0 16 0 9 0 720149351 1406689280 316845 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31866] ppid=31846 vsize=1373720 CPUtime=8.96 cores=0,2,4,6
/proc/31848/task/31866/stat : 31866 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 895 1 0 0 16 0 9 0 720149351 1406689280 316845 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31867] ppid=31846 vsize=1373720 CPUtime=8.71 cores=0,2,4,6
/proc/31848/task/31867/stat : 31867 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 869 2 0 0 16 0 9 0 720149351 1406689280 316845 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 0 0 0 0
[pid=31848/tid=31869] ppid=31846 vsize=1373720 CPUtime=8.56 cores=0,2,4,6
/proc/31848/task/31869/stat : 31869 (mono) S 31846 31848 30754 0 -1 4202560 4 0 0 0 855 1 0 0 16 0 9 0 720149351 1406689280 316845 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31870] ppid=31846 vsize=1373720 CPUtime=0.01 cores=0,2,4,6
/proc/31848/task/31870/stat : 31870 (mono) S 31846 31848 30754 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 9 0 720149354 1406689280 316845 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676631985 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4887.32
Current children cumulated vsize (KiB) 1373720

[startup+4902.3 s]
/proc/loadavg: 2.01 2.08 2.08 3/451 32013
/proc/meminfo: memFree=7462520/32951132 swapFree=67093840/67111528
[pid=31848] ppid=31846 vsize=1406552 CPUtime=4947.72 cores=0,2,4,6
/proc/31848/stat : 31848 (mono) R 31846 31848 30754 0 -1 4202496 750431 0 21 0 494623 149 0 0 19 0 9 0 720149346 1440309248 324845 33554432000 4194304 7232020 140736536112832 18446744073709551615 1083413020 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 6
/proc/31848/statm: 351638 324845 1035 742 0 344209 0
[pid=31848/tid=31858] ppid=31846 vsize=1406552 CPUtime=8.76 cores=0,2,4,6
/proc/31848/task/31858/stat : 31858 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 876 0 0 0 16 0 9 0 720149351 1440309248 324845 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31860] ppid=31846 vsize=1406552 CPUtime=8.1 cores=0,2,4,6
/proc/31848/task/31860/stat : 31860 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 809 1 0 0 16 0 9 0 720149351 1440309248 324845 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31862] ppid=31846 vsize=1406552 CPUtime=8.87 cores=0,2,4,6
/proc/31848/task/31862/stat : 31862 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 886 1 0 0 16 0 9 0 720149351 1440309248 324845 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 0 0 0 0
[pid=31848/tid=31865] ppid=31846 vsize=1406552 CPUtime=8.13 cores=0,2,4,6
/proc/31848/task/31865/stat : 31865 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 812 1 0 0 16 0 9 0 720149351 1440309248 324845 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31866] ppid=31846 vsize=1406552 CPUtime=9.04 cores=0,2,4,6
/proc/31848/task/31866/stat : 31866 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 903 1 0 0 16 0 9 0 720149351 1440309248 324845 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31867] ppid=31846 vsize=1406552 CPUtime=8.78 cores=0,2,4,6
/proc/31848/task/31867/stat : 31867 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 876 2 0 0 16 0 9 0 720149351 1440309248 324845 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 6 0 0 0
[pid=31848/tid=31869] ppid=31846 vsize=1406552 CPUtime=8.63 cores=0,2,4,6
/proc/31848/task/31869/stat : 31869 (mono) S 31846 31848 30754 0 -1 4202560 4 0 0 0 862 1 0 0 16 0 9 0 720149351 1440309248 324845 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31870] ppid=31846 vsize=1406552 CPUtime=0.01 cores=0,2,4,6
/proc/31848/task/31870/stat : 31870 (mono) S 31846 31848 30754 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 9 0 720149354 1440309248 324845 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676631985 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4947.72
Current children cumulated vsize (KiB) 1406552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4954.42 s]
/proc/loadavg: 1.77 2.02 2.06 2/437 32033
/proc/meminfo: memFree=7946812/32951132 swapFree=67093840/67111528
[pid=31848] ppid=31846 vsize=1423000 CPUtime=5000.05 cores=0,2,4,6
/proc/31848/stat : 31848 (mono) R 31846 31848 30754 0 -1 4202496 755301 0 21 0 499855 150 0 0 25 0 9 0 720149346 1457152000 329715 33554432000 4194304 7232020 140736536112832 18446744073709551615 1083412590 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 6
/proc/31848/statm: 355750 329715 1035 742 0 348321 0
[pid=31848/tid=31858] ppid=31846 vsize=1423000 CPUtime=8.78 cores=0,2,4,6
/proc/31848/task/31858/stat : 31858 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 878 0 0 0 15 0 9 0 720149351 1457152000 329715 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31860] ppid=31846 vsize=1423000 CPUtime=8.15 cores=0,2,4,6
/proc/31848/task/31860/stat : 31860 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 814 1 0 0 16 0 9 0 720149351 1457152000 329715 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31862] ppid=31846 vsize=1423000 CPUtime=8.94 cores=0,2,4,6
/proc/31848/task/31862/stat : 31862 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 893 1 0 0 16 0 9 0 720149351 1457152000 329715 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 0 0 0 0
[pid=31848/tid=31865] ppid=31846 vsize=1423000 CPUtime=8.15 cores=0,2,4,6
/proc/31848/task/31865/stat : 31865 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 814 1 0 0 16 0 9 0 720149351 1457152000 329715 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31866] ppid=31846 vsize=1423000 CPUtime=9.08 cores=0,2,4,6
/proc/31848/task/31866/stat : 31866 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 907 1 0 0 15 0 9 0 720149351 1457152000 329715 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31867] ppid=31846 vsize=1423000 CPUtime=8.8 cores=0,2,4,6
/proc/31848/task/31867/stat : 31867 (mono) S 31846 31848 30754 0 -1 4202560 2 0 0 0 878 2 0 0 16 0 9 0 720149351 1457152000 329715 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 2 0 0 0
[pid=31848/tid=31869] ppid=31846 vsize=1423000 CPUtime=8.67 cores=0,2,4,6
/proc/31848/task/31869/stat : 31869 (mono) S 31846 31848 30754 0 -1 4202560 4 0 0 0 866 1 0 0 16 0 9 0 720149351 1457152000 329715 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676624281 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
[pid=31848/tid=31870] ppid=31846 vsize=1423000 CPUtime=0.01 cores=0,2,4,6
/proc/31848/task/31870/stat : 31870 (mono) S 31846 31848 30754 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 9 0 720149354 1457152000 329715 33554432000 4194304 7232020 140736536112832 18446744073709551615 274676631985 0 0 4096 545260780 18446604442951328768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 1423000

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4954.49
CPU time (s): 5000.11
CPU user time (s): 4998.56
CPU system time (s): 1.55176
CPU usage (%): 100.921
Max. virtual memory (cumulated for all children) (KiB): 1423000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.56
system time used= 1.55176
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 755301
page faults= 21
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68032
involuntary context switches= 26389

runsolver used 23.6364 second user time and 48.2667 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= b5a637600c242725f15a247a84bdea1b
RANDOM SEED=362453846

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:       9268788 kB
Buffers:        334944 kB
Cached:        8924220 kB
SwapCached:       1504 kB
Active:       17666708 kB
Inactive:      5708972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:       9268788 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            1576 kB
Writeback:           0 kB
AnonPages:    14114232 kB
Mapped:          38096 kB
Slab:           184404 kB
PageTables:      55472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 95330268 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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