Trace number 3313339

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) 4171.86 1301.96

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-20-5p1.cnf
MD5SUM93858500e23e9a4bf0619d7bf7dc00f3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark169.075
Satisfiable
(Un)Satisfiability was proved
Number of variables224986
Number of clauses1204430
Sum of the clauses size2908691
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2851953
Number of clauses of size 3284354
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

0.10/0.12	48:15 INFO : Reading from input HOME/instance-3313339-1304077694.cnf
4.54/4.28	Executor set job limit to 1000000
4.54/4.28	Executor set job limit to 1000000
4.54/4.28	Executor set job limit to 1000000
4.54/4.28	Executor set job limit to 1000000
4.54/4.28	Starting Executor!
4.54/4.28	Starting Executor!
4.54/4.28	Starting Executor!
4.54/4.28	Starting Executor!
63.92/61.48	49:17 INFO : 159763 variables remaining out of 224986
63.92/61.48	49:17 INFO : 24852165 literals remaining out of 4113121
3920.46/1162.46	07:38 ERROR: Failed to solve instance
3920.46/1162.46	java.lang.OutOfMemoryError: GC overhead limit exceeded
3920.46/1162.46		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
3920.46/1162.46		at gnu.trove.THash.postInsertHook(THash.java:370)
3920.46/1162.46		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
3920.46/1162.46		at ibis.structure.WatchLists.build(WatchLists.java:56)
3920.46/1162.46		at ibis.structure.Solver.<init>(Solver.java:45)
3920.46/1162.46		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
3920.46/1162.46		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3920.46/1162.46		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3920.46/1162.46		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3920.46/1162.46		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3920.46/1162.46		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3920.46/1162.46		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3920.46/1162.46		at ibis.constellation.Executor.processActivities(Executor.java:75)
3920.46/1162.46		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3920.46/1162.46		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3920.46/1162.46		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3930.48/1171.35	07:46 ERROR: Failed to solve instance
3930.48/1171.35	java.lang.OutOfMemoryError: GC overhead limit exceeded
3930.48/1171.35		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
3930.48/1171.35		at gnu.trove.THash.postInsertHook(THash.java:370)
3930.48/1171.35		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
3930.48/1171.35		at ibis.structure.WatchLists.build(WatchLists.java:56)
3930.48/1171.35		at ibis.structure.Solver.<init>(Solver.java:45)
3930.48/1171.35		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
3930.48/1171.35		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3930.48/1171.35		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3930.48/1171.35		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3930.48/1171.35		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3930.48/1171.35		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3930.48/1171.35		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3930.48/1171.35		at ibis.constellation.Executor.processActivities(Executor.java:75)
3930.48/1171.35		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3930.48/1171.35		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3930.48/1171.35		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3941.57/1180.72	07:56 ERROR: Failed to solve instance
3941.57/1180.72	java.lang.OutOfMemoryError: GC overhead limit exceeded
3941.57/1180.72		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
3941.57/1180.72		at gnu.trove.THash.postInsertHook(THash.java:370)
3941.57/1180.72		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
3941.57/1180.72		at ibis.structure.WatchLists.build(WatchLists.java:56)
3941.57/1180.72		at ibis.structure.Solver.<init>(Solver.java:45)
3941.57/1180.72		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
3941.57/1180.72		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3941.57/1180.72		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3941.57/1180.72		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3941.57/1180.72		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3941.57/1180.72		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3941.57/1180.72		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3941.57/1180.72		at ibis.constellation.Executor.processActivities(Executor.java:75)
3941.57/1180.72		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3941.57/1180.72		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3941.57/1180.72		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3972.70/1207.43	08:23 ERROR: Failed to solve instance
3972.70/1207.43	java.lang.OutOfMemoryError: GC overhead limit exceeded
3972.70/1207.43		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
3972.70/1207.43		at gnu.trove.THash.compact(THash.java:197)
3972.70/1207.43		at gnu.trove.THash.removeAt(THash.java:261)
3972.70/1207.43		at gnu.trove.TPrimitiveHash.removeAt(TPrimitiveHash.java:109)
3972.70/1207.43		at gnu.trove.TIntHash.removeAt(TIntHash.java:173)
3972.70/1207.43		at gnu.trove.TIntHashSet.remove(TIntHashSet.java:264)
3972.70/1207.43		at ibis.structure.WatchLists.removeClause(WatchLists.java:152)
3972.70/1207.43		at ibis.structure.Solver.propagate(Solver.java:271)
3972.70/1207.43		at ibis.structure.Solver.simplify(Solver.java:188)
3972.70/1207.43		at ibis.structure.Solver.solve(Solver.java:113)
3972.70/1207.43		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
3972.70/1207.43		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3972.70/1207.43		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3972.70/1207.43		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3972.70/1207.43		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3972.70/1207.43		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3972.70/1207.43		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3972.70/1207.43		at ibis.constellation.Executor.processActivities(Executor.java:75)
3972.70/1207.43		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3972.70/1207.43		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3972.70/1207.43		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3995.86/1225.74	Exception in thread "SingleThreadedConstellation 4" 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-3313339-1304077694/watcher-3313339-1304077694 -o /tmp/evaluation-result-3313339-1304077694/solver-3313339-1304077694 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313339-1304077694.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: 6.25 7.60 7.51 2/174 14473
/proc/meminfo: memFree=26440392/32950928 swapFree=67111524/67111528
[pid=14473] ppid=14471 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/14473/stat : 14473 (java) R 14471 14473 14441 0 -1 4202496 1061 0 0 0 0 0 0 0 22 0 1 0 519368207 23580672 549 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251809277696 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14473/statm: 5757 562 425 9 0 124 0

