Trace number 3286082

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) 1304.04 1300.22

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMc6d3480970bb2819448dd0a800a3cf1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1134832
Number of clauses6175026
Sum of the clauses size14647926
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 26124260
Number of clauses of size 3960
Number of clauses of size 41200
Number of clauses of size 51200
Number of clauses of size over 546560

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 1.93 2.10 2.86 15/211 31577
/proc/meminfo: memFree=16663744/32951132 swapFree=67111528/67111528
[pid=31577] ppid=31575 vsize=11800 CPUtime=0 cores=5,7
/proc/31577/stat : 31577 (runsolver) R 31575 31577 28714 0 -1 4202560 45 0 0 0 0 0 0 0 21 0 1 0 488735339 12083200 54 33554432000 4194304 5434984 140734267000544 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/31577/statm: 2950 54 34 303 0 2644 0

[startup+0.0407259 s]
/proc/loadavg: 1.93 2.10 2.86 15/211 31577
/proc/meminfo: memFree=16663744/32951132 swapFree=67111528/67111528
[pid=31577] ppid=31575 vsize=154440 CPUtime=0.02 cores=5,7
/proc/31577/stat : 31577 (mono) R 31575 31577 28714 0 -1 4202496 7070 0 0 0 2 0 0 0 23 0 9 0 488735339 158146560 6973 33554432000 4194304 7232020 140735836427296 18446744073709551615 274664502331 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/31577/statm: 38610 6999 973 742 0 31181 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 154440

[startup+0.10071 s]
/proc/loadavg: 1.93 2.10 2.86 15/211 31577
/proc/meminfo: memFree=16663744/32951132 swapFree=67111528/67111528
[pid=31577] ppid=31575 vsize=179416 CPUtime=0.08 cores=5,7
/proc/31577/stat : 31577 (mono) R 31575 31577 28714 0 -1 4202496 17887 0 0 0 6 2 0 0 23 0 9 0 488735339 183721984 17787 33554432000 4194304 7232020 140735836427296 18446744073709551615 6229887 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/31577/statm: 44854 17791 975 742 0 37425 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 179416

[startup+1.38551 s]
/proc/loadavg: 1.93 2.10 2.86 15/211 31577
/proc/meminfo: memFree=16663744/32951132 swapFree=67111528/67111528
[pid=31577] ppid=31575 vsize=221784 CPUtime=1.37 cores=5,7
/proc/31577/stat : 31577 (mono) R 31575 31577 28714 0 -1 4202496 30278 0 0 0 133 4 0 0 25 0 9 0 488735339 227106816 30178 33554432000 4194304 7232020 140735836427296 18446744073709551615 1154208091 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/31577/statm: 55446 30178 975 742 0 48017 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 221784

[startup+1.40051 s]
/proc/loadavg: 1.93 2.10 2.86 15/211 31577
/proc/meminfo: memFree=16663744/32951132 swapFree=67111528/67111528
[pid=31577] ppid=31575 vsize=221784 CPUtime=1.38 cores=5,7
/proc/31577/stat : 31577 (mono) R 31575 31577 28714 0 -1 4202496 30278 0 0 0 134 4 0 0 25 0 9 0 488735339 227106816 30178 33554432000 4194304 7232020 140735836427296 18446744073709551615 5710107 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/31577/statm: 55446 30178 975 742 0 48017 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 221784

[startup+1.50047 s]
/proc/loadavg: 1.93 2.10 2.86 15/211 31577
/proc/meminfo: memFree=16663744/32951132 swapFree=67111528/67111528
[pid=31577] ppid=31575 vsize=230104 CPUtime=1.48 cores=5,7
/proc/31577/stat : 31577 (mono) R 31575 31577 28714 0 -1 4202496 31414 0 0 0 144 4 0 0 25 0 9 0 488735339 235626496 31314 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676625551 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/31577/statm: 57526 31314 975 742 0 50097 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 230104

