Trace number 3312317

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
STRUCTure 0.1 (hbr=2)? (TO) 2243.49 1302.74

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUM6c2d25eda70423643946d76935ceb950
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 variables1512832
Number of clauses8233086
Sum of the clauses size19530286
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 28165680
Number of clauses of size 31280
Number of clauses of size 41600
Number of clauses of size 51600
Number of clauses of size over 562080

Solver Data

0.10/0.11	10:34 INFO : Reading from input HOME/instance-3312317-1304104228.cnf
26.84/26.15	Executor set job limit to 1000000
26.84/26.15	Executor set job limit to 1000000
26.84/26.15	Executor set job limit to 1000000
26.84/26.15	Executor set job limit to 1000000
26.84/26.15	Starting Executor!
26.84/26.15	Starting Executor!
26.84/26.15	Starting Executor!
26.84/26.16	Starting Executor!
174.07/168.80	13:22 INFO : 1275336 variables remaining out of 1512832
174.07/168.80	13:22 INFO : 46672712 literals remaining out of 27763372
2008.05/1115.97	29:09 ERROR: Failed to solve instance
2008.05/1115.97	java.lang.OutOfMemoryError: Java heap space
2008.05/1115.97		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2008.05/1115.97		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2008.05/1115.97		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
2008.05/1115.97		at ibis.structure.WatchLists.build(WatchLists.java:58)
2008.05/1115.97		at ibis.structure.Solver.<init>(Solver.java:45)
2008.05/1115.97		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2008.05/1115.97		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2008.05/1115.97		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2008.05/1115.97		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2008.05/1115.97		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2008.05/1115.97		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2008.05/1115.97		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2008.05/1115.97		at ibis.constellation.Executor.processActivities(Executor.java:75)
2008.16/1116.04		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2008.16/1116.04		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2008.16/1116.04		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2042.36/1147.38	29:41 ERROR: Failed to solve instance
2042.36/1147.38	java.lang.OutOfMemoryError: Java heap space
2042.36/1147.38		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
2042.36/1147.38		at ibis.structure.Solver.simplify(Solver.java:191)
2042.36/1147.38		at ibis.structure.Solver.solve(Solver.java:113)
2042.36/1147.38		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2042.36/1147.38		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2042.36/1147.38		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2042.36/1147.38		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2042.36/1147.38		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2042.36/1147.38		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2042.36/1147.38		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2042.36/1147.38		at ibis.constellation.Executor.processActivities(Executor.java:75)
2042.36/1147.38		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2042.36/1147.38		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2042.36/1147.38		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2078.59/1181.49	30:15 ERROR: Failed to solve instance
2078.59/1181.49	java.lang.OutOfMemoryError: Java heap space
2078.59/1181.49		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2078.59/1181.49		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2078.59/1181.49		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
2078.59/1181.49		at ibis.structure.WatchLists.build(WatchLists.java:58)
2078.59/1181.49		at ibis.structure.Solver.<init>(Solver.java:45)
2078.59/1181.49		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2078.59/1181.49		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2078.59/1181.49		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2078.59/1181.49		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2078.59/1181.49		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2078.59/1181.49		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2078.59/1181.49		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2078.59/1181.49		at ibis.constellation.Executor.processActivities(Executor.java:75)
2078.59/1181.49		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2078.59/1181.49		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2078.59/1181.49		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)

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-3312317-1304104228/watcher-3312317-1304104228 -o /tmp/evaluation-result-3312317-1304104228/solver-3312317-1304104228 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312317-1304104228.cnf -hbr 2 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 6.22 7.53 6.28 2/194 21902
/proc/meminfo: memFree=17356928/32951124 swapFree=67110396/67111528
[pid=21902] ppid=21900 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/21902/stat : 21902 (java) S 21900 21902 21847 0 -1 4202496 1418 0 0 0 0 0 0 0 24 0 2 0 600654003 27824128 889 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296728549 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/21902/statm: 6793 894 684 9 0 381 0
[pid=21902/tid=21903] ppid=21900 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21903/stat : 21903 (java) S 21900 21902 21847 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 600654003 27824128 894 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224280002183 0 2147483391 4096 0 18446744071699199166 0 0 -1 5 0 0 0

[startup+0.015951 s]
/proc/loadavg: 6.22 7.53 6.28 2/194 21902
/proc/meminfo: memFree=17356928/32951124 swapFree=67110396/67111528
[pid=21902] ppid=21900 vsize=15591648 CPUtime=0 cores=1,3,5,7
/proc/21902/stat : 21902 (java) S 21900 21902 21847 0 -1 4202496 3057 0 1 0 0 0 0 0 24 0 10 0 600654003 15965847552 2499 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296728549 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/21902/statm: 3897912 2500 1513 9 0 3888660 0
[pid=21902/tid=21903] ppid=21900 vsize=15591648 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21903/stat : 21903 (java) R 21900 21902 21847 0 -1 4202560 1694 0 1 0 0 0 0 0 25 0 10 0 600654003 15965847552 2501 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224284586693 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15591648

