Trace number 3313357

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) 2117.17 1302.66

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-servers_slapd_a_vc149789-tseitin.cnf
MD5SUM9fe9fe24bc28c127c9f6b6416a14f727
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.21681
Satisfiable
(Un)Satisfiability was proved
Number of variables360364
Number of clauses1076507
Sum of the clauses size2511847
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2717670
Number of clauses of size 3358835
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	08:56 INFO : Reading from input HOME/instance-3313357-1304107735.cnf
3.92/3.60	Executor set job limit to 1000000
3.92/3.60	Executor set job limit to 1000000
3.92/3.60	Executor set job limit to 1000000
3.92/3.60	Executor set job limit to 1000000
3.92/3.60	Starting Executor!
3.92/3.60	Starting Executor!
3.92/3.61	Starting Executor!
3.92/3.61	Starting Executor!
12.03/9.63	09:05 INFO : 359718 variables remaining out of 360364
12.03/9.63	09:05 INFO : 7128445 literals remaining out of 3588354
1213.03/426.51	16:02 ERROR: Failed to solve instance
1213.03/426.51	java.lang.OutOfMemoryError: Java heap space
1213.03/426.51		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1213.03/426.51		at gnu.trove.THash.postInsertHook(THash.java:370)
1213.03/426.51		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1213.03/426.51		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1213.03/426.51		at ibis.structure.Subsumming.run(Subsumming.java:58)
1213.03/426.51		at ibis.structure.Solver.simplify(Solver.java:205)
1213.03/426.51		at ibis.structure.Solver.solve(Solver.java:113)
1213.03/426.51		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1213.03/426.51		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1213.03/426.51		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1213.03/426.51		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1213.03/426.51		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1213.03/426.51		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1213.03/426.51		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1213.03/426.51		at ibis.constellation.Executor.processActivities(Executor.java:75)
1213.03/426.51		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1213.03/426.51		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1213.03/426.51		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1253.47/465.06	16:41 ERROR: Failed to solve instance
1253.47/465.06	java.lang.OutOfMemoryError: Java heap space
1253.47/465.06		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1253.47/465.06		at gnu.trove.THash.postInsertHook(THash.java:370)
1253.47/465.06		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1253.47/465.06		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1253.47/465.06		at ibis.structure.Subsumming.run(Subsumming.java:58)
1253.47/465.06		at ibis.structure.Solver.simplify(Solver.java:205)
1253.47/465.06		at ibis.structure.Solver.solve(Solver.java:113)
1253.47/465.06		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1253.47/465.06		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1253.47/465.06		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1253.47/465.06		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1253.47/465.06		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1253.47/465.06		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1253.47/465.06		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1253.47/465.06		at ibis.constellation.Executor.processActivities(Executor.java:75)
1253.47/465.06		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1253.47/465.06		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1253.47/465.06		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1375.13/582.63	18:38 ERROR: Failed to solve instance
1375.13/582.63	java.lang.OutOfMemoryError: Java heap space
1375.13/582.63		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1375.13/582.63		at gnu.trove.THash.postInsertHook(THash.java:370)
1375.13/582.63		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1375.13/582.63		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1375.13/582.63		at ibis.structure.Subsumming.run(Subsumming.java:58)
1375.13/582.63		at ibis.structure.Solver.simplify(Solver.java:205)
1375.13/582.63		at ibis.structure.Solver.solve(Solver.java:113)
1375.13/582.63		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1375.13/582.63		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1375.13/582.63		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1375.13/582.63		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1375.13/582.63		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1375.13/582.63		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1375.13/582.63		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1375.13/582.63		at ibis.constellation.Executor.processActivities(Executor.java:75)
1375.13/582.63		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1375.13/582.63		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1375.13/582.63		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1434.07/635.81	19:31 ERROR: Failed to solve instance
1434.07/635.81	java.lang.OutOfMemoryError: Java heap space
1434.07/635.81		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1434.07/635.81		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1434.07/635.81		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
1434.07/635.81		at ibis.structure.WatchLists.build(WatchLists.java:58)
1434.07/635.81		at ibis.structure.Solver.<init>(Solver.java:45)
1434.07/635.81		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1434.07/635.81		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1434.07/635.81		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1434.07/635.81		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1434.07/635.81		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1434.07/635.81		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1434.07/635.81		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1434.07/635.81		at ibis.constellation.Executor.processActivities(Executor.java:75)
1434.07/635.81		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1434.07/635.81		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1434.07/635.81		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1494.40/688.56	20:24 ERROR: Failed to solve instance
1494.40/688.56	java.lang.OutOfMemoryError: Java heap space
1527.40/720.06	20:56 ERROR: Failed to solve instance
1527.40/720.06	java.lang.OutOfMemoryError: Java heap space
1605.00/792.37	22:06 ERROR: Failed to solve instance
1605.00/792.37	java.lang.OutOfMemoryError: Java heap space

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

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: 7.49 7.92 7.70 3/194 30368
/proc/meminfo: memFree=18990236/32951124 swapFree=67111528/67111528
[pid=30368] ppid=30366 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30366 30368 29626 0 -1 4202496 1424 0 0 0 0 0 0 0 21 0 2 0 503189403 27824128 894 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522100197 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30368/statm: 6793 894 684 9 0 381 0
[pid=30368/tid=30369] ppid=30366 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30369/stat : 30369 (java) S 30366 30368 29626 0 -1 4202560 66 0 0 0 0 0 0 0 23 0 2 0 503189404 27824128 894 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233505373831 0 2147483391 4096 0 18446744071699207358 0 0 -1 2 0 0 0

