Trace number 3189505

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-04SAT 564.446 562.392

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S422404201-035.SATISFIABLE.cnf
MD5SUMfa5f68613be1e2c6017df353c3eb03ef
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.045992
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data

564.35/562.37	s SATISFIABLE
564.35/562.38	v 32 -41 -21 -19 -8 4 18 12 -48 23 -37 2 -43 -11 30 31 36 14 25 13 -50 9 -35 49 46 44 42 -39 33 1 34 16 -22 -7 -20 -29 -24 47 45 3 6 38 -10 -15 -26 -5 40 -17 28 -27  0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.02 2.51 3.40 3/178 15207
/proc/meminfo: memFree=16037472/32951124 swapFree=67111528/67111528
[pid=15205] ppid=15202 vsize=3448 CPUtime=0 cores=0,2
/proc/15205/stat : 15205 (mono) D 15202 15205 14374 0 -1 4194304 71 0 1 0 0 0 0 0 23 0 1 0 340274297 3530752 25 33554432000 4194304 7232020 140735594308560 18446744073709551615 228117791760 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 0
/proc/15205/statm: 862 25 19 742 0 80 0

[startup+0.0814361 s]
/proc/loadavg: 1.02 2.51 3.40 3/178 15207
/proc/meminfo: memFree=16037472/32951124 swapFree=67111528/67111528
[pid=15205] ppid=15202 vsize=105944 CPUtime=0.01 cores=0,2
/proc/15205/stat : 15205 (mono) R 15202 15205 14374 0 -1 4202496 1473 0 21 0 1 0 0 0 18 0 9 0 340274297 108486656 1397 33554432000 4194304 7232020 140735594308560 18446744073709551615 6081786 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/15205/statm: 26486 1397 966 742 0 19057 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 105944

[startup+0.100392 s]
/proc/loadavg: 1.02 2.51 3.40 3/178 15207
/proc/meminfo: memFree=16037472/32951124 swapFree=67111528/67111528
[pid=15205] ppid=15202 vsize=106560 CPUtime=0.03 cores=0,2
/proc/15205/stat : 15205 (mono) R 15202 15205 14374 0 -1 4202496 1637 0 21 0 3 0 0 0 18 0 9 0 340274297 109117440 1559 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/15205/statm: 26640 1559 975 742 0 19211 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 106560

[startup+0.305369 s]
/proc/loadavg: 1.02 2.51 3.40 3/178 15207
/proc/meminfo: memFree=16037472/32951124 swapFree=67111528/67111528
[pid=15205] ppid=15202 vsize=112500 CPUtime=0.23 cores=0,2
/proc/15205/stat : 15205 (mono) R 15202 15205 14374 0 -1 4202496 2894 0 21 0 23 0 0 0 18 0 9 0 340274297 115200000 2816 33554432000 4194304 7232020 140735594308560 18446744073709551615 1085908609 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/15205/statm: 28125 2816 1024 742 0 20696 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 112500

[startup+0.701323 s]
/proc/loadavg: 1.02 2.51 3.40 3/178 15207
/proc/meminfo: memFree=16037472/32951124 swapFree=67111528/67111528
[pid=15205] ppid=15202 vsize=112500 CPUtime=0.64 cores=0,2
/proc/15205/stat : 15205 (mono) R 15202 15205 14374 0 -1 4202496 3156 0 21 0 64 0 0 0 18 0 9 0 340274297 115200000 3074 33554432000 4194304 7232020 140735594308560 18446744073709551615 1085898869 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/15205/statm: 28125 3074 1024 742 0 20696 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 112500