[startup+3.10116 s]
/proc/loadavg: 1.93 2.10 2.86 9/220 31586
/proc/meminfo: memFree=16380836/32951132 swapFree=67111528/67111528
[pid=31577] ppid=31575 vsize=272280 CPUtime=3.29 cores=5,7
/proc/31577/stat : 31577 (mono) R 31575 31577 28714 0 -1 4202496 41935 0 0 0 323 6 0 0 18 0 9 0 488735339 278814720 41835 33554432000 4194304 7232020 140735836427296 18446744073709551615 6138558 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 0
/proc/31577/statm: 68070 41835 975 742 0 60641 0
[pid=31577/tid=31579] ppid=31575 vsize=272280 CPUtime=0.09 cores=5,7
/proc/31577/task/31579/stat : 31579 (mono) S 31575 31577 28714 0 -1 4202560 4 0 0 0 9 0 0 0 16 0 9 0 488735340 278814720 41835 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31580] ppid=31575 vsize=272280 CPUtime=0.06 cores=5,7
/proc/31577/task/31580/stat : 31580 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 6 0 0 0 16 0 9 0 488735340 278814720 41835 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31581] ppid=31575 vsize=272280 CPUtime=0.06 cores=5,7
/proc/31577/task/31581/stat : 31581 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 488735340 278814720 41835 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31582] ppid=31575 vsize=272280 CPUtime=0.07 cores=5,7
/proc/31577/task/31582/stat : 31582 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 7 0 0 0 16 0 9 0 488735340 278814720 41835 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31583] ppid=31575 vsize=272280 CPUtime=0.12 cores=5,7
/proc/31577/task/31583/stat : 31583 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 12 0 0 0 16 0 9 0 488735340 278814720 41835 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31584] ppid=31575 vsize=272280 CPUtime=0.17 cores=5,7
/proc/31577/task/31584/stat : 31584 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 17 0 0 0 16 0 9 0 488735340 278814720 41835 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31585] ppid=31575 vsize=272280 CPUtime=0.07 cores=5,7
/proc/31577/task/31585/stat : 31585 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 488735340 278814720 41835 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31586] ppid=31575 vsize=272280 CPUtime=0 cores=5,7
/proc/31577/task/31586/stat : 31586 (mono) S 31575 31577 28714 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 488735340 278814720 41835 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676631985 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 272280

[startup+6.30063 s]
/proc/loadavg: 3.06 2.33 2.93 11/220 31586
/proc/meminfo: memFree=16079276/32951132 swapFree=67111528/67111528
[pid=31577] ppid=31575 vsize=356568 CPUtime=6.95 cores=5,7
/proc/31577/stat : 31577 (mono) R 31575 31577 28714 0 -1 4202496 62649 0 0 0 686 9 0 0 18 0 9 0 488735339 365125632 62549 33554432000 4194304 7232020 140735836427296 18446744073709551615 1154209880 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/31577/statm: 89142 62549 975 742 0 81713 0
[pid=31577/tid=31579] ppid=31575 vsize=356568 CPUtime=0.22 cores=5,7
/proc/31577/task/31579/stat : 31579 (mono) S 31575 31577 28714 0 -1 4202560 4 0 0 0 22 0 0 0 15 0 9 0 488735340 365125632 62549 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31580] ppid=31575 vsize=356568 CPUtime=0.14 cores=5,7
/proc/31577/task/31580/stat : 31580 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 14 0 0 0 16 0 9 0 488735340 365125632 62549 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31581] ppid=31575 vsize=356568 CPUtime=0.17 cores=5,7
/proc/31577/task/31581/stat : 31581 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 17 0 0 0 15 0 9 0 488735340 365125632 62549 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31582] ppid=31575 vsize=356568 CPUtime=0.2 cores=5,7
/proc/31577/task/31582/stat : 31582 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 20 0 0 0 16 0 9 0 488735340 365125632 62549 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31583] ppid=31575 vsize=356568 CPUtime=0.22 cores=5,7
/proc/31577/task/31583/stat : 31583 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 22 0 0 0 15 0 9 0 488735340 365125632 62549 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31584] ppid=31575 vsize=356568 CPUtime=0.35 cores=5,7
/proc/31577/task/31584/stat : 31584 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 35 0 0 0 15 0 9 0 488735340 365125632 62549 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31585] ppid=31575 vsize=356568 CPUtime=0.15 cores=5,7
/proc/31577/task/31585/stat : 31585 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 15 0 0 0 16 0 9 0 488735340 365125632 62549 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31586] ppid=31575 vsize=356568 CPUtime=0 cores=5,7
/proc/31577/task/31586/stat : 31586 (mono) S 31575 31577 28714 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 488735340 365125632 62549 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676631985 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 356568