[startup+0.095471 s]
/proc/loadavg: 7.49 7.92 7.70 3/194 30368
/proc/meminfo: memFree=18990236/32951124 swapFree=67111528/67111528
[pid=30368] ppid=30366 vsize=15676260 CPUtime=0.1 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30366 30368 29626 0 -1 4202496 5437 0 1 0 9 1 0 0 21 0 18 0 503189403 16052490240 4876 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30368/statm: 3919065 4879 2115 9 0 3909784 0
[pid=30368/tid=30369] ppid=30366 vsize=15676260 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30369/stat : 30369 (java) R 30366 30368 29626 0 -1 4202560 3312 0 1 0 7 1 0 0 22 0 18 0 503189404 16052490240 4879 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 47257152143335 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676260

[startup+0.100481 s]
/proc/loadavg: 7.49 7.92 7.70 3/194 30368
/proc/meminfo: memFree=18990236/32951124 swapFree=67111528/67111528
[pid=30368] ppid=30366 vsize=15676260 CPUtime=0.1 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30366 30368 29626 0 -1 4202496 5502 0 1 0 9 1 0 0 21 0 18 0 503189403 16052490240 4941 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30368/statm: 3919065 4941 2115 9 0 3909784 0
[pid=30368/tid=30369] ppid=30366 vsize=15676260 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30369/stat : 30369 (java) R 30366 30368 29626 0 -1 4202560 3374 0 1 0 7 1 0 0 22 0 18 0 503189404 16052490240 4941 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 47257156306792 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676260

[startup+0.300438 s]
/proc/loadavg: 7.49 7.92 7.70 3/194 30368
/proc/meminfo: memFree=18990236/32951124 swapFree=67111528/67111528
[pid=30368] ppid=30366 vsize=15680164 CPUtime=0.5 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30366 30368 29626 0 -1 4202496 14588 0 1 0 48 2 0 0 21 0 18 0 503189403 16056487936 13070 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30368/statm: 3920041 13076 2206 9 0 3910760 0
[pid=30368/tid=30369] ppid=30366 vsize=15680164 CPUtime=0.28 cores=0,2,4,6
/proc/30368/task/30369/stat : 30369 (java) R 30366 30368 29626 0 -1 4202560 9584 0 1 0 26 2 0 0 22 0 18 0 503189404 16056487936 13080 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 46912505640595 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15680164

[startup+0.700392 s]
/proc/loadavg: 7.49 7.92 7.70 3/194 30368
/proc/meminfo: memFree=18990236/32951124 swapFree=67111528/67111528
[pid=30368] ppid=30366 vsize=15680164 CPUtime=0.91 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30366 30368 29626 0 -1 4202496 42421 0 1 0 85 6 0 0 21 0 18 0 503189403 16056487936 40900 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30368/statm: 3920041 40900 2222 9 0 3910760 0
[pid=30368/tid=30369] ppid=30366 vsize=15680164 CPUtime=0.67 cores=0,2,4,6
/proc/30368/task/30369/stat : 30369 (java) R 30366 30368 29626 0 -1 4202560 35521 0 1 0 62 5 0 0 24 0 18 0 503189404 16056487936 40900 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 46912505640282 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 15680164

