Trace number 3274147

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) 1306 1300.03

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n240-s78945233-sat.cnf
MD5SUM1f90ac4288669aff970e47f4201b5ea4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.2234
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of clauses576
Sum of the clauses size1440
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2480
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 596
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3274147-1303606363/watcher-3274147-1303606363 -o /tmp/evaluation-result-3274147-1303606363/solver-3274147-1303606363 -C 2400 -W 1300 -M 7680 mono Main.exe HOME/instance-3274147-1303606363.cnf 

running on 2 cores: 1,3

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: 4.01 4.01 3.82 5/211 30537
/proc/meminfo: memFree=18957120/32951132 swapFree=67111524/67111528
[pid=30537] ppid=30535 vsize=11800 CPUtime=0 cores=1,3
/proc/30537/stat : 30537 (runsolver) R 30535 30537 29711 0 -1 4202560 44 0 0 0 0 0 0 0 22 0 1 0 472235926 12083200 55 33554432000 4194304 5434984 140733293892464 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/30537/statm: 2950 55 34 303 0 2644 0

[startup+0.065281 s]
/proc/loadavg: 4.01 4.01 3.82 5/211 30537
/proc/meminfo: memFree=18957120/32951132 swapFree=67111524/67111528
[pid=30537] ppid=30535 vsize=102404 CPUtime=0 cores=1,3
/proc/30537/stat : 30537 (mono) S 30535 30537 29711 0 -1 4202496 696 0 0 0 0 0 0 0 22 0 8 0 472235926 104861696 605 33554432000 4194304 7232020 140735104784752 18446744073709551615 210647166534 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/30537/statm: 25601 605 474 742 0 18172 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102404

[startup+0.100282 s]
/proc/loadavg: 4.01 4.01 3.82 5/211 30537
/proc/meminfo: memFree=18957120/32951132 swapFree=67111524/67111528
[pid=30537] ppid=30535 vsize=102404 CPUtime=0 cores=1,3
/proc/30537/stat : 30537 (mono) S 30535 30537 29711 0 -1 4202496 696 0 0 0 0 0 0 0 22 0 8 0 472235926 104861696 605 33554432000 4194304 7232020 140735104784752 18446744073709551615 210647166534 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/30537/statm: 25601 605 474 742 0 18172 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102404

[startup+0.300258 s]
/proc/loadavg: 4.01 4.01 3.82 5/211 30537
/proc/meminfo: memFree=18957120/32951132 swapFree=67111524/67111528
[pid=30537] ppid=30535 vsize=102404 CPUtime=0 cores=1,3
/proc/30537/stat : 30537 (mono) S 30535 30537 29711 0 -1 4202496 696 0 0 0 0 0 0 0 22 0 8 0 472235926 104861696 605 33554432000 4194304 7232020 140735104784752 18446744073709551615 210647166534 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/30537/statm: 25601 605 474 742 0 18172 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102404

[startup+0.700175 s]
/proc/loadavg: 4.01 4.01 3.82 5/211 30537
/proc/meminfo: memFree=18957120/32951132 swapFree=67111524/67111528
[pid=30537] ppid=30535 vsize=109068 CPUtime=0.28 cores=1,3
/proc/30537/stat : 30537 (mono) R 30535 30537 29711 0 -1 4202496 2312 0 0 0 28 0 0 0 20 0 9 0 472235926 111685632 2212 33554432000 4194304 7232020 140735104784752 18446744073709551615 1086957349 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/30537/statm: 27267 2212 1024 742 0 19838 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 109068

