Trace number 3283000

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) 1303.15 1300.04

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.8925
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
Number of clauses of size 40
Number of clauses of size 50
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-3283000-1303760828/watcher-3283000-1303760828 -o /tmp/evaluation-result-3283000-1303760828/solver-3283000-1303760828 -C 2400 -W 1300 -M 7680 mono Main.exe HOME/instance-3283000-1303760828.cnf 

running on 2 cores: 4,6

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.04 4.04 4.70 7/213 31825
/proc/meminfo: memFree=13850292/32950940 swapFree=67111528/67111528
[pid=31825] ppid=31823 vsize=11800 CPUtime=0 cores=4,6
/proc/31825/stat : 31825 (runsolver) R 31823 31825 31561 0 -1 4202560 45 0 0 0 0 0 0 0 25 0 1 0 566313635 12083200 54 33554432000 4194304 5434984 140735460019344 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/31825/statm: 2950 54 34 303 0 2644 0

[startup+0.048655 s]
/proc/loadavg: 4.04 4.04 4.70 7/213 31825
/proc/meminfo: memFree=13850292/32950940 swapFree=67111528/67111528
[pid=31825] ppid=31823 vsize=112720 CPUtime=0.03 cores=4,6
/proc/31825/stat : 31825 (mono) R 31823 31825 31561 0 -1 4202496 3022 0 0 0 3 0 0 0 25 0 9 0 566313635 115425280 2924 33554432000 4194304 7232020 140735491594416 18446744073709551615 1103136744 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/31825/statm: 28180 2924 975 742 0 20751 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 112720

[startup+0.100646 s]
/proc/loadavg: 4.04 4.04 4.70 7/213 31825
/proc/meminfo: memFree=13850292/32950940 swapFree=67111528/67111528
[pid=31825] ppid=31823 vsize=115108 CPUtime=0.09 cores=4,6
/proc/31825/stat : 31825 (mono) R 31823 31825 31561 0 -1 4202496 3471 0 0 0 8 1 0 0 25 0 9 0 566313635 117870592 3373 33554432000 4194304 7232020 140735491594416 18446744073709551615 1103118272 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/31825/statm: 28777 3373 975 742 0 21348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 115108

[startup+0.301511 s]
/proc/loadavg: 4.04 4.04 4.70 7/213 31825
/proc/meminfo: memFree=13850292/32950940 swapFree=67111528/67111528
[pid=31825] ppid=31823 vsize=122532 CPUtime=0.31 cores=4,6
/proc/31825/stat : 31825 (mono) R 31823 31825 31561 0 -1 4202496 5106 0 0 0 30 1 0 0 25 0 9 0 566313635 125472768 5008 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446744073709551615 0 0 17 6 0 0 0
/proc/31825/statm: 30633 5008 975 742 0 23204 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 122532

[startup+0.700541 s]
/proc/loadavg: 4.04 4.04 4.70 7/213 31825
/proc/meminfo: memFree=13850292/32950940 swapFree=67111528/67111528
[pid=31825] ppid=31823 vsize=135704 CPUtime=0.76 cores=4,6
/proc/31825/stat : 31825 (mono) R 31823 31825 31561 0 -1 4202496 8027 0 0 0 75 1 0 0 25 0 9 0 566313635 138960896 7929 33554432000 4194304 7232020 140735491594416 18446744073709551615 6182388 0 0 4096 545260780 18446744073709551615 0 0 17 6 0 0 0
/proc/31825/statm: 33926 7929 975 742 0 26497 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 135704

