Trace number 3313368

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? (TO) 3574.17 1302.66

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.085-SAT.cnf
MD5SUMf7484730351dc4088fd78fcb35b09c62
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.60345
Satisfiable
(Un)Satisfiability was proved
Number of variables324116
Number of clauses1643601
Sum of the clauses size3909191
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 21622820
Number of clauses of size 35100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515470

Solver Data

0.09/0.12	53:25 INFO : Reading from input HOME/instance-3313368-1304099604.cnf
5.72/5.41	Executor set job limit to 1000000
5.72/5.41	Executor set job limit to 1000000
5.72/5.41	Executor set job limit to 1000000
5.72/5.41	Executor set job limit to 1000000
5.72/5.41	Starting Executor!
5.72/5.41	Starting Executor!
5.72/5.41	Starting Executor!
5.72/5.41	Starting Executor!
52.80/49.87	54:15 INFO : 284677 variables remaining out of 324116
52.80/49.87	54:15 INFO : 35359274 literals remaining out of 5552792
3082.56/909.34	08:34 ERROR: Failed to solve instance
3082.56/909.34	java.lang.OutOfMemoryError: GC overhead limit exceeded
3082.56/909.34		at ibis.structure.ImplicationsGraph.createLiteral(ImplicationsGraph.java:45)
3082.56/909.34		at ibis.structure.ImplicationsGraph.add(ImplicationsGraph.java:36)
3082.56/909.34		at ibis.structure.Solver.addBinary(Solver.java:97)
3082.56/909.34		at ibis.structure.Solver.propagate(Solver.java:261)
3082.56/909.34		at ibis.structure.Solver.simplify(Solver.java:188)
3082.56/909.34		at ibis.structure.Solver.solve(Solver.java:113)
3082.56/909.34		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
3082.56/909.34		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3082.56/909.34		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3082.56/909.34		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3082.56/909.34		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3082.56/909.34		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3082.56/909.34		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3082.56/909.34		at ibis.constellation.Executor.processActivities(Executor.java:75)
3082.56/909.34		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3082.56/909.34		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3082.56/909.34		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3096.55/921.21	08:46 ERROR: Failed to solve instance
3096.55/921.21	java.lang.OutOfMemoryError: GC overhead limit exceeded
3096.55/921.21		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
3096.55/921.21		at gnu.trove.THash.postInsertHook(THash.java:370)
3096.55/921.21		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
3096.55/921.21		at ibis.structure.WatchLists.build(WatchLists.java:56)
3096.55/921.21		at ibis.structure.Solver.<init>(Solver.java:45)
3096.55/921.21		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
3096.55/921.21		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3096.55/921.21		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3096.55/921.21		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3096.55/921.21		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3096.55/921.21		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3096.55/921.21		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3096.55/921.21		at ibis.constellation.Executor.processActivities(Executor.java:75)
3096.55/921.21		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3096.55/921.21		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3096.55/921.21		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3107.89/931.07	08:56 ERROR: Failed to solve instance
3107.89/931.07	java.lang.OutOfMemoryError: GC overhead limit exceeded
3107.89/931.07		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
3107.89/931.07		at gnu.trove.THash.postInsertHook(THash.java:370)
3107.89/931.07		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
3107.89/931.07		at ibis.structure.WatchLists.build(WatchLists.java:56)
3107.89/931.07		at ibis.structure.Solver.<init>(Solver.java:45)
3107.89/931.07		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
3107.89/931.07		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3107.89/931.07		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3107.89/931.07		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3107.89/931.07		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3107.89/931.07		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3107.89/931.07		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3107.89/931.07		at ibis.constellation.Executor.processActivities(Executor.java:75)
3107.89/931.07		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3107.89/931.07		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3107.89/931.07		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3134.09/951.71	09:16 ERROR: Failed to solve instance
3134.09/951.71	java.lang.OutOfMemoryError: GC overhead limit exceeded
3134.09/951.71		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
3134.09/951.71		at gnu.trove.THash.compact(THash.java:197)
3134.09/951.71		at gnu.trove.THash.removeAt(THash.java:261)
3134.09/951.71		at gnu.trove.TPrimitiveHash.removeAt(TPrimitiveHash.java:109)
3134.09/951.71		at gnu.trove.TIntHash.removeAt(TIntHash.java:173)
3134.09/951.71		at gnu.trove.TIntHashSet.remove(TIntHashSet.java:264)
3134.09/951.71		at ibis.structure.WatchLists.removeClause(WatchLists.java:152)
3134.09/951.71		at ibis.structure.Solver.propagate(Solver.java:271)
3134.09/951.71		at ibis.structure.Solver.simplify(Solver.java:188)
3134.09/951.71		at ibis.structure.Solver.solve(Solver.java:113)
3134.09/951.71		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
3134.09/951.71		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3134.09/951.71		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3134.09/951.71		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3134.09/951.71		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3134.09/951.71		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3134.09/951.71		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3134.09/951.71		at ibis.constellation.Executor.processActivities(Executor.java:75)
3134.09/951.71		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3134.09/951.71		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3134.09/951.71		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3146.09/962.38	09:27 ERROR: Failed to solve instance
3146.09/962.38	java.lang.OutOfMemoryError: GC overhead limit exceeded
3156.97/971.94	09:37 ERROR: Failed to solve instance
3156.97/971.94	java.lang.OutOfMemoryError: GC overhead limit exceeded
3178.09/991.01	09:55 ERROR: Failed to solve instance
3178.09/991.01	java.lang.OutOfMemoryError: GC overhead limit exceeded
3215.25/1022.36	10:27 ERROR: Failed to solve instance
3215.25/1022.36	java.lang.OutOfMemoryError: GC overhead limit exceeded
3288.05/1079.54	11:24 ERROR: Failed to solve instance
3288.05/1079.54	java.lang.OutOfMemoryError: GC overhead limit exceeded
3307.38/1097.17	11:42 ERROR: Failed to solve instance
3307.38/1097.17	java.lang.OutOfMemoryError: GC overhead limit exceeded
3322.45/1110.36	11:55 ERROR: Failed to solve instance
3322.45/1110.36	java.lang.OutOfMemoryError: GC overhead limit exceeded
3426.76/1185.82	13:11 ERROR: Failed to solve instance
3426.76/1185.82	java.lang.OutOfMemoryError: GC overhead limit exceeded
3442.10/1199.88	13:25 ERROR: Failed to solve instance
3442.10/1199.88	java.lang.OutOfMemoryError: GC overhead limit exceeded
3451.71/1208.25	13:33 ERROR: Failed to solve instance
3451.71/1208.25	java.lang.OutOfMemoryError: GC overhead limit exceeded
3459.67/1215.38	13:40 ERROR: Failed to solve instance
3459.67/1215.38	java.lang.OutOfMemoryError: GC overhead limit exceeded
3477.88/1229.55	13:54 ERROR: Failed to solve instance
3477.88/1229.55	java.lang.OutOfMemoryError: GC overhead limit exceeded
3481.23/1232.77	13:58 ERROR: Failed to solve instance
3481.23/1232.77	java.lang.OutOfMemoryError: GC overhead limit exceeded
3495.82/1246.58	14:11 ERROR: Failed to solve instance
3495.82/1246.58	java.lang.OutOfMemoryError: GC overhead limit exceeded

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

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.84 7.78 7.91 3/174 29256
/proc/meminfo: memFree=18238492/32950928 swapFree=67111528/67111528
[pid=29256] ppid=29254 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/29256/stat : 29256 (java) R 29254 29256 28449 0 -1 4202496 724 0 0 0 0 0 0 0 21 0 1 0 521557170 23580672 211 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254495729408 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29256/statm: 5757 223 180 9 0 124 0

