Trace number 3312156

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) 3365.23 1302.59

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-27-step14.cnf
MD5SUM81ce0182c472e24dcec12d46426b1ef2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.6674
Satisfiable
(Un)Satisfiability was proved
Number of variables249618
Number of clauses5949456
Sum of the clauses size13135227
Maximum clause length3193
Minimum clause length1
Number of clauses of size 1556
Number of clauses of size 25854751
Number of clauses of size 36598
Number of clauses of size 410852
Number of clauses of size 58795
Number of clauses of size over 567904

Solver Data

0.11/0.11	55:55 INFO : Reading from input HOME/instance-3312156-1304106951.cnf
18.94/18.45	Executor set job limit to 1000000
18.94/18.45	Executor set job limit to 1000000
18.94/18.45	Executor set job limit to 1000000
18.94/18.45	Executor set job limit to 1000000
18.94/18.45	Starting Executor!
18.94/18.45	Starting Executor!
18.94/18.45	Starting Executor!
18.94/18.45	Starting Executor!
104.94/100.85	57:35 INFO : 242068 variables remaining out of 249618
104.94/100.85	57:35 INFO : 95796223 literals remaining out of 19084683
2429.38/820.16	09:35 ERROR: Failed to solve instance
2429.38/820.16	java.lang.OutOfMemoryError: GC overhead limit exceeded
2429.38/820.16		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2429.38/820.16		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2429.38/820.16		at ibis.structure.ImplicationsGraph.add(ImplicationsGraph.java:38)
2429.38/820.16		at ibis.structure.Solver.addBinary(Solver.java:97)
2429.38/820.16		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:85)
2429.38/820.16		at ibis.structure.Solver.simplify(Solver.java:191)
2429.38/820.16		at ibis.structure.Solver.solve(Solver.java:113)
2429.38/820.16		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2429.38/820.16		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2429.38/820.16		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2429.38/820.16		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2429.38/820.16		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2429.38/820.16		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2429.38/820.16		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2429.38/820.16		at ibis.constellation.Executor.processActivities(Executor.java:75)
2429.38/820.16		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2429.38/820.16		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2429.38/820.16		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2462.59/846.55	10:01 ERROR: Failed to solve instance
2462.59/846.55	java.lang.OutOfMemoryError: GC overhead limit exceeded
2462.59/846.55		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2462.59/846.55		at gnu.trove.THash.postInsertHook(THash.java:370)
2462.59/846.55		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2462.59/846.55		at ibis.structure.WatchLists.build(WatchLists.java:56)
2462.59/846.55		at ibis.structure.Solver.<init>(Solver.java:45)
2462.59/846.55		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2462.59/846.55		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2462.59/846.55		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2462.59/846.55		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2462.59/846.55		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2462.59/846.55		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2462.59/846.55		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2462.59/846.55		at ibis.constellation.Executor.processActivities(Executor.java:75)
2462.59/846.55		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2462.59/846.55		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2462.59/846.55		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2511.25/882.18	10:37 ERROR: Failed to solve instance
2511.25/882.18	java.lang.OutOfMemoryError: GC overhead limit exceeded
2511.25/882.18		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
2511.25/882.18		at gnu.trove.THash.postInsertHook(THash.java:370)
2511.25/882.18		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2511.25/882.18		at ibis.structure.WatchLists.build(WatchLists.java:56)
2511.25/882.18		at ibis.structure.Solver.<init>(Solver.java:45)
2511.25/882.18		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2511.25/882.18		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2511.25/882.18		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2511.25/882.18		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2511.25/882.18		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2511.25/882.18		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2511.25/882.18		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2511.25/882.18		at ibis.constellation.Executor.processActivities(Executor.java:75)
2511.25/882.18		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2511.25/882.18		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2511.25/882.18		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2563.35/919.03	11:14 ERROR: Failed to solve instance
2563.35/919.03	java.lang.OutOfMemoryError: GC overhead limit exceeded
2563.35/919.03		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
2563.35/919.03		at gnu.trove.THash.postInsertHook(THash.java:370)
2563.35/919.03		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2563.35/919.03		at ibis.structure.WatchLists.build(WatchLists.java:56)
2563.35/919.03		at ibis.structure.Solver.<init>(Solver.java:45)
2563.35/919.03		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2563.35/919.03		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2563.35/919.03		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2563.35/919.03		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2563.35/919.03		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2563.35/919.03		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2563.35/919.03		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2563.35/919.03		at ibis.constellation.Executor.processActivities(Executor.java:75)
2563.35/919.03		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2563.35/919.03		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2563.35/919.03		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2574.54/929.76	11:24 ERROR: Failed to solve instance
2574.54/929.76	java.lang.OutOfMemoryError: GC overhead limit exceeded
2623.91/965.82	12:00 ERROR: Failed to solve instance
2623.91/965.82	java.lang.OutOfMemoryError: GC overhead limit exceeded
2760.79/1043.33	13:18 ERROR: Failed to solve instance
2760.79/1043.33	java.lang.OutOfMemoryError: Java heap space
3186.08/1217.45	16:12 ERROR: Failed to solve instance
3186.08/1217.45	java.lang.OutOfMemoryError: GC overhead limit exceeded
3359.46/1297.98	17:33 ERROR: Failed to solve instance
3359.46/1297.98	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-3312156-1304106951/watcher-3312156-1304106951 -o /tmp/evaluation-result-3312156-1304106951/solver-3312156-1304106951 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312156-1304106951.cnf -hbr 2 