[startup+1.50046 s]
/proc/loadavg: 4.04 4.04 4.70 5/222 31834
/proc/meminfo: memFree=13716300/32950940 swapFree=67111528/67111528
[pid=31825] ppid=31823 vsize=458060 CPUtime=1.66 cores=4,6
/proc/31825/stat : 31825 (mono) R 31823 31825 31561 0 -1 4202496 85082 0 0 0 157 9 0 0 18 0 9 0 566313635 469053440 84984 33554432000 4194304 7232020 140735491594416 18446744073709551615 1103158478 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/31825/statm: 114515 84984 999 742 0 107086 0
[pid=31825/tid=31827] ppid=31823 vsize=458060 CPUtime=0.03 cores=4,6
/proc/31825/task/31827/stat : 31827 (mono) S 31823 31825 31561 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 9 0 566313636 469053440 84984 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31828] ppid=31823 vsize=458060 CPUtime=0.04 cores=4,6
/proc/31825/task/31828/stat : 31828 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 4 0 0 0 16 0 9 0 566313636 469053440 84984 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31829] ppid=31823 vsize=458060 CPUtime=0.03 cores=4,6
/proc/31825/task/31829/stat : 31829 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 566313636 469053440 84984 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31830] ppid=31823 vsize=458060 CPUtime=0.06 cores=4,6
/proc/31825/task/31830/stat : 31830 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 6 0 0 0 16 0 9 0 566313636 469053440 84984 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31831] ppid=31823 vsize=458060 CPUtime=0.05 cores=4,6
/proc/31825/task/31831/stat : 31831 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 566313636 469053440 84984 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31832] ppid=31823 vsize=458060 CPUtime=0.07 cores=4,6
/proc/31825/task/31832/stat : 31832 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 566313636 469053440 84984 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31833] ppid=31823 vsize=458060 CPUtime=0.03 cores=4,6
/proc/31825/task/31833/stat : 31833 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 566313636 469053440 84984 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31834] ppid=31823 vsize=458060 CPUtime=0 cores=4,6
/proc/31825/task/31834/stat : 31834 (mono) S 31823 31825 31561 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 566313637 469053440 84984 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000416177 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 458060

[startup+3.10115 s]
/proc/loadavg: 4.04 4.04 4.70 5/222 31834
/proc/meminfo: memFree=13349384/32950940 swapFree=67111528/67111528
[pid=31825] ppid=31823 vsize=533436 CPUtime=3.29 cores=4,6
/proc/31825/stat : 31825 (mono) R 31823 31825 31561 0 -1 4202496 106408 0 0 0 317 12 0 0 18 0 9 0 566313635 546238464 106310 33554432000 4194304 7232020 140735491594416 18446744073709551615 1081663909 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/31825/statm: 133359 106310 1024 742 0 125930 0
[pid=31825/tid=31827] ppid=31823 vsize=533436 CPUtime=0.03 cores=4,6
/proc/31825/task/31827/stat : 31827 (mono) S 31823 31825 31561 0 -1 4202560 4 0 0 0 3 0 0 0 16 0 9 0 566313636 546238464 106310 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31828] ppid=31823 vsize=533436 CPUtime=0.04 cores=4,6
/proc/31825/task/31828/stat : 31828 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 566313636 546238464 106310 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31829] ppid=31823 vsize=533436 CPUtime=0.05 cores=4,6
/proc/31825/task/31829/stat : 31829 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 566313636 546238464 106310 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31830] ppid=31823 vsize=533436 CPUtime=0.07 cores=4,6
/proc/31825/task/31830/stat : 31830 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 566313636 546238464 106310 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31831] ppid=31823 vsize=533436 CPUtime=0.05 cores=4,6
/proc/31825/task/31831/stat : 31831 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 566313636 546238464 106310 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31832] ppid=31823 vsize=533436 CPUtime=0.07 cores=4,6
/proc/31825/task/31832/stat : 31832 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 566313636 546238464 106310 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31833] ppid=31823 vsize=533436 CPUtime=0.03 cores=4,6
/proc/31825/task/31833/stat : 31833 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 566313636 546238464 106310 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31834] ppid=31823 vsize=533436 CPUtime=0 cores=4,6
/proc/31825/task/31834/stat : 31834 (mono) S 31823 31825 31561 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 566313637 546238464 106310 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000416177 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 533436

