Trace number 3292016

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) 1305.35 1300.11

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark333.205
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.48 3.86 3.47 5/180 30129
/proc/meminfo: memFree=19624636/32951124 swapFree=67110396/67111528
[pid=30129] ppid=30127 vsize=20992 CPUtime=0 cores=0,2
/proc/30129/stat : 30129 (mono) R 30127 30129 28890 0 -1 4194304 317 0 0 0 0 0 0 0 21 0 1 0 569439738 21495808 253 33554432000 4194304 7232020 140736481605264 18446744073709551615 4628704 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30129/statm: 5248 259 218 742 0 115 0

[startup+0.079271 s]
/proc/loadavg: 3.48 3.86 3.47 5/180 30129
/proc/meminfo: memFree=19624636/32951124 swapFree=67110396/67111528
[pid=30129] ppid=30127 vsize=151252 CPUtime=0.07 cores=0,2
/proc/30129/stat : 30129 (mono) R 30127 30129 28890 0 -1 4202496 11683 0 0 0 6 1 0 0 18 0 9 0 569439738 154882048 11582 33554432000 4194304 7232020 140736481605264 18446744073709551615 224284619723 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/30129/statm: 37813 11586 976 742 0 30384 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 151252

[startup+0.100234 s]
/proc/loadavg: 3.48 3.86 3.47 5/180 30129
/proc/meminfo: memFree=19624636/32951124 swapFree=67110396/67111528
[pid=30129] ppid=30127 vsize=151380 CPUtime=0.09 cores=0,2
/proc/30129/stat : 30129 (mono) R 30127 30129 28890 0 -1 4202496 12440 0 0 0 8 1 0 0 18 0 9 0 569439738 155013120 12339 33554432000 4194304 7232020 140736481605264 18446744073709551615 1173750112 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/30129/statm: 37845 12339 976 742 0 30416 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 151380

[startup+0.300248 s]
/proc/loadavg: 3.48 3.86 3.47 5/180 30129
/proc/meminfo: memFree=19624636/32951124 swapFree=67110396/67111528
[pid=30129] ppid=30127 vsize=159828 CPUtime=0.32 cores=0,2
/proc/30129/stat : 30129 (mono) R 30127 30129 28890 0 -1 4202496 14319 0 0 0 30 2 0 0 18 0 9 0 569439738 163663872 14218 33554432000 4194304 7232020 140736481605264 18446744073709551615 1173750112 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/30129/statm: 39957 14218 976 742 0 32528 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 159828

[startup+0.701165 s]
/proc/loadavg: 3.48 3.86 3.47 5/180 30129
/proc/meminfo: memFree=19624636/32951124 swapFree=67110396/67111528
[pid=30129] ppid=30127 vsize=168404 CPUtime=0.76 cores=0,2
/proc/30129/stat : 30129 (mono) R 30127 30129 28890 0 -1 4202496 16969 0 0 0 74 2 0 0 17 0 9 0 569439738 172445696 16868 33554432000 4194304 7232020 140736481605264 18446744073709551615 1173756384 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/30129/statm: 42101 16868 976 742 0 34672 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 168404