[startup+0.0186121 s]
/proc/loadavg: 6.25 7.60 7.51 2/174 14473
/proc/meminfo: memFree=26440392/32950928 swapFree=67111524/67111528
[pid=14473] ppid=14471 vsize=15591648 CPUtime=0 cores=0,2,4,6
/proc/14473/stat : 14473 (java) S 14471 14473 14441 0 -1 4202496 2921 0 1 0 0 0 0 0 22 0 10 0 519368207 15965847552 2364 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826042853 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/14473/statm: 3897912 2371 1465 9 0 3888660 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15591648

[startup+0.100658 s]
/proc/loadavg: 6.25 7.60 7.51 2/174 14473
/proc/meminfo: memFree=26440392/32950928 swapFree=67111524/67111528
[pid=14473] ppid=14471 vsize=15742040 CPUtime=0.1 cores=0,2,4,6
/proc/14473/stat : 14473 (java) S 14471 14473 14441 0 -1 4202496 5547 0 1 0 9 1 0 0 22 0 18 0 519368207 16119848960 4957 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14473/statm: 3935510 4957 2116 9 0 3926229 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15742040

[startup+0.300575 s]
/proc/loadavg: 6.25 7.60 7.51 2/174 14473
/proc/meminfo: memFree=26440392/32950928 swapFree=67111524/67111528
[pid=14473] ppid=14471 vsize=15745092 CPUtime=0.52 cores=0,2,4,6
/proc/14473/stat : 14473 (java) S 14471 14473 14441 0 -1 4202496 14888 0 1 0 50 2 0 0 22 0 18 0 519368207 16122974208 13316 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14473/statm: 3936273 13322 2206 9 0 3926992 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15745092

[startup+0.70052 s]
/proc/loadavg: 6.25 7.60 7.51 2/174 14473
/proc/meminfo: memFree=26440392/32950928 swapFree=67111524/67111528
[pid=14473] ppid=14471 vsize=15745092 CPUtime=0.93 cores=0,2,4,6
/proc/14473/stat : 14473 (java) S 14471 14473 14441 0 -1 4202496 42199 0 1 0 88 5 0 0 22 0 18 0 519368207 16122974208 40623 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14473/statm: 3936273 40623 2222 9 0 3926992 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15745092

[startup+1.50138 s]
/proc/loadavg: 6.25 7.60 7.51 3/212 14514
/proc/meminfo: memFree=26120800/32950928 swapFree=67111524/67111528
[pid=14473] ppid=14471 vsize=15745092 CPUtime=1.75 cores=0,2,4,6
/proc/14473/stat : 14473 (java) S 14471 14473 14441 0 -1 4202496 76160 0 1 0 165 10 0 0 22 0 18 0 519368207 16122974208 74581 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14473/statm: 3936273 74581 2222 9 0 3926992 0
[pid=14473/tid=14475] ppid=14471 vsize=15745092 CPUtime=1.46 cores=0,2,4,6
/proc/14473/task/14475/stat : 14475 (java) R 14471 14473 14441 0 -1 4202560 65862 0 1 0 137 9 0 0 19 0 18 0 519368208 16122974208 74581 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 46912505553964 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14473/tid=14476] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14476/stat : 14476 (java) S 14471 14473 14441 0 -1 4202560 268 0 0 0 0 0 0 0 16 0 18 0 519368209 16122974208 74581 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14477] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14477/stat : 14477 (java) S 14471 14473 14441 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 18 0 519368209 16122974208 74581 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14478] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14478/stat : 14478 (java) S 14471 14473 14441 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 519368209 16122974208 74581 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14479] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14479/stat : 14479 (java) S 14471 14473 14441 0 -1 4202560 221 0 0 0 0 0 0 0 15 0 18 0 519368209 16122974208 74581 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14480] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14480/stat : 14480 (java) S 14471 14473 14441 0 -1 4202560 1985 0 0 0 0 0 0 0 15 0 18 0 519368209 16122974208 74581 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14481] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14481/stat : 14481 (java) S 14471 14473 14441 0 -1 4202560 360 0 0 0 0 0 0 0 15 0 18 0 519368209 16122974208 74581 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14482] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14482/stat : 14482 (java) S 14471 14473 14441 0 -1 4202560 1531 0 0 0 0 0 0 0 15 0 18 0 519368209 16122974208 74581 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14483] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14483/stat : 14483 (java) S 14471 14473 14441 0 -1 4202560 585 0 0 0 0 0 0 0 15 0 18 0 519368209 16122974208 74581 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14484] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14484/stat : 14484 (java) S 14471 14473 14441 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 18 0 519368210 16122974208 74581 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056704 0 0 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14485] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14485/stat : 14485 (java) S 14471 14473 14441 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 519368210 16122974208 74581 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14486] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14486/stat : 14486 (java) S 14471 14473 14441 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 519368210 16122974208 74581 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14487] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14487/stat : 14487 (java) S 14471 14473 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519368212 16122974208 74581 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826063793 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14488] ppid=14471 vsize=15745092 CPUtime=0.13 cores=0,2,4,6
/proc/14473/task/14488/stat : 14488 (java) S 14471 14473 14441 0 -1 4202560 2506 0 0 0 13 0 0 0 15 0 18 0 519368212 16122974208 74581 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14489] ppid=14471 vsize=15745092 CPUtime=0.1 cores=0,2,4,6
/proc/14473/task/14489/stat : 14489 (java) S 14471 14473 14441 0 -1 4202560 1204 0 0 0 10 0 0 0 17 0 18 0 519368212 16122974208 74581 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14490] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14490/stat : 14490 (java) S 14471 14473 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519368212 16122974208 74581 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14491] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14491/stat : 14491 (java) S 14471 14473 14441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519368212 16122974208 74581 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056704 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15745092