[startup+6.30056 s]
/proc/loadavg: 4.04 4.04 4.70 5/222 31834
/proc/meminfo: memFree=13291740/32950940 swapFree=67111528/67111528
[pid=31825] ppid=31823 vsize=533628 CPUtime=6.49 cores=4,6
/proc/31825/stat : 31825 (mono) R 31823 31825 31561 0 -1 4202496 106450 0 0 0 637 12 0 0 25 0 9 0 566313635 546435072 106351 33554432000 4194304 7232020 140735491594416 18446744073709551615 1081660539 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/31825/statm: 133407 106351 1023 742 0 125978 0
[pid=31825/tid=31827] ppid=31823 vsize=533628 CPUtime=0.03 cores=4,6
/proc/31825/task/31827/stat : 31827 (mono) S 31823 31825 31561 0 -1 4202560 4 0 0 0 3 0 0 0 16 0 9 0 566313636 546435072 106351 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31828] ppid=31823 vsize=533628 CPUtime=0.04 cores=4,6
/proc/31825/task/31828/stat : 31828 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 566313636 546435072 106351 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31829] ppid=31823 vsize=533628 CPUtime=0.05 cores=4,6
/proc/31825/task/31829/stat : 31829 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 566313636 546435072 106351 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31830] ppid=31823 vsize=533628 CPUtime=0.07 cores=4,6
/proc/31825/task/31830/stat : 31830 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 566313636 546435072 106351 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31831] ppid=31823 vsize=533628 CPUtime=0.05 cores=4,6
/proc/31825/task/31831/stat : 31831 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 566313636 546435072 106351 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31832] ppid=31823 vsize=533628 CPUtime=0.07 cores=4,6
/proc/31825/task/31832/stat : 31832 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 566313636 546435072 106351 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31833] ppid=31823 vsize=533628 CPUtime=0.03 cores=4,6
/proc/31825/task/31833/stat : 31833 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 566313636 546435072 106351 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31834] ppid=31823 vsize=533628 CPUtime=0 cores=4,6
/proc/31825/task/31834/stat : 31834 (mono) S 31823 31825 31561 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 566313637 546435072 106351 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000416177 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 533628

[startup+12.7004 s]
/proc/loadavg: 4.03 4.04 4.69 5/222 31834
/proc/meminfo: memFree=13288184/32950940 swapFree=67111528/67111528
[pid=31825] ppid=31823 vsize=533756 CPUtime=12.89 cores=4,6
/proc/31825/stat : 31825 (mono) R 31823 31825 31561 0 -1 4202496 106479 0 0 0 1277 12 0 0 25 0 9 0 566313635 546566144 106380 33554432000 4194304 7232020 140735491594416 18446744073709551615 1081663821 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/31825/statm: 133439 106380 1023 742 0 126010 0
[pid=31825/tid=31827] ppid=31823 vsize=533756 CPUtime=0.03 cores=4,6
/proc/31825/task/31827/stat : 31827 (mono) S 31823 31825 31561 0 -1 4202560 4 0 0 0 3 0 0 0 16 0 9 0 566313636 546566144 106380 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31828] ppid=31823 vsize=533756 CPUtime=0.04 cores=4,6
/proc/31825/task/31828/stat : 31828 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 566313636 546566144 106380 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31829] ppid=31823 vsize=533756 CPUtime=0.05 cores=4,6
/proc/31825/task/31829/stat : 31829 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 566313636 546566144 106380 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31830] ppid=31823 vsize=533756 CPUtime=0.07 cores=4,6
/proc/31825/task/31830/stat : 31830 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 566313636 546566144 106380 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31831] ppid=31823 vsize=533756 CPUtime=0.05 cores=4,6
/proc/31825/task/31831/stat : 31831 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 566313636 546566144 106380 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31832] ppid=31823 vsize=533756 CPUtime=0.07 cores=4,6
/proc/31825/task/31832/stat : 31832 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 566313636 546566144 106380 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31833] ppid=31823 vsize=533756 CPUtime=0.03 cores=4,6
/proc/31825/task/31833/stat : 31833 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 566313636 546566144 106380 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31834] ppid=31823 vsize=533756 CPUtime=0 cores=4,6
/proc/31825/task/31834/stat : 31834 (mono) S 31823 31825 31561 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 566313637 546566144 106380 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000416177 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 533756