[startup+1.50103 s]
/proc/loadavg: 4.01 4.01 3.82 5/220 30546
/proc/meminfo: memFree=18949404/32951132 swapFree=67111524/67111528
[pid=30537] ppid=30535 vsize=113172 CPUtime=1.08 cores=1,3
/proc/30537/stat : 30537 (mono) R 30535 30537 29711 0 -1 4202496 3077 0 0 0 108 0 0 0 22 0 9 0 472235926 115888128 2903 33554432000 4194304 7232020 140735104784752 18446744073709551615 1086957553 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/30537/statm: 28293 2903 1024 742 0 20864 0
[pid=30537/tid=30539] ppid=30535 vsize=113172 CPUtime=0 cores=1,3
/proc/30537/task/30539/stat : 30539 (mono) S 30535 30537 29711 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 472235926 115888128 2903 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30540] ppid=30535 vsize=113172 CPUtime=0 cores=1,3
/proc/30537/task/30540/stat : 30540 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 472235926 115888128 2903 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30541] ppid=30535 vsize=113172 CPUtime=0 cores=1,3
/proc/30537/task/30541/stat : 30541 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 472235926 115888128 2903 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30542] ppid=30535 vsize=113172 CPUtime=0 cores=1,3
/proc/30537/task/30542/stat : 30542 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 472235926 115888128 2903 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30543] ppid=30535 vsize=113172 CPUtime=0 cores=1,3
/proc/30537/task/30543/stat : 30543 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 472235926 115888128 2903 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30544] ppid=30535 vsize=113172 CPUtime=0 cores=1,3
/proc/30537/task/30544/stat : 30544 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 472235926 115888128 2903 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30545] ppid=30535 vsize=113172 CPUtime=0 cores=1,3
/proc/30537/task/30545/stat : 30545 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 472235926 115888128 2903 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30546] ppid=30535 vsize=113172 CPUtime=0 cores=1,3
/proc/30537/task/30546/stat : 30546 (mono) S 30535 30537 29711 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 472235967 115888128 2903 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658970033 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 113172

[startup+3.10077 s]
/proc/loadavg: 4.01 4.01 3.82 5/220 30546
/proc/meminfo: memFree=18944568/32951132 swapFree=67111524/67111528
[pid=30537] ppid=30535 vsize=115784 CPUtime=2.69 cores=1,3
/proc/30537/stat : 30537 (mono) R 30535 30537 29711 0 -1 4202496 4092 0 0 0 268 1 0 0 25 0 9 0 472235926 118562816 3395 33554432000 4194304 7232020 140735104784752 18446744073709551615 1086957772 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/30537/statm: 28946 3395 1024 742 0 21517 0
[pid=30537/tid=30539] ppid=30535 vsize=115784 CPUtime=0 cores=1,3
/proc/30537/task/30539/stat : 30539 (mono) S 30535 30537 29711 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 9 0 472235926 118562816 3395 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30540] ppid=30535 vsize=115784 CPUtime=0.01 cores=1,3
/proc/30537/task/30540/stat : 30540 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 472235926 118562816 3395 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30541] ppid=30535 vsize=115784 CPUtime=0 cores=1,3
/proc/30537/task/30541/stat : 30541 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 472235926 118562816 3395 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30542] ppid=30535 vsize=115784 CPUtime=0.01 cores=1,3
/proc/30537/task/30542/stat : 30542 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 472235926 118562816 3395 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30543] ppid=30535 vsize=115784 CPUtime=0.01 cores=1,3
/proc/30537/task/30543/stat : 30543 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 472235926 118562816 3395 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30544] ppid=30535 vsize=115784 CPUtime=0 cores=1,3
/proc/30537/task/30544/stat : 30544 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 472235926 118562816 3395 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30545] ppid=30535 vsize=115784 CPUtime=0 cores=1,3
/proc/30537/task/30545/stat : 30545 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 472235926 118562816 3395 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30546] ppid=30535 vsize=115784 CPUtime=0 cores=1,3
/proc/30537/task/30546/stat : 30546 (mono) S 30535 30537 29711 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 472235967 118562816 3395 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658970033 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 115784