[startup+1.501 s]
/proc/loadavg: 3.93 3.94 3.50 5/211 30166
/proc/meminfo: memFree=19360068/32951124 swapFree=67110396/67111528
[pid=30129] ppid=30127 vsize=193620 CPUtime=1.67 cores=0,2
/proc/30129/stat : 30129 (mono) R 30127 30129 28890 0 -1 4202496 22433 0 0 0 164 3 0 0 18 0 9 0 569439738 198266880 22332 33554432000 4194304 7232020 140736481605264 18446744073709551615 1173758224 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/30129/statm: 48405 22332 976 742 0 40976 0
[pid=30129/tid=30131] ppid=30127 vsize=193620 CPUtime=0.05 cores=0,2
/proc/30129/task/30131/stat : 30131 (mono) S 30127 30129 28890 0 -1 4202560 4 0 0 0 5 0 0 0 16 0 9 0 569439739 198266880 22332 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30132] ppid=30127 vsize=193620 CPUtime=0.06 cores=0,2
/proc/30129/task/30132/stat : 30132 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 6 0 0 0 15 0 9 0 569439739 198266880 22332 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=193620 CPUtime=0.06 cores=0,2
/proc/30129/task/30133/stat : 30133 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 6 0 0 0 16 0 9 0 569439739 198266880 22332 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30134] ppid=30127 vsize=193620 CPUtime=0.04 cores=0,2
/proc/30129/task/30134/stat : 30134 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 4 0 0 0 16 0 9 0 569439739 198266880 22332 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30135] ppid=30127 vsize=193620 CPUtime=0.03 cores=0,2
/proc/30129/task/30135/stat : 30135 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 569439739 198266880 22332 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=193620 CPUtime=0.03 cores=0,2
/proc/30129/task/30136/stat : 30136 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 569439739 198266880 22332 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=193620 CPUtime=0.03 cores=0,2
/proc/30129/task/30137/stat : 30137 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 569439739 198266880 22332 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=193620 CPUtime=0 cores=0,2
/proc/30129/task/30138/stat : 30138 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 569439740 198266880 22332 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296749489 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 193620

[startup+3.10074 s]
/proc/loadavg: 3.93 3.94 3.50 5/211 30166
/proc/meminfo: memFree=19225068/32951124 swapFree=67110396/67111528
[pid=30129] ppid=30127 vsize=235796 CPUtime=3.53 cores=0,2
/proc/30129/stat : 30129 (mono) R 30127 30129 28890 0 -1 4202496 33084 0 0 0 348 5 0 0 18 0 9 0 569439738 241455104 32983 33554432000 4194304 7232020 140736481605264 18446744073709551615 6182052 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/30129/statm: 58949 32983 976 742 0 51520 0
[pid=30129/tid=30131] ppid=30127 vsize=235796 CPUtime=0.11 cores=0,2
/proc/30129/task/30131/stat : 30131 (mono) S 30127 30129 28890 0 -1 4202560 4 0 0 0 11 0 0 0 15 0 9 0 569439739 241455104 32983 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30132] ppid=30127 vsize=235796 CPUtime=0.13 cores=0,2
/proc/30129/task/30132/stat : 30132 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 13 0 0 0 16 0 9 0 569439739 241455104 32983 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=235796 CPUtime=0.11 cores=0,2
/proc/30129/task/30133/stat : 30133 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 11 0 0 0 15 0 9 0 569439739 241455104 32983 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30134] ppid=30127 vsize=235796 CPUtime=0.13 cores=0,2
/proc/30129/task/30134/stat : 30134 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 13 0 0 0 16 0 9 0 569439739 241455104 32983 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30135] ppid=30127 vsize=235796 CPUtime=0.09 cores=0,2
/proc/30129/task/30135/stat : 30135 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 9 0 0 0 15 0 9 0 569439739 241455104 32983 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=235796 CPUtime=0.11 cores=0,2
/proc/30129/task/30136/stat : 30136 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 11 0 0 0 16 0 9 0 569439739 241455104 32983 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=235796 CPUtime=0.1 cores=0,2
/proc/30129/task/30137/stat : 30137 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 10 0 0 0 16 0 9 0 569439739 241455104 32983 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=235796 CPUtime=0 cores=0,2
/proc/30129/task/30138/stat : 30138 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 569439740 241455104 32983 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296749489 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 235796