[startup+0.100947 s]
/proc/loadavg: 6.22 7.53 6.28 2/194 21902
/proc/meminfo: memFree=17356928/32951124 swapFree=67110396/67111528
[pid=21902] ppid=21900 vsize=15676908 CPUtime=0.1 cores=1,3,5,7
/proc/21902/stat : 21902 (java) S 21900 21902 21847 0 -1 4202496 5646 0 1 0 9 1 0 0 24 0 18 0 600654003 16053153792 5056 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21902/statm: 3919227 5057 2117 9 0 3909946 0
[pid=21902/tid=21903] ppid=21900 vsize=15676908 CPUtime=0.08 cores=1,3,5,7
/proc/21902/task/21903/stat : 21903 (java) R 21900 21902 21847 0 -1 4202560 3492 0 1 0 8 0 0 0 18 0 18 0 600654003 16053153792 5057 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296752587 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676908

[startup+0.300903 s]
/proc/loadavg: 6.22 7.53 6.28 2/194 21902
/proc/meminfo: memFree=17356928/32951124 swapFree=67110396/67111528
[pid=21902] ppid=21900 vsize=15679980 CPUtime=0.51 cores=1,3,5,7
/proc/21902/stat : 21902 (java) S 21900 21902 21847 0 -1 4202496 17084 0 1 0 49 2 0 0 24 0 18 0 600654003 16056299520 15502 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21902/statm: 3919995 15508 2206 9 0 3910714 0
[pid=21902/tid=21903] ppid=21900 vsize=15679980 CPUtime=0.29 cores=1,3,5,7
/proc/21902/task/21903/stat : 21903 (java) R 21900 21902 21847 0 -1 4202560 11922 0 1 0 27 2 0 0 18 0 18 0 600654003 16056299520 15512 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 46912505639763 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15679980

[startup+0.700839 s]
/proc/loadavg: 6.22 7.53 6.28 2/194 21902
/proc/meminfo: memFree=17356928/32951124 swapFree=67110396/67111528
[pid=21902] ppid=21900 vsize=15679980 CPUtime=0.94 cores=1,3,5,7
/proc/21902/stat : 21902 (java) S 21900 21902 21847 0 -1 4202496 44820 0 1 0 88 6 0 0 24 0 18 0 600654003 16056299520 43235 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21902/statm: 3919995 43235 2222 9 0 3910714 0
[pid=21902/tid=21903] ppid=21900 vsize=15679980 CPUtime=0.68 cores=1,3,5,7
/proc/21902/task/21903/stat : 21903 (java) R 21900 21902 21847 0 -1 4202560 35515 0 1 0 63 5 0 0 18 0 18 0 600654003 16056299520 43235 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 46912505549992 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 15679980

[startup+1.5007 s]
/proc/loadavg: 6.12 7.49 6.27 3/212 21920
/proc/meminfo: memFree=16939340/32951124 swapFree=67110396/67111528
[pid=21902] ppid=21900 vsize=15679980 CPUtime=1.76 cores=1,3,5,7
/proc/21902/stat : 21902 (java) S 21900 21902 21847 0 -1 4202496 78718 0 1 0 166 10 0 0 24 0 18 0 600654003 16056299520 77130 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21902/statm: 3919995 77130 2222 9 0 3910714 0
[pid=21902/tid=21903] ppid=21900 vsize=15679980 CPUtime=1.46 cores=1,3,5,7
/proc/21902/task/21903/stat : 21903 (java) R 21900 21902 21847 0 -1 4202560 63320 0 1 0 138 8 0 0 19 0 18 0 600654003 16056299520 77130 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296752587 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21902/tid=21905] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21905/stat : 21905 (java) S 21900 21902 21847 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 18 0 600654004 16056299520 77130 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=21902/tid=21906] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21906/stat : 21906 (java) S 21900 21902 21847 0 -1 4202560 4744 0 0 0 0 0 0 0 15 0 18 0 600654004 16056299520 77130 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21907] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21907/stat : 21907 (java) S 21900 21902 21847 0 -1 4202560 1355 0 0 0 0 0 0 0 16 0 18 0 600654004 16056299520 77130 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21908] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21908/stat : 21908 (java) S 21900 21902 21847 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 600654004 16056299520 77130 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21909] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21909/stat : 21909 (java) S 21900 21902 21847 0 -1 4202560 680 0 0 0 0 0 0 0 15 0 18 0 600654004 16056299520 77130 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21910] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21910/stat : 21910 (java) S 21900 21902 21847 0 -1 4202560 1482 0 0 0 0 0 0 0 15 0 18 0 600654004 16056299520 77130 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=21902/tid=21911] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21911/stat : 21911 (java) S 21900 21902 21847 0 -1 4202560 1658 0 0 0 0 0 0 0 15 0 18 0 600654004 16056299520 77130 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=21902/tid=21912] ppid=21900 vsize=15679980 CPUtime=0.01 cores=1,3,5,7
/proc/21902/task/21912/stat : 21912 (java) S 21900 21902 21847 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 18 0 600654004 16056299520 77130 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21913] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21913/stat : 21913 (java) S 21900 21902 21847 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 18 0 600654005 16056299520 77130 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296742400 0 0 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21914] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21914/stat : 21914 (java) S 21900 21902 21847 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600654005 16056299520 77130 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21915] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21915/stat : 21915 (java) S 21900 21902 21847 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 600654005 16056299520 77130 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21916] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21916/stat : 21916 (java) S 21900 21902 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600654007 16056299520 77130 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296749489 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21917] ppid=21900 vsize=15679980 CPUtime=0.11 cores=1,3,5,7
/proc/21902/task/21917/stat : 21917 (java) S 21900 21902 21847 0 -1 4202560 1159 0 0 0 11 0 0 0 17 0 18 0 600654007 16056299520 77130 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=21902/tid=21918] ppid=21900 vsize=15679980 CPUtime=0.11 cores=1,3,5,7
/proc/21902/task/21918/stat : 21918 (java) S 21900 21902 21847 0 -1 4202560 2620 0 0 0 11 0 0 0 15 0 18 0 600654007 16056299520 77130 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21919] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21919/stat : 21919 (java) S 21900 21902 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600654007 16056299520 77130 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21920] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21920/stat : 21920 (java) S 21900 21902 21847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600654007 16056299520 77130 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 15679980