[startup+12.7005 s]
/proc/loadavg: 3.85 2.50 2.99 9/220 31586
/proc/meminfo: memFree=14404588/32951132 swapFree=67111528/67111528
[pid=31577] ppid=31575 vsize=516888 CPUtime=14.5 cores=5,7
/proc/31577/stat : 31577 (mono) R 31575 31577 28714 0 -1 4202496 103568 0 0 0 1433 17 0 0 18 0 9 0 488735339 529293312 103468 33554432000 4194304 7232020 140735836427296 18446744073709551615 1154199904 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 0
/proc/31577/statm: 129222 103468 975 742 0 121793 0
[pid=31577/tid=31579] ppid=31575 vsize=516888 CPUtime=0.53 cores=5,7
/proc/31577/task/31579/stat : 31579 (mono) S 31575 31577 28714 0 -1 4202560 4 0 0 0 53 0 0 0 16 0 9 0 488735340 529293312 103468 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31580] ppid=31575 vsize=516888 CPUtime=0.43 cores=5,7
/proc/31577/task/31580/stat : 31580 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 43 0 0 0 16 0 9 0 488735340 529293312 103468 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31581] ppid=31575 vsize=516888 CPUtime=0.37 cores=5,7
/proc/31577/task/31581/stat : 31581 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 37 0 0 0 15 0 9 0 488735340 529293312 103468 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31582] ppid=31575 vsize=516888 CPUtime=0.48 cores=5,7
/proc/31577/task/31582/stat : 31582 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 48 0 0 0 16 0 9 0 488735340 529293312 103468 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31583] ppid=31575 vsize=516888 CPUtime=0.66 cores=5,7
/proc/31577/task/31583/stat : 31583 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 66 0 0 0 15 0 9 0 488735340 529293312 103468 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31584] ppid=31575 vsize=516888 CPUtime=0.56 cores=5,7
/proc/31577/task/31584/stat : 31584 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 56 0 0 0 16 0 9 0 488735340 529293312 103468 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31585] ppid=31575 vsize=516888 CPUtime=0.52 cores=5,7
/proc/31577/task/31585/stat : 31585 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 52 0 0 0 16 0 9 0 488735340 529293312 103468 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31586] ppid=31575 vsize=516888 CPUtime=0 cores=5,7
/proc/31577/task/31586/stat : 31586 (mono) S 31575 31577 28714 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 488735340 529293312 103468 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676631985 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 14.5
Current children cumulated vsize (KiB) 516888