[startup+25.5012 s]
/proc/loadavg: 4.03 4.04 4.68 5/222 31834
/proc/meminfo: memFree=13277348/32950940 swapFree=67111528/67111528
[pid=31825] ppid=31823 vsize=534844 CPUtime=25.69 cores=4,6
/proc/31825/stat : 31825 (mono) R 31823 31825 31561 0 -1 4202496 108793 0 0 0 2557 12 0 0 25 0 9 0 566313635 547680256 108694 33554432000 4194304 7232020 140735491594416 18446744073709551615 1081663359 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/31825/statm: 133711 108694 1023 742 0 126282 0
[pid=31825/tid=31827] ppid=31823 vsize=534844 CPUtime=0.03 cores=4,6
/proc/31825/task/31827/stat : 31827 (mono) S 31823 31825 31561 0 -1 4202560 4 0 0 0 3 0 0 0 16 0 9 0 566313636 547680256 108694 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31828] ppid=31823 vsize=534844 CPUtime=0.04 cores=4,6
/proc/31825/task/31828/stat : 31828 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 566313636 547680256 108694 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31829] ppid=31823 vsize=534844 CPUtime=0.05 cores=4,6
/proc/31825/task/31829/stat : 31829 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 566313636 547680256 108694 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31830] ppid=31823 vsize=534844 CPUtime=0.07 cores=4,6
/proc/31825/task/31830/stat : 31830 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 566313636 547680256 108694 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31831] ppid=31823 vsize=534844 CPUtime=0.05 cores=4,6
/proc/31825/task/31831/stat : 31831 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 566313636 547680256 108694 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31832] ppid=31823 vsize=534844 CPUtime=0.07 cores=4,6
/proc/31825/task/31832/stat : 31832 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 566313636 547680256 108694 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31833] ppid=31823 vsize=534844 CPUtime=0.03 cores=4,6
/proc/31825/task/31833/stat : 31833 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 566313636 547680256 108694 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31834] ppid=31823 vsize=534844 CPUtime=0 cores=4,6
/proc/31825/task/31834/stat : 31834 (mono) S 31823 31825 31561 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 566313637 547680256 108694 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000416177 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.69
Current children cumulated vsize (KiB) 534844

[startup+51.1007 s]
/proc/loadavg: 4.02 4.03 4.66 5/222 31835
/proc/meminfo: memFree=13264700/32950940 swapFree=67111528/67111528
[pid=31825] ppid=31823 vsize=535484 CPUtime=51.32 cores=4,6
/proc/31825/stat : 31825 (mono) R 31823 31825 31561 0 -1 4202496 108954 0 0 0 5120 12 0 0 25 0 9 0 566313635 548335616 108855 33554432000 4194304 7232020 140735491594416 18446744073709551615 1081663909 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/31825/statm: 133871 108855 1023 742 0 126442 0
[pid=31825/tid=31827] ppid=31823 vsize=535484 CPUtime=0.03 cores=4,6
/proc/31825/task/31827/stat : 31827 (mono) S 31823 31825 31561 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 9 0 566313636 548335616 108855 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31828] ppid=31823 vsize=535484 CPUtime=0.05 cores=4,6
/proc/31825/task/31828/stat : 31828 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 566313636 548335616 108855 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31829] ppid=31823 vsize=535484 CPUtime=0.05 cores=4,6

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

/proc/31825/task/31830/stat : 31830 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 47 0 0 0 15 0 9 0 566313636 694431744 139332 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31831] ppid=31823 vsize=678156 CPUtime=0.6 cores=4,6
/proc/31825/task/31831/stat : 31831 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 60 0 0 0 15 0 9 0 566313636 694431744 139332 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31832] ppid=31823 vsize=678156 CPUtime=0.6 cores=4,6
/proc/31825/task/31832/stat : 31832 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 60 0 0 0 15 0 9 0 566313636 694431744 139332 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31833] ppid=31823 vsize=678156 CPUtime=0.58 cores=4,6
/proc/31825/task/31833/stat : 31833 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 58 0 0 0 16 0 9 0 566313636 694431744 139332 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31834] ppid=31823 vsize=678156 CPUtime=0 cores=4,6
/proc/31825/task/31834/stat : 31834 (mono) S 31823 31825 31561 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 566313637 694431744 139332 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000416177 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 944.47
Current children cumulated vsize (KiB) 678156