[startup+6.31147 s]
/proc/loadavg: 4.09 3.97 3.51 5/222 30180
/proc/meminfo: memFree=18748508/32951124 swapFree=67110396/67111528
[pid=30129] ppid=30127 vsize=311828 CPUtime=7.3 cores=0,2
/proc/30129/stat : 30129 (mono) R 30127 30129 28890 0 -1 4202496 52715 0 0 0 722 8 0 0 18 0 9 0 569439738 319311872 52614 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296751797 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/30129/statm: 77957 52614 976 742 0 70528 0
[pid=30129/tid=30131] ppid=30127 vsize=311828 CPUtime=0.24 cores=0,2
/proc/30129/task/30131/stat : 30131 (mono) S 30127 30129 28890 0 -1 4202560 4 0 0 0 24 0 0 0 16 0 9 0 569439739 319311872 52614 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30132] ppid=30127 vsize=311828 CPUtime=0.3 cores=0,2
/proc/30129/task/30132/stat : 30132 (mono) R 30127 30129 28890 0 -1 4202560 3 0 0 0 30 0 0 0 15 0 9 0 569439739 319311872 52614 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 0 0 0 -1 2 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=311828 CPUtime=0.24 cores=0,2
/proc/30129/task/30133/stat : 30133 (mono) R 30127 30129 28890 0 -1 4202560 3 0 0 0 24 0 0 0 15 0 9 0 569439739 319311872 52614 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 0 0 0 -1 0 0 0 0
[pid=30129/tid=30134] ppid=30127 vsize=311828 CPUtime=0.22 cores=0,2
/proc/30129/task/30134/stat : 30134 (mono) R 30127 30129 28890 0 -1 4202560 3 0 0 0 22 0 0 0 15 0 9 0 569439739 319311872 52614 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296743055 0 0 4096 545260780 0 0 0 -1 0 0 0 0
[pid=30129/tid=30135] ppid=30127 vsize=311828 CPUtime=0.28 cores=0,2
/proc/30129/task/30135/stat : 30135 (mono) R 30127 30129 28890 0 -1 4202560 2 0 0 0 28 0 0 0 16 0 9 0 569439739 319311872 52614 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 0 0 0 -1 2 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=311828 CPUtime=0.22 cores=0,2
/proc/30129/task/30136/stat : 30136 (mono) R 30127 30129 28890 0 -1 4202560 2 0 0 0 22 0 0 0 16 0 9 0 569439739 319311872 52614 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296751797 0 0 4096 545260780 0 0 0 -1 0 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=311828 CPUtime=0.31 cores=0,2
/proc/30129/task/30137/stat : 30137 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 31 0 0 0 15 0 9 0 569439739 319311872 52614 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=311828 CPUtime=0 cores=0,2
/proc/30129/task/30138/stat : 30138 (mono) S 30127 30129 28890 0 -1 4194368 3 0 0 0 0 0 0 0 15 0 9 0 569439740 319311872 52614 33554432000 4194304 7232020 140736481605264 18446744073709551615 224284313535 0 2138816217 4096 545260780 18446744071562694473 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 311828

[startup+12.7012 s]
/proc/loadavg: 4.80 4.12 3.56 9/222 30180
/proc/meminfo: memFree=18152036/32951124 swapFree=67110396/67111528
[pid=30129] ppid=30127 vsize=396188 CPUtime=14.31 cores=0,2
/proc/30129/stat : 30129 (mono) R 30127 30129 28890 0 -1 4202496 72954 0 0 0 1419 12 0 0 25 0 9 0 569439738 405696512 72853 33554432000 4194304 7232020 140736481605264 18446744073709551615 1173770773 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/30129/statm: 99047 72853 995 742 0 91618 0
[pid=30129/tid=30131] ppid=30127 vsize=396188 CPUtime=0.42 cores=0,2
/proc/30129/task/30131/stat : 30131 (mono) S 30127 30129 28890 0 -1 4202560 4 0 0 0 42 0 0 0 15 0 9 0 569439739 405696512 72853 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30132] ppid=30127 vsize=396188 CPUtime=0.42 cores=0,2
/proc/30129/task/30132/stat : 30132 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 42 0 0 0 15 0 9 0 569439739 405696512 72853 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=396188 CPUtime=0.42 cores=0,2
/proc/30129/task/30133/stat : 30133 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 42 0 0 0 16 0 9 0 569439739 405696512 72853 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30134] ppid=30127 vsize=396188 CPUtime=0.29 cores=0,2
/proc/30129/task/30134/stat : 30134 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 29 0 0 0 16 0 9 0 569439739 405696512 72853 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30135] ppid=30127 vsize=396188 CPUtime=0.4 cores=0,2
/proc/30129/task/30135/stat : 30135 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 40 0 0 0 15 0 9 0 569439739 405696512 72853 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=396188 CPUtime=0.37 cores=0,2
/proc/30129/task/30136/stat : 30136 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 37 0 0 0 16 0 9 0 569439739 405696512 72853 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=396188 CPUtime=0.5 cores=0,2
/proc/30129/task/30137/stat : 30137 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 50 0 0 0 16 0 9 0 569439739 405696512 72853 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=396188 CPUtime=0 cores=0,2
/proc/30129/task/30138/stat : 30138 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 569439740 405696512 72853 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296749489 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 14.31
Current children cumulated vsize (KiB) 396188