[startup+1.50125 s]
/proc/loadavg: 7.49 7.92 7.70 3/212 30386
/proc/meminfo: memFree=18681148/32951124 swapFree=67111528/67111528
[pid=30368] ppid=30366 vsize=15680164 CPUtime=1.72 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30366 30368 29626 0 -1 4202496 76318 0 1 0 162 10 0 0 21 0 18 0 503189403 16056487936 74794 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30368/statm: 3920041 74794 2222 9 0 3910760 0
[pid=30368/tid=30369] ppid=30366 vsize=15680164 CPUtime=1.45 cores=0,2,4,6
/proc/30368/task/30369/stat : 30369 (java) R 30366 30368 29626 0 -1 4202560 65572 0 1 0 137 8 0 0 25 0 18 0 503189404 16056487936 74794 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 46912505558080 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30368/tid=30371] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30371/stat : 30371 (java) S 30366 30368 29626 0 -1 4202560 1102 0 0 0 0 0 0 0 15 0 18 0 503189405 16056487936 74794 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30372] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30372/stat : 30372 (java) S 30366 30368 29626 0 -1 4202560 1710 0 0 0 0 0 0 0 16 0 18 0 503189405 16056487936 74794 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30373] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30373/stat : 30373 (java) S 30366 30368 29626 0 -1 4202560 398 0 0 0 0 0 0 0 15 0 18 0 503189405 16056487936 74794 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30374] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30374/stat : 30374 (java) S 30366 30368 29626 0 -1 4202560 358 0 0 0 0 0 0 0 15 0 18 0 503189405 16056487936 74794 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30375] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30375/stat : 30375 (java) S 30366 30368 29626 0 -1 4202560 1651 0 0 0 0 0 0 0 16 0 18 0 503189405 16056487936 74794 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30376] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30376/stat : 30376 (java) S 30366 30368 29626 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 503189405 16056487936 74794 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30377] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30377/stat : 30377 (java) S 30366 30368 29626 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 503189405 16056487936 74794 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30378] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30378/stat : 30378 (java) S 30366 30368 29626 0 -1 4202560 323 0 0 0 0 0 0 0 15 0 18 0 503189405 16056487936 74794 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30379] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30379/stat : 30379 (java) S 30366 30368 29626 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 18 0 503189406 16056487936 74794 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522114048 0 0 0 16800975 18446604453943614336 0 0 -1 6 0 0 0
[pid=30368/tid=30380] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30380/stat : 30380 (java) S 30366 30368 29626 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 503189406 16056487936 74794 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30381] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30381/stat : 30381 (java) S 30366 30368 29626 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 503189406 16056487936 74794 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30382] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30382/stat : 30382 (java) S 30366 30368 29626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 503189408 16056487936 74794 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522121137 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30383] ppid=30366 vsize=15680164 CPUtime=0.11 cores=0,2,4,6
/proc/30368/task/30383/stat : 30383 (java) S 30366 30368 29626 0 -1 4202560 1021 0 0 0 11 0 0 0 19 0 18 0 503189408 16056487936 74794 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 6 0 0 0
[pid=30368/tid=30384] ppid=30366 vsize=15680164 CPUtime=0.11 cores=0,2,4,6
/proc/30368/task/30384/stat : 30384 (java) S 30366 30368 29626 0 -1 4202560 2599 0 0 0 11 0 0 0 15 0 18 0 503189408 16056487936 74794 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30385] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30385/stat : 30385 (java) S 30366 30368 29626 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 503189408 16056487936 74794 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30386] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30386/stat : 30386 (java) S 30366 30368 29626 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 503189408 16056487936 74794 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522114048 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 15680164

[startup+3.10094 s]
/proc/loadavg: 7.49 7.92 7.70 3/212 30386
/proc/meminfo: memFree=18329364/32951124 swapFree=67111528/67111528
[pid=30368] ppid=30366 vsize=15680164 CPUtime=3.41 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30366 30368 29626 0 -1 4202496 146033 0 1 0 322 19 0 0 21 0 18 0 503189403 16056487936 144504 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30368/statm: 3920041 144504 2240 9 0 3910760 0
[pid=30368/tid=30369] ppid=30366 vsize=15680164 CPUtime=3.04 cores=0,2,4,6
/proc/30368/task/30369/stat : 30369 (java) R 30366 30368 29626 0 -1 4202560 126442 0 1 0 288 16 0 0 25 0 18 0 503189404 16056487936 144504 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 46912505641083 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30368/tid=30371] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30371/stat : 30371 (java) S 30366 30368 29626 0 -1 4202560 1810 0 0 0 0 0 0 0 16 0 18 0 503189405 16056487936 144504 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 6 0 0 0
[pid=30368/tid=30372] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30372/stat : 30372 (java) S 30366 30368 29626 0 -1 4202560 1730 0 0 0 0 0 0 0 16 0 18 0 503189405 16056487936 144504 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30373] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30373/stat : 30373 (java) S 30366 30368 29626 0 -1 4202560 3016 0 0 0 0 0 0 0 16 0 18 0 503189405 16056487936 144504 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30374] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30374/stat : 30374 (java) S 30366 30368 29626 0 -1 4202560 358 0 0 0 0 0 0 0 15 0 18 0 503189405 16056487936 144504 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 6 0 0 0
[pid=30368/tid=30375] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30375/stat : 30375 (java) S 30366 30368 29626 0 -1 4202560 1651 0 0 0 0 0 0 0 16 0 18 0 503189405 16056487936 144504 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30376] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30376/stat : 30376 (java) S 30366 30368 29626 0 -1 4202560 5133 0 0 0 0 0 0 0 16 0 18 0 503189405 16056487936 144504 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30377] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30377/stat : 30377 (java) S 30366 30368 29626 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 18 0 503189405 16056487936 144504 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30378] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30378/stat : 30378 (java) S 30366 30368 29626 0 -1 4202560 341 0 0 0 0 0 0 0 16 0 18 0 503189405 16056487936 144504 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30379] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30379/stat : 30379 (java) S 30366 30368 29626 0 -1 4202560 436 0 0 0 0 0 0 0 15 0 18 0 503189406 16056487936 144504 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522114048 0 0 0 16800975 18446604453943614336 0 0 -1 6 0 0 0
[pid=30368/tid=30380] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30380/stat : 30380 (java) S 30366 30368 29626 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 503189406 16056487936 144504 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30381] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30381/stat : 30381 (java) S 30366 30368 29626 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 503189406 16056487936 144504 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30382] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30382/stat : 30382 (java) S 30366 30368 29626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 503189408 16056487936 144504 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522121137 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30383] ppid=30366 vsize=15680164 CPUtime=0.13 cores=0,2,4,6
/proc/30368/task/30383/stat : 30383 (java) S 30366 30368 29626 0 -1 4202560 1066 0 0 0 13 0 0 0 16 0 18 0 503189408 16056487936 144504 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 6 0 0 0
[pid=30368/tid=30384] ppid=30366 vsize=15680164 CPUtime=0.13 cores=0,2,4,6
/proc/30368/task/30384/stat : 30384 (java) S 30366 30368 29626 0 -1 4202560 2620 0 0 0 13 0 0 0 15 0 18 0 503189408 16056487936 144504 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30385] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30385/stat : 30385 (java) S 30366 30368 29626 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 503189408 16056487936 144504 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30386] ppid=30366 vsize=15680164 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30386/stat : 30386 (java) S 30366 30368 29626 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 503189408 16056487936 144504 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522114048 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 15680164