[startup+0.0813769 s]
/proc/loadavg: 6.84 7.78 7.91 3/174 29256
/proc/meminfo: memFree=18238492/32950928 swapFree=67111528/67111528
[pid=29256] ppid=29254 vsize=15610232 CPUtime=0.06 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29254 29256 28449 0 -1 4202496 4800 0 1 0 6 0 0 0 21 0 18 0 521557170 15984877568 4240 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29256/statm: 3902558 4244 2036 9 0 3893277 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15610232

[startup+0.100375 s]
/proc/loadavg: 6.84 7.78 7.91 3/174 29256
/proc/meminfo: memFree=18238492/32950928 swapFree=67111528/67111528
[pid=29256] ppid=29254 vsize=15676620 CPUtime=0.09 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29254 29256 28449 0 -1 4202496 5380 0 1 0 8 1 0 0 21 0 18 0 521557170 16052858880 4820 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29256/statm: 3919155 4820 2115 9 0 3909874 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676620

[startup+0.300313 s]
/proc/loadavg: 6.84 7.78 7.91 3/174 29256
/proc/meminfo: memFree=18238492/32950928 swapFree=67111528/67111528
[pid=29256] ppid=29254 vsize=15680444 CPUtime=0.5 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29254 29256 28449 0 -1 4202496 14206 0 1 0 48 2 0 0 21 0 18 0 521557170 16056774656 12683 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29256/statm: 3920111 12687 2205 9 0 3910830 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15680444

[startup+0.70026 s]
/proc/loadavg: 6.84 7.78 7.91 3/174 29256
/proc/meminfo: memFree=18238492/32950928 swapFree=67111528/67111528
[pid=29256] ppid=29254 vsize=15680296 CPUtime=0.91 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29254 29256 28449 0 -1 4202496 42413 0 1 0 85 6 0 0 21 0 18 0 521557170 16056623104 40849 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29256/statm: 3920074 40849 2222 9 0 3910793 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 15680296