running on 4 cores: 0,2,4,6

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: 3.70 4.52 6.13 3/198 3223
/proc/meminfo: memFree=30457328/32951124 swapFree=67110188/67111528
[pid=3223] ppid=3221 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/3223/stat : 3223 (java) R 3221 3223 2052 0 -1 4202496 1200 0 0 0 0 0 0 0 21 0 1 0 522296203 23580672 686 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222916814312 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3223/statm: 5757 686 513 9 0 124 0
[pid=3223/tid=3224] ppid=3221 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3224/stat : 3224 (java) R 3221 3223 2052 0 -1 4202560 71 0 0 0 0 0 0 0 22 0 2 0 522296204 29065216 898 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222916853383 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.088227 s]
/proc/loadavg: 3.70 4.52 6.13 3/198 3223
/proc/meminfo: memFree=30457328/32951124 swapFree=67110188/67111528
[pid=3223] ppid=3221 vsize=15676980 CPUtime=0.09 cores=0,2,4,6
/proc/3223/stat : 3223 (java) S 3221 3223 2052 0 -1 4202496 5453 0 1 0 9 0 0 0 21 0 18 0 522296203 16053227520 4872 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3223/statm: 3919245 4873 2116 9 0 3909964 0
[pid=3223/tid=3224] ppid=3221 vsize=15676980 CPUtime=0.07 cores=0,2,4,6
/proc/3223/task/3224/stat : 3224 (java) R 3221 3223 2052 0 -1 4202560 3309 0 1 0 7 0 0 0 18 0 18 0 522296204 16053227520 4873 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 47454501548803 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676980

[startup+0.105184 s]
/proc/loadavg: 3.70 4.52 6.13 3/198 3223
/proc/meminfo: memFree=30457328/32951124 swapFree=67110188/67111528
[pid=3223] ppid=3221 vsize=15676980 CPUtime=0.11 cores=0,2,4,6
/proc/3223/stat : 3223 (java) S 3221 3223 2052 0 -1 4202496 5673 0 1 0 10 1 0 0 21 0 18 0 522296203 16053227520 5092 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3223/statm: 3919245 5092 2118 9 0 3909964 0
[pid=3223/tid=3224] ppid=3221 vsize=15676980 CPUtime=0.08 cores=0,2,4,6
/proc/3223/task/3224/stat : 3224 (java) R 3221 3223 2052 0 -1 4202560 3528 0 1 0 8 0 0 0 18 0 18 0 522296204 16053227520 5092 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676980

[startup+0.301115 s]
/proc/loadavg: 3.70 4.52 6.13 3/198 3223
/proc/meminfo: memFree=30457328/32951124 swapFree=67110188/67111528
[pid=3223] ppid=3221 vsize=15680832 CPUtime=0.52 cores=0,2,4,6
/proc/3223/stat : 3223 (java) S 3221 3223 2052 0 -1 4202496 13775 0 1 0 50 2 0 0 21 0 18 0 522296203 16057171968 12285 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3223/statm: 3920208 12288 2206 9 0 3910927 0
[pid=3223/tid=3224] ppid=3221 vsize=15680832 CPUtime=0.28 cores=0,2,4,6
/proc/3223/task/3224/stat : 3224 (java) R 3221 3223 2052 0 -1 4202560 8771 0 1 0 27 1 0 0 18 0 18 0 522296204 16057171968 12290 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 46912505511518 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680832

[startup+0.701092 s]
/proc/loadavg: 3.70 4.52 6.13 3/198 3223
/proc/meminfo: memFree=30457328/32951124 swapFree=67110188/67111528
[pid=3223] ppid=3221 vsize=15680684 CPUtime=0.93 cores=0,2,4,6
/proc/3223/stat : 3223 (java) S 3221 3223 2052 0 -1 4202496 42160 0 1 0 88 5 0 0 21 0 18 0 522296203 16057020416 40629 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3223/statm: 3920171 40629 2223 9 0 3910890 0
[pid=3223/tid=3224] ppid=3221 vsize=15680684 CPUtime=0.67 cores=0,2,4,6
/proc/3223/task/3224/stat : 3224 (java) R 3221 3223 2052 0 -1 4202560 35538 0 1 0 63 4 0 0 18 0 18 0 522296204 16057020416 40629 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 46912505642792 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680684