[startup+25.5011 s]
/proc/loadavg: 5.03 4.21 3.60 12/222 30180
/proc/meminfo: memFree=10747768/32951124 swapFree=67110396/67111528
[pid=30129] ppid=30127 vsize=2194196 CPUtime=27.63 cores=0,2
/proc/30129/stat : 30129 (mono) R 30127 30129 28890 0 -1 4202496 523005 0 0 0 2703 60 0 0 25 0 9 0 569439738 2246856704 522903 33554432000 4194304 7232020 140736481605264 18446744073709551615 6230298 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/30129/statm: 548549 522903 1005 742 0 541120 0
[pid=30129/tid=30131] ppid=30127 vsize=2194196 CPUtime=0.45 cores=0,2
/proc/30129/task/30131/stat : 30131 (mono) S 30127 30129 28890 0 -1 4202560 4 0 0 0 45 0 0 0 16 0 9 0 569439739 2246856704 522903 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30132] ppid=30127 vsize=2194196 CPUtime=0.44 cores=0,2
/proc/30129/task/30132/stat : 30132 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 44 0 0 0 16 0 9 0 569439739 2246856704 522903 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=2194196 CPUtime=0.61 cores=0,2
/proc/30129/task/30133/stat : 30133 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 61 0 0 0 16 0 9 0 569439739 2246856704 522903 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30134] ppid=30127 vsize=2194196 CPUtime=0.52 cores=0,2
/proc/30129/task/30134/stat : 30134 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 52 0 0 0 16 0 9 0 569439739 2246856704 522903 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30135] ppid=30127 vsize=2194196 CPUtime=0.69 cores=0,2
/proc/30129/task/30135/stat : 30135 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 69 0 0 0 15 0 9 0 569439739 2246856704 522903 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=2194196 CPUtime=0.48 cores=0,2
/proc/30129/task/30136/stat : 30136 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 48 0 0 0 15 0 9 0 569439739 2246856704 522903 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=2194196 CPUtime=0.59 cores=0,2
/proc/30129/task/30137/stat : 30137 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 59 0 0 0 15 0 9 0 569439739 2246856704 522903 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=2194196 CPUtime=0 cores=0,2
/proc/30129/task/30138/stat : 30138 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 569439740 2246856704 522903 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296749489 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 27.63
Current children cumulated vsize (KiB) 2194196

[startup+51.1008 s]
/proc/loadavg: 4.68 4.20 3.61 5/222 30180
/proc/meminfo: memFree=3521656/32951124 swapFree=67110396/67111528
[pid=30129] ppid=30127 vsize=2194196 CPUtime=53.23 cores=0,2
/proc/30129/stat : 30129 (mono) R 30127 30129 28890 0 -1 4202496 523068 0 0 0 5263 60 0 0 25 0 9 0 569439738 2246856704 522966 33554432000 4194304 7232020 140736481605264 18446744073709551615 1076819007 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/30129/statm: 548549 522966 1024 742 0 541120 0
[pid=30129/tid=30131] ppid=30127 vsize=2194196 CPUtime=0.45 cores=0,2
/proc/30129/task/30131/stat : 30131 (mono) S 30127 30129 28890 0 -1 4202560 4 0 0 0 45 0 0 0 16 0 9 0 569439739 2246856704 522966 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30132] ppid=30127 vsize=2194196 CPUtime=0.44 cores=0,2
/proc/30129/task/30132/stat : 30132 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 44 0 0 0 16 0 9 0 569439739 2246856704 522966 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=2194196 CPUtime=0.61 cores=0,2

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