[startup+1.5011 s]
/proc/loadavg: 6.84 7.78 7.91 3/192 29274
/proc/meminfo: memFree=18039276/32950928 swapFree=67111528/67111528
[pid=29256] ppid=29254 vsize=15680296 CPUtime=1.73 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29254 29256 28449 0 -1 4202496 76371 0 1 0 162 11 0 0 21 0 18 0 521557170 16056623104 74804 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29256/statm: 3920074 74804 2222 9 0 3910793 0
[pid=29256/tid=29258] ppid=29254 vsize=15680296 CPUtime=1.46 cores=1,3,5,7
/proc/29256/task/29258/stat : 29258 (java) R 29254 29256 28449 0 -1 4202560 65630 0 1 0 137 9 0 0 19 0 18 0 521557171 16056623104 74804 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 46912505639503 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29256/tid=29259] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29259/stat : 29259 (java) S 29254 29256 28449 0 -1 4202560 1390 0 0 0 0 0 0 0 15 0 18 0 521557172 16056623104 74804 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29260] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29260/stat : 29260 (java) S 29254 29256 28449 0 -1 4202560 351 0 0 0 0 0 0 0 15 0 18 0 521557172 16056623104 74804 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29261] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29261/stat : 29261 (java) S 29254 29256 28449 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521557172 16056623104 74804 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 1 0 0 0
[pid=29256/tid=29262] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29262/stat : 29262 (java) S 29254 29256 28449 0 -1 4202560 299 0 0 0 0 0 0 0 15 0 18 0 521557172 16056623104 74804 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 1 0 0 0
[pid=29256/tid=29263] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29263/stat : 29263 (java) S 29254 29256 28449 0 -1 4202560 643 0 0 0 0 0 0 0 15 0 18 0 521557172 16056623104 74804 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29264] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29264/stat : 29264 (java) S 29254 29256 28449 0 -1 4202560 1339 0 0 0 0 0 0 0 15 0 18 0 521557172 16056623104 74804 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29265] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29265/stat : 29265 (java) S 29254 29256 28449 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 18 0 521557172 16056623104 74804 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 3 0 0 0
[pid=29256/tid=29266] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29266/stat : 29266 (java) S 29254 29256 28449 0 -1 4202560 644 0 0 0 0 0 0 0 15 0 18 0 521557172 16056623104 74804 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 3 0 0 0
[pid=29256/tid=29267] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29267/stat : 29267 (java) S 29254 29256 28449 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 18 0 521557173 16056623104 74804 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512508416 0 0 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29268] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29268/stat : 29268 (java) S 29254 29256 28449 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 18 0 521557173 16056623104 74804 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29269] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29269/stat : 29269 (java) S 29254 29256 28449 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 18 0 521557173 16056623104 74804 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29270] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29270/stat : 29270 (java) S 29254 29256 28449 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 521557175 16056623104 74804 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512515505 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29271] ppid=29254 vsize=15680296 CPUtime=0.12 cores=1,3,5,7
/proc/29256/task/29271/stat : 29271 (java) S 29254 29256 28449 0 -1 4202560 2195 0 0 0 12 0 0 0 15 0 18 0 521557175 16056623104 74804 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 1 0 0 0
[pid=29256/tid=29272] ppid=29254 vsize=15680296 CPUtime=0.1 cores=1,3,5,7
/proc/29256/task/29272/stat : 29272 (java) S 29254 29256 28449 0 -1 4202560 1568 0 0 0 10 0 0 0 18 0 18 0 521557176 16056623104 74804 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29273] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29273/stat : 29273 (java) S 29254 29256 28449 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 521557176 16056623104 74804 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29274] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29274/stat : 29274 (java) S 29254 29256 28449 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521557176 16056623104 74804 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512508416 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 15680296

[startup+3.10078 s]
/proc/loadavg: 6.45 7.68 7.88 5/191 29275
/proc/meminfo: memFree=17770200/32950928 swapFree=67111528/67111528
[pid=29256] ppid=29254 vsize=15680296 CPUtime=3.41 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29254 29256 28449 0 -1 4202496 146096 0 1 0 321 20 0 0 21 0 18 0 521557170 16056623104 144524 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29256/statm: 3920074 144524 2240 9 0 3910793 0
[pid=29256/tid=29258] ppid=29254 vsize=15680296 CPUtime=3.03 cores=1,3,5,7
/proc/29256/task/29258/stat : 29258 (java) R 29254 29256 28449 0 -1 4202560 126574 0 1 0 286 17 0 0 23 0 18 0 521557171 16056623104 144524 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 46912505532584 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29256/tid=29259] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29259/stat : 29259 (java) S 29254 29256 28449 0 -1 4202560 1747 0 0 0 0 0 0 0 16 0 18 0 521557172 16056623104 144524 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 3 0 0 0
[pid=29256/tid=29260] ppid=29254 vsize=15680296 CPUtime=0.01 cores=1,3,5,7
/proc/29256/task/29260/stat : 29260 (java) S 29254 29256 28449 0 -1 4202560 3263 0 0 0 1 0 0 0 16 0 18 0 521557172 16056623104 144524 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29261] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29261/stat : 29261 (java) S 29254 29256 28449 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 18 0 521557172 16056623104 144524 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29262] ppid=29254 vsize=15680296 CPUtime=0.01 cores=1,3,5,7
/proc/29256/task/29262/stat : 29262 (java) S 29254 29256 28449 0 -1 4202560 299 0 0 0 1 0 0 0 16 0 18 0 521557172 16056623104 144524 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29263] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29263/stat : 29263 (java) S 29254 29256 28449 0 -1 4202560 643 0 0 0 0 0 0 0 16 0 18 0 521557172 16056623104 144524 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 3 0 0 0
[pid=29256/tid=29264] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29264/stat : 29264 (java) S 29254 29256 28449 0 -1 4202560 6460 0 0 0 0 0 0 0 16 0 18 0 521557172 16056623104 144524 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 1 0 0 0
[pid=29256/tid=29265] ppid=29254 vsize=15680296 CPUtime=0.01 cores=1,3,5,7
/proc/29256/task/29265/stat : 29265 (java) S 29254 29256 28449 0 -1 4202560 742 0 0 0 1 0 0 0 16 0 18 0 521557172 16056623104 144524 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 3 0 0 0
[pid=29256/tid=29266] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29266/stat : 29266 (java) S 29254 29256 28449 0 -1 4202560 666 0 0 0 0 0 0 0 16 0 18 0 521557172 16056623104 144524 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29267] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29267/stat : 29267 (java) S 29254 29256 28449 0 -1 4202560 436 0 0 0 0 0 0 0 15 0 18 0 521557173 16056623104 144524 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512508416 0 0 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29268] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29268/stat : 29268 (java) S 29254 29256 28449 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 18 0 521557173 16056623104 144524 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29269] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29269/stat : 29269 (java) S 29254 29256 28449 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 18 0 521557173 16056623104 144524 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29270] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29270/stat : 29270 (java) S 29254 29256 28449 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 521557175 16056623104 144524 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512515505 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29271] ppid=29254 vsize=15680296 CPUtime=0.14 cores=1,3,5,7
/proc/29256/task/29271/stat : 29271 (java) S 29254 29256 28449 0 -1 4202560 2252 0 0 0 14 0 0 0 15 0 18 0 521557175 16056623104 144524 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 1 0 0 0
[pid=29256/tid=29272] ppid=29254 vsize=15680296 CPUtime=0.12 cores=1,3,5,7
/proc/29256/task/29272/stat : 29272 (java) S 29254 29256 28449 0 -1 4202560 1585 0 0 0 12 0 0 0 15 0 18 0 521557176 16056623104 144524 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29273] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29273/stat : 29273 (java) S 29254 29256 28449 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 521557176 16056623104 144524 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29274] ppid=29254 vsize=15680296 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29274/stat : 29274 (java) S 29254 29256 28449 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521557176 16056623104 144524 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512508416 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 15680296