[startup+3.10105 s]
/proc/loadavg: 6.25 7.60 7.51 3/212 14514
/proc/meminfo: memFree=25786124/32950928 swapFree=67111524/67111528
[pid=14473] ppid=14471 vsize=15745092 CPUtime=3.43 cores=0,2,4,6
/proc/14473/stat : 14473 (java) S 14471 14473 14441 0 -1 4202496 145866 0 1 0 324 19 0 0 22 0 18 0 519368207 16122974208 144275 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14473/statm: 3936273 144275 2240 9 0 3926992 0
[pid=14473/tid=14475] ppid=14471 vsize=15745092 CPUtime=3.05 cores=0,2,4,6
/proc/14473/task/14475/stat : 14475 (java) R 14471 14473 14441 0 -1 4202560 126996 0 1 0 288 17 0 0 23 0 18 0 519368208 16122974208 144275 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 46912505640566 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14473/tid=14476] ppid=14471 vsize=15745092 CPUtime=0.01 cores=0,2,4,6
/proc/14473/task/14476/stat : 14476 (java) S 14471 14473 14441 0 -1 4202560 529 0 0 0 1 0 0 0 16 0 18 0 519368209 16122974208 144275 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14477] ppid=14471 vsize=15745092 CPUtime=0.01 cores=0,2,4,6
/proc/14473/task/14477/stat : 14477 (java) S 14471 14473 14441 0 -1 4202560 69 0 0 0 1 0 0 0 16 0 18 0 519368209 16122974208 144275 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14478] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14478/stat : 14478 (java) S 14471 14473 14441 0 -1 4202560 2585 0 0 0 0 0 0 0 16 0 18 0 519368209 16122974208 144275 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14479] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14479/stat : 14479 (java) S 14471 14473 14441 0 -1 4202560 5569 0 0 0 0 0 0 0 16 0 18 0 519368209 16122974208 144275 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14480] ppid=14471 vsize=15745092 CPUtime=0.01 cores=0,2,4,6
/proc/14473/task/14480/stat : 14480 (java) S 14471 14473 14441 0 -1 4202560 2009 0 0 0 1 0 0 0 16 0 18 0 519368209 16122974208 144275 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14481] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14481/stat : 14481 (java) S 14471 14473 14441 0 -1 4202560 361 0 0 0 0 0 0 0 16 0 18 0 519368209 16122974208 144275 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14482] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14482/stat : 14482 (java) S 14471 14473 14441 0 -1 4202560 1549 0 0 0 0 0 0 0 16 0 18 0 519368209 16122974208 144275 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14483] ppid=14471 vsize=15745092 CPUtime=0.01 cores=0,2,4,6
/proc/14473/task/14483/stat : 14483 (java) S 14471 14473 14441 0 -1 4202560 618 0 0 0 1 0 0 0 16 0 18 0 519368209 16122974208 144275 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14484] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14484/stat : 14484 (java) S 14471 14473 14441 0 -1 4202560 435 0 0 0 0 0 0 0 15 0 18 0 519368210 16122974208 144275 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056704 0 0 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14485] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14485/stat : 14485 (java) S 14471 14473 14441 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 519368210 16122974208 144275 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14486] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14486/stat : 14486 (java) S 14471 14473 14441 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 519368210 16122974208 144275 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14487] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14487/stat : 14487 (java) S 14471 14473 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519368212 16122974208 144275 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826063793 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14488] ppid=14471 vsize=15745092 CPUtime=0.15 cores=0,2,4,6
/proc/14473/task/14488/stat : 14488 (java) S 14471 14473 14441 0 -1 4202560 2544 0 0 0 15 0 0 0 15 0 18 0 519368212 16122974208 144275 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14489] ppid=14471 vsize=15745092 CPUtime=0.13 cores=0,2,4,6
/proc/14473/task/14489/stat : 14489 (java) S 14471 14473 14441 0 -1 4202560 1218 0 0 0 13 0 0 0 15 0 18 0 519368212 16122974208 144275 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14490] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14490/stat : 14490 (java) S 14471 14473 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519368212 16122974208 144275 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14491] ppid=14471 vsize=15745092 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14491/stat : 14491 (java) S 14471 14473 14441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519368212 16122974208 144275 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056704 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 15745092