[startup+1.50116 s]
/proc/loadavg: 1.02 2.51 3.40 6/222 15261
/proc/meminfo: memFree=15996888/32951124 swapFree=67111528/67111528
[pid=15205] ppid=15202 vsize=114676 CPUtime=1.45 cores=0,2
/proc/15205/stat : 15205 (mono) R 15202 15205 14374 0 -1 4202496 3634 0 21 0 144 1 0 0 18 0 9 0 340274297 117428224 3552 33554432000 4194304 7232020 140735594308560 18446744073709551615 1085898319 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/15205/statm: 28669 3552 1024 742 0 21240 0
[pid=15205/tid=15217] ppid=15202 vsize=114676 CPUtime=0 cores=0,2
/proc/15205/task/15217/stat : 15217 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340274301 117428224 3552 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15218] ppid=15202 vsize=114676 CPUtime=0 cores=0,2
/proc/15205/task/15218/stat : 15218 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340274301 117428224 3552 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15219] ppid=15202 vsize=114676 CPUtime=0 cores=0,2
/proc/15205/task/15219/stat : 15219 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340274301 117428224 3552 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15220] ppid=15202 vsize=114676 CPUtime=0 cores=0,2
/proc/15205/task/15220/stat : 15220 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340274301 117428224 3552 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15221] ppid=15202 vsize=114676 CPUtime=0 cores=0,2
/proc/15205/task/15221/stat : 15221 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340274301 117428224 3552 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15222] ppid=15202 vsize=114676 CPUtime=0 cores=0,2
/proc/15205/task/15222/stat : 15222 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 340274301 117428224 3552 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15223] ppid=15202 vsize=114676 CPUtime=0 cores=0,2
/proc/15205/task/15223/stat : 15223 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340274301 117428224 3552 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15224] ppid=15202 vsize=114676 CPUtime=0 cores=0,2
/proc/15205/task/15224/stat : 15224 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340274304 117428224 3552 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134537649 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 114676

[startup+3.10084 s]
/proc/loadavg: 1.02 2.51 3.40 6/222 15261
/proc/meminfo: memFree=15984984/32951124 swapFree=67111528/67111528
[pid=15205] ppid=15202 vsize=117500 CPUtime=3.06 cores=0,2
/proc/15205/stat : 15205 (mono) R 15202 15205 14374 0 -1 4202496 4416 0 21 0 305 1 0 0 18 0 9 0 340274297 120320000 4202 33554432000 4194304 7232020 140735594308560 18446744073709551615 1085899010 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 4
/proc/15205/statm: 29375 4202 1024 742 0 21946 0
[pid=15205/tid=15217] ppid=15202 vsize=117500 CPUtime=0 cores=0,2
/proc/15205/task/15217/stat : 15217 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 9 0 340274301 120320000 4202 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15218] ppid=15202 vsize=117500 CPUtime=0 cores=0,2
/proc/15205/task/15218/stat : 15218 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340274301 120320000 4202 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15219] ppid=15202 vsize=117500 CPUtime=0 cores=0,2
/proc/15205/task/15219/stat : 15219 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340274301 120320000 4202 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15220] ppid=15202 vsize=117500 CPUtime=0.01 cores=0,2
/proc/15205/task/15220/stat : 15220 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 340274301 120320000 4202 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15221] ppid=15202 vsize=117500 CPUtime=0 cores=0,2
/proc/15205/task/15221/stat : 15221 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340274301 120320000 4202 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15222] ppid=15202 vsize=117500 CPUtime=0 cores=0,2
/proc/15205/task/15222/stat : 15222 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 340274301 120320000 4202 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15223] ppid=15202 vsize=117500 CPUtime=0 cores=0,2
/proc/15205/task/15223/stat : 15223 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340274301 120320000 4202 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15224] ppid=15202 vsize=117500 CPUtime=0 cores=0,2
/proc/15205/task/15224/stat : 15224 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340274304 120320000 4202 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134537649 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 117500

[startup+6.30131 s]
/proc/loadavg: 1.26 2.54 3.41 6/222 15296
/proc/meminfo: memFree=15968424/32951124 swapFree=67111528/67111528
[pid=15205] ppid=15202 vsize=121836 CPUtime=6.3 cores=0,2
/proc/15205/stat : 15205 (mono) R 15202 15205 14374 0 -1 4202496 5727 0 21 0 628 2 0 0 19 0 9 0 340274297 124760064 5096 33554432000 4194304 7232020 140735594308560 18446744073709551615 1085898875 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/15205/statm: 30459 5096 1024 742 0 23030 0
[pid=15205/tid=15217] ppid=15202 vsize=121836 CPUtime=0.01 cores=0,2
/proc/15205/task/15217/stat : 15217 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 1 0 0 0 16 0 9 0 340274301 124760064 5096 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15218] ppid=15202 vsize=121836 CPUtime=0 cores=0,2
/proc/15205/task/15218/stat : 15218 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340274301 124760064 5096 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15219] ppid=15202 vsize=121836 CPUtime=0.01 cores=0,2
/proc/15205/task/15219/stat : 15219 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 340274301 124760064 5096 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15220] ppid=15202 vsize=121836 CPUtime=0.02 cores=0,2
/proc/15205/task/15220/stat : 15220 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 340274301 124760064 5096 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15221] ppid=15202 vsize=121836 CPUtime=0.01 cores=0,2
/proc/15205/task/15221/stat : 15221 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 340274301 124760064 5096 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15222] ppid=15202 vsize=121836 CPUtime=0.02 cores=0,2
/proc/15205/task/15222/stat : 15222 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 340274301 124760064 5096 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15223] ppid=15202 vsize=121836 CPUtime=0.01 cores=0,2
/proc/15205/task/15223/stat : 15223 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 340274301 124760064 5096 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15224] ppid=15202 vsize=121836 CPUtime=0 cores=0,2
/proc/15205/task/15224/stat : 15224 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340274304 124760064 5096 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134537649 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 121836