/proc/30129/task/30134/stat : 30134 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 90 0 0 0 16 0 9 0 569439739 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30135] ppid=30127 vsize=2410196 CPUtime=1.27 cores=0,2
/proc/30129/task/30135/stat : 30135 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 127 0 0 0 16 0 9 0 569439739 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=2410196 CPUtime=0.97 cores=0,2
/proc/30129/task/30136/stat : 30136 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 97 0 0 0 16 0 9 0 569439739 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=2410196 CPUtime=1.19 cores=0,2
/proc/30129/task/30137/stat : 30137 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 119 0 0 0 16 0 9 0 569439739 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=2410196 CPUtime=0 cores=0,2
/proc/30129/task/30138/stat : 30138 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 569439740 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296749489 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1006.67
Current children cumulated vsize (KiB) 2410196

[startup+1062.3 s]
/proc/loadavg: 4.40 4.15 3.91 5/222 30388
/proc/meminfo: memFree=16320984/32951124 swapFree=67110396/67111528
[pid=30129] ppid=30127 vsize=2410196 CPUtime=1066.88 cores=0,2
/proc/30129/stat : 30129 (mono) R 30127 30129 28890 0 -1 4202496 577380 0 0 0 106617 71 0 0 25 0 9 0 569439738 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 1076819109 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/30129/statm: 602549 577278 1036 742 0 595120 0
[pid=30129/tid=30131] ppid=30127 vsize=2410196 CPUtime=1.04 cores=0,2
/proc/30129/task/30131/stat : 30131 (mono) S 30127 30129 28890 0 -1 4202560 4 0 0 0 104 0 0 0 16 0 9 0 569439739 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30132] ppid=30127 vsize=2410196 CPUtime=1.03 cores=0,2
/proc/30129/task/30132/stat : 30132 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 103 0 0 0 16 0 9 0 569439739 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=2410196 CPUtime=1.22 cores=0,2
/proc/30129/task/30133/stat : 30133 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 122 0 0 0 16 0 9 0 569439739 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30134] ppid=30127 vsize=2410196 CPUtime=0.92 cores=0,2
/proc/30129/task/30134/stat : 30134 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 92 0 0 0 16 0 9 0 569439739 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30135] ppid=30127 vsize=2410196 CPUtime=1.3 cores=0,2
/proc/30129/task/30135/stat : 30135 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 130 0 0 0 16 0 9 0 569439739 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=2410196 CPUtime=0.99 cores=0,2
/proc/30129/task/30136/stat : 30136 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 99 0 0 0 15 0 9 0 569439739 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=2410196 CPUtime=1.27 cores=0,2
/proc/30129/task/30137/stat : 30137 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 127 0 0 0 16 0 9 0 569439739 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=2410196 CPUtime=0 cores=0,2
/proc/30129/task/30138/stat : 30138 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 569439740 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296749489 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1066.88
Current children cumulated vsize (KiB) 2410196