[startup+6.30162 s]
/proc/loadavg: 6.07 7.54 7.49 4/220 14522
/proc/meminfo: memFree=24797824/32950928 swapFree=67111524/67111528
[pid=14473] ppid=14471 vsize=15748304 CPUtime=7.65 cores=0,2,4,6
/proc/14473/stat : 14473 (java) S 14471 14473 14441 0 -1 4202496 280411 0 1 0 728 37 0 0 22 0 22 0 519368207 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14473/statm: 3937076 271181 2265 9 0 3927795 0
[pid=14473/tid=14475] ppid=14471 vsize=15748304 CPUtime=6.21 cores=0,2,4,6
/proc/14473/task/14475/stat : 14475 (java) R 14471 14473 14441 0 -1 4202560 234794 0 1 0 593 28 0 0 22 0 22 0 519368208 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 46912505980988 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14473/tid=14476] ppid=14471 vsize=15748304 CPUtime=0.01 cores=0,2,4,6
/proc/14473/task/14476/stat : 14476 (java) S 14471 14473 14441 0 -1 4202560 529 0 0 0 1 0 0 0 15 0 22 0 519368209 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14477] ppid=14471 vsize=15748304 CPUtime=0.03 cores=0,2,4,6
/proc/14473/task/14477/stat : 14477 (java) S 14471 14473 14441 0 -1 4202560 1719 0 0 0 3 0 0 0 16 0 22 0 519368209 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14478] ppid=14471 vsize=15748304 CPUtime=0.02 cores=0,2,4,6
/proc/14473/task/14478/stat : 14478 (java) S 14471 14473 14441 0 -1 4202560 4592 0 0 0 2 0 0 0 16 0 22 0 519368209 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14479] ppid=14471 vsize=15748304 CPUtime=0.01 cores=0,2,4,6
/proc/14473/task/14479/stat : 14479 (java) S 14471 14473 14441 0 -1 4202560 5576 0 0 0 1 0 0 0 15 0 22 0 519368209 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14480] ppid=14471 vsize=15748304 CPUtime=0.01 cores=0,2,4,6
/proc/14473/task/14480/stat : 14480 (java) S 14471 14473 14441 0 -1 4202560 2009 0 0 0 1 0 0 0 15 0 22 0 519368209 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14481] ppid=14471 vsize=15748304 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14481/stat : 14481 (java) S 14471 14473 14441 0 -1 4202560 361 0 0 0 0 0 0 0 15 0 22 0 519368209 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14482] ppid=14471 vsize=15748304 CPUtime=0.02 cores=0,2,4,6
/proc/14473/task/14482/stat : 14482 (java) S 14471 14473 14441 0 -1 4202560 4934 0 0 0 1 1 0 0 16 0 22 0 519368209 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14483] ppid=14471 vsize=15748304 CPUtime=0.02 cores=0,2,4,6
/proc/14473/task/14483/stat : 14483 (java) S 14471 14473 14441 0 -1 4202560 5588 0 0 0 2 0 0 0 16 0 22 0 519368209 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14484] ppid=14471 vsize=15748304 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14484/stat : 14484 (java) S 14471 14473 14441 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 22 0 519368210 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056704 0 0 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14485] ppid=14471 vsize=15748304 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14485/stat : 14485 (java) S 14471 14473 14441 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519368210 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14486] ppid=14471 vsize=15748304 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14486/stat : 14486 (java) S 14471 14473 14441 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519368210 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14487] ppid=14471 vsize=15748304 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14487/stat : 14487 (java) S 14471 14473 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519368212 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826063793 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14488] ppid=14471 vsize=15748304 CPUtime=0.79 cores=0,2,4,6
/proc/14473/task/14488/stat : 14488 (java) S 14471 14473 14441 0 -1 4202560 15424 0 0 0 76 3 0 0 15 0 22 0 519368212 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14489] ppid=14471 vsize=15748304 CPUtime=0.41 cores=0,2,4,6
/proc/14473/task/14489/stat : 14489 (java) S 14471 14473 14441 0 -1 4202560 2665 0 0 0 41 0 0 0 16 0 22 0 519368212 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14490] ppid=14471 vsize=15748304 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14490/stat : 14490 (java) S 14471 14473 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519368212 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14491] ppid=14471 vsize=15748304 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14491/stat : 14491 (java) S 14471 14473 14441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519368212 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056704 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14515] ppid=14471 vsize=15748304 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14515/stat : 14515 (java) S 14471 14473 14441 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 22 0 519368635 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056704 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14516] ppid=14471 vsize=15748304 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14516/stat : 14516 (java) S 14471 14473 14441 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 519368635 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056704 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14517] ppid=14471 vsize=15748304 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14517/stat : 14517 (java) S 14471 14473 14441 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 519368635 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056704 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14518] ppid=14471 vsize=15748304 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14518/stat : 14518 (java) S 14471 14473 14441 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 519368635 16126263296 271181 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056704 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 15748304

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