[startup+6.3014 s]
/proc/loadavg: 7.05 7.82 7.66 4/220 30395
/proc/meminfo: memFree=17400672/32951124 swapFree=67111528/67111528
[pid=30368] ppid=30366 vsize=15684276 CPUtime=7.78 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30366 30368 29626 0 -1 4202496 247080 0 1 0 745 33 0 0 21 0 22 0 503189403 16060698624 241864 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30368/statm: 3921069 241867 2264 9 0 3911788 0
[pid=30368/tid=30369] ppid=30366 vsize=15684276 CPUtime=6.24 cores=0,2,4,6
/proc/30368/task/30369/stat : 30369 (java) R 30366 30368 29626 0 -1 4202560 216292 0 1 0 596 28 0 0 25 0 22 0 503189404 16060698624 241868 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 46912505943480 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30368/tid=30371] ppid=30366 vsize=15684276 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30371/stat : 30371 (java) S 30366 30368 29626 0 -1 4202560 1810 0 0 0 0 0 0 0 16 0 22 0 503189405 16060698624 241869 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 6 0 0 0
[pid=30368/tid=30372] ppid=30366 vsize=15684276 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30372/stat : 30372 (java) S 30366 30368 29626 0 -1 4202560 1730 0 0 0 0 0 0 0 16 0 22 0 503189405 16060698624 241871 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30373] ppid=30366 vsize=15684276 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30373/stat : 30373 (java) S 30366 30368 29626 0 -1 4202560 3016 0 0 0 0 0 0 0 16 0 22 0 503189405 16060698624 241872 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30374] ppid=30366 vsize=15684276 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30374/stat : 30374 (java) S 30366 30368 29626 0 -1 4202560 358 0 0 0 0 0 0 0 15 0 22 0 503189405 16060698624 241874 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 6 0 0 0
[pid=30368/tid=30375] ppid=30366 vsize=15684276 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30375/stat : 30375 (java) S 30366 30368 29626 0 -1 4202560 1651 0 0 0 0 0 0 0 16 0 22 0 503189405 16060698624 241875 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30376] ppid=30366 vsize=15684276 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30376/stat : 30376 (java) S 30366 30368 29626 0 -1 4202560 5133 0 0 0 0 0 0 0 16 0 22 0 503189405 16060698624 241876 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30377] ppid=30366 vsize=15684276 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30377/stat : 30377 (java) S 30366 30368 29626 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 22 0 503189405 16060698624 241878 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30378] ppid=30366 vsize=15684276 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30378/stat : 30378 (java) S 30366 30368 29626 0 -1 4202560 341 0 0 0 0 0 0 0 16 0 22 0 503189405 16060698624 241879 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30379] ppid=30366 vsize=15684276 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30379/stat : 30379 (java) S 30366 30368 29626 0 -1 4202560 436 0 0 0 0 0 0 0 15 0 22 0 503189406 16060698624 241880 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522114048 0 0 0 16800975 18446604453943614336 0 0 -1 6 0 0 0
[pid=30368/tid=30380] ppid=30366 vsize=15684276 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30380/stat : 30380 (java) S 30366 30368 29626 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 503189406 16060698624 241882 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30381] ppid=30366 vsize=15684276 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30381/stat : 30381 (java) S 30366 30368 29626 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 503189406 16060698624 241883 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30382] ppid=30366 vsize=15684276 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30382/stat : 30382 (java) S 30366 30368 29626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 503189408 16060698624 241885 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522121137 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30383] ppid=30366 vsize=15684276 CPUtime=0.23 cores=0,2,4,6
/proc/30368/task/30383/stat : 30383 (java) S 30366 30368 29626 0 -1 4202560 1084 0 0 0 23 0 0 0 16 0 22 0 503189408 16060698624 241886 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30384] ppid=30366 vsize=15684276 CPUtime=1.2 cores=0,2,4,6
/proc/30368/task/30384/stat : 30384 (java) S 30366 30368 29626 0 -1 4202560 13692 0 0 0 118 2 0 0 15 0 22 0 503189408 16060698624 241887 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30385] ppid=30366 vsize=15684276 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30385/stat : 30385 (java) S 30366 30368 29626 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 503189408 16060698624 241888 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30386] ppid=30366 vsize=15684276 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30386/stat : 30386 (java) S 30366 30368 29626 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503189408 16060698624 241890 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522114048 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0

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