[startup+6.30124 s]
/proc/loadavg: 4.00 4.01 3.82 5/220 30546
/proc/meminfo: memFree=18924088/32951132 swapFree=67111524/67111528
[pid=30537] ppid=30535 vsize=118992 CPUtime=5.93 cores=1,3
/proc/30537/stat : 30537 (mono) R 30535 30537 29711 0 -1 4202496 5924 0 0 0 591 2 0 0 18 0 9 0 472235926 121847808 4013 33554432000 4194304 7232020 140735104784752 18446744073709551615 1086956662 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/30537/statm: 29748 4013 1024 742 0 22319 0
[pid=30537/tid=30539] ppid=30535 vsize=118992 CPUtime=0.01 cores=1,3
/proc/30537/task/30539/stat : 30539 (mono) S 30535 30537 29711 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 472235926 121847808 4013 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30540] ppid=30535 vsize=118992 CPUtime=0.02 cores=1,3
/proc/30537/task/30540/stat : 30540 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 472235926 121847808 4013 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30541] ppid=30535 vsize=118992 CPUtime=0.01 cores=1,3
/proc/30537/task/30541/stat : 30541 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 472235926 121847808 4013 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30542] ppid=30535 vsize=118992 CPUtime=0.02 cores=1,3
/proc/30537/task/30542/stat : 30542 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 472235926 121847808 4013 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30543] ppid=30535 vsize=118992 CPUtime=0.01 cores=1,3
/proc/30537/task/30543/stat : 30543 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 472235926 121847808 4013 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30544] ppid=30535 vsize=118992 CPUtime=0.01 cores=1,3
/proc/30537/task/30544/stat : 30544 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 472235926 121847808 4013 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30545] ppid=30535 vsize=118992 CPUtime=0.02 cores=1,3
/proc/30537/task/30545/stat : 30545 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 472235926 121847808 4013 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30546] ppid=30535 vsize=118992 CPUtime=0 cores=1,3
/proc/30537/task/30546/stat : 30546 (mono) S 30535 30537 29711 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 472235967 121847808 4013 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658970033 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 118992

[startup+12.7012 s]
/proc/loadavg: 4.00 4.01 3.82 5/220 30547
/proc/meminfo: memFree=18913200/32951132 swapFree=67111524/67111528
[pid=30537] ppid=30535 vsize=129580 CPUtime=12.36 cores=1,3
/proc/30537/stat : 30537 (mono) R 30535 30537 29711 0 -1 4202496 9241 0 0 0 1233 3 0 0 18 0 9 0 472235926 132689920 5688 33554432000 4194304 7232020 140735104784752 18446744073709551615 1086957373 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/30537/statm: 32395 5688 1025 742 0 24966 0
[pid=30537/tid=30539] ppid=30535 vsize=129580 CPUtime=0.03 cores=1,3
/proc/30537/task/30539/stat : 30539 (mono) S 30535 30537 29711 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 9 0 472235926 132689920 5688 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30540] ppid=30535 vsize=129580 CPUtime=0.03 cores=1,3
/proc/30537/task/30540/stat : 30540 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 472235926 132689920 5688 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30541] ppid=30535 vsize=129580 CPUtime=0.03 cores=1,3
/proc/30537/task/30541/stat : 30541 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 472235926 132689920 5688 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30542] ppid=30535 vsize=129580 CPUtime=0.04 cores=1,3
/proc/30537/task/30542/stat : 30542 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 472235926 132689920 5688 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30543] ppid=30535 vsize=129580 CPUtime=0.02 cores=1,3
/proc/30537/task/30543/stat : 30543 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 472235926 132689920 5688 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30544] ppid=30535 vsize=129580 CPUtime=0.03 cores=1,3
/proc/30537/task/30544/stat : 30544 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 472235926 132689920 5688 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30545] ppid=30535 vsize=129580 CPUtime=0.03 cores=1,3
/proc/30537/task/30545/stat : 30545 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 472235926 132689920 5688 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30546] ppid=30535 vsize=129580 CPUtime=0 cores=1,3
/proc/30537/task/30546/stat : 30546 (mono) S 30535 30537 29711 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 472235967 132689920 5688 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658970033 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 129580