[startup+12.7012 s]
/proc/loadavg: 1.48 2.56 3.41 6/222 15296
/proc/meminfo: memFree=15945600/32951124 swapFree=67111528/67111528
[pid=15205] ppid=15202 vsize=127100 CPUtime=12.72 cores=0,2
/proc/15205/stat : 15205 (mono) R 15202 15205 14374 0 -1 4202496 6952 0 21 0 1270 2 0 0 19 0 9 0 340274297 130150400 5932 33554432000 4194304 7232020 140735594308560 18446744073709551615 1085898833 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/15205/statm: 31775 5932 1025 742 0 24346 0
[pid=15205/tid=15217] ppid=15202 vsize=127100 CPUtime=0.02 cores=0,2
/proc/15205/task/15217/stat : 15217 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 9 0 340274301 130150400 5932 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15218] ppid=15202 vsize=127100 CPUtime=0.02 cores=0,2
/proc/15205/task/15218/stat : 15218 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 340274301 130150400 5932 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15219] ppid=15202 vsize=127100 CPUtime=0.02 cores=0,2
/proc/15205/task/15219/stat : 15219 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 340274301 130150400 5932 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15220] ppid=15202 vsize=127100 CPUtime=0.03 cores=0,2
/proc/15205/task/15220/stat : 15220 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 340274301 130150400 5932 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15221] ppid=15202 vsize=127100 CPUtime=0.03 cores=0,2
/proc/15205/task/15221/stat : 15221 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 340274301 130150400 5932 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15222] ppid=15202 vsize=127100 CPUtime=0.03 cores=0,2
/proc/15205/task/15222/stat : 15222 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 340274301 130150400 5932 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15223] ppid=15202 vsize=127100 CPUtime=0.03 cores=0,2
/proc/15205/task/15223/stat : 15223 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 340274301 130150400 5932 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15224] ppid=15202 vsize=127100 CPUtime=0 cores=0,2
/proc/15205/task/15224/stat : 15224 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340274304 130150400 5932 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134537649 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 127100

[startup+25.5008 s]
/proc/loadavg: 2.04 2.63 3.42 6/222 15296
/proc/meminfo: memFree=15915120/32951124 swapFree=67111528/67111528
[pid=15205] ppid=15202 vsize=134656 CPUtime=25.6 cores=0,2
/proc/15205/stat : 15205 (mono) R 15202 15205 14374 0 -1 4202496 9260 0 21 0 2557 3 0 0 25 0 9 0 340274297 137887744 7172 33554432000 4194304 7232020 140735594308560 18446744073709551615 1085898869 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/15205/statm: 33664 7172 1025 742 0 26235 0
[pid=15205/tid=15217] ppid=15202 vsize=134656 CPUtime=0.05 cores=0,2
/proc/15205/task/15217/stat : 15217 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 5 0 0 0 16 0 9 0 340274301 137887744 7172 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15218] ppid=15202 vsize=134656 CPUtime=0.04 cores=0,2
/proc/15205/task/15218/stat : 15218 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 340274301 137887744 7172 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15219] ppid=15202 vsize=134656 CPUtime=0.05 cores=0,2
/proc/15205/task/15219/stat : 15219 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 340274301 137887744 7172 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15220] ppid=15202 vsize=134656 CPUtime=0.06 cores=0,2
/proc/15205/task/15220/stat : 15220 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 6 0 0 0 16 0 9 0 340274301 137887744 7172 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15221] ppid=15202 vsize=134656 CPUtime=0.05 cores=0,2
/proc/15205/task/15221/stat : 15221 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 340274301 137887744 7172 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15222] ppid=15202 vsize=134656 CPUtime=0.06 cores=0,2
/proc/15205/task/15222/stat : 15222 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 340274301 137887744 7172 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15223] ppid=15202 vsize=134656 CPUtime=0.05 cores=0,2
/proc/15205/task/15223/stat : 15223 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 340274301 137887744 7172 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15224] ppid=15202 vsize=134656 CPUtime=0 cores=0,2
/proc/15205/task/15224/stat : 15224 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340274304 137887744 7172 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134537649 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.6
Current children cumulated vsize (KiB) 134656