[startup+1002.3 s]
/proc/loadavg: 1.56 2.21 3.30 2/180 31957
/proc/meminfo: memFree=13507120/32950940 swapFree=67111528/67111528
[pid=31825] ppid=31823 vsize=678156 CPUtime=1004.66 cores=4,6
/proc/31825/stat : 31825 (mono) R 31823 31825 31561 0 -1 4202496 153074 0 0 0 100445 21 0 0 25 0 9 0 566313635 694431744 143441 33554432000 4194304 7232020 140735491594416 18446744073709551615 1081672274 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/31825/statm: 169539 143441 1035 742 0 162110 0
[pid=31825/tid=31827] ppid=31823 vsize=678156 CPUtime=0.4 cores=4,6
/proc/31825/task/31827/stat : 31827 (mono) S 31823 31825 31561 0 -1 4202560 4 0 0 0 40 0 0 0 15 0 9 0 566313636 694431744 143441 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31828] ppid=31823 vsize=678156 CPUtime=0.66 cores=4,6
/proc/31825/task/31828/stat : 31828 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 66 0 0 0 15 0 9 0 566313636 694431744 143441 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31829] ppid=31823 vsize=678156 CPUtime=0.58 cores=4,6
/proc/31825/task/31829/stat : 31829 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 58 0 0 0 15 0 9 0 566313636 694431744 143441 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31830] ppid=31823 vsize=678156 CPUtime=0.52 cores=4,6
/proc/31825/task/31830/stat : 31830 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 52 0 0 0 16 0 9 0 566313636 694431744 143441 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31831] ppid=31823 vsize=678156 CPUtime=0.6 cores=4,6
/proc/31825/task/31831/stat : 31831 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 60 0 0 0 15 0 9 0 566313636 694431744 143441 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31832] ppid=31823 vsize=678156 CPUtime=0.65 cores=4,6
/proc/31825/task/31832/stat : 31832 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 65 0 0 0 15 0 9 0 566313636 694431744 143441 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31833] ppid=31823 vsize=678156 CPUtime=0.63 cores=4,6
/proc/31825/task/31833/stat : 31833 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 63 0 0 0 15 0 9 0 566313636 694431744 143441 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31834] ppid=31823 vsize=678156 CPUtime=0 cores=4,6
/proc/31825/task/31834/stat : 31834 (mono) S 31823 31825 31561 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 566313637 694431744 143441 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000416177 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1004.66
Current children cumulated vsize (KiB) 678156

[startup+1062.3 s]
/proc/loadavg: 1.20 1.98 3.16 2/180 31959
/proc/meminfo: memFree=13500128/32950940 swapFree=67111528/67111528
[pid=31825] ppid=31823 vsize=686348 CPUtime=1064.75 cores=4,6
/proc/31825/stat : 31825 (mono) R 31823 31825 31561 0 -1 4202496 154827 0 0 0 106454 21 0 0 25 0 9 0 566313635 702820352 145194 33554432000 4194304 7232020 140735491594416 18446744073709551615 1081663763 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/31825/statm: 171587 145194 1035 742 0 164158 0
[pid=31825/tid=31827] ppid=31823 vsize=686348 CPUtime=0.4 cores=4,6
/proc/31825/task/31827/stat : 31827 (mono) S 31823 31825 31561 0 -1 4202560 4 0 0 0 40 0 0 0 16 0 9 0 566313636 702820352 145194 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31828] ppid=31823 vsize=686348 CPUtime=0.67 cores=4,6
/proc/31825/task/31828/stat : 31828 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 67 0 0 0 15 0 9 0 566313636 702820352 145194 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31829] ppid=31823 vsize=686348 CPUtime=0.62 cores=4,6
/proc/31825/task/31829/stat : 31829 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 62 0 0 0 15 0 9 0 566313636 702820352 145194 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31830] ppid=31823 vsize=686348 CPUtime=0.56 cores=4,6
/proc/31825/task/31830/stat : 31830 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 56 0 0 0 16 0 9 0 566313636 702820352 145194 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31831] ppid=31823 vsize=686348 CPUtime=0.61 cores=4,6
/proc/31825/task/31831/stat : 31831 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 61 0 0 0 16 0 9 0 566313636 702820352 145194 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31832] ppid=31823 vsize=686348 CPUtime=0.65 cores=4,6
/proc/31825/task/31832/stat : 31832 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 65 0 0 0 16 0 9 0 566313636 702820352 145194 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31833] ppid=31823 vsize=686348 CPUtime=0.67 cores=4,6
/proc/31825/task/31833/stat : 31833 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 67 0 0 0 16 0 9 0 566313636 702820352 145194 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31834] ppid=31823 vsize=686348 CPUtime=0 cores=4,6
/proc/31825/task/31834/stat : 31834 (mono) S 31823 31825 31561 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 566313637 702820352 145194 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000416177 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1064.75
Current children cumulated vsize (KiB) 686348