[startup+3.10144 s]
/proc/loadavg: 6.12 7.49 6.27 3/212 21920
/proc/meminfo: memFree=16680956/32951124 swapFree=67110396/67111528
[pid=21902] ppid=21900 vsize=15679980 CPUtime=3.46 cores=1,3,5,7
/proc/21902/stat : 21902 (java) S 21900 21902 21847 0 -1 4202496 148429 0 1 0 327 19 0 0 24 0 18 0 600654003 16056299520 146835 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21902/statm: 3919995 146835 2240 9 0 3910714 0
[pid=21902/tid=21903] ppid=21900 vsize=15679980 CPUtime=3.04 cores=1,3,5,7
/proc/21902/task/21903/stat : 21903 (java) R 21900 21902 21847 0 -1 4202560 121944 0 1 0 288 16 0 0 23 0 18 0 600654003 16056299520 146835 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 46912505513377 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21902/tid=21905] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21905/stat : 21905 (java) S 21900 21902 21847 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 18 0 600654004 16056299520 146835 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=21902/tid=21906] ppid=21900 vsize=15679980 CPUtime=0.01 cores=1,3,5,7
/proc/21902/task/21906/stat : 21906 (java) S 21900 21902 21847 0 -1 4202560 6257 0 0 0 1 0 0 0 15 0 18 0 600654004 16056299520 146835 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=21902/tid=21907] ppid=21900 vsize=15679980 CPUtime=0.01 cores=1,3,5,7
/proc/21902/task/21907/stat : 21907 (java) S 21900 21902 21847 0 -1 4202560 6476 0 0 0 1 0 0 0 16 0 18 0 600654004 16056299520 146835 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21908] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21908/stat : 21908 (java) S 21900 21902 21847 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 18 0 600654004 16056299520 146835 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21909] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21909/stat : 21909 (java) S 21900 21902 21847 0 -1 4202560 2159 0 0 0 0 0 0 0 15 0 18 0 600654004 16056299520 146835 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21910] ppid=21900 vsize=15679980 CPUtime=0.01 cores=1,3,5,7
/proc/21902/task/21910/stat : 21910 (java) S 21900 21902 21847 0 -1 4202560 1524 0 0 0 1 0 0 0 15 0 18 0 600654004 16056299520 146835 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21911] ppid=21900 vsize=15679980 CPUtime=0.01 cores=1,3,5,7
/proc/21902/task/21911/stat : 21911 (java) S 21900 21902 21847 0 -1 4202560 4251 0 0 0 1 0 0 0 15 0 18 0 600654004 16056299520 146835 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21912] ppid=21900 vsize=15679980 CPUtime=0.01 cores=1,3,5,7
/proc/21902/task/21912/stat : 21912 (java) S 21900 21902 21847 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 18 0 600654004 16056299520 146835 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21913] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21913/stat : 21913 (java) S 21900 21902 21847 0 -1 4202560 442 0 0 0 0 0 0 0 15 0 18 0 600654005 16056299520 146835 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296742400 0 0 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21914] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21914/stat : 21914 (java) S 21900 21902 21847 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600654005 16056299520 146835 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21915] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21915/stat : 21915 (java) S 21900 21902 21847 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 600654005 16056299520 146835 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21916] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21916/stat : 21916 (java) S 21900 21902 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600654007 16056299520 146835 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296749489 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21917] ppid=21900 vsize=15679980 CPUtime=0.14 cores=1,3,5,7
/proc/21902/task/21917/stat : 21917 (java) S 21900 21902 21847 0 -1 4202560 1180 0 0 0 14 0 0 0 16 0 18 0 600654007 16056299520 146835 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=21902/tid=21918] ppid=21900 vsize=15679980 CPUtime=0.13 cores=1,3,5,7
/proc/21902/task/21918/stat : 21918 (java) S 21900 21902 21847 0 -1 4202560 2657 0 0 0 13 0 0 0 15 0 18 0 600654007 16056299520 146835 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21919] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21919/stat : 21919 (java) S 21900 21902 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600654007 16056299520 146835 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21920] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21920/stat : 21920 (java) S 21900 21902 21847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600654007 16056299520 146835 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 15679980