[startup+25.5727 s]
/proc/loadavg: 5.18 2.87 3.10 14/220 31587
/proc/meminfo: memFree=7272408/32951132 swapFree=67111528/67111528
[pid=31577] ppid=31575 vsize=4462076 CPUtime=28.8 cores=5,7
/proc/31577/stat : 31577 (mono) R 31575 31577 28714 0 -1 4202496 1073009 0 0 0 2771 109 0 0 25 0 9 0 488735339 4569165824 1072909 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676625551 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/31577/statm: 1115519 1072909 996 742 0 1108090 0
[pid=31577/tid=31579] ppid=31575 vsize=4462076 CPUtime=1.23 cores=5,7
/proc/31577/task/31579/stat : 31579 (mono) R 31575 31577 28714 0 -1 4202560 4 0 0 0 123 0 0 0 16 0 9 0 488735340 4569165824 1072909 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676625551 0 0 4096 545260780 0 0 0 -1 5 0 0 0
[pid=31577/tid=31580] ppid=31575 vsize=4462076 CPUtime=0.75 cores=5,7
/proc/31577/task/31580/stat : 31580 (mono) R 31575 31577 28714 0 -1 4202560 2 0 0 0 75 0 0 0 16 0 9 0 488735340 4569165824 1072909 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 0 0 0 -1 7 0 0 0
[pid=31577/tid=31581] ppid=31575 vsize=4462076 CPUtime=0.72 cores=5,7
/proc/31577/task/31581/stat : 31581 (mono) R 31575 31577 28714 0 -1 4202560 2 0 0 0 72 0 0 0 16 0 9 0 488735340 4569165824 1072909 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 0 0 0 -1 5 0 0 0
[pid=31577/tid=31582] ppid=31575 vsize=4462076 CPUtime=0.8 cores=5,7
/proc/31577/task/31582/stat : 31582 (mono) R 31575 31577 28714 0 -1 4202560 2 0 0 0 80 0 0 0 16 0 9 0 488735340 4569165824 1072909 33554432000 4194304 7232020 140735836427296 18446744073709551615 6173299 0 0 4096 545260780 0 0 0 -1 7 0 0 0
[pid=31577/tid=31583] ppid=31575 vsize=4462076 CPUtime=0.99 cores=5,7
/proc/31577/task/31583/stat : 31583 (mono) R 31575 31577 28714 0 -1 4202560 2 0 0 0 99 0 0 0 16 0 9 0 488735340 4569165824 1072909 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 0 0 0 -1 7 0 0 0
[pid=31577/tid=31584] ppid=31575 vsize=4462076 CPUtime=0.81 cores=5,7
/proc/31577/task/31584/stat : 31584 (mono) R 31575 31577 28714 0 -1 4202560 2 0 0 0 81 0 0 0 16 0 9 0 488735340 4569165824 1072909 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 0 0 0 -1 5 0 0 0
[pid=31577/tid=31585] ppid=31575 vsize=4462076 CPUtime=0.88 cores=5,7
/proc/31577/task/31585/stat : 31585 (mono) R 31575 31577 28714 0 -1 4202560 2 0 0 0 88 0 0 0 16 0 9 0 488735340 4569165824 1072909 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 0 0 0 -1 7 0 0 0
[pid=31577/tid=31586] ppid=31575 vsize=4462076 CPUtime=0 cores=5,7
/proc/31577/task/31586/stat : 31586 (mono) S 31575 31577 28714 0 -1 4194368 3 0 0 0 0 0 0 0 15 0 9 0 488735340 4569165824 1072909 33554432000 4194304 7232020 140735836427296 18446744073709551615 274664196031 0 2138816217 4096 545260780 18446744071562694473 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 28.8
Current children cumulated vsize (KiB) 4462076