[startup+51.1012 s]
/proc/loadavg: 2.71 2.74 3.43 6/222 15297
/proc/meminfo: memFree=15866476/32951124 swapFree=67111528/67111528
[pid=15205] ppid=15202 vsize=151296 CPUtime=51.33 cores=0,2
/proc/15205/stat : 15205 (mono) R 15202 15205 14374 0 -1 4202496 13423 0 21 0 5127 6 0 0 25 0 9 0 340274297 154927104 11038 33554432000 4194304 7232020 140735594308560 18446744073709551615 1085898106 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/15205/statm: 37824 11038 1036 742 0 30395 0
[pid=15205/tid=15217] ppid=15202 vsize=151296 CPUtime=0.09 cores=0,2
/proc/15205/task/15217/stat : 15217 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 9 0 0 0 15 0 9 0 340274301 154927104 11038 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15218] ppid=15202 vsize=151296 CPUtime=0.07 cores=0,2
/proc/15205/task/15218/stat : 15218 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 7 0 0 0 16 0 9 0 340274301 154927104 11038 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15219] ppid=15202 vsize=151296 CPUtime=0.09 cores=0,2

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

/proc/15205/stat : 15205 (mono) R 15202 15205 14374 0 -1 4202496 47438 0 21 0 53931 20 0 0 25 0 9 0 340274297 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 1085910169 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/15205/statm: 56592 31595 1036 742 0 49163 0
[pid=15205/tid=15217] ppid=15202 vsize=226368 CPUtime=0.7 cores=0,2
/proc/15205/task/15217/stat : 15217 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 70 0 0 0 16 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15218] ppid=15202 vsize=226368 CPUtime=0.65 cores=0,2
/proc/15205/task/15218/stat : 15218 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 65 0 0 0 16 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15219] ppid=15202 vsize=226368 CPUtime=0.69 cores=0,2
/proc/15205/task/15219/stat : 15219 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 69 0 0 0 15 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15220] ppid=15202 vsize=226368 CPUtime=0.72 cores=0,2
/proc/15205/task/15220/stat : 15220 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 72 0 0 0 16 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15221] ppid=15202 vsize=226368 CPUtime=0.72 cores=0,2
/proc/15205/task/15221/stat : 15221 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 72 0 0 0 16 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15222] ppid=15202 vsize=226368 CPUtime=0.67 cores=0,2
/proc/15205/task/15222/stat : 15222 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 67 0 0 0 16 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15223] ppid=15202 vsize=226368 CPUtime=0.68 cores=0,2
/proc/15205/task/15223/stat : 15223 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 68 0 0 0 15 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15224] ppid=15202 vsize=226368 CPUtime=0 cores=0,2
/proc/15205/task/15224/stat : 15224 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340274304 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134537649 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 539.51
Current children cumulated vsize (KiB) 226368