[pid=30368/tid=30381] ppid=30366 vsize=15688132 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30381/stat : 30381 (java) S 30366 30368 29626 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 503189406 16064647168 3869320 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30382] ppid=30366 vsize=15688132 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30382/stat : 30382 (java) S 30366 30368 29626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 503189408 16064647168 3869320 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522121137 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30383] ppid=30366 vsize=15688132 CPUtime=1.05 cores=0,2,4,6
/proc/30368/task/30383/stat : 30383 (java) S 30366 30368 29626 0 -1 4202560 1277 0 0 0 105 0 0 0 15 0 22 0 503189408 16064647168 3869320 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30384] ppid=30366 vsize=15688132 CPUtime=1.94 cores=0,2,4,6
/proc/30368/task/30384/stat : 30384 (java) S 30366 30368 29626 0 -1 4202560 13745 0 0 0 192 2 0 0 15 0 22 0 503189408 16064647168 3869320 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30385] ppid=30366 vsize=15688132 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30385/stat : 30385 (java) S 30366 30368 29626 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 503189408 16064647168 3869320 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30386] ppid=30366 vsize=15688132 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30386/stat : 30386 (java) S 30366 30368 29626 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 503189408 16064647168 3869320 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522114048 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30392] ppid=30366 vsize=15688132 CPUtime=245.82 cores=0,2,4,6
/proc/30368/task/30392/stat : 30392 (java) S 30366 30368 29626 0 -1 4202560 16350 0 0 0 24579 3 0 0 15 0 22 0 503189764 16064647168 3869320 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30393] ppid=30366 vsize=15688132 CPUtime=241.61 cores=0,2,4,6
/proc/30368/task/30393/stat : 30393 (java) S 30366 30368 29626 0 -1 4202560 29048 0 0 0 24157 4 0 0 15 0 22 0 503189764 16064647168 3869320 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30394] ppid=30366 vsize=15688132 CPUtime=249.1 cores=0,2,4,6
/proc/30368/task/30394/stat : 30394 (java) S 30366 30368 29626 0 -1 4202560 22558 0 0 0 24904 6 0 0 15 0 22 0 503189764 16064647168 3869320 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30395] ppid=30366 vsize=15688132 CPUtime=249.15 cores=0,2,4,6
/proc/30368/task/30395/stat : 30395 (java) S 30366 30368 29626 0 -1 4202560 31675 0 0 0 24910 5 0 0 15 0 22 0 503189764 16064647168 3869320 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1996.8
Current children cumulated vsize (KiB) 15688132