[startup+51.1009 s]
/proc/loadavg: 6.38 3.33 3.24 5/220 31587
/proc/meminfo: memFree=4356336/32951132 swapFree=67111528/67111528
[pid=31577] ppid=31575 vsize=6558048 CPUtime=54.89 cores=5,7
/proc/31577/stat : 31577 (mono) R 31575 31577 28714 0 -1 4202496 1611699 0 0 0 5321 168 0 0 25 0 9 0 488735339 6715441152 1611598 33554432000 4194304 7232020 140735836427296 18446744073709551615 1078907131 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/31577/statm: 1639512 1611598 1023 742 0 1632083 0
[pid=31577/tid=31579] ppid=31575 vsize=6558048 CPUtime=1.46 cores=5,7
/proc/31577/task/31579/stat : 31579 (mono) S 31575 31577 28714 0 -1 4202560 4 0 0 0 146 0 0 0 15 0 9 0 488735340 6715441152 1611598 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31580] ppid=31575 vsize=6558048 CPUtime=0.84 cores=5,7
/proc/31577/task/31580/stat : 31580 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 84 0 0 0 15 0 9 0 488735340 6715441152 1611598 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31581] ppid=31575 vsize=6558048 CPUtime=1.01 cores=5,7
/proc/31577/task/31581/stat : 31581 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 101 0 0 0 16 0 9 0 488735340 6715441152 1611598 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31582] ppid=31575 vsize=6558048 CPUtime=0.93 cores=5,7
/proc/31577/task/31582/stat : 31582 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 93 0 0 0 16 0 9 0 488735340 6715441152 1611598 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31583] ppid=31575 vsize=6558048 CPUtime=1.29 cores=5,7
/proc/31577/task/31583/stat : 31583 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 129 0 0 0 16 0 9 0 488735340 6715441152 1611598 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31584] ppid=31575 vsize=6558048 CPUtime=0.84 cores=5,7
/proc/31577/task/31584/stat : 31584 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 84 0 0 0 16 0 9 0 488735340 6715441152 1611598 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31585] ppid=31575 vsize=6558048 CPUtime=0.91 cores=5,7
/proc/31577/task/31585/stat : 31585 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 91 0 0 0 15 0 9 0 488735340 6715441152 1611598 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31586] ppid=31575 vsize=6558048 CPUtime=0 cores=5,7
/proc/31577/task/31586/stat : 31586 (mono) S 31575 31577 28714 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 488735340 6715441152 1611598 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676631985 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 54.89
Current children cumulated vsize (KiB) 6558048

[startup+102.301 s]
/proc/loadavg: 5.70 3.65 3.36 6/220 31589

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

[pid=31577/tid=31579] ppid=31575 vsize=6558176 CPUtime=1.46 cores=5,7
/proc/31577/task/31579/stat : 31579 (mono) S 31575 31577 28714 0 -1 4202560 4 0 0 0 146 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31580] ppid=31575 vsize=6558176 CPUtime=0.84 cores=5,7
/proc/31577/task/31580/stat : 31580 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 84 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31581] ppid=31575 vsize=6558176 CPUtime=1.01 cores=5,7
/proc/31577/task/31581/stat : 31581 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 101 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31582] ppid=31575 vsize=6558176 CPUtime=0.93 cores=5,7
/proc/31577/task/31582/stat : 31582 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 93 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31583] ppid=31575 vsize=6558176 CPUtime=1.29 cores=5,7
/proc/31577/task/31583/stat : 31583 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 129 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31584] ppid=31575 vsize=6558176 CPUtime=0.84 cores=5,7
/proc/31577/task/31584/stat : 31584 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 84 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31585] ppid=31575 vsize=6558176 CPUtime=0.91 cores=5,7
/proc/31577/task/31585/stat : 31585 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 91 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31586] ppid=31575 vsize=6558176 CPUtime=0 cores=5,7
/proc/31577/task/31586/stat : 31586 (mono) S 31575 31577 28714 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676631985 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1006.12
Current children cumulated vsize (KiB) 6558176