[startup+6.30091 s]
/proc/loadavg: 5.79 7.40 6.25 3/216 21926
/proc/meminfo: memFree=15957888/32951124 swapFree=67110396/67111528
[pid=21902] ppid=21900 vsize=15679980 CPUtime=6.71 cores=1,3,5,7
/proc/21902/stat : 21902 (java) S 21900 21902 21847 0 -1 4202496 285878 0 1 0 636 35 0 0 24 0 18 0 600654003 16056299520 283703 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21902/statm: 3919995 283703 2240 9 0 3910714 0
[pid=21902/tid=21903] ppid=21900 vsize=15679980 CPUtime=6.23 cores=1,3,5,7
/proc/21902/task/21903/stat : 21903 (java) R 21900 21902 21847 0 -1 4202560 248848 0 1 0 592 31 0 0 20 0 18 0 600654003 16056299520 283703 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 46912505639263 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21902/tid=21905] ppid=21900 vsize=15679980 CPUtime=0.01 cores=1,3,5,7
/proc/21902/task/21905/stat : 21905 (java) S 21900 21902 21847 0 -1 4202560 63 0 0 0 1 0 0 0 16 0 18 0 600654004 16056299520 283703 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=21902/tid=21906] ppid=21900 vsize=15679980 CPUtime=0.02 cores=1,3,5,7
/proc/21902/task/21906/stat : 21906 (java) S 21900 21902 21847 0 -1 4202560 6258 0 0 0 2 0 0 0 16 0 18 0 600654004 16056299520 283703 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21907] ppid=21900 vsize=15679980 CPUtime=0.02 cores=1,3,5,7
/proc/21902/task/21907/stat : 21907 (java) S 21900 21902 21847 0 -1 4202560 6477 0 0 0 2 0 0 0 16 0 18 0 600654004 16056299520 283703 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21908] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21908/stat : 21908 (java) S 21900 21902 21847 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 18 0 600654004 16056299520 283703 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21909] ppid=21900 vsize=15679980 CPUtime=0.02 cores=1,3,5,7
/proc/21902/task/21909/stat : 21909 (java) S 21900 21902 21847 0 -1 4202560 12400 0 0 0 1 1 0 0 16 0 18 0 600654004 16056299520 283703 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21910] ppid=21900 vsize=15679980 CPUtime=0.01 cores=1,3,5,7
/proc/21902/task/21910/stat : 21910 (java) S 21900 21902 21847 0 -1 4202560 1524 0 0 0 1 0 0 0 15 0 18 0 600654004 16056299520 283703 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21911] ppid=21900 vsize=15679980 CPUtime=0.02 cores=1,3,5,7
/proc/21902/task/21911/stat : 21911 (java) S 21900 21902 21847 0 -1 4202560 4251 0 0 0 2 0 0 0 15 0 18 0 600654004 16056299520 283703 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=21902/tid=21912] ppid=21900 vsize=15679980 CPUtime=0.02 cores=1,3,5,7
/proc/21902/task/21912/stat : 21912 (java) S 21900 21902 21847 0 -1 4202560 55 0 0 0 2 0 0 0 15 0 18 0 600654004 16056299520 283703 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21913] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21913/stat : 21913 (java) S 21900 21902 21847 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 18 0 600654005 16056299520 283703 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296742400 0 0 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21914] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21914/stat : 21914 (java) S 21900 21902 21847 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600654005 16056299520 283703 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21915] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21915/stat : 21915 (java) S 21900 21902 21847 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 600654005 16056299520 283703 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21916] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21916/stat : 21916 (java) S 21900 21902 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600654007 16056299520 283703 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296749489 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21917] ppid=21900 vsize=15679980 CPUtime=0.14 cores=1,3,5,7
/proc/21902/task/21917/stat : 21917 (java) S 21900 21902 21847 0 -1 4202560 1180 0 0 0 14 0 0 0 16 0 18 0 600654007 16056299520 283703 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=21902/tid=21918] ppid=21900 vsize=15679980 CPUtime=0.13 cores=1,3,5,7
/proc/21902/task/21918/stat : 21918 (java) S 21900 21902 21847 0 -1 4202560 2657 0 0 0 13 0 0 0 15 0 18 0 600654007 16056299520 283703 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21919] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21919/stat : 21919 (java) S 21900 21902 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600654007 16056299520 283703 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21920] ppid=21900 vsize=15679980 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21920/stat : 21920 (java) S 21900 21902 21847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600654007 16056299520 283703 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0

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