[startup+1122.3 s]
/proc/loadavg: 4.23 4.14 3.92 5/222 30390
/proc/meminfo: memFree=16236020/32951124 swapFree=67110396/67111528
[pid=30129] ppid=30127 vsize=2410196 CPUtime=1127.09 cores=0,2
/proc/30129/stat : 30129 (mono) R 30127 30129 28890 0 -1 4202496 577380 0 0 0 112638 71 0 0 25 0 9 0 569439738 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 1076819376 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/30129/statm: 602549 577278 1036 742 0 595120 0
[pid=30129/tid=30131] ppid=30127 vsize=2410196 CPUtime=1.21 cores=0,2
/proc/30129/task/30131/stat : 30131 (mono) S 30127 30129 28890 0 -1 4202560 4 0 0 0 121 0 0 0 16 0 9 0 569439739 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30132] ppid=30127 vsize=2410196 CPUtime=1.08 cores=0,2
/proc/30129/task/30132/stat : 30132 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 108 0 0 0 15 0 9 0 569439739 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=2410196 CPUtime=1.24 cores=0,2
/proc/30129/task/30133/stat : 30133 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 124 0 0 0 16 0 9 0 569439739 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30134] ppid=30127 vsize=2410196 CPUtime=0.92 cores=0,2
/proc/30129/task/30134/stat : 30134 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 92 0 0 0 15 0 9 0 569439739 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30135] ppid=30127 vsize=2410196 CPUtime=1.31 cores=0,2
/proc/30129/task/30135/stat : 30135 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 131 0 0 0 15 0 9 0 569439739 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=2410196 CPUtime=1 cores=0,2
/proc/30129/task/30136/stat : 30136 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 100 0 0 0 16 0 9 0 569439739 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=2410196 CPUtime=1.42 cores=0,2
/proc/30129/task/30137/stat : 30137 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 142 0 0 0 16 0 9 0 569439739 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=2410196 CPUtime=0 cores=0,2
/proc/30129/task/30138/stat : 30138 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 569439740 2468040704 577278 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296749489 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1127.09
Current children cumulated vsize (KiB) 2410196

[startup+1182.3 s]
/proc/loadavg: 4.08 4.11 3.92 5/222 30390
/proc/meminfo: memFree=16310764/32951124 swapFree=67110396/67111528
[pid=30129] ppid=30127 vsize=2410196 CPUtime=1187.3 cores=0,2
/proc/30129/stat : 30129 (mono) R 30127 30129 28890 0 -1 4202496 577588 0 0 0 118659 71 0 0 25 0 9 0 569439738 2468040704 577486 33554432000 4194304 7232020 140736481605264 18446744073709551615 1076819435 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/30129/statm: 602549 577486 1036 742 0 595120 0
[pid=30129/tid=30131] ppid=30127 vsize=2410196 CPUtime=1.22 cores=0,2
/proc/30129/task/30131/stat : 30131 (mono) S 30127 30129 28890 0 -1 4202560 4 0 0 0 122 0 0 0 16 0 9 0 569439739 2468040704 577486 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30132] ppid=30127 vsize=2410196 CPUtime=1.22 cores=0,2
/proc/30129/task/30132/stat : 30132 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 122 0 0 0 15 0 9 0 569439739 2468040704 577486 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=2410196 CPUtime=1.27 cores=0,2
/proc/30129/task/30133/stat : 30133 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 127 0 0 0 16 0 9 0 569439739 2468040704 577486 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30134] ppid=30127 vsize=2410196 CPUtime=1 cores=0,2
/proc/30129/task/30134/stat : 30134 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 100 0 0 0 16 0 9 0 569439739 2468040704 577486 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30135] ppid=30127 vsize=2410196 CPUtime=1.37 cores=0,2
/proc/30129/task/30135/stat : 30135 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 137 0 0 0 16 0 9 0 569439739 2468040704 577486 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=2410196 CPUtime=1.12 cores=0,2
/proc/30129/task/30136/stat : 30136 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 112 0 0 0 16 0 9 0 569439739 2468040704 577486 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=2410196 CPUtime=1.44 cores=0,2
/proc/30129/task/30137/stat : 30137 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 144 0 0 0 15 0 9 0 569439739 2468040704 577486 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=2410196 CPUtime=0 cores=0,2
/proc/30129/task/30138/stat : 30138 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 569439740 2468040704 577486 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296749489 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1187.3
Current children cumulated vsize (KiB) 2410196