[startup+1062.3 s]
/proc/loadavg: 3.27 3.75 3.67 4/206 31631
/proc/meminfo: memFree=5260640/32951132 swapFree=67111528/67111528
[pid=31577] ppid=31575 vsize=6558176 CPUtime=1066.12 cores=5,7
/proc/31577/stat : 31577 (mono) R 31575 31577 28714 0 -1 4202496 1611742 0 0 0 106440 172 0 0 25 0 9 0 488735339 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 1078907016 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/31577/statm: 1639544 1611641 1023 742 0 1632115 0
[pid=31577/tid=31579] ppid=31575 vsize=6558176 CPUtime=1.46 cores=5,7
/proc/31577/task/31579/stat : 31579 (mono) S 31575 31577 28714 0 -1 4202560 4 0 0 0 146 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31580] ppid=31575 vsize=6558176 CPUtime=0.84 cores=5,7
/proc/31577/task/31580/stat : 31580 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 84 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31581] ppid=31575 vsize=6558176 CPUtime=1.01 cores=5,7
/proc/31577/task/31581/stat : 31581 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 101 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31582] ppid=31575 vsize=6558176 CPUtime=0.93 cores=5,7
/proc/31577/task/31582/stat : 31582 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 93 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31583] ppid=31575 vsize=6558176 CPUtime=1.29 cores=5,7
/proc/31577/task/31583/stat : 31583 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 129 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31584] ppid=31575 vsize=6558176 CPUtime=0.84 cores=5,7
/proc/31577/task/31584/stat : 31584 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 84 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31585] ppid=31575 vsize=6558176 CPUtime=0.91 cores=5,7
/proc/31577/task/31585/stat : 31585 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 91 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31586] ppid=31575 vsize=6558176 CPUtime=0 cores=5,7
/proc/31577/task/31586/stat : 31586 (mono) S 31575 31577 28714 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676631985 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1066.12
Current children cumulated vsize (KiB) 6558176

[startup+1122.3 s]
/proc/loadavg: 3.15 3.63 3.63 4/206 31642
/proc/meminfo: memFree=5259640/32951132 swapFree=67111528/67111528
[pid=31577] ppid=31575 vsize=6558176 CPUtime=1126.12 cores=5,7
/proc/31577/stat : 31577 (mono) R 31575 31577 28714 0 -1 4202496 1611742 0 0 0 112440 172 0 0 25 0 9 0 488735339 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 1078907368 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/31577/statm: 1639544 1611641 1023 742 0 1632115 0
[pid=31577/tid=31579] ppid=31575 vsize=6558176 CPUtime=1.46 cores=5,7
/proc/31577/task/31579/stat : 31579 (mono) S 31575 31577 28714 0 -1 4202560 4 0 0 0 146 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31580] ppid=31575 vsize=6558176 CPUtime=0.84 cores=5,7
/proc/31577/task/31580/stat : 31580 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 84 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31581] ppid=31575 vsize=6558176 CPUtime=1.01 cores=5,7
/proc/31577/task/31581/stat : 31581 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 101 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31582] ppid=31575 vsize=6558176 CPUtime=0.93 cores=5,7
/proc/31577/task/31582/stat : 31582 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 93 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31583] ppid=31575 vsize=6558176 CPUtime=1.29 cores=5,7
/proc/31577/task/31583/stat : 31583 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 129 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31584] ppid=31575 vsize=6558176 CPUtime=0.84 cores=5,7
/proc/31577/task/31584/stat : 31584 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 84 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31585] ppid=31575 vsize=6558176 CPUtime=0.91 cores=5,7
/proc/31577/task/31585/stat : 31585 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 91 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31586] ppid=31575 vsize=6558176 CPUtime=0 cores=5,7
/proc/31577/task/31586/stat : 31586 (mono) S 31575 31577 28714 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676631985 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1126.12
Current children cumulated vsize (KiB) 6558176