/proc/21902/task/21909/stat : 21909 (java) S 21900 21902 21847 0 -1 4202560 365868 0 0 0 1458 54 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21910] ppid=21900 vsize=15704532 CPUtime=14.6 cores=1,3,5,7
/proc/21902/task/21910/stat : 21910 (java) S 21900 21902 21847 0 -1 4202560 453213 0 0 0 1392 68 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21911] ppid=21900 vsize=15704532 CPUtime=16.2 cores=1,3,5,7
/proc/21902/task/21911/stat : 21911 (java) S 21900 21902 21847 0 -1 4202560 406435 0 0 0 1554 66 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21912] ppid=21900 vsize=15704532 CPUtime=15.47 cores=1,3,5,7
/proc/21902/task/21912/stat : 21912 (java) S 21900 21902 21847 0 -1 4202560 552155 0 0 0 1466 81 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21913] ppid=21900 vsize=15704532 CPUtime=235.42 cores=1,3,5,7
/proc/21902/task/21913/stat : 21913 (java) R 21900 21902 21847 0 -1 4202560 280272 0 1 0 23468 74 0 0 25 0 22 0 600654005 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 47979264561521 0 0 0 16800975 0 0 0 -1 1 0 0 2
[pid=21902/tid=21914] ppid=21900 vsize=15704532 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21914/stat : 21914 (java) S 21900 21902 21847 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 600654005 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21915] ppid=21900 vsize=15704532 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21915/stat : 21915 (java) S 21900 21902 21847 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 600654005 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21916] ppid=21900 vsize=15704532 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21916/stat : 21916 (java) S 21900 21902 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600654007 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296749489 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21917] ppid=21900 vsize=15704532 CPUtime=2.2 cores=1,3,5,7
/proc/21902/task/21917/stat : 21917 (java) S 21900 21902 21847 0 -1 4202560 8471 0 0 0 219 1 0 0 15 0 22 0 600654007 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21918] ppid=21900 vsize=15704532 CPUtime=2.38 cores=1,3,5,7
/proc/21902/task/21918/stat : 21918 (java) S 21900 21902 21847 0 -1 4202560 18571 0 0 0 237 1 0 0 16 0 22 0 600654007 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=21902/tid=21919] ppid=21900 vsize=15704532 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21919/stat : 21919 (java) S 21900 21902 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600654007 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21920] ppid=21900 vsize=15704532 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21920/stat : 21920 (java) S 21900 21902 21847 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 600654007 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=21902/tid=21927] ppid=21900 vsize=15704532 CPUtime=122.66 cores=1,3,5,7
/proc/21902/task/21927/stat : 21927 (java) S 21900 21902 21847 0 -1 4202560 90 0 0 0 12266 0 0 0 15 0 22 0 600656619 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=21902/tid=21928] ppid=21900 vsize=15704532 CPUtime=58.39 cores=1,3,5,7
/proc/21902/task/21928/stat : 21928 (java) S 21900 21902 21847 0 -1 4202560 5712 0 0 0 5839 0 0 0 15 0 22 0 600656619 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=21902/tid=21929] ppid=21900 vsize=15704532 CPUtime=684.92 cores=1,3,5,7
/proc/21902/task/21929/stat : 21929 (java) S 21900 21902 21847 0 -1 4202560 22609 0 2 0 68489 3 0 0 18 0 22 0 600656619 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 5
[pid=21902/tid=21930] ppid=21900 vsize=15704532 CPUtime=684.63 cores=1,3,5,7
/proc/21902/task/21930/stat : 21930 (java) S 21900 21902 21847 0 -1 4202560 31 0 1 0 68463 0 0 0 18 0 22 0 600656619 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 3
Current children cumulated CPU time (s) 2079.5
Current children cumulated vsize (KiB) 15704532