[startup+550.301 s]
/proc/loadavg: 4.04 3.86 3.71 6/222 15310
/proc/meminfo: memFree=15550472/32951124 swapFree=67111528/67111528
[pid=15205] ppid=15202 vsize=226368 CPUtime=552.32 cores=0,2
/proc/15205/stat : 15205 (mono) R 15202 15205 14374 0 -1 4202496 47438 0 21 0 55212 20 0 0 25 0 9 0 340274297 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 1085910178 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/15205/statm: 56592 31595 1036 742 0 49163 0
[pid=15205/tid=15217] ppid=15202 vsize=226368 CPUtime=0.7 cores=0,2
/proc/15205/task/15217/stat : 15217 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 70 0 0 0 16 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15218] ppid=15202 vsize=226368 CPUtime=0.65 cores=0,2
/proc/15205/task/15218/stat : 15218 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 65 0 0 0 16 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15219] ppid=15202 vsize=226368 CPUtime=0.69 cores=0,2
/proc/15205/task/15219/stat : 15219 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 69 0 0 0 15 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15220] ppid=15202 vsize=226368 CPUtime=0.73 cores=0,2
/proc/15205/task/15220/stat : 15220 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 73 0 0 0 16 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15221] ppid=15202 vsize=226368 CPUtime=0.72 cores=0,2
/proc/15205/task/15221/stat : 15221 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 72 0 0 0 16 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15222] ppid=15202 vsize=226368 CPUtime=0.67 cores=0,2
/proc/15205/task/15222/stat : 15222 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 67 0 0 0 16 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15223] ppid=15202 vsize=226368 CPUtime=0.68 cores=0,2
/proc/15205/task/15223/stat : 15223 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 68 0 0 0 15 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15224] ppid=15202 vsize=226368 CPUtime=0 cores=0,2
/proc/15205/task/15224/stat : 15224 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340274304 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134537649 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 552.32
Current children cumulated vsize (KiB) 226368

[startup+556.701 s]
/proc/loadavg: 4.03 3.86 3.71 6/222 15310
/proc/meminfo: memFree=15548104/32951124 swapFree=67111528/67111528
[pid=15205] ppid=15202 vsize=226368 CPUtime=558.72 cores=0,2
/proc/15205/stat : 15205 (mono) R 15202 15205 14374 0 -1 4202496 47438 0 21 0 55852 20 0 0 25 0 9 0 340274297 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 1085898862 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/15205/statm: 56592 31595 1036 742 0 49163 0
[pid=15205/tid=15217] ppid=15202 vsize=226368 CPUtime=0.7 cores=0,2
/proc/15205/task/15217/stat : 15217 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 70 0 0 0 16 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15218] ppid=15202 vsize=226368 CPUtime=0.65 cores=0,2
/proc/15205/task/15218/stat : 15218 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 65 0 0 0 16 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15219] ppid=15202 vsize=226368 CPUtime=0.69 cores=0,2
/proc/15205/task/15219/stat : 15219 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 69 0 0 0 15 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15220] ppid=15202 vsize=226368 CPUtime=0.73 cores=0,2
/proc/15205/task/15220/stat : 15220 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 73 0 0 0 16 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15221] ppid=15202 vsize=226368 CPUtime=0.72 cores=0,2
/proc/15205/task/15221/stat : 15221 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 72 0 0 0 16 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15222] ppid=15202 vsize=226368 CPUtime=0.67 cores=0,2
/proc/15205/task/15222/stat : 15222 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 67 0 0 0 16 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15223] ppid=15202 vsize=226368 CPUtime=0.68 cores=0,2
/proc/15205/task/15223/stat : 15223 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 68 0 0 0 15 0 9 0 340274301 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15224] ppid=15202 vsize=226368 CPUtime=0 cores=0,2
/proc/15205/task/15224/stat : 15224 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340274304 231800832 31595 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134537649 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 558.72
Current children cumulated vsize (KiB) 226368

[startup+559.907 s]
/proc/loadavg: 4.03 3.86 3.71 6/222 15310
/proc/meminfo: memFree=15547484/32951124 swapFree=67111528/67111528
[pid=15205] ppid=15202 vsize=226368 CPUtime=561.94 cores=0,2
/proc/15205/stat : 15205 (mono) R 15202 15205 14374 0 -1 4202496 47439 0 21 0 56174 20 0 0 18 0 9 0 340274297 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 1085899136 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/15205/statm: 56592 31596 1036 742 0 49163 0
[pid=15205/tid=15217] ppid=15202 vsize=226368 CPUtime=0.71 cores=0,2
/proc/15205/task/15217/stat : 15217 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 71 0 0 0 16 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15218] ppid=15202 vsize=226368 CPUtime=0.66 cores=0,2
/proc/15205/task/15218/stat : 15218 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 66 0 0 0 15 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15219] ppid=15202 vsize=226368 CPUtime=0.7 cores=0,2
/proc/15205/task/15219/stat : 15219 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 70 0 0 0 16 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15220] ppid=15202 vsize=226368 CPUtime=0.73 cores=0,2
/proc/15205/task/15220/stat : 15220 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 73 0 0 0 15 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15221] ppid=15202 vsize=226368 CPUtime=0.73 cores=0,2
/proc/15205/task/15221/stat : 15221 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 73 0 0 0 16 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15222] ppid=15202 vsize=226368 CPUtime=0.67 cores=0,2
/proc/15205/task/15222/stat : 15222 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 67 0 0 0 15 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15223] ppid=15202 vsize=226368 CPUtime=0.69 cores=0,2
/proc/15205/task/15223/stat : 15223 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 69 0 0 0 16 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15224] ppid=15202 vsize=226368 CPUtime=0 cores=0,2
/proc/15205/task/15224/stat : 15224 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340274304 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134537649 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 561.94
Current children cumulated vsize (KiB) 226368