[startup+1122.3 s]
/proc/loadavg: 1.07 1.80 3.02 2/180 31960
/proc/meminfo: memFree=13454328/32950940 swapFree=67111528/67111528
[pid=31825] ppid=31823 vsize=727564 CPUtime=1124.98 cores=4,6
/proc/31825/stat : 31825 (mono) R 31823 31825 31561 0 -1 4202496 166303 0 0 0 112475 23 0 0 25 0 9 0 566313635 745025536 156670 33554432000 4194304 7232020 140735491594416 18446744073709551615 1081671975 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/31825/statm: 181891 156670 1035 742 0 174462 0
[pid=31825/tid=31827] ppid=31823 vsize=727564 CPUtime=0.47 cores=4,6
/proc/31825/task/31827/stat : 31827 (mono) S 31823 31825 31561 0 -1 4202560 4 0 0 0 47 0 0 0 16 0 9 0 566313636 745025536 156670 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31828] ppid=31823 vsize=727564 CPUtime=0.71 cores=4,6
/proc/31825/task/31828/stat : 31828 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 71 0 0 0 15 0 9 0 566313636 745025536 156670 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31829] ppid=31823 vsize=727564 CPUtime=0.69 cores=4,6
/proc/31825/task/31829/stat : 31829 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 69 0 0 0 16 0 9 0 566313636 745025536 156670 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31830] ppid=31823 vsize=727564 CPUtime=0.59 cores=4,6
/proc/31825/task/31830/stat : 31830 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 59 0 0 0 15 0 9 0 566313636 745025536 156670 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31831] ppid=31823 vsize=727564 CPUtime=0.68 cores=4,6
/proc/31825/task/31831/stat : 31831 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 68 0 0 0 16 0 9 0 566313636 745025536 156670 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31832] ppid=31823 vsize=727564 CPUtime=0.7 cores=4,6
/proc/31825/task/31832/stat : 31832 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 70 0 0 0 15 0 9 0 566313636 745025536 156670 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31833] ppid=31823 vsize=727564 CPUtime=0.74 cores=4,6
/proc/31825/task/31833/stat : 31833 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 74 0 0 0 15 0 9 0 566313636 745025536 156670 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31834] ppid=31823 vsize=727564 CPUtime=0 cores=4,6
/proc/31825/task/31834/stat : 31834 (mono) S 31823 31825 31561 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 566313637 745025536 156670 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000416177 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1124.98
Current children cumulated vsize (KiB) 727564