[startup+25.501 s]
/proc/loadavg: 4.00 4.01 3.82 5/220 30547
/proc/meminfo: memFree=18887792/32951132 swapFree=67111524/67111528
[pid=30537] ppid=30535 vsize=138024 CPUtime=25.25 cores=1,3
/proc/30537/stat : 30537 (mono) R 30535 30537 29711 0 -1 4202496 13698 0 0 0 2521 4 0 0 18 0 9 0 472235926 141336576 7407 33554432000 4194304 7232020 140735104784752 18446744073709551615 1086957924 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/30537/statm: 34506 7407 1025 742 0 27077 0
[pid=30537/tid=30539] ppid=30535 vsize=138024 CPUtime=0.06 cores=1,3
/proc/30537/task/30539/stat : 30539 (mono) S 30535 30537 29711 0 -1 4202560 4 0 0 0 6 0 0 0 16 0 9 0 472235926 141336576 7407 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30540] ppid=30535 vsize=138024 CPUtime=0.07 cores=1,3
/proc/30537/task/30540/stat : 30540 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 7 0 0 0 16 0 9 0 472235926 141336576 7407 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30541] ppid=30535 vsize=138024 CPUtime=0.06 cores=1,3
/proc/30537/task/30541/stat : 30541 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 472235926 141336576 7407 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30542] ppid=30535 vsize=138024 CPUtime=0.08 cores=1,3
/proc/30537/task/30542/stat : 30542 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 8 0 0 0 15 0 9 0 472235926 141336576 7407 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30543] ppid=30535 vsize=138024 CPUtime=0.05 cores=1,3
/proc/30537/task/30543/stat : 30543 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 472235926 141336576 7407 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30544] ppid=30535 vsize=138024 CPUtime=0.06 cores=1,3
/proc/30537/task/30544/stat : 30544 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 6 0 0 0 16 0 9 0 472235926 141336576 7407 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30545] ppid=30535 vsize=138024 CPUtime=0.05 cores=1,3
/proc/30537/task/30545/stat : 30545 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 472235926 141336576 7407 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30546] ppid=30535 vsize=138024 CPUtime=0 cores=1,3
/proc/30537/task/30546/stat : 30546 (mono) S 30535 30537 29711 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 472235967 141336576 7407 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658970033 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 138024

[startup+51.1007 s]
/proc/loadavg: 4.00 4.00 3.83 5/220 30547
/proc/meminfo: memFree=18884556/32951132 swapFree=67111524/67111528
[pid=30537] ppid=30535 vsize=162984 CPUtime=51.01 cores=1,3
/proc/30537/stat : 30537 (mono) R 30535 30537 29711 0 -1 4202496 21499 0 0 0 5094 7 0 0 25 0 9 0 472235926 166895616 11172 33554432000 4194304 7232020 140735104784752 18446744073709551615 1086957349 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/30537/statm: 40746 11172 1036 742 0 33317 0
[pid=30537/tid=30539] ppid=30535 vsize=162984 CPUtime=0.1 cores=1,3
/proc/30537/task/30539/stat : 30539 (mono) S 30535 30537 29711 0 -1 4202560 4 0 0 0 10 0 0 0 16 0 9 0 472235926 166895616 11172 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30540] ppid=30535 vsize=162984 CPUtime=0.12 cores=1,3
/proc/30537/task/30540/stat : 30540 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 12 0 0 0 15 0 9 0 472235926 166895616 11172 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30541] ppid=30535 vsize=162984 CPUtime=0.11 cores=1,3

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

/proc/30537/task/30542/stat : 30542 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 128 1 0 0 15 0 9 0 472235926 372092928 46975 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30543] ppid=30535 vsize=363372 CPUtime=1.23 cores=1,3
/proc/30537/task/30543/stat : 30543 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 122 1 0 0 15 0 9 0 472235926 372092928 46975 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30544] ppid=30535 vsize=363372 CPUtime=1.33 cores=1,3
/proc/30537/task/30544/stat : 30544 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 133 0 0 0 16 0 9 0 472235926 372092928 46975 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30545] ppid=30535 vsize=363372 CPUtime=1.3 cores=1,3
/proc/30537/task/30545/stat : 30545 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 129 1 0 0 15 0 9 0 472235926 372092928 46975 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30546] ppid=30535 vsize=363372 CPUtime=0.02 cores=1,3
/proc/30537/task/30546/stat : 30546 (mono) S 30535 30537 29711 0 -1 4202560 3 0 0 0 1 1 0 0 15 0 9 0 472235967 372092928 46975 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658970033 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 946.17
Current children cumulated vsize (KiB) 363372