[startup+1242.3 s]
/proc/loadavg: 5.09 5.16 5.83 6/220 30431
/proc/meminfo: memFree=268724/32951124 swapFree=67111524/67111528
[pid=30368] ppid=30366 vsize=15688132 CPUtime=2056.8 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30366 30368 29626 0 -1 4202496 3926862 0 1 0 205019 661 0 0 21 0 22 0 503189403 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30368/statm: 3922033 3869321 2295 9 0 3912752 0
[pid=30368/tid=30369] ppid=30366 vsize=15688132 CPUtime=9.44 cores=0,2,4,6
/proc/30368/task/30369/stat : 30369 (java) S 30366 30368 29626 0 -1 4202560 235905 0 1 0 913 31 0 0 18 0 22 0 503189404 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30371] ppid=30366 vsize=15688132 CPUtime=12.11 cores=0,2,4,6
/proc/30368/task/30371/stat : 30371 (java) S 30366 30368 29626 0 -1 4202560 347391 0 0 0 1153 58 0 0 16 0 22 0 503189405 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 6 0 0 0
[pid=30368/tid=30372] ppid=30366 vsize=15688132 CPUtime=13.35 cores=0,2,4,6
/proc/30368/task/30372/stat : 30372 (java) S 30366 30368 29626 0 -1 4202560 449435 0 0 0 1261 74 0 0 16 0 22 0 503189405 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30373] ppid=30366 vsize=15688132 CPUtime=11.91 cores=0,2,4,6
/proc/30368/task/30373/stat : 30373 (java) S 30366 30368 29626 0 -1 4202560 441213 0 0 0 1120 71 0 0 16 0 22 0 503189405 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30374] ppid=30366 vsize=15688132 CPUtime=13.9 cores=0,2,4,6
/proc/30368/task/30374/stat : 30374 (java) S 30366 30368 29626 0 -1 4202560 439583 0 0 0 1318 72 0 0 16 0 22 0 503189405 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 6 0 0 0
[pid=30368/tid=30375] ppid=30366 vsize=15688132 CPUtime=13.69 cores=0,2,4,6
/proc/30368/task/30375/stat : 30375 (java) S 30366 30368 29626 0 -1 4202560 421558 0 0 0 1299 70 0 0 16 0 22 0 503189405 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 6 0 0 0
[pid=30368/tid=30376] ppid=30366 vsize=15688132 CPUtime=13.48 cores=0,2,4,6
/proc/30368/task/30376/stat : 30376 (java) S 30366 30368 29626 0 -1 4202560 427660 0 0 0 1277 71 0 0 16 0 22 0 503189405 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30377] ppid=30366 vsize=15688132 CPUtime=12.18 cores=0,2,4,6
/proc/30368/task/30377/stat : 30377 (java) S 30366 30368 29626 0 -1 4202560 354350 0 0 0 1162 56 0 0 16 0 22 0 503189405 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30378] ppid=30366 vsize=15688132 CPUtime=12.11 cores=0,2,4,6
/proc/30368/task/30378/stat : 30378 (java) S 30366 30368 29626 0 -1 4202560 469630 0 0 0 1129 82 0 0 16 0 22 0 503189405 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30379] ppid=30366 vsize=15688132 CPUtime=955.78 cores=0,2,4,6
/proc/30368/task/30379/stat : 30379 (java) R 30366 30368 29626 0 -1 4202560 223943 0 0 0 95533 45 0 0 25 0 22 0 503189406 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 47257155005586 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=30368/tid=30380] ppid=30366 vsize=15688132 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30380/stat : 30380 (java) S 30366 30368 29626 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 503189406 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 6 0 0 0
[pid=30368/tid=30381] ppid=30366 vsize=15688132 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30381/stat : 30381 (java) S 30366 30368 29626 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 503189406 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30382] ppid=30366 vsize=15688132 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30382/stat : 30382 (java) S 30366 30368 29626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 503189408 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522121137 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30383] ppid=30366 vsize=15688132 CPUtime=1.05 cores=0,2,4,6
/proc/30368/task/30383/stat : 30383 (java) S 30366 30368 29626 0 -1 4202560 1277 0 0 0 105 0 0 0 15 0 22 0 503189408 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30384] ppid=30366 vsize=15688132 CPUtime=1.94 cores=0,2,4,6
/proc/30368/task/30384/stat : 30384 (java) S 30366 30368 29626 0 -1 4202560 13745 0 0 0 192 2 0 0 15 0 22 0 503189408 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30385] ppid=30366 vsize=15688132 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30385/stat : 30385 (java) S 30366 30368 29626 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 503189408 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30386] ppid=30366 vsize=15688132 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30386/stat : 30386 (java) S 30366 30368 29626 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 503189408 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522114048 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30392] ppid=30366 vsize=15688132 CPUtime=245.83 cores=0,2,4,6
/proc/30368/task/30392/stat : 30392 (java) S 30366 30368 29626 0 -1 4202560 16430 0 0 0 24579 4 0 0 15 0 22 0 503189764 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30393] ppid=30366 vsize=15688132 CPUtime=241.61 cores=0,2,4,6
/proc/30368/task/30393/stat : 30393 (java) S 30366 30368 29626 0 -1 4202560 29048 0 0 0 24157 4 0 0 15 0 22 0 503189764 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30394] ppid=30366 vsize=15688132 CPUtime=249.1 cores=0,2,4,6
/proc/30368/task/30394/stat : 30394 (java) S 30366 30368 29626 0 -1 4202560 22558 0 0 0 24904 6 0 0 15 0 22 0 503189764 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30395] ppid=30366 vsize=15688132 CPUtime=249.15 cores=0,2,4,6
/proc/30368/task/30395/stat : 30395 (java) S 30366 30368 29626 0 -1 4202560 31675 0 0 0 24910 5 0 0 15 0 22 0 503189764 16064647168 3869321 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2056.8
Current children cumulated vsize (KiB) 15688132



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.03 5.13 5.78 3/201 30435
/proc/meminfo: memFree=3599812/32951124 swapFree=67111524/67111528
[pid=30368] ppid=30366 vsize=15688132 CPUtime=2114.5 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30366 30368 29626 0 -1 4202496 3926948 0 1 0 210789 661 0 0 21 0 22 0 503189403 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30368/statm: 3922033 3869323 2295 9 0 3912752 0
[pid=30368/tid=30369] ppid=30366 vsize=15688132 CPUtime=9.44 cores=0,2,4,6
/proc/30368/task/30369/stat : 30369 (java) S 30366 30368 29626 0 -1 4202560 235905 0 1 0 913 31 0 0 18 0 22 0 503189404 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30371] ppid=30366 vsize=15688132 CPUtime=12.11 cores=0,2,4,6
/proc/30368/task/30371/stat : 30371 (java) S 30366 30368 29626 0 -1 4202560 347391 0 0 0 1153 58 0 0 16 0 22 0 503189405 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 6 0 0 0
[pid=30368/tid=30372] ppid=30366 vsize=15688132 CPUtime=13.35 cores=0,2,4,6
/proc/30368/task/30372/stat : 30372 (java) S 30366 30368 29626 0 -1 4202560 449435 0 0 0 1261 74 0 0 16 0 22 0 503189405 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30373] ppid=30366 vsize=15688132 CPUtime=11.91 cores=0,2,4,6
/proc/30368/task/30373/stat : 30373 (java) S 30366 30368 29626 0 -1 4202560 441213 0 0 0 1120 71 0 0 16 0 22 0 503189405 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30374] ppid=30366 vsize=15688132 CPUtime=13.9 cores=0,2,4,6
/proc/30368/task/30374/stat : 30374 (java) S 30366 30368 29626 0 -1 4202560 439583 0 0 0 1318 72 0 0 16 0 22 0 503189405 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 6 0 0 0
[pid=30368/tid=30375] ppid=30366 vsize=15688132 CPUtime=13.69 cores=0,2,4,6
/proc/30368/task/30375/stat : 30375 (java) S 30366 30368 29626 0 -1 4202560 421558 0 0 0 1299 70 0 0 16 0 22 0 503189405 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 6 0 0 0
[pid=30368/tid=30376] ppid=30366 vsize=15688132 CPUtime=13.48 cores=0,2,4,6
/proc/30368/task/30376/stat : 30376 (java) S 30366 30368 29626 0 -1 4202560 427660 0 0 0 1277 71 0 0 16 0 22 0 503189405 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30377] ppid=30366 vsize=15688132 CPUtime=12.18 cores=0,2,4,6
/proc/30368/task/30377/stat : 30377 (java) S 30366 30368 29626 0 -1 4202560 354350 0 0 0 1162 56 0 0 16 0 22 0 503189405 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30378] ppid=30366 vsize=15688132 CPUtime=12.11 cores=0,2,4,6
/proc/30368/task/30378/stat : 30378 (java) S 30366 30368 29626 0 -1 4202560 469630 0 0 0 1129 82 0 0 16 0 22 0 503189405 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30379] ppid=30366 vsize=15688132 CPUtime=1013.48 cores=0,2,4,6
/proc/30368/task/30379/stat : 30379 (java) R 30366 30368 29626 0 -1 4202560 223947 0 0 0 101303 45 0 0 25 0 22 0 503189406 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 47257153016157 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=30368/tid=30380] ppid=30366 vsize=15688132 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30380/stat : 30380 (java) S 30366 30368 29626 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 503189406 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 6 0 0 0
[pid=30368/tid=30381] ppid=30366 vsize=15688132 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30381/stat : 30381 (java) S 30366 30368 29626 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 503189406 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30382] ppid=30366 vsize=15688132 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30382/stat : 30382 (java) S 30366 30368 29626 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 503189408 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522121137 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30383] ppid=30366 vsize=15688132 CPUtime=1.05 cores=0,2,4,6
/proc/30368/task/30383/stat : 30383 (java) S 30366 30368 29626 0 -1 4202560 1277 0 0 0 105 0 0 0 15 0 22 0 503189408 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30384] ppid=30366 vsize=15688132 CPUtime=1.94 cores=0,2,4,6
/proc/30368/task/30384/stat : 30384 (java) S 30366 30368 29626 0 -1 4202560 13745 0 0 0 192 2 0 0 15 0 22 0 503189408 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30385] ppid=30366 vsize=15688132 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30385/stat : 30385 (java) S 30366 30368 29626 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 503189408 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30386] ppid=30366 vsize=15688132 CPUtime=0 cores=0,2,4,6
/proc/30368/task/30386/stat : 30386 (java) S 30366 30368 29626 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 22 0 503189408 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522114048 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30392] ppid=30366 vsize=15688132 CPUtime=245.83 cores=0,2,4,6
/proc/30368/task/30392/stat : 30392 (java) S 30366 30368 29626 0 -1 4202560 16508 0 0 0 24579 4 0 0 15 0 22 0 503189764 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
[pid=30368/tid=30393] ppid=30366 vsize=15688132 CPUtime=241.61 cores=0,2,4,6
/proc/30368/task/30393/stat : 30393 (java) S 30366 30368 29626 0 -1 4202560 29048 0 0 0 24157 4 0 0 15 0 22 0 503189764 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 4 0 0 0
[pid=30368/tid=30394] ppid=30366 vsize=15688132 CPUtime=249.1 cores=0,2,4,6
/proc/30368/task/30394/stat : 30394 (java) S 30366 30368 29626 0 -1 4202560 22558 0 0 0 24904 6 0 0 15 0 22 0 503189764 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 0 0 0 0
[pid=30368/tid=30395] ppid=30366 vsize=15688132 CPUtime=249.15 cores=0,2,4,6
/proc/30368/task/30395/stat : 30395 (java) S 30366 30368 29626 0 -1 4202560 31675 0 0 0 24910 5 0 0 15 0 22 0 503189764 16064647168 3869323 33554432000 1073741824 1073778376 140733283296112 18446744073709551615 233522113433 0 4 0 16800975 18446604453943614336 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2114.5
Current children cumulated vsize (KiB) 15688132

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -30368