[pid=14473/tid=14479] ppid=14471 vsize=15751620 CPUtime=11.61 cores=0,2,4,6
/proc/14473/task/14479/stat : 14479 (java) S 14471 14473 14441 0 -1 4202560 524466 0 0 0 1068 93 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14480] ppid=14471 vsize=15751620 CPUtime=10.85 cores=0,2,4,6
/proc/14473/task/14480/stat : 14480 (java) S 14471 14473 14441 0 -1 4202560 259862 0 0 0 1042 43 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14481] ppid=14471 vsize=15751620 CPUtime=12.53 cores=0,2,4,6
/proc/14473/task/14481/stat : 14481 (java) S 14471 14473 14441 0 -1 4202560 641558 0 0 0 1139 114 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14482] ppid=14471 vsize=15751620 CPUtime=10.42 cores=0,2,4,6
/proc/14473/task/14482/stat : 14482 (java) S 14471 14473 14441 0 -1 4202560 430106 0 0 0 964 78 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14483] ppid=14471 vsize=15751620 CPUtime=10.12 cores=0,2,4,6
/proc/14473/task/14483/stat : 14483 (java) S 14471 14473 14441 0 -1 4202560 322198 0 0 0 949 63 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14484] ppid=14471 vsize=15751620 CPUtime=175.21 cores=0,2,4,6
/proc/14473/task/14484/stat : 14484 (java) R 14471 14473 14441 0 -1 4202560 122428 0 0 0 17493 28 0 0 16 0 21 0 519368210 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 47003191906376 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=14473/tid=14485] ppid=14471 vsize=15751620 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14485/stat : 14485 (java) S 14471 14473 14441 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 519368210 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14486] ppid=14471 vsize=15751620 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14486/stat : 14486 (java) S 14471 14473 14441 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 21 0 519368210 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14487] ppid=14471 vsize=15751620 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14487/stat : 14487 (java) S 14471 14473 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 519368212 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826063793 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14488] ppid=14471 vsize=15751620 CPUtime=1.43 cores=0,2,4,6
/proc/14473/task/14488/stat : 14488 (java) S 14471 14473 14441 0 -1 4202560 15543 0 0 0 140 3 0 0 15 0 21 0 519368212 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14489] ppid=14471 vsize=15751620 CPUtime=1.46 cores=0,2,4,6
/proc/14473/task/14489/stat : 14489 (java) S 14471 14473 14441 0 -1 4202560 4537 0 0 0 146 0 0 0 15 0 21 0 519368212 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14490] ppid=14471 vsize=15751620 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14490/stat : 14490 (java) S 14471 14473 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 519368212 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14491] ppid=14471 vsize=15751620 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14491/stat : 14491 (java) S 14471 14473 14441 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 21 0 519368212 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056704 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14515] ppid=14471 vsize=15751620 CPUtime=997.32 cores=0,2,4,6
/proc/14473/task/14515/stat : 14515 (java) S 14471 14473 14441 0 -1 4202560 65729 0 0 0 99723 9 0 0 17 0 21 0 519368635 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14516] ppid=14471 vsize=15751620 CPUtime=931.38 cores=0,2,4,6
/proc/14473/task/14516/stat : 14516 (java) S 14471 14473 14441 0 -1 4202560 811 0 0 0 93138 0 0 0 17 0 21 0 519368635 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14517] ppid=14471 vsize=15751620 CPUtime=999.4 cores=0,2,4,6
/proc/14473/task/14517/stat : 14517 (java) S 14471 14473 14441 0 -1 4202560 68611 0 0 0 99932 8 0 0 17 0 21 0 519368635 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4169.9
Current children cumulated vsize (KiB) 15751620

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

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