[startup+1242.3 s]
/proc/loadavg: 4.34 4.18 3.95 5/222 30392
/proc/meminfo: memFree=16284332/32951124 swapFree=67110396/67111528
[pid=30129] ppid=30127 vsize=2410196 CPUtime=1247.3 cores=0,2
/proc/30129/stat : 30129 (mono) R 30127 30129 28890 0 -1 4202496 577588 0 0 0 124659 71 0 0 25 0 9 0 569439738 2468040704 577486 33554432000 4194304 7232020 140736481605264 18446744073709551615 1076826112 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/30129/statm: 602549 577486 1036 742 0 595120 0
[pid=30129/tid=30131] ppid=30127 vsize=2410196 CPUtime=1.22 cores=0,2
/proc/30129/task/30131/stat : 30131 (mono) S 30127 30129 28890 0 -1 4202560 4 0 0 0 122 0 0 0 16 0 9 0 569439739 2468040704 577486 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30132] ppid=30127 vsize=2410196 CPUtime=1.22 cores=0,2
/proc/30129/task/30132/stat : 30132 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 122 0 0 0 15 0 9 0 569439739 2468040704 577486 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=2410196 CPUtime=1.27 cores=0,2
/proc/30129/task/30133/stat : 30133 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 127 0 0 0 16 0 9 0 569439739 2468040704 577486 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30134] ppid=30127 vsize=2410196 CPUtime=1 cores=0,2
/proc/30129/task/30134/stat : 30134 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 100 0 0 0 16 0 9 0 569439739 2468040704 577486 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30135] ppid=30127 vsize=2410196 CPUtime=1.37 cores=0,2
/proc/30129/task/30135/stat : 30135 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 137 0 0 0 16 0 9 0 569439739 2468040704 577486 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=2410196 CPUtime=1.12 cores=0,2
/proc/30129/task/30136/stat : 30136 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 112 0 0 0 16 0 9 0 569439739 2468040704 577486 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=2410196 CPUtime=1.44 cores=0,2
/proc/30129/task/30137/stat : 30137 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 144 0 0 0 15 0 9 0 569439739 2468040704 577486 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=2410196 CPUtime=0 cores=0,2
/proc/30129/task/30138/stat : 30138 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 569439740 2468040704 577486 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296749489 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1247.3
Current children cumulated vsize (KiB) 2410196



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.29 4.19 3.97 5/222 30394
/proc/meminfo: memFree=16181496/32951124 swapFree=67110396/67111528
[pid=30129] ppid=30127 vsize=2426580 CPUtime=1305.24 cores=0,2
/proc/30129/stat : 30129 (mono) R 30127 30129 28890 0 -1 4202496 580182 0 0 0 130452 72 0 0 25 0 9 0 569439738 2484817920 580080 33554432000 4194304 7232020 140736481605264 18446744073709551615 1076815641 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/30129/statm: 606645 580080 1036 742 0 599216 0
[pid=30129/tid=30131] ppid=30127 vsize=2426580 CPUtime=1.22 cores=0,2
/proc/30129/task/30131/stat : 30131 (mono) S 30127 30129 28890 0 -1 4202560 4 0 0 0 122 0 0 0 15 0 9 0 569439739 2484817920 580080 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30132] ppid=30127 vsize=2426580 CPUtime=1.35 cores=0,2
/proc/30129/task/30132/stat : 30132 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 135 0 0 0 16 0 9 0 569439739 2484817920 580080 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=2426580 CPUtime=1.35 cores=0,2
/proc/30129/task/30133/stat : 30133 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 135 0 0 0 16 0 9 0 569439739 2484817920 580080 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30134] ppid=30127 vsize=2426580 CPUtime=1.07 cores=0,2
/proc/30129/task/30134/stat : 30134 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 107 0 0 0 15 0 9 0 569439739 2484817920 580080 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30135] ppid=30127 vsize=2426580 CPUtime=1.39 cores=0,2
/proc/30129/task/30135/stat : 30135 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 139 0 0 0 16 0 9 0 569439739 2484817920 580080 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=2426580 CPUtime=1.24 cores=0,2
/proc/30129/task/30136/stat : 30136 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 124 0 0 0 16 0 9 0 569439739 2484817920 580080 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=2426580 CPUtime=1.46 cores=0,2
/proc/30129/task/30137/stat : 30137 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 146 0 0 0 16 0 9 0 569439739 2484817920 580080 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=2426580 CPUtime=0 cores=0,2
/proc/30129/task/30138/stat : 30138 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 569439740 2484817920 580080 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296749489 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1305.24
Current children cumulated vsize (KiB) 2426580

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

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