[startup+1002.3 s]
/proc/loadavg: 4.06 4.13 4.00 5/220 30585
/proc/meminfo: memFree=18330876/32951132 swapFree=67111524/67111528
[pid=30537] ppid=30535 vsize=363372 CPUtime=1006.57 cores=1,3
/proc/30537/stat : 30537 (mono) R 30535 30537 29711 0 -1 4202496 154921 0 0 0 100609 48 0 0 18 0 9 0 472235926 372092928 49073 33554432000 4194304 7232020 140735104784752 18446744073709551615 1086957349 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/30537/statm: 90843 49073 1036 742 0 83414 0
[pid=30537/tid=30539] ppid=30535 vsize=363372 CPUtime=1.23 cores=1,3
/proc/30537/task/30539/stat : 30539 (mono) S 30535 30537 29711 0 -1 4202560 4 0 0 0 122 1 0 0 16 0 9 0 472235926 372092928 49073 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30540] ppid=30535 vsize=363372 CPUtime=1.35 cores=1,3
/proc/30537/task/30540/stat : 30540 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 134 1 0 0 15 0 9 0 472235926 372092928 49073 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30541] ppid=30535 vsize=363372 CPUtime=1.23 cores=1,3
/proc/30537/task/30541/stat : 30541 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 122 1 0 0 16 0 9 0 472235926 372092928 49073 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30542] ppid=30535 vsize=363372 CPUtime=1.38 cores=1,3
/proc/30537/task/30542/stat : 30542 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 137 1 0 0 15 0 9 0 472235926 372092928 49073 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30543] ppid=30535 vsize=363372 CPUtime=1.33 cores=1,3
/proc/30537/task/30543/stat : 30543 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 132 1 0 0 16 0 9 0 472235926 372092928 49073 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30544] ppid=30535 vsize=363372 CPUtime=1.44 cores=1,3
/proc/30537/task/30544/stat : 30544 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 144 0 0 0 15 0 9 0 472235926 372092928 49073 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30545] ppid=30535 vsize=363372 CPUtime=1.44 cores=1,3
/proc/30537/task/30545/stat : 30545 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 143 1 0 0 15 0 9 0 472235926 372092928 49073 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30546] ppid=30535 vsize=363372 CPUtime=0.02 cores=1,3
/proc/30537/task/30546/stat : 30546 (mono) S 30535 30537 29711 0 -1 4202560 3 0 0 0 1 1 0 0 15 0 9 0 472235967 372092928 49073 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658970033 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1006.57
Current children cumulated vsize (KiB) 363372

[startup+1062.3 s]
/proc/loadavg: 4.02 4.10 4.00 5/220 30587
/proc/meminfo: memFree=18292660/32951132 swapFree=67111524/67111528
[pid=30537] ppid=30535 vsize=363372 CPUtime=1067 cores=1,3
/proc/30537/stat : 30537 (mono) R 30535 30537 29711 0 -1 4202496 164455 0 0 0 106650 50 0 0 19 0 9 0 472235926 372092928 51979 33554432000 4194304 7232020 140735104784752 18446744073709551615 1086957349 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/30537/statm: 90843 51979 1036 742 0 83414 0
[pid=30537/tid=30539] ppid=30535 vsize=363372 CPUtime=1.37 cores=1,3
/proc/30537/task/30539/stat : 30539 (mono) S 30535 30537 29711 0 -1 4202560 4 0 0 0 136 1 0 0 16 0 9 0 472235926 372092928 51979 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30540] ppid=30535 vsize=363372 CPUtime=1.48 cores=1,3
/proc/30537/task/30540/stat : 30540 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 147 1 0 0 15 0 9 0 472235926 372092928 51979 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30541] ppid=30535 vsize=363372 CPUtime=1.35 cores=1,3
/proc/30537/task/30541/stat : 30541 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 134 1 0 0 15 0 9 0 472235926 372092928 51979 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30542] ppid=30535 vsize=363372 CPUtime=1.47 cores=1,3
/proc/30537/task/30542/stat : 30542 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 146 1 0 0 15 0 9 0 472235926 372092928 51979 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30543] ppid=30535 vsize=363372 CPUtime=1.45 cores=1,3
/proc/30537/task/30543/stat : 30543 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 144 1 0 0 15 0 9 0 472235926 372092928 51979 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30544] ppid=30535 vsize=363372 CPUtime=1.53 cores=1,3
/proc/30537/task/30544/stat : 30544 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 153 0 0 0 15 0 9 0 472235926 372092928 51979 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30545] ppid=30535 vsize=363372 CPUtime=1.56 cores=1,3
/proc/30537/task/30545/stat : 30545 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 155 1 0 0 16 0 9 0 472235926 372092928 51979 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30546] ppid=30535 vsize=363372 CPUtime=0.02 cores=1,3
/proc/30537/task/30546/stat : 30546 (mono) S 30535 30537 29711 0 -1 4202560 3 0 0 0 1 1 0 0 15 0 9 0 472235967 372092928 51979 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658970033 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1067
Current children cumulated vsize (KiB) 363372