[startup+1182.3 s]
/proc/loadavg: 1.02 1.65 2.89 2/180 31962
/proc/meminfo: memFree=13453792/32950940 swapFree=67111528/67111528
[pid=31825] ppid=31823 vsize=728076 CPUtime=1185.12 cores=4,6
/proc/31825/stat : 31825 (mono) R 31823 31825 31561 0 -1 4202496 166435 0 0 0 118489 23 0 0 25 0 9 0 566313635 745549824 156802 33554432000 4194304 7232020 140735491594416 18446744073709551615 1081663079 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/31825/statm: 182019 156802 1035 742 0 174590 0
[pid=31825/tid=31827] ppid=31823 vsize=728076 CPUtime=0.51 cores=4,6
/proc/31825/task/31827/stat : 31827 (mono) S 31823 31825 31561 0 -1 4202560 4 0 0 0 51 0 0 0 16 0 9 0 566313636 745549824 156802 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31828] ppid=31823 vsize=728076 CPUtime=0.75 cores=4,6
/proc/31825/task/31828/stat : 31828 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 75 0 0 0 15 0 9 0 566313636 745549824 156802 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31829] ppid=31823 vsize=728076 CPUtime=0.74 cores=4,6
/proc/31825/task/31829/stat : 31829 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 74 0 0 0 16 0 9 0 566313636 745549824 156802 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31830] ppid=31823 vsize=728076 CPUtime=0.6 cores=4,6
/proc/31825/task/31830/stat : 31830 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 60 0 0 0 15 0 9 0 566313636 745549824 156802 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31831] ppid=31823 vsize=728076 CPUtime=0.72 cores=4,6
/proc/31825/task/31831/stat : 31831 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 72 0 0 0 15 0 9 0 566313636 745549824 156802 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31832] ppid=31823 vsize=728076 CPUtime=0.7 cores=4,6
/proc/31825/task/31832/stat : 31832 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 70 0 0 0 15 0 9 0 566313636 745549824 156802 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31833] ppid=31823 vsize=728076 CPUtime=0.79 cores=4,6
/proc/31825/task/31833/stat : 31833 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 79 0 0 0 15 0 9 0 566313636 745549824 156802 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31834] ppid=31823 vsize=728076 CPUtime=0 cores=4,6
/proc/31825/task/31834/stat : 31834 (mono) S 31823 31825 31561 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 566313637 745549824 156802 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000416177 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1185.12
Current children cumulated vsize (KiB) 728076