[startup+1300.2 s]
/proc/loadavg: 6.34 7.12 7.28 6/219 14569
/proc/meminfo: memFree=141492/32950928 swapFree=67111448/67111528
[pid=14473] ppid=14471 vsize=15751620 CPUtime=4170.09 cores=0,2,4,6
/proc/14473/stat : 14473 (java) S 14471 14473 14441 0 -1 4202496 4005641 0 1 0 416306 703 0 0 18 0 21 0 519368207 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14473/statm: 3937905 3822832 2296 9 0 3928624 0
[pid=14473/tid=14475] ppid=14471 vsize=15751620 CPUtime=61.19 cores=0,2,4,6
/proc/14473/task/14475/stat : 14475 (java) S 14471 14473 14441 0 -1 4202560 255432 0 1 0 6088 31 0 0 21 0 21 0 519368208 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14476] ppid=14471 vsize=15751620 CPUtime=11.41 cores=0,2,4,6
/proc/14473/task/14476/stat : 14476 (java) S 14471 14473 14441 0 -1 4202560 457190 0 0 0 1062 79 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14477] ppid=14471 vsize=15751620 CPUtime=10.74 cores=0,2,4,6
/proc/14473/task/14477/stat : 14477 (java) S 14471 14473 14441 0 -1 4202560 432011 0 0 0 1001 73 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14478] ppid=14471 vsize=15751620 CPUtime=11.13 cores=0,2,4,6
/proc/14473/task/14478/stat : 14478 (java) S 14471 14473 14441 0 -1 4202560 397525 0 0 0 1045 68 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14479] ppid=14471 vsize=15751620 CPUtime=11.61 cores=0,2,4,6
/proc/14473/task/14479/stat : 14479 (java) S 14471 14473 14441 0 -1 4202560 524466 0 0 0 1068 93 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14480] ppid=14471 vsize=15751620 CPUtime=10.85 cores=0,2,4,6
/proc/14473/task/14480/stat : 14480 (java) S 14471 14473 14441 0 -1 4202560 259862 0 0 0 1042 43 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14481] ppid=14471 vsize=15751620 CPUtime=12.53 cores=0,2,4,6
/proc/14473/task/14481/stat : 14481 (java) S 14471 14473 14441 0 -1 4202560 641558 0 0 0 1139 114 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14482] ppid=14471 vsize=15751620 CPUtime=10.42 cores=0,2,4,6
/proc/14473/task/14482/stat : 14482 (java) S 14471 14473 14441 0 -1 4202560 430106 0 0 0 964 78 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14483] ppid=14471 vsize=15751620 CPUtime=10.12 cores=0,2,4,6
/proc/14473/task/14483/stat : 14483 (java) S 14471 14473 14441 0 -1 4202560 322198 0 0 0 949 63 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14484] ppid=14471 vsize=15751620 CPUtime=175.4 cores=0,2,4,6
/proc/14473/task/14484/stat : 14484 (java) R 14471 14473 14441 0 -1 4202560 122428 0 0 0 17512 28 0 0 16 0 21 0 519368210 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251813937824 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=14473/tid=14485] ppid=14471 vsize=15751620 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14485/stat : 14485 (java) S 14471 14473 14441 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 519368210 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14486] ppid=14471 vsize=15751620 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14486/stat : 14486 (java) S 14471 14473 14441 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 21 0 519368210 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14487] ppid=14471 vsize=15751620 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14487/stat : 14487 (java) S 14471 14473 14441 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 21 0 519368212 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14488] ppid=14471 vsize=15751620 CPUtime=1.43 cores=0,2,4,6
/proc/14473/task/14488/stat : 14488 (java) S 14471 14473 14441 0 -1 4202560 15543 0 0 0 140 3 0 0 15 0 21 0 519368212 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14489] ppid=14471 vsize=15751620 CPUtime=1.46 cores=0,2,4,6
/proc/14473/task/14489/stat : 14489 (java) S 14471 14473 14441 0 -1 4202560 4537 0 0 0 146 0 0 0 15 0 21 0 519368212 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14490] ppid=14471 vsize=15751620 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14490/stat : 14490 (java) S 14471 14473 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 519368212 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14491] ppid=14471 vsize=15751620 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14491/stat : 14491 (java) S 14471 14473 14441 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 21 0 519368212 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056704 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14515] ppid=14471 vsize=15751620 CPUtime=997.32 cores=0,2,4,6
/proc/14473/task/14515/stat : 14515 (java) S 14471 14473 14441 0 -1 4202560 65729 0 0 0 99723 9 0 0 17 0 21 0 519368635 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14516] ppid=14471 vsize=15751620 CPUtime=931.38 cores=0,2,4,6
/proc/14473/task/14516/stat : 14516 (java) S 14471 14473 14441 0 -1 4202560 811 0 0 0 93138 0 0 0 17 0 21 0 519368635 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14517] ppid=14471 vsize=15751620 CPUtime=999.4 cores=0,2,4,6
/proc/14473/task/14517/stat : 14517 (java) S 14471 14473 14441 0 -1 4202560 68611 0 0 0 99932 8 0 0 17 0 21 0 519368635 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4170.09
Current children cumulated vsize (KiB) 15751620