[startup+1.50093 s]
/proc/loadavg: 3.57 4.48 6.11 3/216 3241
/proc/meminfo: memFree=30253268/32951124 swapFree=67110188/67111528
[pid=3223] ppid=3221 vsize=15680684 CPUtime=1.75 cores=0,2,4,6
/proc/3223/stat : 3223 (java) S 3221 3223 2052 0 -1 4202496 45444 0 1 0 169 6 0 0 21 0 18 0 522296203 16057020416 43896 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3223/statm: 3920171 43896 2223 9 0 3910890 0
[pid=3223/tid=3224] ppid=3221 vsize=15680684 CPUtime=1.47 cores=0,2,4,6
/proc/3223/task/3224/stat : 3224 (java) R 3221 3223 2052 0 -1 4202560 35544 0 1 0 142 5 0 0 19 0 18 0 522296204 16057020416 43896 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 46912505548477 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3223/tid=3226] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3226/stat : 3226 (java) S 3221 3223 2052 0 -1 4202560 1311 0 0 0 0 0 0 0 15 0 18 0 522296204 16057020416 43896 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3227] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3227/stat : 3227 (java) S 3221 3223 2052 0 -1 4202560 348 0 0 0 0 0 0 0 15 0 18 0 522296204 16057020416 43896 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3228] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3228/stat : 3228 (java) S 3221 3223 2052 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 18 0 522296204 16057020416 43896 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3229] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3229/stat : 3229 (java) S 3221 3223 2052 0 -1 4202560 61 0 0 0 0 0 0 0 16 0 18 0 522296204 16057020416 43896 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 4 0 0 0
[pid=3223/tid=3230] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3230/stat : 3230 (java) S 3221 3223 2052 0 -1 4202560 260 0 0 0 0 0 0 0 16 0 18 0 522296204 16057020416 43896 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3231] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3231/stat : 3231 (java) S 3221 3223 2052 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 18 0 522296204 16057020416 43896 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 4 0 0 0
[pid=3223/tid=3232] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3232/stat : 3232 (java) S 3221 3223 2052 0 -1 4202560 2114 0 0 0 0 0 0 0 16 0 18 0 522296204 16057020416 43896 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3233] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3233/stat : 3233 (java) S 3221 3223 2052 0 -1 4202560 676 0 0 0 0 0 0 0 15 0 18 0 522296204 16057020416 43896 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 4 0 0 0
[pid=3223/tid=3234] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3234/stat : 3234 (java) S 3221 3223 2052 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 18 0 522296205 16057020416 43896 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933593600 0 0 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3235] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3235/stat : 3235 (java) S 3221 3223 2052 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 522296206 16057020416 43896 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3236] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3236/stat : 3236 (java) S 3221 3223 2052 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 522296206 16057020416 43896 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3237] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3237/stat : 3237 (java) S 3221 3223 2052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522296208 16057020416 43896 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933600689 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3238] ppid=3221 vsize=15680684 CPUtime=0.13 cores=0,2,4,6
/proc/3223/task/3238/stat : 3238 (java) S 3221 3223 2052 0 -1 4202560 2424 0 0 0 13 0 0 0 15 0 18 0 522296208 16057020416 43896 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 4 0 0 0
[pid=3223/tid=3239] ppid=3221 vsize=15680684 CPUtime=0.09 cores=0,2,4,6
/proc/3223/task/3239/stat : 3239 (java) S 3221 3223 2052 0 -1 4202560 1197 0 0 0 9 0 0 0 18 0 18 0 522296208 16057020416 43896 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3240] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3240/stat : 3240 (java) S 3221 3223 2052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522296208 16057020416 43896 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3241] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3241/stat : 3241 (java) S 3221 3223 2052 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522296208 16057020416 43896 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933593600 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15680684