[startup+561.501 s]
/proc/loadavg: 4.03 3.86 3.71 6/222 15311
/proc/meminfo: memFree=15547360/32951124 swapFree=67111528/67111528
[pid=15205] ppid=15202 vsize=226368 CPUtime=563.53 cores=0,2
/proc/15205/stat : 15205 (mono) R 15202 15205 14374 0 -1 4202496 47439 0 21 0 56333 20 0 0 20 0 9 0 340274297 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 1085899444 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/15205/statm: 56592 31596 1036 742 0 49163 0
[pid=15205/tid=15217] ppid=15202 vsize=226368 CPUtime=0.71 cores=0,2
/proc/15205/task/15217/stat : 15217 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 71 0 0 0 15 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15218] ppid=15202 vsize=226368 CPUtime=0.67 cores=0,2
/proc/15205/task/15218/stat : 15218 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 67 0 0 0 16 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15219] ppid=15202 vsize=226368 CPUtime=0.7 cores=0,2
/proc/15205/task/15219/stat : 15219 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 70 0 0 0 15 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15220] ppid=15202 vsize=226368 CPUtime=0.73 cores=0,2
/proc/15205/task/15220/stat : 15220 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 73 0 0 0 15 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15221] ppid=15202 vsize=226368 CPUtime=0.73 cores=0,2
/proc/15205/task/15221/stat : 15221 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 73 0 0 0 16 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15222] ppid=15202 vsize=226368 CPUtime=0.67 cores=0,2
/proc/15205/task/15222/stat : 15222 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 67 0 0 0 15 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15223] ppid=15202 vsize=226368 CPUtime=0.69 cores=0,2
/proc/15205/task/15223/stat : 15223 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 69 0 0 0 15 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15224] ppid=15202 vsize=226368 CPUtime=0 cores=0,2
/proc/15205/task/15224/stat : 15224 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340274304 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134537649 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 563.53
Current children cumulated vsize (KiB) 226368

[startup+561.901 s]
/proc/loadavg: 4.03 3.86 3.71 6/222 15311
/proc/meminfo: memFree=15547360/32951124 swapFree=67111528/67111528
[pid=15205] ppid=15202 vsize=226368 CPUtime=563.94 cores=0,2
/proc/15205/stat : 15205 (mono) R 15202 15205 14374 0 -1 4202496 47439 0 21 0 56374 20 0 0 18 0 9 0 340274297 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 1085898869 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/15205/statm: 56592 31596 1036 742 0 49163 0
[pid=15205/tid=15217] ppid=15202 vsize=226368 CPUtime=0.71 cores=0,2
/proc/15205/task/15217/stat : 15217 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 71 0 0 0 16 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15218] ppid=15202 vsize=226368 CPUtime=0.67 cores=0,2
/proc/15205/task/15218/stat : 15218 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 67 0 0 0 16 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15219] ppid=15202 vsize=226368 CPUtime=0.71 cores=0,2
/proc/15205/task/15219/stat : 15219 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 71 0 0 0 16 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15220] ppid=15202 vsize=226368 CPUtime=0.73 cores=0,2
/proc/15205/task/15220/stat : 15220 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 73 0 0 0 16 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15221] ppid=15202 vsize=226368 CPUtime=0.73 cores=0,2
/proc/15205/task/15221/stat : 15221 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 73 0 0 0 16 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15222] ppid=15202 vsize=226368 CPUtime=0.68 cores=0,2
/proc/15205/task/15222/stat : 15222 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 68 0 0 0 16 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15223] ppid=15202 vsize=226368 CPUtime=0.69 cores=0,2
/proc/15205/task/15223/stat : 15223 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 69 0 0 0 16 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15224] ppid=15202 vsize=226368 CPUtime=0 cores=0,2
/proc/15205/task/15224/stat : 15224 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340274304 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134537649 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 563.94
Current children cumulated vsize (KiB) 226368