[startup+6.30112 s]
/proc/loadavg: 6.45 7.68 7.88 4/212 29297
/proc/meminfo: memFree=16512744/32950928 swapFree=67111528/67111528
[pid=29256] ppid=29254 vsize=15780080 CPUtime=7.12 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29254 29256 28449 0 -1 4202496 296362 0 1 0 675 37 0 0 21 0 22 0 521557170 16158801920 291843 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29256/statm: 3945020 291843 2266 9 0 3935739 0
[pid=29256/tid=29258] ppid=29254 vsize=15780080 CPUtime=6.21 cores=1,3,5,7
/proc/29256/task/29258/stat : 29258 (java) R 29254 29256 28449 0 -1 4202560 254884 0 1 0 589 32 0 0 18 0 22 0 521557171 16158801920 291843 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 46912505205085 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29256/tid=29259] ppid=29254 vsize=15780080 CPUtime=0.01 cores=1,3,5,7
/proc/29256/task/29259/stat : 29259 (java) S 29254 29256 28449 0 -1 4202560 1747 0 0 0 1 0 0 0 15 0 22 0 521557172 16158801920 291843 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29260] ppid=29254 vsize=15780080 CPUtime=0.02 cores=1,3,5,7
/proc/29256/task/29260/stat : 29260 (java) S 29254 29256 28449 0 -1 4202560 3905 0 0 0 2 0 0 0 15 0 22 0 521557172 16158801920 291843 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 1 0 0 0
[pid=29256/tid=29261] ppid=29254 vsize=15780080 CPUtime=0.01 cores=1,3,5,7
/proc/29256/task/29261/stat : 29261 (java) S 29254 29256 28449 0 -1 4202560 689 0 0 0 1 0 0 0 15 0 22 0 521557172 16158801920 291843 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29262] ppid=29254 vsize=15780080 CPUtime=0.02 cores=1,3,5,7
/proc/29256/task/29262/stat : 29262 (java) S 29254 29256 28449 0 -1 4202560 630 0 0 0 2 0 0 0 15 0 22 0 521557172 16158801920 291843 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29263] ppid=29254 vsize=15780080 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29263/stat : 29263 (java) S 29254 29256 28449 0 -1 4202560 643 0 0 0 0 0 0 0 15 0 22 0 521557172 16158801920 291843 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 3 0 0 0
[pid=29256/tid=29264] ppid=29254 vsize=15780080 CPUtime=0.01 cores=1,3,5,7
/proc/29256/task/29264/stat : 29264 (java) S 29254 29256 28449 0 -1 4202560 6462 0 0 0 1 0 0 0 15 0 22 0 521557172 16158801920 291843 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 1 0 0 0
[pid=29256/tid=29265] ppid=29254 vsize=15780080 CPUtime=0.02 cores=1,3,5,7
/proc/29256/task/29265/stat : 29265 (java) S 29254 29256 28449 0 -1 4202560 10983 0 0 0 2 0 0 0 16 0 22 0 521557172 16158801920 291843 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29266] ppid=29254 vsize=15780080 CPUtime=0.01 cores=1,3,5,7
/proc/29256/task/29266/stat : 29266 (java) S 29254 29256 28449 0 -1 4202560 666 0 0 0 1 0 0 0 15 0 22 0 521557172 16158801920 291843 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 3 0 0 0
[pid=29256/tid=29267] ppid=29254 vsize=15780080 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29267/stat : 29267 (java) S 29254 29256 28449 0 -1 4202560 709 0 0 0 0 0 0 0 15 0 22 0 521557173 16158801920 291843 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512508416 0 0 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29268] ppid=29254 vsize=15780080 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29268/stat : 29268 (java) S 29254 29256 28449 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 521557173 16158801920 291843 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29269] ppid=29254 vsize=15780080 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29269/stat : 29269 (java) S 29254 29256 28449 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 521557173 16158801920 291843 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29270] ppid=29254 vsize=15780080 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29270/stat : 29270 (java) S 29254 29256 28449 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 521557175 16158801920 291843 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512515505 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29271] ppid=29254 vsize=15780080 CPUtime=0.21 cores=1,3,5,7
/proc/29256/task/29271/stat : 29271 (java) S 29254 29256 28449 0 -1 4202560 2277 0 0 0 21 0 0 0 15 0 22 0 521557175 16158801920 291843 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 1 0 0 0
[pid=29256/tid=29272] ppid=29254 vsize=15780080 CPUtime=0.48 cores=1,3,5,7
/proc/29256/task/29272/stat : 29272 (java) R 29254 29256 28449 0 -1 4202560 11331 0 0 0 48 0 0 0 16 0 22 0 521557176 16158801920 291843 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 47637110355587 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29256/tid=29273] ppid=29254 vsize=15780080 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29273/stat : 29273 (java) S 29254 29256 28449 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 521557176 16158801920 291843 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29274] ppid=29254 vsize=15780080 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29274/stat : 29274 (java) S 29254 29256 28449 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 521557176 16158801920 291843 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512508416 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 15780080