[startup+1242.3 s]
/proc/loadavg: 3.63 5.04 5.62 4/220 21962
/proc/meminfo: memFree=97140/32951124 swapFree=67034040/67111528
[pid=21902] ppid=21900 vsize=15704532 CPUtime=2153.32 cores=1,3,5,7
/proc/21902/stat : 21902 (java) S 21900 21902 21847 0 -1 4202496 4211944 0 5 0 214648 684 0 0 24 0 22 0 600654003 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21902/statm: 3926133 3817440 2297 9 0 3916852 0
[pid=21902/tid=21903] ppid=21900 vsize=15704532 CPUtime=166.58 cores=1,3,5,7
/proc/21902/task/21903/stat : 21903 (java) S 21900 21902 21847 0 -1 4202560 590414 0 1 0 16581 77 0 0 23 0 22 0 600654003 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21905] ppid=21900 vsize=15704532 CPUtime=16.49 cores=1,3,5,7
/proc/21902/task/21905/stat : 21905 (java) S 21900 21902 21847 0 -1 4202560 454685 0 0 0 1574 75 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21906] ppid=21900 vsize=15704532 CPUtime=14.7 cores=1,3,5,7
/proc/21902/task/21906/stat : 21906 (java) S 21900 21902 21847 0 -1 4202560 415931 0 0 0 1403 67 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21907] ppid=21900 vsize=15704532 CPUtime=14.33 cores=1,3,5,7
/proc/21902/task/21907/stat : 21907 (java) S 21900 21902 21847 0 -1 4202560 245306 0 0 0 1387 46 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21908] ppid=21900 vsize=15704532 CPUtime=15.25 cores=1,3,5,7
/proc/21902/task/21908/stat : 21908 (java) S 21900 21902 21847 0 -1 4202560 390701 0 0 0 1463 62 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21909] ppid=21900 vsize=15704532 CPUtime=15.12 cores=1,3,5,7
/proc/21902/task/21909/stat : 21909 (java) S 21900 21902 21847 0 -1 4202560 365868 0 0 0 1458 54 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21910] ppid=21900 vsize=15704532 CPUtime=14.6 cores=1,3,5,7
/proc/21902/task/21910/stat : 21910 (java) S 21900 21902 21847 0 -1 4202560 453213 0 0 0 1392 68 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21911] ppid=21900 vsize=15704532 CPUtime=16.2 cores=1,3,5,7
/proc/21902/task/21911/stat : 21911 (java) S 21900 21902 21847 0 -1 4202560 406435 0 0 0 1554 66 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21912] ppid=21900 vsize=15704532 CPUtime=15.47 cores=1,3,5,7
/proc/21902/task/21912/stat : 21912 (java) S 21900 21902 21847 0 -1 4202560 552155 0 0 0 1466 81 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21913] ppid=21900 vsize=15704532 CPUtime=281.6 cores=1,3,5,7
/proc/21902/task/21913/stat : 21913 (java) S 21900 21902 21847 0 -1 4202560 280276 0 1 0 28086 74 0 0 18 0 22 0 600654005 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296742400 0 0 0 16800975 18446604471098949824 0 0 -1 1 0 0 2
[pid=21902/tid=21914] ppid=21900 vsize=15704532 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21914/stat : 21914 (java) S 21900 21902 21847 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 600654005 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21915] ppid=21900 vsize=15704532 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21915/stat : 21915 (java) S 21900 21902 21847 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 600654005 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21916] ppid=21900 vsize=15704532 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21916/stat : 21916 (java) S 21900 21902 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600654007 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296749489 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21917] ppid=21900 vsize=15704532 CPUtime=2.2 cores=1,3,5,7
/proc/21902/task/21917/stat : 21917 (java) S 21900 21902 21847 0 -1 4202560 8471 0 0 0 219 1 0 0 15 0 22 0 600654007 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21918] ppid=21900 vsize=15704532 CPUtime=2.38 cores=1,3,5,7
/proc/21902/task/21918/stat : 21918 (java) S 21900 21902 21847 0 -1 4202560 18571 0 0 0 237 1 0 0 16 0 22 0 600654007 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=21902/tid=21919] ppid=21900 vsize=15704532 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21919/stat : 21919 (java) S 21900 21902 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600654007 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21920] ppid=21900 vsize=15704532 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21920/stat : 21920 (java) S 21900 21902 21847 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 600654007 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21927] ppid=21900 vsize=15704532 CPUtime=122.67 cores=1,3,5,7
/proc/21902/task/21927/stat : 21927 (java) S 21900 21902 21847 0 -1 4202560 99 0 0 0 12267 0 0 0 15 0 22 0 600656619 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21928] ppid=21900 vsize=15704532 CPUtime=58.39 cores=1,3,5,7
/proc/21902/task/21928/stat : 21928 (java) S 21900 21902 21847 0 -1 4202560 5724 0 0 0 5839 0 0 0 15 0 22 0 600656619 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21929] ppid=21900 vsize=15704532 CPUtime=698.73 cores=1,3,5,7
/proc/21902/task/21929/stat : 21929 (java) R 21900 21902 21847 0 -1 4202560 22609 0 2 0 69870 3 0 0 21 0 22 0 600656619 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 46912505948692 0 4 0 16800975 0 0 0 -1 5 0 0 5
[pid=21902/tid=21930] ppid=21900 vsize=15704532 CPUtime=698.44 cores=1,3,5,7
/proc/21902/task/21930/stat : 21930 (java) R 21900 21902 21847 0 -1 4202560 31 0 1 0 69844 0 0 0 21 0 22 0 600656619 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 46912505810925 0 4 0 16800975 0 0 0 -1 3 0 0 3
Current children cumulated CPU time (s) 2153.32
Current children cumulated vsize (KiB) 15704532



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.18 4.66 5.45 5/216 22011
/proc/meminfo: memFree=15401224/32951124 swapFree=67040688/67111528
[pid=21902] ppid=21900 vsize=15704532 CPUtime=2240.74 cores=1,3,5,7
/proc/21902/stat : 21902 (java) S 21900 21902 21847 0 -1 4202496 4211973 0 5 0 223390 684 0 0 24 0 22 0 600654003 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21902/statm: 3926133 3817440 2297 9 0 3916852 0
[pid=21902/tid=21903] ppid=21900 vsize=15704532 CPUtime=166.58 cores=1,3,5,7
/proc/21902/task/21903/stat : 21903 (java) S 21900 21902 21847 0 -1 4202560 590414 0 1 0 16581 77 0 0 23 0 22 0 600654003 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21905] ppid=21900 vsize=15704532 CPUtime=16.49 cores=1,3,5,7
/proc/21902/task/21905/stat : 21905 (java) S 21900 21902 21847 0 -1 4202560 454685 0 0 0 1574 75 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21906] ppid=21900 vsize=15704532 CPUtime=14.7 cores=1,3,5,7
/proc/21902/task/21906/stat : 21906 (java) S 21900 21902 21847 0 -1 4202560 415931 0 0 0 1403 67 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21907] ppid=21900 vsize=15704532 CPUtime=14.33 cores=1,3,5,7
/proc/21902/task/21907/stat : 21907 (java) S 21900 21902 21847 0 -1 4202560 245306 0 0 0 1387 46 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21908] ppid=21900 vsize=15704532 CPUtime=15.25 cores=1,3,5,7
/proc/21902/task/21908/stat : 21908 (java) S 21900 21902 21847 0 -1 4202560 390701 0 0 0 1463 62 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21909] ppid=21900 vsize=15704532 CPUtime=15.12 cores=1,3,5,7
/proc/21902/task/21909/stat : 21909 (java) S 21900 21902 21847 0 -1 4202560 365868 0 0 0 1458 54 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21910] ppid=21900 vsize=15704532 CPUtime=14.6 cores=1,3,5,7
/proc/21902/task/21910/stat : 21910 (java) S 21900 21902 21847 0 -1 4202560 453213 0 0 0 1392 68 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21911] ppid=21900 vsize=15704532 CPUtime=16.2 cores=1,3,5,7
/proc/21902/task/21911/stat : 21911 (java) S 21900 21902 21847 0 -1 4202560 406435 0 0 0 1554 66 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21912] ppid=21900 vsize=15704532 CPUtime=15.47 cores=1,3,5,7
/proc/21902/task/21912/stat : 21912 (java) S 21900 21902 21847 0 -1 4202560 552155 0 0 0 1466 81 0 0 16 0 22 0 600654004 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21913] ppid=21900 vsize=15704532 CPUtime=309.59 cores=1,3,5,7
/proc/21902/task/21913/stat : 21913 (java) R 21900 21902 21847 0 -1 4202560 280280 0 1 0 30885 74 0 0 23 0 22 0 600654005 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 47979262595687 0 0 0 16800975 0 0 0 -1 1 0 0 2
[pid=21902/tid=21914] ppid=21900 vsize=15704532 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21914/stat : 21914 (java) S 21900 21902 21847 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 600654005 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21915] ppid=21900 vsize=15704532 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21915/stat : 21915 (java) S 21900 21902 21847 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 600654005 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 7 0 0 0
[pid=21902/tid=21916] ppid=21900 vsize=15704532 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21916/stat : 21916 (java) S 21900 21902 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600654007 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296749489 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21917] ppid=21900 vsize=15704532 CPUtime=2.2 cores=1,3,5,7
/proc/21902/task/21917/stat : 21917 (java) S 21900 21902 21847 0 -1 4202560 8471 0 0 0 219 1 0 0 15 0 22 0 600654007 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21918] ppid=21900 vsize=15704532 CPUtime=2.38 cores=1,3,5,7
/proc/21902/task/21918/stat : 21918 (java) S 21900 21902 21847 0 -1 4202560 18571 0 0 0 237 1 0 0 16 0 22 0 600654007 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 0
[pid=21902/tid=21919] ppid=21900 vsize=15704532 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21919/stat : 21919 (java) S 21900 21902 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600654007 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21920] ppid=21900 vsize=15704532 CPUtime=0 cores=1,3,5,7
/proc/21902/task/21920/stat : 21920 (java) S 21900 21902 21847 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 600654007 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296742400 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21927] ppid=21900 vsize=15704532 CPUtime=122.67 cores=1,3,5,7
/proc/21902/task/21927/stat : 21927 (java) S 21900 21902 21847 0 -1 4202560 109 0 0 0 12267 0 0 0 15 0 22 0 600656619 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 1 0 0 0
[pid=21902/tid=21928] ppid=21900 vsize=15704532 CPUtime=58.39 cores=1,3,5,7
/proc/21902/task/21928/stat : 21928 (java) S 21900 21902 21847 0 -1 4202560 5734 0 0 0 5839 0 0 0 15 0 22 0 600656619 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 0
[pid=21902/tid=21929] ppid=21900 vsize=15704532 CPUtime=728.45 cores=1,3,5,7
/proc/21902/task/21929/stat : 21929 (java) S 21900 21902 21847 0 -1 4202560 22610 0 2 0 72842 3 0 0 18 0 22 0 600656619 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 5 0 0 5
[pid=21902/tid=21930] ppid=21900 vsize=15704532 CPUtime=728.15 cores=1,3,5,7
/proc/21902/task/21930/stat : 21930 (java) S 21900 21902 21847 0 -1 4202560 31 0 1 0 72815 0 0 0 18 0 22 0 600656619 16081440768 3817440 33554432000 1073741824 1073778376 140736182910272 18446744073709551615 224296741785 0 4 0 16800975 18446604471098949824 0 0 -1 3 0 0 3
Current children cumulated CPU time (s) 2240.74
Current children cumulated vsize (KiB) 15704532

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -21902