[startup+3.14263 s]
/proc/loadavg: 3.57 4.48 6.11 3/216 3241
/proc/meminfo: memFree=30253268/32951124 swapFree=67110188/67111528
[pid=3223] ppid=3221 vsize=15680684 CPUtime=3.46 cores=0,2,4,6
/proc/3223/stat : 3223 (java) S 3221 3223 2052 0 -1 4202496 139937 0 1 0 328 18 0 0 21 0 18 0 522296203 16057020416 138379 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3223/statm: 3920171 138379 2241 9 0 3910890 0
[pid=3223/tid=3224] ppid=3221 vsize=15680684 CPUtime=3.11 cores=0,2,4,6
/proc/3223/task/3224/stat : 3224 (java) R 3221 3223 2052 0 -1 4202560 126954 0 1 0 294 17 0 0 24 0 18 0 522296204 16057020416 138379 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 46912505642067 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3223/tid=3226] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3226/stat : 3226 (java) S 3221 3223 2052 0 -1 4202560 1311 0 0 0 0 0 0 0 15 0 18 0 522296204 16057020416 138379 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3227] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3227/stat : 3227 (java) S 3221 3223 2052 0 -1 4202560 348 0 0 0 0 0 0 0 15 0 18 0 522296204 16057020416 138379 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3228] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3228/stat : 3228 (java) S 3221 3223 2052 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 18 0 522296204 16057020416 138379 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3229] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3229/stat : 3229 (java) S 3221 3223 2052 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 18 0 522296204 16057020416 138379 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 4 0 0 0
[pid=3223/tid=3230] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3230/stat : 3230 (java) S 3221 3223 2052 0 -1 4202560 2858 0 0 0 0 0 0 0 15 0 18 0 522296204 16057020416 138379 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3231] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3231/stat : 3231 (java) S 3221 3223 2052 0 -1 4202560 258 0 0 0 0 0 0 0 15 0 18 0 522296204 16057020416 138379 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 4 0 0 0
[pid=3223/tid=3232] ppid=3221 vsize=15680684 CPUtime=0.01 cores=0,2,4,6
/proc/3223/task/3232/stat : 3232 (java) S 3221 3223 2052 0 -1 4202560 2146 0 0 0 1 0 0 0 15 0 18 0 522296204 16057020416 138379 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3233] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3233/stat : 3233 (java) S 3221 3223 2052 0 -1 4202560 676 0 0 0 0 0 0 0 15 0 18 0 522296204 16057020416 138379 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 4 0 0 0
[pid=3223/tid=3234] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3234/stat : 3234 (java) S 3221 3223 2052 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 18 0 522296205 16057020416 138379 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933593600 0 0 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3235] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3235/stat : 3235 (java) S 3221 3223 2052 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 522296206 16057020416 138379 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3236] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3236/stat : 3236 (java) S 3221 3223 2052 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 522296206 16057020416 138379 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3237] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3237/stat : 3237 (java) S 3221 3223 2052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522296208 16057020416 138379 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933600689 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3238] ppid=3221 vsize=15680684 CPUtime=0.15 cores=0,2,4,6
/proc/3223/task/3238/stat : 3238 (java) S 3221 3223 2052 0 -1 4202560 2467 0 0 0 15 0 0 0 15 0 18 0 522296208 16057020416 138379 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 4 0 0 0
[pid=3223/tid=3239] ppid=3221 vsize=15680684 CPUtime=0.12 cores=0,2,4,6
/proc/3223/task/3239/stat : 3239 (java) S 3221 3223 2052 0 -1 4202560 1236 0 0 0 12 0 0 0 16 0 18 0 522296208 16057020416 138379 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3240] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3240/stat : 3240 (java) S 3221 3223 2052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522296208 16057020416 138379 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3241] ppid=3221 vsize=15680684 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3241/stat : 3241 (java) S 3221 3223 2052 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522296208 16057020416 138379 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933593600 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 15680684

[startup+6.30108 s]
/proc/loadavg: 3.57 4.48 6.11 4/216 3242
/proc/meminfo: memFree=29365684/32951124 swapFree=67110188/67111528
[pid=3223] ppid=3221 vsize=15679384 CPUtime=6.69 cores=0,2,4,6
/proc/3223/stat : 3223 (java) S 3221 3223 2052 0 -1 4202496 155556 0 1 0 648 21 0 0 21 0 18 0 522296203 16055689216 150424 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3223/statm: 3919846 150424 2241 9 0 3910565 0
[pid=3223/tid=3224] ppid=3221 vsize=15679384 CPUtime=6.23 cores=0,2,4,6
/proc/3223/task/3224/stat : 3224 (java) R 3221 3223 2052 0 -1 4202560 126960 0 1 0 605 18 0 0 25 0 18 0 522296204 16055689216 150424 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 46912505547793 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3223/tid=3226] ppid=3221 vsize=15679384 CPUtime=0.02 cores=0,2,4,6
/proc/3223/task/3226/stat : 3226 (java) S 3221 3223 2052 0 -1 4202560 1312 0 0 0 2 0 0 0 15 0 18 0 522296204 16055689216 150424 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3227] ppid=3221 vsize=15679384 CPUtime=0.01 cores=0,2,4,6
/proc/3223/task/3227/stat : 3227 (java) S 3221 3223 2052 0 -1 4202560 10588 0 0 0 1 0 0 0 16 0 18 0 522296204 16055689216 150424 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3228] ppid=3221 vsize=15679384 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3228/stat : 3228 (java) S 3221 3223 2052 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 18 0 522296204 16055689216 150424 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3229] ppid=3221 vsize=15679384 CPUtime=0.01 cores=0,2,4,6
/proc/3223/task/3229/stat : 3229 (java) S 3221 3223 2052 0 -1 4202560 61 0 0 0 1 0 0 0 15 0 18 0 522296204 16055689216 150424 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3230] ppid=3221 vsize=15679384 CPUtime=0.02 cores=0,2,4,6
/proc/3223/task/3230/stat : 3230 (java) S 3221 3223 2052 0 -1 4202560 2858 0 0 0 2 0 0 0 15 0 18 0 522296204 16055689216 150424 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3231] ppid=3221 vsize=15679384 CPUtime=0.01 cores=0,2,4,6
/proc/3223/task/3231/stat : 3231 (java) S 3221 3223 2052 0 -1 4202560 258 0 0 0 1 0 0 0 15 0 18 0 522296204 16055689216 150424 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 4 0 0 0
[pid=3223/tid=3232] ppid=3221 vsize=15679384 CPUtime=0.02 cores=0,2,4,6
/proc/3223/task/3232/stat : 3232 (java) S 3221 3223 2052 0 -1 4202560 2146 0 0 0 2 0 0 0 15 0 18 0 522296204 16055689216 150424 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 4 0 0 0
[pid=3223/tid=3233] ppid=3221 vsize=15679384 CPUtime=0.01 cores=0,2,4,6
/proc/3223/task/3233/stat : 3233 (java) S 3221 3223 2052 0 -1 4202560 5798 0 0 0 1 0 0 0 16 0 18 0 522296204 16055689216 150424 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3234] ppid=3221 vsize=15679384 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3234/stat : 3234 (java) S 3221 3223 2052 0 -1 4202560 447 0 0 0 0 0 0 0 15 0 18 0 522296205 16055689216 150424 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933593600 0 0 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3235] ppid=3221 vsize=15679384 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3235/stat : 3235 (java) S 3221 3223 2052 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 522296206 16055689216 150424 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3236] ppid=3221 vsize=15679384 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3236/stat : 3236 (java) S 3221 3223 2052 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 522296206 16055689216 150424 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3237] ppid=3221 vsize=15679384 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3237/stat : 3237 (java) S 3221 3223 2052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522296208 16055689216 150424 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933600689 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3238] ppid=3221 vsize=15679384 CPUtime=0.15 cores=0,2,4,6
/proc/3223/task/3238/stat : 3238 (java) S 3221 3223 2052 0 -1 4202560 2467 0 0 0 15 0 0 0 15 0 18 0 522296208 16055689216 150424 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 4 0 0 0
[pid=3223/tid=3239] ppid=3221 vsize=15679384 CPUtime=0.12 cores=0,2,4,6
/proc/3223/task/3239/stat : 3239 (java) S 3221 3223 2052 0 -1 4202560 1236 0 0 0 12 0 0 0 16 0 18 0 522296208 16055689216 150424 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3240] ppid=3221 vsize=15679384 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3240/stat : 3240 (java) S 3221 3223 2052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522296208 16055689216 150424 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3241] ppid=3221 vsize=15679384 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3241/stat : 3241 (java) S 3221 3223 2052 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522296208 16055689216 150424 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933593600 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0

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