[startup+1301 s]
/proc/loadavg: 6.34 7.12 7.28 3/201 14573
/proc/meminfo: memFree=10397876/32950928 swapFree=67111448/67111528
[pid=14473] ppid=14471 vsize=15751620 CPUtime=4170.89 cores=0,2,4,6
/proc/14473/stat : 14473 (java) S 14471 14473 14441 0 -1 4202496 4005641 0 1 0 416386 703 0 0 18 0 21 0 519368207 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14473/statm: 3937905 3822832 2296 9 0 3928624 0
[pid=14473/tid=14475] ppid=14471 vsize=15751620 CPUtime=61.19 cores=0,2,4,6
/proc/14473/task/14475/stat : 14475 (java) S 14471 14473 14441 0 -1 4202560 255432 0 1 0 6088 31 0 0 21 0 21 0 519368208 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14476] ppid=14471 vsize=15751620 CPUtime=11.41 cores=0,2,4,6
/proc/14473/task/14476/stat : 14476 (java) S 14471 14473 14441 0 -1 4202560 457190 0 0 0 1062 79 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14477] ppid=14471 vsize=15751620 CPUtime=10.74 cores=0,2,4,6
/proc/14473/task/14477/stat : 14477 (java) S 14471 14473 14441 0 -1 4202560 432011 0 0 0 1001 73 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14478] ppid=14471 vsize=15751620 CPUtime=11.13 cores=0,2,4,6
/proc/14473/task/14478/stat : 14478 (java) S 14471 14473 14441 0 -1 4202560 397525 0 0 0 1045 68 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14479] ppid=14471 vsize=15751620 CPUtime=11.61 cores=0,2,4,6
/proc/14473/task/14479/stat : 14479 (java) S 14471 14473 14441 0 -1 4202560 524466 0 0 0 1068 93 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14480] ppid=14471 vsize=15751620 CPUtime=10.85 cores=0,2,4,6
/proc/14473/task/14480/stat : 14480 (java) S 14471 14473 14441 0 -1 4202560 259862 0 0 0 1042 43 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14481] ppid=14471 vsize=15751620 CPUtime=12.53 cores=0,2,4,6
/proc/14473/task/14481/stat : 14481 (java) S 14471 14473 14441 0 -1 4202560 641558 0 0 0 1139 114 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14482] ppid=14471 vsize=15751620 CPUtime=10.42 cores=0,2,4,6
/proc/14473/task/14482/stat : 14482 (java) S 14471 14473 14441 0 -1 4202560 430106 0 0 0 964 78 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14483] ppid=14471 vsize=15751620 CPUtime=10.12 cores=0,2,4,6
/proc/14473/task/14483/stat : 14483 (java) S 14471 14473 14441 0 -1 4202560 322198 0 0 0 949 63 0 0 16 0 21 0 519368209 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 6 0 0 0
[pid=14473/tid=14484] ppid=14471 vsize=15751620 CPUtime=176.2 cores=0,2,4,6
/proc/14473/task/14484/stat : 14484 (java) R 14471 14473 14441 0 -1 4202560 122428 0 0 0 17592 28 0 0 17 0 21 0 519368210 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251813937802 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=14473/tid=14485] ppid=14471 vsize=15751620 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14485/stat : 14485 (java) S 14471 14473 14441 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 519368210 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14486] ppid=14471 vsize=15751620 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14486/stat : 14486 (java) S 14471 14473 14441 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 21 0 519368210 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14487] ppid=14471 vsize=15751620 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14487/stat : 14487 (java) S 14471 14473 14441 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 21 0 519368212 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14488] ppid=14471 vsize=15751620 CPUtime=1.43 cores=0,2,4,6
/proc/14473/task/14488/stat : 14488 (java) S 14471 14473 14441 0 -1 4202560 15543 0 0 0 140 3 0 0 15 0 21 0 519368212 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14489] ppid=14471 vsize=15751620 CPUtime=1.46 cores=0,2,4,6
/proc/14473/task/14489/stat : 14489 (java) S 14471 14473 14441 0 -1 4202560 4537 0 0 0 146 0 0 0 15 0 21 0 519368212 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14490] ppid=14471 vsize=15751620 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14490/stat : 14490 (java) S 14471 14473 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 519368212 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 4 0 0 0
[pid=14473/tid=14491] ppid=14471 vsize=15751620 CPUtime=0 cores=0,2,4,6
/proc/14473/task/14491/stat : 14491 (java) S 14471 14473 14441 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 21 0 519368212 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056704 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14515] ppid=14471 vsize=15751620 CPUtime=997.32 cores=0,2,4,6
/proc/14473/task/14515/stat : 14515 (java) S 14471 14473 14441 0 -1 4202560 65729 0 0 0 99723 9 0 0 17 0 21 0 519368635 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 2 0 0 0
[pid=14473/tid=14516] ppid=14471 vsize=15751620 CPUtime=931.38 cores=0,2,4,6
/proc/14473/task/14516/stat : 14516 (java) S 14471 14473 14441 0 -1 4202560 811 0 0 0 93138 0 0 0 17 0 21 0 519368635 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
[pid=14473/tid=14517] ppid=14471 vsize=15751620 CPUtime=999.4 cores=0,2,4,6
/proc/14473/task/14517/stat : 14517 (java) S 14471 14473 14441 0 -1 4202560 68611 0 0 0 99932 8 0 0 17 0 21 0 519368635 16129658880 3822832 33554432000 1073741824 1073778376 140733810923104 18446744073709551615 251826056089 0 4 0 16800975 18446604453870569408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4170.89
Current children cumulated vsize (KiB) 15751620