[startup+1302.3 s]
/proc/loadavg: 3.08 4.62 5.44 3/218 22013
/proc/meminfo: memFree=15141304/32951124 swapFree=67040688/67111528
[pid=21902] ppid=21900 vsize=0 CPUtime=2243.04 cores=1,3,5,7
/proc/21902/stat : 21902 (java) Z 21900 21902 21847 0 -1 4203548 4211989 0 5 0 223592 712 0 0 18 0 2 0 600654003 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21902/statm: 0 0 0 0 0 0 0
[pid=21902/tid=21915] ppid=21900 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/21902/task/21915/stat : 21915 (java) R 21900 21902 21847 0 -1 4203588 8 0 0 0 0 28 0 0 18 0 2 0 600654005 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2243.04
Current children cumulated vsize (KiB) 0

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

[startup+1302.7 s]
/proc/loadavg: 3.08 4.62 5.44 3/218 22013
/proc/meminfo: memFree=15141304/32951124 swapFree=67040688/67111528
[pid=21902] ppid=21900 vsize=0 CPUtime=2243.44 cores=1,3,5,7
/proc/21902/stat : 21902 (java) Z 21900 21902 21847 0 -1 4203548 4211989 0 5 0 223592 752 0 0 18 0 2 0 600654003 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21902/statm: 0 0 0 0 0 0 0
[pid=21902/tid=21915] ppid=21900 vsize=0 CPUtime=0.68 cores=1,3,5,7
/proc/21902/task/21915/stat : 21915 (java) R 21900 21902 21847 0 -1 4203588 8 0 0 0 0 68 0 0 18 0 2 0 600654005 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2243.44
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.74
CPU time (s): 2243.49
CPU user time (s): 2235.92
CPU system time (s): 7.56585
CPU usage (%): 172.212
Max. virtual memory (cumulated for all children) (KiB): 15705560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2235.92
system time used= 7.56585
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4211989
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80513
involuntary context switches= 58173

runsolver used 2.14967 second user time and 5.00624 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 21:10:33
IDJOB=3312317
IDBENCH=82404
IDSOLVER=1698
FILE ID=node118/3312317-1304104228
RUNJOBID= node118-1304104228-21866
PBS_JOBID= 13170646
Free space on /tmp= 71416 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312317-1304104228/watcher-3312317-1304104228 -o /tmp/evaluation-result-3312317-1304104228/solver-3312317-1304104228 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312317-1304104228.cnf -hbr 2

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=1192311474

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:      17358572 kB
Buffers:       1903164 kB
Cached:       12237244 kB
SwapCached:        600 kB
Active:       10543640 kB
Inactive:      4502180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17358572 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:          209304 kB
Writeback:           0 kB
AnonPages:      904216 kB
Mapped:          23292 kB
Slab:           481120 kB
PageTables:       6340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1661140 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= 71436 MiB
End job on node118 at 2011-04-29 21:32:16