[startup+1122.3 s]
/proc/loadavg: 3.75 4.04 3.98 2/180 30642
/proc/meminfo: memFree=18985100/32951132 swapFree=67111524/67111528
[pid=30537] ppid=30535 vsize=363372 CPUtime=1127.19 cores=1,3
/proc/30537/stat : 30537 (mono) R 30535 30537 29711 0 -1 4202496 172465 0 0 0 112667 52 0 0 19 0 9 0 472235926 372092928 58897 33554432000 4194304 7232020 140735104784752 18446744073709551615 1086957349 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/30537/statm: 90843 58897 1036 742 0 83414 0
[pid=30537/tid=30539] ppid=30535 vsize=363372 CPUtime=1.43 cores=1,3
/proc/30537/task/30539/stat : 30539 (mono) S 30535 30537 29711 0 -1 4202560 4 0 0 0 142 1 0 0 15 0 9 0 472235926 372092928 58897 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30540] ppid=30535 vsize=363372 CPUtime=1.52 cores=1,3
/proc/30537/task/30540/stat : 30540 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 151 1 0 0 15 0 9 0 472235926 372092928 58897 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30541] ppid=30535 vsize=363372 CPUtime=1.42 cores=1,3
/proc/30537/task/30541/stat : 30541 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 141 1 0 0 16 0 9 0 472235926 372092928 58897 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30542] ppid=30535 vsize=363372 CPUtime=1.54 cores=1,3
/proc/30537/task/30542/stat : 30542 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 153 1 0 0 16 0 9 0 472235926 372092928 58897 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30543] ppid=30535 vsize=363372 CPUtime=1.5 cores=1,3
/proc/30537/task/30543/stat : 30543 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 149 1 0 0 15 0 9 0 472235926 372092928 58897 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30544] ppid=30535 vsize=363372 CPUtime=1.58 cores=1,3
/proc/30537/task/30544/stat : 30544 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 158 0 0 0 15 0 9 0 472235926 372092928 58897 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30545] ppid=30535 vsize=363372 CPUtime=1.59 cores=1,3
/proc/30537/task/30545/stat : 30545 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 158 1 0 0 15 0 9 0 472235926 372092928 58897 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30546] ppid=30535 vsize=363372 CPUtime=0.02 cores=1,3
/proc/30537/task/30546/stat : 30546 (mono) S 30535 30537 29711 0 -1 4202560 3 0 0 0 1 1 0 0 15 0 9 0 472235967 372092928 58897 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658970033 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1127.19
Current children cumulated vsize (KiB) 363372