[startup+1182.3 s]
/proc/loadavg: 3.06 3.51 3.59 4/206 31643
/proc/meminfo: memFree=5258640/32951132 swapFree=67111528/67111528
[pid=31577] ppid=31575 vsize=6558176 CPUtime=1186.12 cores=5,7
/proc/31577/stat : 31577 (mono) R 31575 31577 28714 0 -1 4202496 1611742 0 0 0 118440 172 0 0 25 0 9 0 488735339 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 1078907244 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/31577/statm: 1639544 1611641 1023 742 0 1632115 0
[pid=31577/tid=31579] ppid=31575 vsize=6558176 CPUtime=1.46 cores=5,7
/proc/31577/task/31579/stat : 31579 (mono) S 31575 31577 28714 0 -1 4202560 4 0 0 0 146 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31580] ppid=31575 vsize=6558176 CPUtime=0.84 cores=5,7
/proc/31577/task/31580/stat : 31580 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 84 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31581] ppid=31575 vsize=6558176 CPUtime=1.01 cores=5,7
/proc/31577/task/31581/stat : 31581 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 101 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31582] ppid=31575 vsize=6558176 CPUtime=0.93 cores=5,7
/proc/31577/task/31582/stat : 31582 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 93 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31583] ppid=31575 vsize=6558176 CPUtime=1.29 cores=5,7
/proc/31577/task/31583/stat : 31583 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 129 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31584] ppid=31575 vsize=6558176 CPUtime=0.84 cores=5,7
/proc/31577/task/31584/stat : 31584 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 84 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31585] ppid=31575 vsize=6558176 CPUtime=0.91 cores=5,7
/proc/31577/task/31585/stat : 31585 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 91 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31586] ppid=31575 vsize=6558176 CPUtime=0 cores=5,7
/proc/31577/task/31586/stat : 31586 (mono) S 31575 31577 28714 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676631985 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1186.12
Current children cumulated vsize (KiB) 6558176

[startup+1242.31 s]
/proc/loadavg: 3.02 3.42 3.55 4/206 31645
/proc/meminfo: memFree=5257272/32951132 swapFree=67111528/67111528
[pid=31577] ppid=31575 vsize=6558176 CPUtime=1246.12 cores=5,7
/proc/31577/stat : 31577 (mono) R 31575 31577 28714 0 -1 4202496 1611742 0 0 0 124440 172 0 0 25 0 9 0 488735339 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 1078907131 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/31577/statm: 1639544 1611641 1023 742 0 1632115 0
[pid=31577/tid=31579] ppid=31575 vsize=6558176 CPUtime=1.46 cores=5,7
/proc/31577/task/31579/stat : 31579 (mono) S 31575 31577 28714 0 -1 4202560 4 0 0 0 146 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31580] ppid=31575 vsize=6558176 CPUtime=0.84 cores=5,7
/proc/31577/task/31580/stat : 31580 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 84 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31581] ppid=31575 vsize=6558176 CPUtime=1.01 cores=5,7
/proc/31577/task/31581/stat : 31581 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 101 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31582] ppid=31575 vsize=6558176 CPUtime=0.93 cores=5,7
/proc/31577/task/31582/stat : 31582 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 93 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31583] ppid=31575 vsize=6558176 CPUtime=1.29 cores=5,7
/proc/31577/task/31583/stat : 31583 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 129 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31584] ppid=31575 vsize=6558176 CPUtime=0.84 cores=5,7
/proc/31577/task/31584/stat : 31584 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 84 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31585] ppid=31575 vsize=6558176 CPUtime=0.91 cores=5,7
/proc/31577/task/31585/stat : 31585 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 91 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31586] ppid=31575 vsize=6558176 CPUtime=0 cores=5,7
/proc/31577/task/31586/stat : 31586 (mono) S 31575 31577 28714 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676631985 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1246.12
Current children cumulated vsize (KiB) 6558176



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.92 3.32 3.51 2/183 31666
/proc/meminfo: memFree=11183008/32951132 swapFree=67111528/67111528
[pid=31577] ppid=31575 vsize=6558176 CPUtime=1303.83 cores=5,7
/proc/31577/stat : 31577 (mono) R 31575 31577 28714 0 -1 4202496 1611742 0 0 0 130211 172 0 0 25 0 9 0 488735339 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 1078907088 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/31577/statm: 1639544 1611641 1023 742 0 1632115 0
[pid=31577/tid=31579] ppid=31575 vsize=6558176 CPUtime=1.46 cores=5,7
/proc/31577/task/31579/stat : 31579 (mono) S 31575 31577 28714 0 -1 4202560 4 0 0 0 146 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31580] ppid=31575 vsize=6558176 CPUtime=0.84 cores=5,7
/proc/31577/task/31580/stat : 31580 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 84 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31581] ppid=31575 vsize=6558176 CPUtime=1.01 cores=5,7
/proc/31577/task/31581/stat : 31581 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 101 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31582] ppid=31575 vsize=6558176 CPUtime=0.93 cores=5,7
/proc/31577/task/31582/stat : 31582 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 93 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31583] ppid=31575 vsize=6558176 CPUtime=1.29 cores=5,7
/proc/31577/task/31583/stat : 31583 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 129 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31584] ppid=31575 vsize=6558176 CPUtime=0.84 cores=5,7
/proc/31577/task/31584/stat : 31584 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 84 0 0 0 16 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
[pid=31577/tid=31585] ppid=31575 vsize=6558176 CPUtime=0.91 cores=5,7
/proc/31577/task/31585/stat : 31585 (mono) S 31575 31577 28714 0 -1 4202560 2 0 0 0 91 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676624281 0 0 4096 545260780 18446604471147833344 0 0 -1 7 0 0 0
[pid=31577/tid=31586] ppid=31575 vsize=6558176 CPUtime=0 cores=5,7
/proc/31577/task/31586/stat : 31586 (mono) S 31575 31577 28714 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 488735340 6715572224 1611641 33554432000 4194304 7232020 140735836427296 18446744073709551615 274676631985 0 0 4096 545260780 18446604471147833344 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1303.83
Current children cumulated vsize (KiB) 6558176

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

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