[pid=3223/tid=3236] ppid=3221 vsize=15772616 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3236/stat : 3236 (java) S 3221 3223 2052 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 522296206 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3237] ppid=3221 vsize=15772616 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3237/stat : 3237 (java) S 3221 3223 2052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522296208 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933600689 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3238] ppid=3221 vsize=15772616 CPUtime=1.3 cores=0,2,4,6
/proc/3223/task/3238/stat : 3238 (java) S 3221 3223 2052 0 -1 4202560 10322 0 0 0 129 1 0 0 15 0 22 0 522296208 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3239] ppid=3221 vsize=15772616 CPUtime=1.4 cores=0,2,4,6
/proc/3223/task/3239/stat : 3239 (java) S 3221 3223 2052 0 -1 4202560 13370 0 0 0 138 2 0 0 15 0 22 0 522296208 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 4 0 0 0
[pid=3223/tid=3240] ppid=3221 vsize=15772616 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3240/stat : 3240 (java) S 3221 3223 2052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522296208 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3241] ppid=3221 vsize=15772616 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3241/stat : 3241 (java) S 3221 3223 2052 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 522296208 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933593600 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3243] ppid=3221 vsize=15772616 CPUtime=594.03 cores=0,2,4,6
/proc/3223/task/3243/stat : 3243 (java) R 3221 3223 2052 0 -1 4202560 50048 0 0 0 59393 10 0 0 18 0 22 0 522298049 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 46912506158590 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3223/tid=3244] ppid=3221 vsize=15772616 CPUtime=602.45 cores=0,2,4,6
/proc/3223/task/3244/stat : 3244 (java) R 3221 3223 2052 0 -1 4202560 158 0 0 0 60245 0 0 0 18 0 22 0 522298049 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 46912506108071 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3223/tid=3245] ppid=3221 vsize=15772616 CPUtime=676.24 cores=0,2,4,6
/proc/3223/task/3245/stat : 3245 (java) R 3221 3223 2052 0 -1 4202560 94053 0 0 0 67613 11 0 0 18 0 22 0 522298049 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 46912505829670 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3223/tid=3249] ppid=3221 vsize=15772616 CPUtime=668.92 cores=0,2,4,6
/proc/3223/task/3249/stat : 3249 (java) R 3221 3223 2052 0 -1 4202560 94030 0 0 0 66880 12 0 0 18 0 22 0 522298049 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 46912505829432 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3141.05
Current children cumulated vsize (KiB) 15772616