[startup+1182.3 s]
/proc/loadavg: 2.01 3.49 3.79 2/178 30643
/proc/meminfo: memFree=18978088/32951132 swapFree=67111524/67111528
[pid=30537] ppid=30535 vsize=363372 CPUtime=1187.5 cores=1,3
/proc/30537/stat : 30537 (mono) R 30535 30537 29711 0 -1 4202496 180134 0 0 0 118696 54 0 0 25 0 9 0 472235926 372092928 61214 33554432000 4194304 7232020 140735104784752 18446744073709551615 1086957349 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/30537/statm: 90843 61214 1036 742 0 83414 0
[pid=30537/tid=30539] ppid=30535 vsize=363372 CPUtime=1.5 cores=1,3
/proc/30537/task/30539/stat : 30539 (mono) S 30535 30537 29711 0 -1 4202560 4 0 0 0 149 1 0 0 15 0 9 0 472235926 372092928 61214 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30540] ppid=30535 vsize=363372 CPUtime=1.67 cores=1,3
/proc/30537/task/30540/stat : 30540 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 166 1 0 0 15 0 9 0 472235926 372092928 61214 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30541] ppid=30535 vsize=363372 CPUtime=1.53 cores=1,3
/proc/30537/task/30541/stat : 30541 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 152 1 0 0 15 0 9 0 472235926 372092928 61214 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30542] ppid=30535 vsize=363372 CPUtime=1.71 cores=1,3
/proc/30537/task/30542/stat : 30542 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 170 1 0 0 16 0 9 0 472235926 372092928 61214 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30543] ppid=30535 vsize=363372 CPUtime=1.59 cores=1,3
/proc/30537/task/30543/stat : 30543 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 158 1 0 0 16 0 9 0 472235926 372092928 61214 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30544] ppid=30535 vsize=363372 CPUtime=1.65 cores=1,3
/proc/30537/task/30544/stat : 30544 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 165 0 0 0 15 0 9 0 472235926 372092928 61214 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30545] ppid=30535 vsize=363372 CPUtime=1.69 cores=1,3
/proc/30537/task/30545/stat : 30545 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 168 1 0 0 15 0 9 0 472235926 372092928 61214 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30546] ppid=30535 vsize=363372 CPUtime=0.02 cores=1,3
/proc/30537/task/30546/stat : 30546 (mono) S 30535 30537 29711 0 -1 4202560 3 0 0 0 1 1 0 0 15 0 9 0 472235967 372092928 61214 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658970033 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1187.5
Current children cumulated vsize (KiB) 363372