[startup+12.7009 s]
/proc/loadavg: 5.84 7.51 7.82 3/216 29302
/proc/meminfo: memFree=15261772/32950928 swapFree=67111528/67111528
[pid=29256] ppid=29254 vsize=15783988 CPUtime=14.71 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29254 29256 28449 0 -1 4202496 304418 0 1 0 1433 38 0 0 21 0 22 0 521557170 16162803712 293266 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29256/statm: 3945997 293266 2276 9 0 3936716 0
[pid=29256/tid=29258] ppid=29254 vsize=15783988 CPUtime=12.61 cores=1,3,5,7

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

[pid=29256/tid=29269] ppid=29254 vsize=15783988 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29269/stat : 29269 (java) S 29254 29256 28449 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 521557173 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29270] ppid=29254 vsize=15783988 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29270/stat : 29270 (java) S 29254 29256 28449 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 521557175 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512515505 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29271] ppid=29254 vsize=15783988 CPUtime=1.22 cores=1,3,5,7
/proc/29256/task/29271/stat : 29271 (java) S 29254 29256 28449 0 -1 4202560 5555 0 0 0 121 1 0 0 15 0 22 0 521557175 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29272] ppid=29254 vsize=15783988 CPUtime=2.38 cores=1,3,5,7
/proc/29256/task/29272/stat : 29272 (java) S 29254 29256 28449 0 -1 4202560 19447 0 0 0 237 1 0 0 15 0 22 0 521557176 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29273] ppid=29254 vsize=15783988 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29273/stat : 29273 (java) S 29254 29256 28449 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 521557176 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29274] ppid=29254 vsize=15783988 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29274/stat : 29274 (java) S 29254 29256 28449 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 521557176 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512508416 0 4 0 16800975 18446604468466019328 0 0 -1 1 0 0 0
[pid=29256/tid=29298] ppid=29254 vsize=15783988 CPUtime=714.29 cores=1,3,5,7
/proc/29256/task/29298/stat : 29298 (java) S 29254 29256 28449 0 -1 4202560 159 0 0 0 71429 0 0 0 15 0 22 0 521557712 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29299] ppid=29254 vsize=15783988 CPUtime=713.01 cores=1,3,5,7
/proc/29256/task/29299/stat : 29299 (java) S 29254 29256 28449 0 -1 4202560 173 0 0 0 71301 0 0 0 15 0 22 0 521557712 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29300] ppid=29254 vsize=15783988 CPUtime=747.15 cores=1,3,5,7
/proc/29256/task/29300/stat : 29300 (java) S 29254 29256 28449 0 -1 4202560 154 0 0 0 74714 1 0 0 15 0 22 0 521557712 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 3 0 0 0
[pid=29256/tid=29301] ppid=29254 vsize=15783988 CPUtime=748.89 cores=1,3,5,7
/proc/29256/task/29301/stat : 29301 (java) S 29254 29256 28449 0 -1 4202560 158 0 0 0 74889 0 0 0 15 0 22 0 521557712 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3423.2
Current children cumulated vsize (KiB) 15783988