[startup+1242.31 s]
/proc/loadavg: 4.65 6.21 6.57 2/193 3316
/proc/meminfo: memFree=15172812/32951124 swapFree=67110188/67111528
[pid=3223] ppid=3221 vsize=15772616 CPUtime=3251.72 cores=0,2,4,6
/proc/3223/stat : 3223 (java) S 3221 3223 2052 0 -1 4202496 5648989 0 1 0 324202 970 0 0 21 0 22 0 522296203 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3223/statm: 3943154 3867163 2295 9 0 3933873 0
[pid=3223/tid=3224] ppid=3221 vsize=15772616 CPUtime=98.39 cores=0,2,4,6
/proc/3223/task/3224/stat : 3224 (java) S 3221 3223 2052 0 -1 4202560 359909 0 1 0 9791 48 0 0 25 0 22 0 522296204 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3226] ppid=3221 vsize=15772616 CPUtime=16.39 cores=0,2,4,6
/proc/3223/task/3226/stat : 3226 (java) S 3221 3223 2052 0 -1 4202560 528911 0 0 0 1548 91 0 0 16 0 22 0 522296204 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3227] ppid=3221 vsize=15772616 CPUtime=17.31 cores=0,2,4,6
/proc/3223/task/3227/stat : 3227 (java) S 3221 3223 2052 0 -1 4202560 561428 0 0 0 1639 92 0 0 16 0 22 0 522296204 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3228] ppid=3221 vsize=15772616 CPUtime=18.09 cores=0,2,4,6
/proc/3223/task/3228/stat : 3228 (java) S 3221 3223 2052 0 -1 4202560 657498 0 0 0 1696 113 0 0 16 0 22 0 522296204 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3229] ppid=3221 vsize=15772616 CPUtime=15.8 cores=0,2,4,6
/proc/3223/task/3229/stat : 3229 (java) S 3221 3223 2052 0 -1 4202560 580583 0 0 0 1482 98 0 0 16 0 22 0 522296204 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3230] ppid=3221 vsize=15772616 CPUtime=17.3 cores=0,2,4,6
/proc/3223/task/3230/stat : 3230 (java) S 3221 3223 2052 0 -1 4202560 701432 0 0 0 1611 119 0 0 16 0 22 0 522296204 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3231] ppid=3221 vsize=15772616 CPUtime=16.06 cores=0,2,4,6
/proc/3223/task/3231/stat : 3231 (java) S 3221 3223 2052 0 -1 4202560 566587 0 0 0 1510 96 0 0 16 0 22 0 522296204 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3232] ppid=3221 vsize=15772616 CPUtime=16.8 cores=0,2,4,6
/proc/3223/task/3232/stat : 3232 (java) S 3221 3223 2052 0 -1 4202560 610545 0 0 0 1577 103 0 0 16 0 22 0 522296204 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3233] ppid=3221 vsize=15772616 CPUtime=16.94 cores=0,2,4,6
/proc/3223/task/3233/stat : 3233 (java) S 3221 3223 2052 0 -1 4202560 722737 0 0 0 1567 127 0 0 16 0 22 0 522296204 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3234] ppid=3221 vsize=15772616 CPUtime=406.55 cores=0,2,4,6
/proc/3223/task/3234/stat : 3234 (java) R 3221 3223 2052 0 -1 4202560 95871 0 0 0 40617 38 0 0 16 0 22 0 522296205 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222921474666 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=3223/tid=3235] ppid=3221 vsize=15772616 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3235/stat : 3235 (java) S 3221 3223 2052 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 522296206 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3236] ppid=3221 vsize=15772616 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3236/stat : 3236 (java) S 3221 3223 2052 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 522296206 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3237] ppid=3221 vsize=15772616 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3237/stat : 3237 (java) S 3221 3223 2052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522296208 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933600689 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3238] ppid=3221 vsize=15772616 CPUtime=1.3 cores=0,2,4,6
/proc/3223/task/3238/stat : 3238 (java) S 3221 3223 2052 0 -1 4202560 10322 0 0 0 129 1 0 0 15 0 22 0 522296208 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3239] ppid=3221 vsize=15772616 CPUtime=1.4 cores=0,2,4,6
/proc/3223/task/3239/stat : 3239 (java) S 3221 3223 2052 0 -1 4202560 13370 0 0 0 138 2 0 0 15 0 22 0 522296208 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 4 0 0 0
[pid=3223/tid=3240] ppid=3221 vsize=15772616 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3240/stat : 3240 (java) S 3221 3223 2052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522296208 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3241] ppid=3221 vsize=15772616 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3241/stat : 3241 (java) S 3221 3223 2052 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 522296208 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933593600 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3243] ppid=3221 vsize=15772616 CPUtime=610.95 cores=0,2,4,6
/proc/3223/task/3243/stat : 3243 (java) S 3221 3223 2052 0 -1 4202560 50056 0 0 0 61085 10 0 0 19 0 22 0 522298049 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3244] ppid=3221 vsize=15772616 CPUtime=619.38 cores=0,2,4,6
/proc/3223/task/3244/stat : 3244 (java) S 3221 3223 2052 0 -1 4202560 162 0 0 0 61938 0 0 0 18 0 22 0 522298049 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 4 0 0 0
[pid=3223/tid=3245] ppid=3221 vsize=15772616 CPUtime=693.16 cores=0,2,4,6
/proc/3223/task/3245/stat : 3245 (java) S 3221 3223 2052 0 -1 4202560 94067 0 0 0 69305 11 0 0 19 0 22 0 522298049 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3249] ppid=3221 vsize=15772616 CPUtime=685.72 cores=0,2,4,6
/proc/3223/task/3249/stat : 3249 (java) S 3221 3223 2052 0 -1 4202560 94051 0 0 0 68560 12 0 0 19 0 22 0 522298049 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3251.72
Current children cumulated vsize (KiB) 15772616



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.10 5.55 6.32 2/193 3318
/proc/meminfo: memFree=15172680/32951124 swapFree=67110188/67111528
[pid=3223] ppid=3221 vsize=15772616 CPUtime=3361.91 cores=0,2,4,6
/proc/3223/stat : 3223 (java) S 3221 3223 2052 0 -1 4202496 5649035 0 1 0 335220 971 0 0 21 0 22 0 522296203 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3223/statm: 3943154 3867163 2295 9 0 3933873 0
[pid=3223/tid=3224] ppid=3221 vsize=15772616 CPUtime=98.39 cores=0,2,4,6
/proc/3223/task/3224/stat : 3224 (java) S 3221 3223 2052 0 -1 4202560 359909 0 1 0 9791 48 0 0 25 0 22 0 522296204 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3226] ppid=3221 vsize=15772616 CPUtime=16.39 cores=0,2,4,6
/proc/3223/task/3226/stat : 3226 (java) S 3221 3223 2052 0 -1 4202560 528911 0 0 0 1548 91 0 0 16 0 22 0 522296204 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3227] ppid=3221 vsize=15772616 CPUtime=17.31 cores=0,2,4,6
/proc/3223/task/3227/stat : 3227 (java) S 3221 3223 2052 0 -1 4202560 561428 0 0 0 1639 92 0 0 16 0 22 0 522296204 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3228] ppid=3221 vsize=15772616 CPUtime=18.09 cores=0,2,4,6
/proc/3223/task/3228/stat : 3228 (java) S 3221 3223 2052 0 -1 4202560 657498 0 0 0 1696 113 0 0 16 0 22 0 522296204 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3229] ppid=3221 vsize=15772616 CPUtime=15.8 cores=0,2,4,6
/proc/3223/task/3229/stat : 3229 (java) S 3221 3223 2052 0 -1 4202560 580583 0 0 0 1482 98 0 0 16 0 22 0 522296204 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3230] ppid=3221 vsize=15772616 CPUtime=17.3 cores=0,2,4,6
/proc/3223/task/3230/stat : 3230 (java) S 3221 3223 2052 0 -1 4202560 701432 0 0 0 1611 119 0 0 16 0 22 0 522296204 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3231] ppid=3221 vsize=15772616 CPUtime=16.06 cores=0,2,4,6
/proc/3223/task/3231/stat : 3231 (java) S 3221 3223 2052 0 -1 4202560 566587 0 0 0 1510 96 0 0 16 0 22 0 522296204 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3232] ppid=3221 vsize=15772616 CPUtime=16.8 cores=0,2,4,6
/proc/3223/task/3232/stat : 3232 (java) S 3221 3223 2052 0 -1 4202560 610545 0 0 0 1577 103 0 0 16 0 22 0 522296204 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3233] ppid=3221 vsize=15772616 CPUtime=16.94 cores=0,2,4,6
/proc/3223/task/3233/stat : 3233 (java) S 3221 3223 2052 0 -1 4202560 722737 0 0 0 1567 127 0 0 16 0 22 0 522296204 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3234] ppid=3221 vsize=15772616 CPUtime=446.72 cores=0,2,4,6
/proc/3223/task/3234/stat : 3234 (java) R 3221 3223 2052 0 -1 4202560 95875 0 0 0 44633 39 0 0 25 0 22 0 522296205 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222921474674 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=3223/tid=3235] ppid=3221 vsize=15772616 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3235/stat : 3235 (java) S 3221 3223 2052 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 522296206 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3236] ppid=3221 vsize=15772616 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3236/stat : 3236 (java) S 3221 3223 2052 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 522296206 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3237] ppid=3221 vsize=15772616 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3237/stat : 3237 (java) S 3221 3223 2052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522296208 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933600689 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3238] ppid=3221 vsize=15772616 CPUtime=1.3 cores=0,2,4,6
/proc/3223/task/3238/stat : 3238 (java) S 3221 3223 2052 0 -1 4202560 10322 0 0 0 129 1 0 0 15 0 22 0 522296208 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3239] ppid=3221 vsize=15772616 CPUtime=1.4 cores=0,2,4,6
/proc/3223/task/3239/stat : 3239 (java) S 3221 3223 2052 0 -1 4202560 13370 0 0 0 138 2 0 0 15 0 22 0 522296208 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 4 0 0 0
[pid=3223/tid=3240] ppid=3221 vsize=15772616 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3240/stat : 3240 (java) S 3221 3223 2052 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522296208 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
[pid=3223/tid=3241] ppid=3221 vsize=15772616 CPUtime=0 cores=0,2,4,6
/proc/3223/task/3241/stat : 3241 (java) S 3221 3223 2052 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 22 0 522296208 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933593600 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3243] ppid=3221 vsize=15772616 CPUtime=628.47 cores=0,2,4,6
/proc/3223/task/3243/stat : 3243 (java) S 3221 3223 2052 0 -1 4202560 50075 0 0 0 62837 10 0 0 15 0 22 0 522298049 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 4 0 0 0
[pid=3223/tid=3244] ppid=3221 vsize=15772616 CPUtime=636.91 cores=0,2,4,6
/proc/3223/task/3244/stat : 3244 (java) S 3221 3223 2052 0 -1 4202560 174 0 0 0 63691 0 0 0 16 0 22 0 522298049 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 2 0 0 0
[pid=3223/tid=3245] ppid=3221 vsize=15772616 CPUtime=710.69 cores=0,2,4,6
/proc/3223/task/3245/stat : 3245 (java) S 3221 3223 2052 0 -1 4202560 94070 0 0 0 71058 11 0 0 16 0 22 0 522298049 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 0 0 0 0
[pid=3223/tid=3249] ppid=3221 vsize=15772616 CPUtime=703.18 cores=0,2,4,6
/proc/3223/task/3249/stat : 3249 (java) S 3221 3223 2052 0 -1 4202560 94055 0 0 0 70306 12 0 0 15 0 22 0 522298049 16151158784 3867163 33554432000 1073741824 1073778376 140736957323600 18446744073709551615 222933592985 0 4 0 16800975 18446604453849261120 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3361.91
Current children cumulated vsize (KiB) 15772616

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3223