[startup+1301.4 s]
/proc/loadavg: 6.34 7.12 7.28 3/201 14573
/proc/meminfo: memFree=10397876/32950928 swapFree=67111448/67111528
[pid=14473] ppid=14471 vsize=0 CPUtime=4171.3 cores=0,2,4,6
/proc/14473/stat : 14473 (java) Z 14471 14473 14441 0 -1 4203548 4005658 0 1 0 416412 718 0 0 18 0 2 0 519368207 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14473/statm: 0 0 0 0 0 0 0
[pid=14473/tid=14516] ppid=14471 vsize=0 CPUtime=931.53 cores=0,2,4,6
/proc/14473/task/14516/stat : 14516 (java) R 14471 14473 14441 0 -1 4203588 811 0 0 0 93138 15 0 0 16 0 2 0 519368635 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4171.3
Current children cumulated vsize (KiB) 0

[startup+1301.8 s]
/proc/loadavg: 6.34 7.12 7.28 2/178 14575
/proc/meminfo: memFree=27363416/32950928 swapFree=67111448/67111528
[pid=14473] ppid=14471 vsize=0 CPUtime=4171.7 cores=0,2,4,6
/proc/14473/stat : 14473 (java) Z 14471 14473 14441 0 -1 4203548 4005658 0 1 0 416412 758 0 0 18 0 2 0 519368207 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14473/statm: 0 0 0 0 0 0 0
[pid=14473/tid=14516] ppid=14471 vsize=0 CPUtime=931.94 cores=0,2,4,6
/proc/14473/task/14516/stat : 14516 (java) R 14471 14473 14441 0 -1 4203588 811 0 0 0 93138 56 0 0 16 0 2 0 519368635 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4171.7
Current children cumulated vsize (KiB) 0

[startup+1301.91 s]
/proc/loadavg: 6.34 7.12 7.28 2/178 14575
/proc/meminfo: memFree=27363416/32950928 swapFree=67111448/67111528
[pid=14473] ppid=14471 vsize=0 CPUtime=4171.8 cores=0,2,4,6
/proc/14473/stat : 14473 (java) Z 14471 14473 14441 0 -1 4203548 4005658 0 1 0 416412 768 0 0 18 0 2 0 519368207 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14473/statm: 0 0 0 0 0 0 0
[pid=14473/tid=14516] ppid=14471 vsize=0 CPUtime=932.04 cores=0,2,4,6
/proc/14473/task/14516/stat : 14516 (java) R 14471 14473 14441 0 -1 4203588 811 0 0 0 93138 66 0 0 16 0 2 0 519368635 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4171.8
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1301.96
CPU time (s): 4171.86
CPU user time (s): 4164.12
CPU system time (s): 7.74382
CPU usage (%): 320.429
Max. virtual memory (cumulated for all children) (KiB): 15754996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4164.12
system time used= 7.74382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4005658
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= 59593
involuntary context switches= 65181

runsolver used 2.11368 second user time and 5.08823 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-29 13:48:15
IDJOB=3313339
IDBENCH=71045
IDSOLVER=1699
FILE ID=node126/3313339-1304077694
RUNJOBID= node126-1304077694-14459
PBS_JOBID= 13170512
Free space on /tmp= 71556 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-20-5p1.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313339-1304077694/watcher-3313339-1304077694 -o /tmp/evaluation-result-3313339-1304077694/solver-3313339-1304077694 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313339-1304077694.cnf

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

MD5SUM BENCH= 93858500e23e9a4bf0619d7bf7dc00f3
RANDOM SEED=1740966024

node126.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.783
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.56
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.783
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.783
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.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26440680 kB
Buffers:       1419540 kB
Cached:        4474764 kB
SwapCached:          4 kB
Active:         408560 kB
Inactive:      5553760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26440680 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           45476 kB
Writeback:           0 kB
AnonPages:       68080 kB
Mapped:          14720 kB
Slab:           482288 kB
PageTables:       4784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189396 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= 71548 MiB
End job on node126 at 2011-04-29 14:09:57