[startup+562.301 s]
/proc/loadavg: 4.03 3.86 3.71 6/222 15311
/proc/meminfo: memFree=15547236/32951124 swapFree=67111528/67111528
[pid=15205] ppid=15202 vsize=226368 CPUtime=564.35 cores=0,2
/proc/15205/stat : 15205 (mono) R 15202 15205 14374 0 -1 4202496 47439 0 21 0 56415 20 0 0 19 0 9 0 340274297 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 1085898869 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/15205/statm: 56592 31596 1036 742 0 49163 0
[pid=15205/tid=15217] ppid=15202 vsize=226368 CPUtime=0.71 cores=0,2
/proc/15205/task/15217/stat : 15217 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 71 0 0 0 15 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15218] ppid=15202 vsize=226368 CPUtime=0.67 cores=0,2
/proc/15205/task/15218/stat : 15218 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 67 0 0 0 16 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15219] ppid=15202 vsize=226368 CPUtime=0.71 cores=0,2
/proc/15205/task/15219/stat : 15219 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 71 0 0 0 15 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15220] ppid=15202 vsize=226368 CPUtime=0.73 cores=0,2
/proc/15205/task/15220/stat : 15220 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 73 0 0 0 16 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
[pid=15205/tid=15221] ppid=15202 vsize=226368 CPUtime=0.73 cores=0,2
/proc/15205/task/15221/stat : 15221 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 73 0 0 0 15 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15222] ppid=15202 vsize=226368 CPUtime=0.68 cores=0,2
/proc/15205/task/15222/stat : 15222 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 68 0 0 0 15 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15223] ppid=15202 vsize=226368 CPUtime=0.69 cores=0,2
/proc/15205/task/15223/stat : 15223 (mono) S 15202 15205 14374 0 -1 4202560 2 0 0 0 69 0 0 0 15 0 9 0 340274301 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134529945 0 0 4096 545260780 18446604453952398592 0 0 -1 0 0 0 0
[pid=15205/tid=15224] ppid=15202 vsize=226368 CPUtime=0 cores=0,2
/proc/15205/task/15224/stat : 15224 (mono) S 15202 15205 14374 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340274304 231800832 31596 33554432000 4194304 7232020 140735594308560 18446744073709551615 228134537649 0 0 4096 545260780 18446604453952398592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 564.35
Current children cumulated vsize (KiB) 226368

Child status: 0
Real time (s): 562.392
CPU time (s): 564.446
CPU user time (s): 564.236
CPU system time (s): 0.209968
CPU usage (%): 100.365
Max. virtual memory (cumulated for all children) (KiB): 226368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 564.236
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47571
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= 29796
involuntary context switches= 8866

runsolver used 0.931858 second user time and 2.11268 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-08 20:19:23
IDJOB=3189505
IDBENCH=83036
IDSOLVER=1608
FILE ID=node138/3189505-1302286763
RUNJOBID= node138-1302286763-15186
PBS_JOBID= 12919056
Free space on /tmp= 70992 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S422404201-035.SATISFIABLE.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3189505-1302286763/watcher-3189505-1302286763 -o /tmp/evaluation-result-3189505-1302286763/solver-3189505-1302286763 -C 2400 -W 1300 -M 7680  mono Main.exe HOME/instance-3189505-1302286763.cnf

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

MD5SUM BENCH= fa5f68613be1e2c6017df353c3eb03ef
RANDOM SEED=1015882014

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16037900 kB
Buffers:        507572 kB
Cached:       15954936 kB
SwapCached:          0 kB
Active:        9293040 kB
Inactive:      7232596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16037900 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             100 kB
Writeback:           0 kB
AnonPages:       63232 kB
Mapped:          14492 kB
Slab:           323244 kB
PageTables:       5124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187408 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= 70992 MiB
End job on node138 at 2011-04-08 20:28:46