[startup+1242.3 s]
/proc/loadavg: 1.37 3.03 3.62 2/178 30645
/proc/meminfo: memFree=18972228/32951132 swapFree=67111524/67111528
[pid=30537] ppid=30535 vsize=363372 CPUtime=1247.91 cores=1,3
/proc/30537/stat : 30537 (mono) R 30535 30537 29711 0 -1 4202496 185115 0 0 0 124736 55 0 0 25 0 9 0 472235926 372092928 62644 33554432000 4194304 7232020 140735104784752 18446744073709551615 1086957572 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/30537/statm: 90843 62644 1036 742 0 83414 0
[pid=30537/tid=30539] ppid=30535 vsize=363372 CPUtime=1.63 cores=1,3
/proc/30537/task/30539/stat : 30539 (mono) S 30535 30537 29711 0 -1 4202560 4 0 0 0 162 1 0 0 15 0 9 0 472235926 372092928 62644 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30540] ppid=30535 vsize=363372 CPUtime=1.77 cores=1,3
/proc/30537/task/30540/stat : 30540 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 176 1 0 0 15 0 9 0 472235926 372092928 62644 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30541] ppid=30535 vsize=363372 CPUtime=1.63 cores=1,3
/proc/30537/task/30541/stat : 30541 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 162 1 0 0 16 0 9 0 472235926 372092928 62644 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30542] ppid=30535 vsize=363372 CPUtime=1.82 cores=1,3
/proc/30537/task/30542/stat : 30542 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 181 1 0 0 15 0 9 0 472235926 372092928 62644 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30543] ppid=30535 vsize=363372 CPUtime=1.68 cores=1,3
/proc/30537/task/30543/stat : 30543 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 167 1 0 0 16 0 9 0 472235926 372092928 62644 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30544] ppid=30535 vsize=363372 CPUtime=1.77 cores=1,3
/proc/30537/task/30544/stat : 30544 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 177 0 0 0 16 0 9 0 472235926 372092928 62644 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30545] ppid=30535 vsize=363372 CPUtime=1.8 cores=1,3
/proc/30537/task/30545/stat : 30545 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 179 1 0 0 16 0 9 0 472235926 372092928 62644 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30546] ppid=30535 vsize=363372 CPUtime=0.02 cores=1,3
/proc/30537/task/30546/stat : 30546 (mono) S 30535 30537 29711 0 -1 4202560 3 0 0 0 1 1 0 0 15 0 9 0 472235967 372092928 62644 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658970033 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1247.91
Current children cumulated vsize (KiB) 363372



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.38 2.72 3.47 2/178 30647
/proc/meminfo: memFree=18949520/32951132 swapFree=67111524/67111528
[pid=30537] ppid=30535 vsize=379756 CPUtime=1305.97 cores=1,3
/proc/30537/stat : 30537 (mono) R 30535 30537 29711 0 -1 4202496 191936 0 0 0 130540 57 0 0 25 0 9 0 472235926 388870144 68189 33554432000 4194304 7232020 140735104784752 18446744073709551615 1086957342 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/30537/statm: 94939 68189 1036 742 0 87510 0
[pid=30537/tid=30539] ppid=30535 vsize=379756 CPUtime=1.77 cores=1,3
/proc/30537/task/30539/stat : 30539 (mono) S 30535 30537 29711 0 -1 4202560 4 0 0 0 176 1 0 0 15 0 9 0 472235926 388870144 68189 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30540] ppid=30535 vsize=379756 CPUtime=1.85 cores=1,3
/proc/30537/task/30540/stat : 30540 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 184 1 0 0 16 0 9 0 472235926 388870144 68189 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30541] ppid=30535 vsize=379756 CPUtime=1.74 cores=1,3
/proc/30537/task/30541/stat : 30541 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 173 1 0 0 16 0 9 0 472235926 388870144 68189 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30542] ppid=30535 vsize=379756 CPUtime=1.94 cores=1,3
/proc/30537/task/30542/stat : 30542 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 193 1 0 0 16 0 9 0 472235926 388870144 68189 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30543] ppid=30535 vsize=379756 CPUtime=1.77 cores=1,3
/proc/30537/task/30543/stat : 30543 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 176 1 0 0 16 0 9 0 472235926 388870144 68189 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30544] ppid=30535 vsize=379756 CPUtime=1.84 cores=1,3
/proc/30537/task/30544/stat : 30544 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 184 0 0 0 15 0 9 0 472235926 388870144 68189 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 3 0 0 0
[pid=30537/tid=30545] ppid=30535 vsize=379756 CPUtime=1.87 cores=1,3
/proc/30537/task/30545/stat : 30545 (mono) S 30535 30537 29711 0 -1 4202560 2 0 0 0 186 1 0 0 16 0 9 0 472235926 388870144 68189 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658962329 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
[pid=30537/tid=30546] ppid=30535 vsize=379756 CPUtime=0.02 cores=1,3
/proc/30537/task/30546/stat : 30546 (mono) S 30535 30537 29711 0 -1 4202560 3 0 0 0 1 1 0 0 15 0 9 0 472235967 388870144 68189 33554432000 4194304 7232020 140735104784752 18446744073709551615 210658970033 0 0 4096 545260780 18446604468480455744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1305.97
Current children cumulated vsize (KiB) 379756

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1306
CPU user time (s): 1305.41
CPU system time (s): 0.58591
CPU usage (%): 100.459
Max. virtual memory (cumulated for all children) (KiB): 379756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1305.41
system time used= 0.58591
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191936
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48811
involuntary context switches= 13752

runsolver used 2.03069 second user time and 5.03024 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-24 02:52:43
IDJOB=3274147
IDBENCH=83154
IDSOLVER=1608
FILE ID=node129/3274147-1303606363
RUNJOBID= node129-1303606175-30433
PBS_JOBID= 13150613
Free space on /tmp= 66384 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n240-s78945233-sat.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274147-1303606363/watcher-3274147-1303606363 -o /tmp/evaluation-result-3274147-1303606363/solver-3274147-1303606363 -C 2400 -W 1300 -M 7680  mono Main.exe HOME/instance-3274147-1303606363.cnf

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

MD5SUM BENCH= 1f90ac4288669aff970e47f4201b5ea4
RANDOM SEED=151483680

node129.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.831
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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18957400 kB
Buffers:       1208464 kB
Cached:       11796988 kB
SwapCached:          4 kB
Active:        1952740 kB
Inactive:     11379020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18957400 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:              80 kB
Writeback:           0 kB
AnonPages:      326092 kB
Mapped:          18372 kB
Slab:           598336 kB
PageTables:       6408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   738208 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= 66384 MiB
End job on node129 at 2011-04-24 03:14:25