[startup+1242.3 s]
/proc/loadavg: 1.01 1.53 2.77 2/180 31964
/proc/meminfo: memFree=13433656/32950940 swapFree=67111528/67111528
[pid=31825] ppid=31823 vsize=752780 CPUtime=1245.27 cores=4,6
/proc/31825/stat : 31825 (mono) R 31823 31825 31561 0 -1 4202496 171337 0 0 0 124503 24 0 0 25 0 9 0 566313635 770846720 161704 33554432000 4194304 7232020 140735491594416 18446744073709551615 1081671920 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/31825/statm: 188195 161704 1035 742 0 180766 0
[pid=31825/tid=31827] ppid=31823 vsize=752780 CPUtime=0.54 cores=4,6
/proc/31825/task/31827/stat : 31827 (mono) S 31823 31825 31561 0 -1 4202560 4 0 0 0 54 0 0 0 15 0 9 0 566313636 770846720 161704 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31828] ppid=31823 vsize=752780 CPUtime=0.77 cores=4,6
/proc/31825/task/31828/stat : 31828 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 77 0 0 0 16 0 9 0 566313636 770846720 161704 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31829] ppid=31823 vsize=752780 CPUtime=0.75 cores=4,6
/proc/31825/task/31829/stat : 31829 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 75 0 0 0 15 0 9 0 566313636 770846720 161704 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31830] ppid=31823 vsize=752780 CPUtime=0.61 cores=4,6
/proc/31825/task/31830/stat : 31830 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 61 0 0 0 15 0 9 0 566313636 770846720 161704 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31831] ppid=31823 vsize=752780 CPUtime=0.82 cores=4,6
/proc/31825/task/31831/stat : 31831 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 82 0 0 0 16 0 9 0 566313636 770846720 161704 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31832] ppid=31823 vsize=752780 CPUtime=0.75 cores=4,6
/proc/31825/task/31832/stat : 31832 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 75 0 0 0 16 0 9 0 566313636 770846720 161704 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31833] ppid=31823 vsize=752780 CPUtime=0.8 cores=4,6
/proc/31825/task/31833/stat : 31833 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 80 0 0 0 15 0 9 0 566313636 770846720 161704 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31834] ppid=31823 vsize=752780 CPUtime=0 cores=4,6
/proc/31825/task/31834/stat : 31834 (mono) S 31823 31825 31561 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 566313637 770846720 161704 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000416177 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1245.27
Current children cumulated vsize (KiB) 752780



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.44 2.66 2/180 31965
/proc/meminfo: memFree=13433096/32950940 swapFree=67111528/67111528
[pid=31825] ppid=31823 vsize=753548 CPUtime=1303.1 cores=4,6
/proc/31825/stat : 31825 (mono) R 31823 31825 31561 0 -1 4202496 171527 0 0 0 130286 24 0 0 25 0 9 0 566313635 771633152 161894 33554432000 4194304 7232020 140735491594416 18446744073709551615 1103154583 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/31825/statm: 188387 161894 1035 742 0 180958 0
[pid=31825/tid=31827] ppid=31823 vsize=753548 CPUtime=0.57 cores=4,6
/proc/31825/task/31827/stat : 31827 (mono) S 31823 31825 31561 0 -1 4202560 4 0 0 0 57 0 0 0 15 0 9 0 566313636 771633152 161894 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31828] ppid=31823 vsize=753548 CPUtime=0.77 cores=4,6
/proc/31825/task/31828/stat : 31828 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 77 0 0 0 15 0 9 0 566313636 771633152 161894 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31829] ppid=31823 vsize=753548 CPUtime=0.75 cores=4,6
/proc/31825/task/31829/stat : 31829 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 75 0 0 0 16 0 9 0 566313636 771633152 161894 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31830] ppid=31823 vsize=753548 CPUtime=0.71 cores=4,6
/proc/31825/task/31830/stat : 31830 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 71 0 0 0 16 0 9 0 566313636 771633152 161894 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31831] ppid=31823 vsize=753548 CPUtime=0.85 cores=4,6
/proc/31825/task/31831/stat : 31831 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 85 0 0 0 15 0 9 0 566313636 771633152 161894 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31832] ppid=31823 vsize=753548 CPUtime=0.76 cores=4,6
/proc/31825/task/31832/stat : 31832 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 76 0 0 0 15 0 9 0 566313636 771633152 161894 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 6 0 0 0
[pid=31825/tid=31833] ppid=31823 vsize=753548 CPUtime=0.86 cores=4,6
/proc/31825/task/31833/stat : 31833 (mono) S 31823 31825 31561 0 -1 4202560 2 0 0 0 86 0 0 0 15 0 9 0 566313636 771633152 161894 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000408473 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
[pid=31825/tid=31834] ppid=31823 vsize=753548 CPUtime=0 cores=4,6
/proc/31825/task/31834/stat : 31834 (mono) S 31823 31825 31561 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 566313637 771633152 161894 33554432000 4194304 7232020 140735491594416 18446744073709551615 216000416177 0 0 4096 545260780 18446604453903367104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1303.1
Current children cumulated vsize (KiB) 753548

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.04
CPU time (s): 1303.15
CPU user time (s): 1302.87
CPU system time (s): 0.274958
CPU usage (%): 100.239
Max. virtual memory (cumulated for all children) (KiB): 753548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302.87
system time used= 0.274958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171527
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= 5396
involuntary context switches= 2911

runsolver used 2.23266 second user time and 4.86126 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-25 21:47:09
IDJOB=3283000
IDBENCH=70952
IDSOLVER=1608
FILE ID=node117/3283000-1303760828
RUNJOBID= node117-1303759526-31580
PBS_JOBID= 13157146
Free space on /tmp= 71524 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283000-1303760828/watcher-3283000-1303760828 -o /tmp/evaluation-result-3283000-1303760828/solver-3283000-1303760828 -C 2400 -W 1300 -M 7680  mono Main.exe HOME/instance-3283000-1303760828.cnf

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=1742894701

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      13850448 kB
Buffers:       2320532 kB
Cached:       15818020 kB
SwapCached:          0 kB
Active:       10832364 kB
Inactive:      7709112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      13850448 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10160 kB
Writeback:           0 kB
AnonPages:      402304 kB
Mapped:          18012 kB
Slab:           494196 kB
PageTables:       6076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   826076 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= 71532 MiB
End job on node117 at 2011-04-25 22:08:51