[startup+1242.3 s]
/proc/loadavg: 2.95 4.00 5.54 3/220 29350
/proc/meminfo: memFree=99300/32950928 swapFree=67111464/67111528
[pid=29256] ppid=29254 vsize=15783988 CPUtime=3491.51 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29254 29256 28449 0 -1 4202496 3919491 0 1 0 348468 683 0 0 21 0 22 0 521557170 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29256/statm: 3945997 3856305 2295 9 0 3936716 0
[pid=29256/tid=29258] ppid=29254 vsize=15783988 CPUtime=49.36 cores=1,3,5,7
/proc/29256/task/29258/stat : 29258 (java) S 29254 29256 28449 0 -1 4202560 254941 0 1 0 4904 32 0 0 18 0 22 0 521557171 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 3 0 0 0
[pid=29256/tid=29259] ppid=29254 vsize=15783988 CPUtime=11.89 cores=1,3,5,7
/proc/29256/task/29259/stat : 29259 (java) S 29254 29256 28449 0 -1 4202560 496487 0 0 0 1106 83 0 0 16 0 22 0 521557172 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 3 0 0 0
[pid=29256/tid=29260] ppid=29254 vsize=15783988 CPUtime=10.96 cores=1,3,5,7
/proc/29256/task/29260/stat : 29260 (java) S 29254 29256 28449 0 -1 4202560 433279 0 0 0 1023 73 0 0 16 0 22 0 521557172 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29261] ppid=29254 vsize=15783988 CPUtime=10.03 cores=1,3,5,7
/proc/29256/task/29261/stat : 29261 (java) S 29254 29256 28449 0 -1 4202560 321410 0 0 0 940 63 0 0 16 0 22 0 521557172 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29262] ppid=29254 vsize=15783988 CPUtime=11.09 cores=1,3,5,7
/proc/29256/task/29262/stat : 29262 (java) S 29254 29256 28449 0 -1 4202560 498449 0 0 0 1024 85 0 0 16 0 22 0 521557172 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29263] ppid=29254 vsize=15783988 CPUtime=11.6 cores=1,3,5,7
/proc/29256/task/29263/stat : 29263 (java) S 29254 29256 28449 0 -1 4202560 396611 0 0 0 1089 71 0 0 16 0 22 0 521557172 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 3 0 0 0
[pid=29256/tid=29264] ppid=29254 vsize=15783988 CPUtime=11.1 cores=1,3,5,7
/proc/29256/task/29264/stat : 29264 (java) S 29254 29256 28449 0 -1 4202560 501265 0 0 0 1025 85 0 0 16 0 22 0 521557172 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 1 0 0 0
[pid=29256/tid=29265] ppid=29254 vsize=15783988 CPUtime=11.59 cores=1,3,5,7
/proc/29256/task/29265/stat : 29265 (java) S 29254 29256 28449 0 -1 4202560 432716 0 0 0 1088 71 0 0 16 0 22 0 521557172 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29266] ppid=29254 vsize=15783988 CPUtime=12.27 cores=1,3,5,7
/proc/29256/task/29266/stat : 29266 (java) S 29254 29256 28449 0 -1 4202560 452516 0 0 0 1150 77 0 0 16 0 22 0 521557172 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 1 0 0 0
[pid=29256/tid=29267] ppid=29254 vsize=15783988 CPUtime=413.41 cores=1,3,5,7
/proc/29256/task/29267/stat : 29267 (java) R 29254 29256 28449 0 -1 4202560 104614 0 0 0 41311 30 0 0 20 0 22 0 521557173 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 47637108433001 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=29256/tid=29268] ppid=29254 vsize=15783988 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29268/stat : 29268 (java) S 29254 29256 28449 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 521557173 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 1 0 0 0
[pid=29256/tid=29269] ppid=29254 vsize=15783988 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29269/stat : 29269 (java) S 29254 29256 28449 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 521557173 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29270] ppid=29254 vsize=15783988 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29270/stat : 29270 (java) S 29254 29256 28449 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 521557175 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512515505 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29271] ppid=29254 vsize=15783988 CPUtime=1.22 cores=1,3,5,7
/proc/29256/task/29271/stat : 29271 (java) S 29254 29256 28449 0 -1 4202560 5555 0 0 0 121 1 0 0 15 0 22 0 521557175 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29272] ppid=29254 vsize=15783988 CPUtime=2.38 cores=1,3,5,7
/proc/29256/task/29272/stat : 29272 (java) S 29254 29256 28449 0 -1 4202560 19447 0 0 0 237 1 0 0 15 0 22 0 521557176 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29273] ppid=29254 vsize=15783988 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29273/stat : 29273 (java) S 29254 29256 28449 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 521557176 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29274] ppid=29254 vsize=15783988 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29274/stat : 29274 (java) S 29254 29256 28449 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 521557176 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512508416 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29298] ppid=29254 vsize=15783988 CPUtime=717.07 cores=1,3,5,7
/proc/29256/task/29298/stat : 29298 (java) S 29254 29256 28449 0 -1 4202560 196 0 0 0 71706 1 0 0 15 0 22 0 521557712 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 3 0 0 0
[pid=29256/tid=29299] ppid=29254 vsize=15783988 CPUtime=715.78 cores=1,3,5,7
/proc/29256/task/29299/stat : 29299 (java) S 29254 29256 28449 0 -1 4202560 190 0 0 0 71578 0 0 0 15 0 22 0 521557712 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512508416 0 4 0 16800975 18446604468466019328 0 0 -1 1 0 0 0
[pid=29256/tid=29300] ppid=29254 vsize=15783988 CPUtime=749.94 cores=1,3,5,7
/proc/29256/task/29300/stat : 29300 (java) S 29254 29256 28449 0 -1 4202560 171 0 0 0 74993 1 0 0 15 0 22 0 521557712 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29301] ppid=29254 vsize=15783988 CPUtime=751.66 cores=1,3,5,7
/proc/29256/task/29301/stat : 29301 (java) S 29254 29256 28449 0 -1 4202560 188 0 0 0 75166 0 0 0 15 0 22 0 521557712 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3491.51
Current children cumulated vsize (KiB) 15783988



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.88 3.79 5.38 3/220 29352
/proc/meminfo: memFree=99132/32950928 swapFree=67111464/67111528
[pid=29256] ppid=29254 vsize=15783988 CPUtime=3571.5 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29254 29256 28449 0 -1 4202496 3919570 0 1 0 356465 685 0 0 21 0 22 0 521557170 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29256/statm: 3945997 3856305 2295 9 0 3936716 0
[pid=29256/tid=29258] ppid=29254 vsize=15783988 CPUtime=49.36 cores=1,3,5,7
/proc/29256/task/29258/stat : 29258 (java) S 29254 29256 28449 0 -1 4202560 254941 0 1 0 4904 32 0 0 18 0 22 0 521557171 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 3 0 0 0
[pid=29256/tid=29259] ppid=29254 vsize=15783988 CPUtime=11.89 cores=1,3,5,7
/proc/29256/task/29259/stat : 29259 (java) S 29254 29256 28449 0 -1 4202560 496487 0 0 0 1106 83 0 0 16 0 22 0 521557172 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 3 0 0 0
[pid=29256/tid=29260] ppid=29254 vsize=15783988 CPUtime=10.96 cores=1,3,5,7
/proc/29256/task/29260/stat : 29260 (java) S 29254 29256 28449 0 -1 4202560 433279 0 0 0 1023 73 0 0 16 0 22 0 521557172 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29261] ppid=29254 vsize=15783988 CPUtime=10.03 cores=1,3,5,7
/proc/29256/task/29261/stat : 29261 (java) S 29254 29256 28449 0 -1 4202560 321410 0 0 0 940 63 0 0 16 0 22 0 521557172 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29262] ppid=29254 vsize=15783988 CPUtime=11.09 cores=1,3,5,7
/proc/29256/task/29262/stat : 29262 (java) S 29254 29256 28449 0 -1 4202560 498449 0 0 0 1024 85 0 0 16 0 22 0 521557172 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29263] ppid=29254 vsize=15783988 CPUtime=11.6 cores=1,3,5,7
/proc/29256/task/29263/stat : 29263 (java) S 29254 29256 28449 0 -1 4202560 396611 0 0 0 1089 71 0 0 16 0 22 0 521557172 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 3 0 0 0
[pid=29256/tid=29264] ppid=29254 vsize=15783988 CPUtime=11.1 cores=1,3,5,7
/proc/29256/task/29264/stat : 29264 (java) S 29254 29256 28449 0 -1 4202560 501265 0 0 0 1025 85 0 0 16 0 22 0 521557172 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 1 0 0 0
[pid=29256/tid=29265] ppid=29254 vsize=15783988 CPUtime=11.59 cores=1,3,5,7
/proc/29256/task/29265/stat : 29265 (java) S 29254 29256 28449 0 -1 4202560 432716 0 0 0 1088 71 0 0 16 0 22 0 521557172 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29266] ppid=29254 vsize=15783988 CPUtime=12.27 cores=1,3,5,7
/proc/29256/task/29266/stat : 29266 (java) S 29254 29256 28449 0 -1 4202560 452516 0 0 0 1150 77 0 0 16 0 22 0 521557172 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 1 0 0 0
[pid=29256/tid=29267] ppid=29254 vsize=15783988 CPUtime=463.64 cores=1,3,5,7
/proc/29256/task/29267/stat : 29267 (java) R 29254 29256 28449 0 -1 4202560 104618 0 0 0 46333 31 0 0 19 0 22 0 521557173 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 47637110374749 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=29256/tid=29268] ppid=29254 vsize=15783988 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29268/stat : 29268 (java) S 29254 29256 28449 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 521557173 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 1 0 0 0
[pid=29256/tid=29269] ppid=29254 vsize=15783988 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29269/stat : 29269 (java) S 29254 29256 28449 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 521557173 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29270] ppid=29254 vsize=15783988 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29270/stat : 29270 (java) S 29254 29256 28449 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 521557175 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512515505 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29271] ppid=29254 vsize=15783988 CPUtime=1.22 cores=1,3,5,7
/proc/29256/task/29271/stat : 29271 (java) S 29254 29256 28449 0 -1 4202560 5555 0 0 0 121 1 0 0 15 0 22 0 521557175 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
[pid=29256/tid=29272] ppid=29254 vsize=15783988 CPUtime=2.38 cores=1,3,5,7
/proc/29256/task/29272/stat : 29272 (java) S 29254 29256 28449 0 -1 4202560 19447 0 0 0 237 1 0 0 15 0 22 0 521557176 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29273] ppid=29254 vsize=15783988 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29273/stat : 29273 (java) S 29254 29256 28449 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 521557176 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29274] ppid=29254 vsize=15783988 CPUtime=0 cores=1,3,5,7
/proc/29256/task/29274/stat : 29274 (java) S 29254 29256 28449 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 521557176 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512508416 0 4 0 16800975 18446604468466019328 0 0 -1 3 0 0 0
[pid=29256/tid=29298] ppid=29254 vsize=15783988 CPUtime=724.53 cores=1,3,5,7
/proc/29256/task/29298/stat : 29298 (java) S 29254 29256 28449 0 -1 4202560 208 0 0 0 72452 1 0 0 16 0 22 0 521557712 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 3 0 0 0
[pid=29256/tid=29299] ppid=29254 vsize=15783988 CPUtime=723.25 cores=1,3,5,7
/proc/29256/task/29299/stat : 29299 (java) S 29254 29256 28449 0 -1 4202560 206 0 0 0 72324 1 0 0 16 0 22 0 521557712 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 1 0 0 0
[pid=29256/tid=29300] ppid=29254 vsize=15783988 CPUtime=757.39 cores=1,3,5,7
/proc/29256/task/29300/stat : 29300 (java) S 29254 29256 28449 0 -1 4202560 190 0 0 0 75738 1 0 0 16 0 22 0 521557712 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 5 0 0 0
[pid=29256/tid=29301] ppid=29254 vsize=15783988 CPUtime=759.06 cores=1,3,5,7
/proc/29256/task/29301/stat : 29301 (java) S 29254 29256 28449 0 -1 4202560 212 0 0 0 75905 1 0 0 16 0 22 0 521557712 16162803712 3856305 33554432000 1073741824 1073778376 140734584921936 18446744073709551615 254512507801 0 4 0 16800975 18446604468466019328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3571.5
Current children cumulated vsize (KiB) 15783988

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -29256