[startup+1302.3 s]
/proc/loadavg: 2.93 5.48 6.29 2/194 3319
/proc/meminfo: memFree=15172548/32951124 swapFree=67110188/67111528
[pid=3223] ppid=3221 vsize=0 CPUtime=3364.94 cores=0,2,4,6
/proc/3223/stat : 3223 (java) Z 3221 3223 2052 0 -1 4203548 5649042 0 1 0 335495 999 0 0 18 0 2 0 522296203 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3223/statm: 0 0 0 0 0 0 0
[pid=3223/tid=3240] ppid=3221 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/3223/task/3240/stat : 3240 (java) R 3221 3223 2052 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 522296208 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3364.94
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 2.93 5.48 6.29 2/194 3319
/proc/meminfo: memFree=15172548/32951124 swapFree=67110188/67111528
[pid=3223] ppid=3221 vsize=0 CPUtime=3365.04 cores=0,2,4,6
/proc/3223/stat : 3223 (java) Z 3221 3223 2052 0 -1 4203548 5649042 0 1 0 335495 1009 0 0 18 0 2 0 522296203 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3223/statm: 0 0 0 0 0 0 0
[pid=3223/tid=3240] ppid=3221 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/3223/task/3240/stat : 3240 (java) R 3221 3223 2052 0 -1 4203588 1 0 0 0 0 38 0 0 18 0 2 0 522296208 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3365.04
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 2.93 5.48 6.29 2/194 3319
/proc/meminfo: memFree=15172548/32951124 swapFree=67110188/67111528
[pid=3223] ppid=3221 vsize=0 CPUtime=3365.14 cores=0,2,4,6
/proc/3223/stat : 3223 (java) Z 3221 3223 2052 0 -1 4203548 5649042 0 1 0 335495 1019 0 0 18 0 2 0 522296203 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3223/statm: 0 0 0 0 0 0 0
[pid=3223/tid=3240] ppid=3221 vsize=0 CPUtime=0.48 cores=0,2,4,6
/proc/3223/task/3240/stat : 3240 (java) R 3221 3223 2052 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 522296208 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3365.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.59
CPU time (s): 3365.23
CPU user time (s): 3354.95
CPU system time (s): 10.2804
CPU usage (%): 258.35
Max. virtual memory (cumulated for all children) (KiB): 15772616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3354.95
system time used= 10.2804
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5649042
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= 47030
involuntary context switches= 83534

runsolver used 2.15667 second user time and 5.03523 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 21:55:55
IDJOB=3312156
IDBENCH=82423
IDSOLVER=1698
FILE ID=node109/3312156-1304106951
RUNJOBID= node109-1304106951-3177
PBS_JOBID= 13170607
Free space on /tmp= 72276 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-27-step14.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312156-1304106951/watcher-3312156-1304106951 -o /tmp/evaluation-result-3312156-1304106951/solver-3312156-1304106951 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312156-1304106951.cnf -hbr 2

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

MD5SUM BENCH= 81ce0182c472e24dcec12d46426b1ef2
RANDOM SEED=1983701290

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30457476 kB
Buffers:        735224 kB
Cached:        1104768 kB
SwapCached:        712 kB
Active:         446440 kB
Inactive:      1656432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30457476 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:          112736 kB
Writeback:           0 kB
AnonPages:      262308 kB
Mapped:          23288 kB
Slab:           327488 kB
PageTables:       5308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   933456 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= 72280 MiB
End job on node109 at 2011-04-29 22:17:37