[startup+1300.11 s]
/proc/loadavg: 2.92 3.32 3.51 2/183 31666
/proc/meminfo: memFree=11183008/32951132 swapFree=67111528/67111528
[pid=31577] ppid=31575 vsize=0 CPUtime=1303.93 cores=5,7
/proc/31577/stat : 31577 (mono) R 31575 31577 28714 0 -1 4203524 1611742 0 0 0 130211 182 0 0 25 0 1 0 488735339 0 0 33554432000 0 0 0 0 0 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/31577/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1303.93
Current children cumulated vsize (KiB) 0

[startup+1300.2 s]
/proc/loadavg: 2.92 3.32 3.51 2/183 31666
/proc/meminfo: memFree=11183008/32951132 swapFree=67111528/67111528
[pid=31577] ppid=31575 vsize=0 CPUtime=1304.01 cores=5,7
/proc/31577/stat : 31577 (mono) R 31575 31577 28714 0 -1 4203524 1611742 0 0 0 130211 190 0 0 25 0 1 0 488735339 0 0 33554432000 0 0 0 0 0 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/31577/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1304.01
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.22
CPU time (s): 1304.04
CPU user time (s): 1302.12
CPU system time (s): 1.92571
CPU usage (%): 100.294
Max. virtual memory (cumulated for all children) (KiB): 6558176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302.12
system time used= 1.92571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1611742
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= 3213
involuntary context switches= 3130

runsolver used 2.08268 second user time and 5.02524 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-26 00:42:37
IDJOB=3286082
IDBENCH=82413
IDSOLVER=1608
FILE ID=node131/3286082-1303771353
RUNJOBID= node131-1303771352-31514
PBS_JOBID= 13154069
Free space on /tmp= 71664 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286082-1303771353/watcher-3286082-1303771353 -o /tmp/evaluation-result-3286082-1303771353/solver-3286082-1303771353 -C 2400 -W 1300 -M 7680  mono Main.exe HOME/instance-3286082-1303771353.cnf

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

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=104379515

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      16663776 kB
Buffers:       1008764 kB
Cached:       13780408 kB
SwapCached:          0 kB
Active:        5905824 kB
Inactive:      9855496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16663776 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          259312 kB
Writeback:           4 kB
AnonPages:      971508 kB
Mapped:          18268 kB
Slab:           460256 kB
PageTables:       7248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1444604 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= 71800 MiB
End job on node131 at 2011-04-26 01:04:19