[startup+1302.3 s]
/proc/loadavg: 2.81 3.76 5.36 5/221 29353
/proc/meminfo: memFree=99124/32950928 swapFree=67111464/67111528
[pid=29256] ppid=29254 vsize=0 CPUtime=3573.8 cores=1,3,5,7
/proc/29256/stat : 29256 (java) Z 29254 29256 28449 0 -1 4203548 3919580 0 1 0 356667 713 0 0 18 0 2 0 521557170 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29256/statm: 0 0 0 0 0 0 0
[pid=29256/tid=29301] ppid=29254 vsize=0 CPUtime=759.34 cores=1,3,5,7
/proc/29256/task/29301/stat : 29301 (java) R 29254 29256 28449 0 -1 4203588 212 0 0 0 75905 29 0 0 16 0 2 0 521557712 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3573.8
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 2.81 3.76 5.36 5/221 29353
/proc/meminfo: memFree=99124/32950928 swapFree=67111464/67111528
[pid=29256] ppid=29254 vsize=0 CPUtime=3574 cores=1,3,5,7
/proc/29256/stat : 29256 (java) Z 29254 29256 28449 0 -1 4203548 3919580 0 1 0 356667 733 0 0 18 0 2 0 521557170 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29256/statm: 0 0 0 0 0 0 0
[pid=29256/tid=29301] ppid=29254 vsize=0 CPUtime=759.54 cores=1,3,5,7
/proc/29256/task/29301/stat : 29301 (java) R 29254 29256 28449 0 -1 4203588 212 0 0 0 75905 49 0 0 16 0 2 0 521557712 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3574
Current children cumulated vsize (KiB) 0