[startup+1302.3 s]
/proc/loadavg: 5.03 5.13 5.78 2/198 30436
/proc/meminfo: memFree=9503284/32951124 swapFree=67111524/67111528
[pid=30368] ppid=30366 vsize=0 CPUtime=2116.79 cores=0,2,4,6
/proc/30368/stat : 30368 (java) Z 30366 30368 29626 0 -1 4203548 3926956 0 1 0 210990 689 0 0 18 0 2 0 503189403 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30368/statm: 0 0 0 0 0 0 0
[pid=30368/tid=30379] ppid=30366 vsize=0 CPUtime=1015.78 cores=0,2,4,6
/proc/30368/task/30379/stat : 30379 (java) R 30366 30368 29626 0 -1 4203588 223947 0 0 0 101504 74 0 0 25 0 2 0 503189406 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2116.79
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 5.03 5.13 5.78 2/174 30453
/proc/meminfo: memFree=18882196/32951124 swapFree=67111524/67111528
[pid=30368] ppid=30366 vsize=0 CPUtime=2116.9 cores=0,2,4,6
/proc/30368/stat : 30368 (java) Z 30366 30368 29626 0 -1 4203548 3926956 0 1 0 210990 700 0 0 18 0 2 0 503189403 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30368/statm: 0 0 0 0 0 0 0
[pid=30368/tid=30379] ppid=30366 vsize=0 CPUtime=1015.88 cores=0,2,4,6
/proc/30368/task/30379/stat : 30379 (java) R 30366 30368 29626 0 -1 4203588 223947 0 0 0 101504 84 0 0 25 0 2 0 503189406 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2116.9
Current children cumulated vsize (KiB) 0