[startup+1300 s]
/proc/loadavg: 4.29 4.19 3.97 5/222 30394
/proc/meminfo: memFree=16181496/32951124 swapFree=67110396/67111528
[pid=30129] ppid=30127 vsize=2426580 CPUtime=1305.24 cores=0,2
/proc/30129/stat : 30129 (mono) R 30127 30129 28890 0 -1 4202496 580182 0 0 0 130452 72 0 0 25 0 9 0 569439738 2484817920 580080 33554432000 4194304 7232020 140736481605264 18446744073709551615 1076815641 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/30129/statm: 606645 580080 1036 742 0 599216 0
[pid=30129/tid=30131] ppid=30127 vsize=2426580 CPUtime=1.22 cores=0,2
/proc/30129/task/30131/stat : 30131 (mono) S 30127 30129 28890 0 -1 4202560 4 0 0 0 122 0 0 0 15 0 9 0 569439739 2484817920 580080 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30132] ppid=30127 vsize=2426580 CPUtime=1.35 cores=0,2
/proc/30129/task/30132/stat : 30132 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 135 0 0 0 16 0 9 0 569439739 2484817920 580080 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=2426580 CPUtime=1.35 cores=0,2
/proc/30129/task/30133/stat : 30133 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 135 0 0 0 16 0 9 0 569439739 2484817920 580080 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30134] ppid=30127 vsize=2426580 CPUtime=1.07 cores=0,2
/proc/30129/task/30134/stat : 30134 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 107 0 0 0 15 0 9 0 569439739 2484817920 580080 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30135] ppid=30127 vsize=2426580 CPUtime=1.39 cores=0,2
/proc/30129/task/30135/stat : 30135 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 139 0 0 0 16 0 9 0 569439739 2484817920 580080 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=2426580 CPUtime=1.24 cores=0,2
/proc/30129/task/30136/stat : 30136 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 124 0 0 0 16 0 9 0 569439739 2484817920 580080 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=2426580 CPUtime=1.46 cores=0,2
/proc/30129/task/30137/stat : 30137 (mono) S 30127 30129 28890 0 -1 4202560 2 0 0 0 146 0 0 0 16 0 9 0 569439739 2484817920 580080 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296741785 0 0 4096 545260780 18446604453890091136 0 0 -1 0 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=2426580 CPUtime=0 cores=0,2
/proc/30129/task/30138/stat : 30138 (mono) S 30127 30129 28890 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 569439740 2484817920 580080 33554432000 4194304 7232020 140736481605264 18446744073709551615 224296749489 0 0 4096 545260780 18446604453890091136 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1305.24
Current children cumulated vsize (KiB) 2426580

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.11
CPU time (s): 1305.35
CPU user time (s): 1304.53
CPU system time (s): 0.819875
CPU usage (%): 100.403
Max. virtual memory (cumulated for all children) (KiB): 2426580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1304.53
system time used= 0.819875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 580182
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= 4476
involuntary context switches= 4296

runsolver used 2.36764 second user time and 4.74028 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-26 06:28:11
IDJOB=3292016
IDBENCH=85007
IDSOLVER=1608
FILE ID=node118/3292016-1303792088
RUNJOBID= node118-1303792088-30105
PBS_JOBID= 13157236
Free space on /tmp= 71672 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292016-1303792088/watcher-3292016-1303792088 -o /tmp/evaluation-result-3292016-1303792088/solver-3292016-1303792088 -C 2400 -W 1300 -M 7680  mono Main.exe HOME/instance-3292016-1303792088.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1959159098

node118.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.842
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.68
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.842
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.842
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19624800 kB
Buffers:       1876724 kB
Cached:       10837148 kB
SwapCached:        600 kB
Active:        8761744 kB
Inactive:      4028524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19624800 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:          338096 kB
Writeback:           0 kB
AnonPages:       75052 kB
Mapped:          14584 kB
Slab:           471320 kB
PageTables:       5228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   203292 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= 71920 MiB
End job on node118 at 2011-04-26 06:49:53