[startup+1302.6 s]
/proc/loadavg: 2.81 3.76 5.36 5/221 29353
/proc/meminfo: memFree=99124/32950928 swapFree=67111464/67111528
[pid=29256] ppid=29254 vsize=0 CPUtime=3574.1 cores=1,3,5,7
/proc/29256/stat : 29256 (java) Z 29254 29256 28449 0 -1 4203548 3919580 0 1 0 356667 743 0 0 18 0 2 0 521557170 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29256/statm: 0 0 0 0 0 0 0
[pid=29256/tid=29301] ppid=29254 vsize=0 CPUtime=759.64 cores=1,3,5,7
/proc/29256/task/29301/stat : 29301 (java) R 29254 29256 28449 0 -1 4203588 212 0 0 0 75905 59 0 0 16 0 2 0 521557712 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3574.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.66
CPU time (s): 3574.17
CPU user time (s): 3566.67
CPU system time (s): 7.49486
CPU usage (%): 274.375
Max. virtual memory (cumulated for all children) (KiB): 15786076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3566.67
system time used= 7.49486
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3919580
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39836
involuntary context switches= 43996

runsolver used 2.11768 second user time and 5.07023 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-29 19:53:25
IDJOB=3313368
IDBENCH=82368
IDSOLVER=1699
FILE ID=node149/3313368-1304099604
RUNJOBID= node149-1304099604-29243
PBS_JOBID= 13170582
Free space on /tmp= 71872 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.085-SAT.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313368-1304099604/watcher-3313368-1304099604 -o /tmp/evaluation-result-3313368-1304099604/solver-3313368-1304099604 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313368-1304099604.cnf

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

MD5SUM BENCH= f7484730351dc4088fd78fcb35b09c62
RANDOM SEED=882544885

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18238524 kB
Buffers:       2225312 kB
Cached:       11867112 kB
SwapCached:          0 kB
Active:        6090476 kB
Inactive:      8070176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18238524 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           65388 kB
Writeback:           0 kB
AnonPages:       67604 kB
Mapped:          14492 kB
Slab:           487296 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191328 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= 71804 MiB
End job on node149 at 2011-04-29 20:15:08