[startup+1302.6 s]
/proc/loadavg: 5.03 5.13 5.78 2/174 30453
/proc/meminfo: memFree=18882196/32951124 swapFree=67111524/67111528
[pid=30368] ppid=30366 vsize=0 CPUtime=2117.09 cores=0,2,4,6
/proc/30368/stat : 30368 (java) Z 30366 30368 29626 0 -1 4203548 3926956 0 1 0 210990 719 0 0 18 0 2 0 503189403 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30368/statm: 0 0 0 0 0 0 0
[pid=30368/tid=30379] ppid=30366 vsize=0 CPUtime=1016.08 cores=0,2,4,6
/proc/30368/task/30379/stat : 30379 (java) R 30366 30368 29626 0 -1 4203588 223947 0 0 0 101504 104 0 0 25 0 2 0 503189406 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2117.09
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.66
CPU time (s): 2117.17
CPU user time (s): 2109.91
CPU system time (s): 7.2589
CPU usage (%): 162.526
Max. virtual memory (cumulated for all children) (KiB): 15688132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2109.91
system time used= 7.2589
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3926956
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= 39692
involuntary context switches= 25501

runsolver used 2.23966 second user time and 4.89026 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 22:08:55
IDJOB=3313357
IDBENCH=82446
IDSOLVER=1699
FILE ID=node145/3313357-1304107735
RUNJOBID= node145-1304107735-30331
PBS_JOBID= 13170624
Free space on /tmp= 72172 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-servers_slapd_a_vc149789-tseitin.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313357-1304107735/watcher-3313357-1304107735 -o /tmp/evaluation-result-3313357-1304107735/solver-3313357-1304107735 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313357-1304107735.cnf

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

MD5SUM BENCH= 9fe9fe24bc28c127c9f6b6416a14f727
RANDOM SEED=1920072568

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.83
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18990508 kB
Buffers:       2052976 kB
Cached:       11255260 kB
SwapCached:          0 kB
Active:        2632304 kB
Inactive:     10755984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18990508 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           39092 kB
Writeback:           0 kB
AnonPages:       78844 kB
Mapped:          23032 kB
Slab:           509244 kB
PageTables:       4672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   775516 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= 72184 MiB
End job on node145 at 2011-04-29 22:30:38