Trace number 3313287

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) 2191.27 1301.75

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUMce0d180356398dfbcfd2bbbb1cb3f9e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark375.866
Satisfiable
(Un)Satisfiability was proved
Number of variables1260306
Number of clauses6771840
Sum of the clauses size16095280
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 26714640
Number of clauses of size 3320
Number of clauses of size 41280
Number of clauses of size 53200
Number of clauses of size over 551680

Solver Data

0.10/0.11	23:15 INFO : Reading from input HOME/instance-3313287-1304101391.cnf
21.50/20.85	Executor set job limit to 1000000
21.50/20.85	Executor set job limit to 1000000
21.50/20.85	Executor set job limit to 1000000
21.50/20.86	Executor set job limit to 1000000
21.50/20.86	Starting Executor!
21.50/20.86	Starting Executor!
21.50/20.86	Starting Executor!
21.50/20.86	Starting Executor!
124.40/118.52	25:13 INFO : 1090731 variables remaining out of 1260306
124.40/118.52	25:13 INFO : 39443257 literals remaining out of 22867120
2001.00/1133.06	42:08 ERROR: Failed to solve instance
2001.00/1133.06	java.lang.OutOfMemoryError: Java heap space
2001.00/1133.06		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2001.00/1133.06		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2001.00/1133.06		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
2001.00/1133.06		at ibis.structure.WatchLists.build(WatchLists.java:58)
2001.00/1133.06		at ibis.structure.Solver.<init>(Solver.java:45)
2001.00/1133.06		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2001.00/1133.06		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2001.00/1133.06		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2001.00/1133.06		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2001.00/1133.06		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2001.00/1133.06		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2001.00/1133.06		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2001.00/1133.06		at ibis.constellation.Executor.processActivities(Executor.java:75)
2001.00/1133.06		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2001.00/1133.06		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2001.00/1133.06		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2038.77/1168.77	42:44 ERROR: Failed to solve instance
2038.77/1168.77	java.lang.OutOfMemoryError: GC overhead limit exceeded
2038.77/1168.77		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2038.77/1168.77		at gnu.trove.THash.postInsertHook(THash.java:370)
2038.77/1168.77		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2038.77/1168.77		at ibis.structure.WatchLists.build(WatchLists.java:56)
2038.77/1168.77		at ibis.structure.Solver.<init>(Solver.java:45)
2038.77/1168.77		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2038.77/1168.77		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2038.77/1168.77		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2038.77/1168.77		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2038.77/1168.77		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2038.77/1168.77		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2038.77/1168.77		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2038.77/1168.77		at ibis.constellation.Executor.processActivities(Executor.java:75)
2038.77/1168.77		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2038.77/1168.77		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2038.77/1168.77		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2108.66/1229.65	43:45 ERROR: Failed to solve instance
2108.66/1229.65	java.lang.OutOfMemoryError: GC overhead limit exceeded
2108.66/1229.65		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2108.66/1229.65		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2108.66/1229.65		at ibis.structure.ImplicationsGraph.add(ImplicationsGraph.java:39)
2108.66/1229.65		at ibis.structure.Solver.addBinary(Solver.java:97)
2108.66/1229.65		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:85)
2108.66/1229.65		at ibis.structure.Solver.simplify(Solver.java:191)
2108.66/1229.65		at ibis.structure.Solver.solve(Solver.java:113)
2108.66/1229.65		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2108.66/1229.65		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2108.66/1229.65		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2108.66/1229.65		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2108.66/1229.65		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2108.66/1229.65		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2108.66/1229.65		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2108.66/1229.65		at ibis.constellation.Executor.processActivities(Executor.java:75)
2108.66/1229.65		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2108.66/1229.65		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2108.66/1229.65		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2156.76/1274.43	44:29 ERROR: Failed to solve instance
2156.76/1274.43	java.lang.OutOfMemoryError: GC overhead limit exceeded
2156.76/1274.43		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2156.76/1274.43		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2156.76/1274.43		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
2156.76/1274.43		at ibis.structure.WatchLists.build(WatchLists.java:58)
2156.76/1274.43		at ibis.structure.Solver.<init>(Solver.java:45)
2156.76/1274.43		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2156.76/1274.43		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2156.76/1274.43		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2156.76/1274.43		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2156.76/1274.43		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2156.76/1274.43		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2156.76/1274.43		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2156.76/1274.43		at ibis.constellation.Executor.processActivities(Executor.java:75)
2156.76/1274.43		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2156.76/1274.43		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2156.76/1274.43		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3313287-1304101391/watcher-3313287-1304101391 -o /tmp/evaluation-result-3313287-1304101391/solver-3313287-1304101391 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313287-1304101391.cnf 

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

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


[startup+0 s]
/proc/loadavg: 5.14 5.70 6.14 2/194 5934
/proc/meminfo: memFree=25514244/32951124 swapFree=67088964/67111528
[pid=5934] ppid=5932 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/5934/stat : 5934 (java) S 5932 5934 5740 0 -1 4202496 1424 0 0 0 0 0 0 0 24 0 2 0 521737985 27824128 894 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216450021 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5934/statm: 6793 894 684 9 0 381 0
[pid=5934/tid=5935] ppid=5932 vsize=28436 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5935/stat : 5935 (java) R 5932 5934 5740 0 -1 4202560 77 0 0 0 0 0 0 0 25 0 2 0 521737986 29118464 904 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210199723655 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.075985 s]
/proc/loadavg: 5.14 5.70 6.14 2/194 5934
/proc/meminfo: memFree=25514244/32951124 swapFree=67088964/67111528
[pid=5934] ppid=5932 vsize=15675876 CPUtime=0.07 cores=1,3,5,7
/proc/5934/stat : 5934 (java) S 5932 5934 5740 0 -1 4202496 4938 0 1 0 6 1 0 0 24 0 18 0 521737985 16052097024 4336 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5934/statm: 3918969 4336 2035 9 0 3909688 0
[pid=5934/tid=5935] ppid=5932 vsize=15675876 CPUtime=0.05 cores=1,3,5,7
/proc/5934/task/5935/stat : 5935 (java) D 5932 5934 5740 0 -1 4202560 3090 0 1 0 5 0 0 0 25 0 18 0 521737986 16052097024 4336 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210204308165 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15675876

[startup+0.100229 s]
/proc/loadavg: 5.14 5.70 6.14 2/194 5934
/proc/meminfo: memFree=25514244/32951124 swapFree=67088964/67111528
[pid=5934] ppid=5932 vsize=15741992 CPUtime=0.1 cores=1,3,5,7
/proc/5934/stat : 5934 (java) S 5932 5934 5740 0 -1 4202496 5641 0 1 0 9 1 0 0 24 0 18 0 521737985 16119799808 5032 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5934/statm: 3935498 5032 2117 9 0 3926217 0
[pid=5934/tid=5935] ppid=5932 vsize=15741992 CPUtime=0.08 cores=1,3,5,7
/proc/5934/task/5935/stat : 5935 (java) R 5932 5934 5740 0 -1 4202560 3473 0 1 0 7 1 0 0 25 0 18 0 521737986 16119799808 5032 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 47488946615025 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15741992

[startup+0.300197 s]
/proc/loadavg: 5.14 5.70 6.14 2/194 5934
/proc/meminfo: memFree=25514244/32951124 swapFree=67088964/67111528
[pid=5934] ppid=5932 vsize=15742080 CPUtime=0.51 cores=1,3,5,7
/proc/5934/stat : 5934 (java) S 5932 5934 5740 0 -1 4202496 16335 0 1 0 49 2 0 0 24 0 18 0 521737985 16119889920 14408 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5934/statm: 3935520 14408 2206 9 0 3926239 0
[pid=5934/tid=5935] ppid=5932 vsize=15742080 CPUtime=0.27 cores=1,3,5,7
/proc/5934/task/5935/stat : 5935 (java) R 5932 5934 5740 0 -1 4202560 11070 0 1 0 26 1 0 0 25 0 18 0 521737986 16119889920 14408 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 46912505585118 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15742080

[startup+0.701131 s]
/proc/loadavg: 5.14 5.70 6.14 2/194 5934
/proc/meminfo: memFree=25514244/32951124 swapFree=67088964/67111528
[pid=5934] ppid=5932 vsize=15742080 CPUtime=0.92 cores=1,3,5,7
/proc/5934/stat : 5934 (java) S 5932 5934 5740 0 -1 4202496 44444 0 1 0 86 6 0 0 24 0 18 0 521737985 16119889920 42515 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5934/statm: 3935520 42515 2222 9 0 3926239 0
[pid=5934/tid=5935] ppid=5932 vsize=15742080 CPUtime=0.67 cores=1,3,5,7
/proc/5934/task/5935/stat : 5935 (java) R 5932 5934 5740 0 -1 4202560 35538 0 1 0 63 4 0 0 25 0 18 0 521737986 16119889920 42515 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 46912505584926 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15742080

[startup+1.50104 s]
/proc/loadavg: 5.14 5.70 6.14 3/212 5952
/proc/meminfo: memFree=25341368/32951124 swapFree=67088964/67111528
[pid=5934] ppid=5932 vsize=15742080 CPUtime=1.74 cores=1,3,5,7
/proc/5934/stat : 5934 (java) S 5932 5934 5740 0 -1 4202496 78345 0 1 0 164 10 0 0 24 0 18 0 521737985 16119889920 76413 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5934/statm: 3935520 76413 2222 9 0 3926239 0
[pid=5934/tid=5935] ppid=5932 vsize=15742080 CPUtime=1.46 cores=1,3,5,7
/proc/5934/task/5935/stat : 5935 (java) R 5932 5934 5740 0 -1 4202560 63835 0 1 0 138 8 0 0 25 0 18 0 521737986 16119889920 76413 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 46912505538343 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5934/tid=5937] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5937/stat : 5937 (java) S 5932 5934 5740 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 521737986 16119889920 76413 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 1 0 0 0
[pid=5934/tid=5938] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5938/stat : 5938 (java) S 5932 5934 5740 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 18 0 521737986 16119889920 76413 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 1 0 0 0
[pid=5934/tid=5939] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5939/stat : 5939 (java) S 5932 5934 5740 0 -1 4202560 675 0 0 0 0 0 0 0 15 0 18 0 521737986 16119889920 76413 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 3 0 0 0
[pid=5934/tid=5940] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5940/stat : 5940 (java) S 5932 5934 5740 0 -1 4202560 2468 0 0 0 0 0 0 0 15 0 18 0 521737986 16119889920 76413 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5941] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5941/stat : 5941 (java) S 5932 5934 5740 0 -1 4202560 2680 0 0 0 0 0 0 0 16 0 18 0 521737986 16119889920 76413 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 3 0 0 0
[pid=5934/tid=5942] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5942/stat : 5942 (java) S 5932 5934 5740 0 -1 4202560 368 0 0 0 0 0 0 0 16 0 18 0 521737986 16119889920 76413 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 1 0 0 0
[pid=5934/tid=5943] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5943/stat : 5943 (java) S 5932 5934 5740 0 -1 4202560 2483 0 0 0 0 0 0 0 16 0 18 0 521737986 16119889920 76413 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5944] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5944/stat : 5944 (java) S 5932 5934 5740 0 -1 4202560 391 0 0 0 0 0 0 0 15 0 18 0 521737986 16119889920 76413 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5945] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5945/stat : 5945 (java) S 5932 5934 5740 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 18 0 521737987 16119889920 76413 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463872 0 0 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5946] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5946/stat : 5946 (java) S 5932 5934 5740 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 18 0 521737987 16119889920 76413 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5947] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5947/stat : 5947 (java) S 5932 5934 5740 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 18 0 521737987 16119889920 76413 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5948] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5948/stat : 5948 (java) S 5932 5934 5740 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 521737990 16119889920 76413 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216470961 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5949] ppid=5932 vsize=15742080 CPUtime=0.12 cores=1,3,5,7
/proc/5934/task/5949/stat : 5949 (java) S 5932 5934 5740 0 -1 4202560 2478 0 0 0 12 0 0 0 15 0 18 0 521737990 16119889920 76413 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5950] ppid=5932 vsize=15742080 CPUtime=0.1 cores=1,3,5,7
/proc/5934/task/5950/stat : 5950 (java) S 5932 5934 5740 0 -1 4202560 1392 0 0 0 10 0 0 0 24 0 18 0 521737990 16119889920 76413 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 3 0 0 0
[pid=5934/tid=5951] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5951/stat : 5951 (java) S 5932 5934 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521737990 16119889920 76413 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5952] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5952/stat : 5952 (java) S 5932 5934 5740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521737990 16119889920 76413 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463872 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15742080

[startup+3.10077 s]
/proc/loadavg: 4.89 5.64 6.11 3/212 5952
/proc/meminfo: memFree=25107628/32951124 swapFree=67088964/67111528
[pid=5934] ppid=5932 vsize=15742080 CPUtime=3.43 cores=1,3,5,7
/proc/5934/stat : 5934 (java) S 5932 5934 5740 0 -1 4202496 148078 0 1 0 325 18 0 0 24 0 18 0 521737985 16119889920 146115 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5934/statm: 3935520 146115 2240 9 0 3926239 0
[pid=5934/tid=5935] ppid=5932 vsize=15742080 CPUtime=3.04 cores=1,3,5,7
/proc/5934/task/5935/stat : 5935 (java) R 5932 5934 5740 0 -1 4202560 122946 0 1 0 289 15 0 0 25 0 18 0 521737986 16119889920 146115 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 46912505570358 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5934/tid=5937] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5937/stat : 5937 (java) S 5932 5934 5740 0 -1 4202560 5123 0 0 0 0 0 0 0 16 0 18 0 521737986 16119889920 146115 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 1 0 0 0
[pid=5934/tid=5938] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5938/stat : 5938 (java) S 5932 5934 5740 0 -1 4202560 1236 0 0 0 0 0 0 0 15 0 18 0 521737986 16119889920 146115 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 1 0 0 0
[pid=5934/tid=5939] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5939/stat : 5939 (java) S 5932 5934 5740 0 -1 4202560 675 0 0 0 0 0 0 0 16 0 18 0 521737986 16119889920 146115 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 3 0 0 0
[pid=5934/tid=5940] ppid=5932 vsize=15742080 CPUtime=0.01 cores=1,3,5,7
/proc/5934/task/5940/stat : 5940 (java) S 5932 5934 5740 0 -1 4202560 2553 0 0 0 1 0 0 0 15 0 18 0 521737986 16119889920 146115 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5941] ppid=5932 vsize=15742080 CPUtime=0.01 cores=1,3,5,7
/proc/5934/task/5941/stat : 5941 (java) S 5932 5934 5740 0 -1 4202560 2703 0 0 0 1 0 0 0 16 0 18 0 521737986 16119889920 146115 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 3 0 0 0
[pid=5934/tid=5942] ppid=5932 vsize=15742080 CPUtime=0.01 cores=1,3,5,7
/proc/5934/task/5942/stat : 5942 (java) S 5932 5934 5740 0 -1 4202560 2953 0 0 0 1 0 0 0 16 0 18 0 521737986 16119889920 146115 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5943] ppid=5932 vsize=15742080 CPUtime=0.01 cores=1,3,5,7
/proc/5934/task/5943/stat : 5943 (java) S 5932 5934 5740 0 -1 4202560 3714 0 0 0 1 0 0 0 16 0 18 0 521737986 16119889920 146115 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 1 0 0 0
[pid=5934/tid=5944] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5944/stat : 5944 (java) S 5932 5934 5740 0 -1 4202560 391 0 0 0 0 0 0 0 16 0 18 0 521737986 16119889920 146115 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5945] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5945/stat : 5945 (java) S 5932 5934 5740 0 -1 4202560 439 0 0 0 0 0 0 0 15 0 18 0 521737987 16119889920 146115 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463872 0 0 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5946] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5946/stat : 5946 (java) S 5932 5934 5740 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 18 0 521737987 16119889920 146115 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5947] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5947/stat : 5947 (java) S 5932 5934 5740 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 18 0 521737987 16119889920 146115 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5948] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5948/stat : 5948 (java) S 5932 5934 5740 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 521737990 16119889920 146115 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216470961 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5949] ppid=5932 vsize=15742080 CPUtime=0.14 cores=1,3,5,7
/proc/5934/task/5949/stat : 5949 (java) S 5932 5934 5740 0 -1 4202560 2531 0 0 0 14 0 0 0 15 0 18 0 521737990 16119889920 146115 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5950] ppid=5932 vsize=15742080 CPUtime=0.12 cores=1,3,5,7
/proc/5934/task/5950/stat : 5950 (java) S 5932 5934 5740 0 -1 4202560 1428 0 0 0 12 0 0 0 15 0 18 0 521737990 16119889920 146115 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 3 0 0 0
[pid=5934/tid=5951] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5951/stat : 5951 (java) S 5932 5934 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521737990 16119889920 146115 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5952] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5952/stat : 5952 (java) S 5932 5934 5740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521737990 16119889920 146115 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463872 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 15742080

[startup+6.30124 s]
/proc/loadavg: 4.89 5.64 6.11 3/212 5952
/proc/meminfo: memFree=24325184/32951124 swapFree=67088964/67111528
[pid=5934] ppid=5932 vsize=15742080 CPUtime=6.68 cores=1,3,5,7
/proc/5934/stat : 5934 (java) S 5932 5934 5740 0 -1 4202496 285791 0 1 0 636 32 0 0 24 0 18 0 521737985 16119889920 283504 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5934/statm: 3935520 283504 2240 9 0 3926239 0
[pid=5934/tid=5935] ppid=5932 vsize=15742080 CPUtime=6.22 cores=1,3,5,7
/proc/5934/task/5935/stat : 5935 (java) R 5932 5934 5740 0 -1 4202560 250113 0 1 0 594 28 0 0 20 0 18 0 521737986 16119889920 283504 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216474059 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5934/tid=5937] ppid=5932 vsize=15742080 CPUtime=0.01 cores=1,3,5,7
/proc/5934/task/5937/stat : 5937 (java) S 5932 5934 5740 0 -1 4202560 5123 0 0 0 1 0 0 0 15 0 18 0 521737986 16119889920 283504 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 1 0 0 0
[pid=5934/tid=5938] ppid=5932 vsize=15742080 CPUtime=0.01 cores=1,3,5,7
/proc/5934/task/5938/stat : 5938 (java) S 5932 5934 5740 0 -1 4202560 1236 0 0 0 1 0 0 0 15 0 18 0 521737986 16119889920 283504 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5939] ppid=5932 vsize=15742080 CPUtime=0.01 cores=1,3,5,7
/proc/5934/task/5939/stat : 5939 (java) S 5932 5934 5740 0 -1 4202560 677 0 0 0 1 0 0 0 15 0 18 0 521737986 16119889920 283504 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 3 0 0 0
[pid=5934/tid=5940] ppid=5932 vsize=15742080 CPUtime=0.02 cores=1,3,5,7
/proc/5934/task/5940/stat : 5940 (java) S 5932 5934 5740 0 -1 4202560 2553 0 0 0 2 0 0 0 15 0 18 0 521737986 16119889920 283504 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5941] ppid=5932 vsize=15742080 CPUtime=0.02 cores=1,3,5,7
/proc/5934/task/5941/stat : 5941 (java) S 5932 5934 5740 0 -1 4202560 2703 0 0 0 2 0 0 0 15 0 18 0 521737986 16119889920 283504 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 3 0 0 0
[pid=5934/tid=5942] ppid=5932 vsize=15742080 CPUtime=0.01 cores=1,3,5,7
/proc/5934/task/5942/stat : 5942 (java) S 5932 5934 5740 0 -1 4202560 2953 0 0 0 1 0 0 0 15 0 18 0 521737986 16119889920 283504 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5943] ppid=5932 vsize=15742080 CPUtime=0.02 cores=1,3,5,7
/proc/5934/task/5943/stat : 5943 (java) S 5932 5934 5740 0 -1 4202560 3714 0 0 0 2 0 0 0 15 0 18 0 521737986 16119889920 283504 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 1 0 0 0
[pid=5934/tid=5944] ppid=5932 vsize=15742080 CPUtime=0.01 cores=1,3,5,7
/proc/5934/task/5944/stat : 5944 (java) S 5932 5934 5740 0 -1 4202560 10633 0 0 0 1 0 0 0 16 0 18 0 521737986 16119889920 283504 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5945] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5945/stat : 5945 (java) S 5932 5934 5740 0 -1 4202560 741 0 0 0 0 0 0 0 15 0 18 0 521737987 16119889920 283504 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463872 0 0 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5946] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5946/stat : 5946 (java) S 5932 5934 5740 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 18 0 521737987 16119889920 283504 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5947] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5947/stat : 5947 (java) S 5932 5934 5740 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 18 0 521737987 16119889920 283504 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5948] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5948/stat : 5948 (java) S 5932 5934 5740 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 521737990 16119889920 283504 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216470961 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5949] ppid=5932 vsize=15742080 CPUtime=0.14 cores=1,3,5,7
/proc/5934/task/5949/stat : 5949 (java) S 5932 5934 5740 0 -1 4202560 2531 0 0 0 14 0 0 0 15 0 18 0 521737990 16119889920 283504 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5950] ppid=5932 vsize=15742080 CPUtime=0.12 cores=1,3,5,7
/proc/5934/task/5950/stat : 5950 (java) S 5932 5934 5740 0 -1 4202560 1428 0 0 0 12 0 0 0 15 0 18 0 521737990 16119889920 283504 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 3 0 0 0
[pid=5934/tid=5951] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5951/stat : 5951 (java) S 5932 5934 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521737990 16119889920 283504 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5952] ppid=5932 vsize=15742080 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5952/stat : 5952 (java) S 5932 5934 5740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521737990 16119889920 283504 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463872 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0

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

/proc/5934/task/5939/stat : 5939 (java) S 5932 5934 5740 0 -1 4202560 408484 0 0 0 1507 83 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5940] ppid=5932 vsize=15755432 CPUtime=17.29 cores=1,3,5,7
/proc/5934/task/5940/stat : 5940 (java) S 5932 5934 5740 0 -1 4202560 465711 0 0 0 1598 131 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5941] ppid=5932 vsize=15755432 CPUtime=17.98 cores=1,3,5,7
/proc/5934/task/5941/stat : 5941 (java) S 5932 5934 5740 0 -1 4202560 455961 0 0 0 1671 127 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 19
[pid=5934/tid=5942] ppid=5932 vsize=15755432 CPUtime=19.19 cores=1,3,5,7
/proc/5934/task/5942/stat : 5942 (java) S 5932 5934 5740 0 -1 4202560 409856 0 0 0 1803 116 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5943] ppid=5932 vsize=15755432 CPUtime=16.24 cores=1,3,5,7
/proc/5934/task/5943/stat : 5943 (java) S 5932 5934 5740 0 -1 4202560 506988 0 0 0 1472 152 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5944] ppid=5932 vsize=15755432 CPUtime=19.02 cores=1,3,5,7
/proc/5934/task/5944/stat : 5944 (java) S 5932 5934 5740 0 -1 4202560 488702 0 0 0 1768 134 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5945] ppid=5932 vsize=15755432 CPUtime=316.52 cores=1,3,5,7
/proc/5934/task/5945/stat : 5945 (java) R 5932 5934 5740 0 -1 4202560 105135 0 0 0 31616 36 0 0 25 0 22 0 521737987 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 47488946461162 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=5934/tid=5946] ppid=5932 vsize=15755432 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5946/stat : 5946 (java) S 5932 5934 5740 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 521737987 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5947] ppid=5932 vsize=15755432 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5947/stat : 5947 (java) S 5932 5934 5740 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 521737987 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5948] ppid=5932 vsize=15755432 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5948/stat : 5948 (java) S 5932 5934 5740 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 521737990 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216470961 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5949] ppid=5932 vsize=15755432 CPUtime=3.03 cores=1,3,5,7
/proc/5934/task/5949/stat : 5949 (java) S 5932 5934 5740 0 -1 4202560 23492 0 0 0 300 3 0 0 15 0 22 0 521737990 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 1 0 0 0
[pid=5934/tid=5950] ppid=5932 vsize=15755432 CPUtime=2.06 cores=1,3,5,7
/proc/5934/task/5950/stat : 5950 (java) S 5932 5934 5740 0 -1 4202560 16682 0 0 0 205 1 0 0 15 0 22 0 521737990 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5951] ppid=5932 vsize=15755432 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5951/stat : 5951 (java) S 5932 5934 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521737990 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5952] ppid=5932 vsize=15755432 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5952/stat : 5952 (java) S 5932 5934 5740 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 521737990 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463872 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5954] ppid=5932 vsize=15755432 CPUtime=738.55 cores=1,3,5,7
/proc/5934/task/5954/stat : 5954 (java) S 5932 5934 5740 0 -1 4202560 28070 0 0 0 73851 4 0 0 15 0 22 0 521740071 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 3 0 0 0
[pid=5934/tid=5955] ppid=5932 vsize=15755432 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5955/stat : 5955 (java) S 5932 5934 5740 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 22 0 521740071 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5956] ppid=5932 vsize=15755432 CPUtime=36.46 cores=1,3,5,7
/proc/5934/task/5956/stat : 5956 (java) S 5932 5934 5740 0 -1 4202560 2896 0 0 0 3645 1 0 0 15 0 22 0 521740071 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5957] ppid=5932 vsize=15755432 CPUtime=771.16 cores=1,3,5,7
/proc/5934/task/5957/stat : 5957 (java) S 5932 5934 5740 0 -1 4202560 34393 0 0 0 77111 5 0 0 15 0 22 0 521740071 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 1 0 0 4
Current children cumulated CPU time (s) 2123.27
Current children cumulated vsize (KiB) 15755432



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 2.03 2.54 3.85 3/196 6017
/proc/meminfo: memFree=15574028/32951124 swapFree=67107380/67111528
[pid=5934] ppid=5932 vsize=15755432 CPUtime=2189.52 cores=1,3,5,7
/proc/5934/stat : 5934 (java) S 5932 5934 5740 0 -1 4202496 4177221 0 1 0 217865 1087 0 0 24 0 22 0 521737985 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5934/statm: 3938858 3855693 2301 9 0 3929577 0
[pid=5934/tid=5935] ppid=5932 vsize=15755432 CPUtime=114.4 cores=1,3,5,7
/proc/5934/task/5935/stat : 5935 (java) S 5932 5934 5740 0 -1 4202560 459344 0 1 0 11385 55 0 0 19 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 1 0 0 0
[pid=5934/tid=5937] ppid=5932 vsize=15755432 CPUtime=18.12 cores=1,3,5,7
/proc/5934/task/5937/stat : 5937 (java) S 5932 5934 5740 0 -1 4202560 370546 0 0 0 1698 114 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5938] ppid=5932 vsize=15755432 CPUtime=17.2 cores=1,3,5,7
/proc/5934/task/5938/stat : 5938 (java) S 5932 5934 5740 0 -1 4202560 399354 0 0 0 1602 118 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5939] ppid=5932 vsize=15755432 CPUtime=15.9 cores=1,3,5,7
/proc/5934/task/5939/stat : 5939 (java) S 5932 5934 5740 0 -1 4202560 408484 0 0 0 1507 83 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5940] ppid=5932 vsize=15755432 CPUtime=17.29 cores=1,3,5,7
/proc/5934/task/5940/stat : 5940 (java) S 5932 5934 5740 0 -1 4202560 465711 0 0 0 1598 131 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5941] ppid=5932 vsize=15755432 CPUtime=17.98 cores=1,3,5,7
/proc/5934/task/5941/stat : 5941 (java) S 5932 5934 5740 0 -1 4202560 455961 0 0 0 1671 127 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 19
[pid=5934/tid=5942] ppid=5932 vsize=15755432 CPUtime=19.19 cores=1,3,5,7
/proc/5934/task/5942/stat : 5942 (java) S 5932 5934 5740 0 -1 4202560 409856 0 0 0 1803 116 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5943] ppid=5932 vsize=15755432 CPUtime=16.24 cores=1,3,5,7
/proc/5934/task/5943/stat : 5943 (java) S 5932 5934 5740 0 -1 4202560 506988 0 0 0 1472 152 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5944] ppid=5932 vsize=15755432 CPUtime=19.02 cores=1,3,5,7
/proc/5934/task/5944/stat : 5944 (java) S 5932 5934 5740 0 -1 4202560 488702 0 0 0 1768 134 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5945] ppid=5932 vsize=15755432 CPUtime=365.71 cores=1,3,5,7
/proc/5934/task/5945/stat : 5945 (java) R 5932 5934 5740 0 -1 4202560 105136 0 0 0 36534 37 0 0 19 0 22 0 521737987 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 47488943767921 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=5934/tid=5946] ppid=5932 vsize=15755432 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5946/stat : 5946 (java) S 5932 5934 5740 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 521737987 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5947] ppid=5932 vsize=15755432 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5947/stat : 5947 (java) S 5932 5934 5740 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 521737987 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5948] ppid=5932 vsize=15755432 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5948/stat : 5948 (java) S 5932 5934 5740 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 521737990 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216470961 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5949] ppid=5932 vsize=15755432 CPUtime=3.05 cores=1,3,5,7
/proc/5934/task/5949/stat : 5949 (java) S 5932 5934 5740 0 -1 4202560 23494 0 0 0 302 3 0 0 15 0 22 0 521737990 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5950] ppid=5932 vsize=15755432 CPUtime=2.06 cores=1,3,5,7
/proc/5934/task/5950/stat : 5950 (java) S 5932 5934 5740 0 -1 4202560 16682 0 0 0 205 1 0 0 15 0 22 0 521737990 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5951] ppid=5932 vsize=15755432 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5951/stat : 5951 (java) S 5932 5934 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521737990 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5952] ppid=5932 vsize=15755432 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5952/stat : 5952 (java) S 5932 5934 5740 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 521737990 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463872 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5954] ppid=5932 vsize=15755432 CPUtime=747.08 cores=1,3,5,7
/proc/5934/task/5954/stat : 5954 (java) S 5932 5934 5740 0 -1 4202560 28079 0 0 0 74704 4 0 0 16 0 22 0 521740071 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 3 0 0 0
[pid=5934/tid=5955] ppid=5932 vsize=15755432 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5955/stat : 5955 (java) S 5932 5934 5740 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 22 0 521740071 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5956] ppid=5932 vsize=15755432 CPUtime=36.46 cores=1,3,5,7
/proc/5934/task/5956/stat : 5956 (java) S 5932 5934 5740 0 -1 4202560 2909 0 0 0 3645 1 0 0 15 0 22 0 521740071 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5957] ppid=5932 vsize=15755432 CPUtime=779.69 cores=1,3,5,7
/proc/5934/task/5957/stat : 5957 (java) S 5932 5934 5740 0 -1 4202560 34396 0 0 0 77964 5 0 0 16 0 22 0 521740071 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 1 0 0 4
Current children cumulated CPU time (s) 2189.52
Current children cumulated vsize (KiB) 15755432

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

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

[startup+1300.5 s]
/proc/loadavg: 2.03 2.54 3.85 3/196 6017
/proc/meminfo: memFree=15574028/32951124 swapFree=67107380/67111528
[pid=5934] ppid=5932 vsize=15755432 CPUtime=2190.01 cores=1,3,5,7
/proc/5934/stat : 5934 (java) S 5932 5934 5740 0 -1 4202496 4177221 0 1 0 217914 1087 0 0 18 0 22 0 521737985 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5934/statm: 3938858 3855693 2301 9 0 3929577 0
[pid=5934/tid=5935] ppid=5932 vsize=15755432 CPUtime=114.4 cores=1,3,5,7
/proc/5934/task/5935/stat : 5935 (java) S 5932 5934 5740 0 -1 4202560 459344 0 1 0 11385 55 0 0 19 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 1 0 0 0
[pid=5934/tid=5937] ppid=5932 vsize=15755432 CPUtime=18.12 cores=1,3,5,7
/proc/5934/task/5937/stat : 5937 (java) S 5932 5934 5740 0 -1 4202560 370546 0 0 0 1698 114 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5938] ppid=5932 vsize=15755432 CPUtime=17.2 cores=1,3,5,7
/proc/5934/task/5938/stat : 5938 (java) S 5932 5934 5740 0 -1 4202560 399354 0 0 0 1602 118 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5939] ppid=5932 vsize=15755432 CPUtime=15.9 cores=1,3,5,7
/proc/5934/task/5939/stat : 5939 (java) S 5932 5934 5740 0 -1 4202560 408484 0 0 0 1507 83 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5940] ppid=5932 vsize=15755432 CPUtime=17.29 cores=1,3,5,7
/proc/5934/task/5940/stat : 5940 (java) S 5932 5934 5740 0 -1 4202560 465711 0 0 0 1598 131 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5941] ppid=5932 vsize=15755432 CPUtime=17.98 cores=1,3,5,7
/proc/5934/task/5941/stat : 5941 (java) S 5932 5934 5740 0 -1 4202560 455961 0 0 0 1671 127 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 19
[pid=5934/tid=5942] ppid=5932 vsize=15755432 CPUtime=19.19 cores=1,3,5,7
/proc/5934/task/5942/stat : 5942 (java) S 5932 5934 5740 0 -1 4202560 409856 0 0 0 1803 116 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5943] ppid=5932 vsize=15755432 CPUtime=16.24 cores=1,3,5,7
/proc/5934/task/5943/stat : 5943 (java) S 5932 5934 5740 0 -1 4202560 506988 0 0 0 1472 152 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5944] ppid=5932 vsize=15755432 CPUtime=19.02 cores=1,3,5,7
/proc/5934/task/5944/stat : 5944 (java) S 5932 5934 5740 0 -1 4202560 488702 0 0 0 1768 134 0 0 16 0 22 0 521737986 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5945] ppid=5932 vsize=15755432 CPUtime=366.2 cores=1,3,5,7
/proc/5934/task/5945/stat : 5945 (java) R 5932 5934 5740 0 -1 4202560 105136 0 0 0 36583 37 0 0 20 0 22 0 521737987 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 47488946462131 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=5934/tid=5946] ppid=5932 vsize=15755432 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5946/stat : 5946 (java) S 5932 5934 5740 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 521737987 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5947] ppid=5932 vsize=15755432 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5947/stat : 5947 (java) S 5932 5934 5740 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 521737987 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5948] ppid=5932 vsize=15755432 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5948/stat : 5948 (java) S 5932 5934 5740 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 521737990 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5949] ppid=5932 vsize=15755432 CPUtime=3.05 cores=1,3,5,7
/proc/5934/task/5949/stat : 5949 (java) S 5932 5934 5740 0 -1 4202560 23494 0 0 0 302 3 0 0 15 0 22 0 521737990 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5950] ppid=5932 vsize=15755432 CPUtime=2.06 cores=1,3,5,7
/proc/5934/task/5950/stat : 5950 (java) S 5932 5934 5740 0 -1 4202560 16682 0 0 0 205 1 0 0 15 0 22 0 521737990 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5951] ppid=5932 vsize=15755432 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5951/stat : 5951 (java) S 5932 5934 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521737990 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5952] ppid=5932 vsize=15755432 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5952/stat : 5952 (java) S 5932 5934 5740 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 521737990 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463872 0 4 0 16800975 18446604471093146624 0 0 -1 5 0 0 0
[pid=5934/tid=5954] ppid=5932 vsize=15755432 CPUtime=747.08 cores=1,3,5,7
/proc/5934/task/5954/stat : 5954 (java) S 5932 5934 5740 0 -1 4202560 28079 0 0 0 74704 4 0 0 16 0 22 0 521740071 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 3 0 0 0
[pid=5934/tid=5955] ppid=5932 vsize=15755432 CPUtime=0 cores=1,3,5,7
/proc/5934/task/5955/stat : 5955 (java) S 5932 5934 5740 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 22 0 521740071 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5956] ppid=5932 vsize=15755432 CPUtime=36.46 cores=1,3,5,7
/proc/5934/task/5956/stat : 5956 (java) S 5932 5934 5740 0 -1 4202560 2909 0 0 0 3645 1 0 0 15 0 22 0 521740071 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 7 0 0 0
[pid=5934/tid=5957] ppid=5932 vsize=15755432 CPUtime=779.69 cores=1,3,5,7
/proc/5934/task/5957/stat : 5957 (java) S 5932 5934 5740 0 -1 4202560 34396 0 0 0 77964 5 0 0 16 0 22 0 521740071 16133562368 3855693 33554432000 1073741824 1073778376 140734731311728 18446744073709551615 210216463257 0 4 0 16800975 18446604471093146624 0 0 -1 1 0 0 4
Current children cumulated CPU time (s) 2190.01
Current children cumulated vsize (KiB) 15755432

[startup+1301.3 s]
/proc/loadavg: 2.03 2.54 3.85 3/197 6018
/proc/meminfo: memFree=15530888/32951124 swapFree=67107380/67111528
[pid=5934] ppid=5932 vsize=0 CPUtime=2190.82 cores=1,3,5,7
/proc/5934/stat : 5934 (java) Z 5932 5934 5740 0 -1 4203548 4177247 0 1 0 217976 1106 0 0 18 0 2 0 521737985 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5934/statm: 0 0 0 0 0 0 0
[pid=5934/tid=5945] ppid=5932 vsize=0 CPUtime=366.99 cores=1,3,5,7
/proc/5934/task/5945/stat : 5945 (java) R 5932 5934 5740 0 -1 4202564 105136 0 0 0 36644 55 0 0 21 0 2 0 521737987 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2190.82
Current children cumulated vsize (KiB) 0

[startup+1301.7 s]
/proc/loadavg: 2.03 2.54 3.85 3/197 6018
/proc/meminfo: memFree=15530888/32951124 swapFree=67107380/67111528
[pid=5934] ppid=5932 vsize=0 CPUtime=2191.22 cores=1,3,5,7
/proc/5934/stat : 5934 (java) Z 5932 5934 5740 0 -1 4203548 4177247 0 1 0 217976 1146 0 0 18 0 2 0 521737985 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5934/statm: 0 0 0 0 0 0 0
[pid=5934/tid=5945] ppid=5932 vsize=0 CPUtime=367.39 cores=1,3,5,7
/proc/5934/task/5945/stat : 5945 (java) R 5932 5934 5740 0 -1 4202564 105136 0 0 0 36644 95 0 0 22 0 2 0 521737987 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2191.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1301.75
CPU time (s): 2191.27
CPU user time (s): 2179.76
CPU system time (s): 11.5102
CPU usage (%): 168.333
Max. virtual memory (cumulated for all children) (KiB): 15769028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2179.76
system time used= 11.5102
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4177247
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= 96426
involuntary context switches= 56040

runsolver used 2.07568 second user time and 5.05823 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 20:23:15
IDJOB=3313287
IDBENCH=82374
IDSOLVER=1699
FILE ID=node130/3313287-1304101391
RUNJOBID= node130-1304100078-5759
PBS_JOBID= 13170623
Free space on /tmp= 71640 MiB

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

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

MD5SUM BENCH= ce0d180356398dfbcfd2bbbb1cb3f9e5
RANDOM SEED=1240029399

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25514524 kB
Buffers:       1179616 kB
Cached:        4607312 kB
SwapCached:      22432 kB
Active:        1986696 kB
Inactive:      5011320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25514524 kB
SwapTotal:    67111528 kB
SwapFree:     67088964 kB
Dirty:          365076 kB
Writeback:           0 kB
AnonPages:     1188468 kB
Mapped:          23440 kB
Slab:           373192 kB
PageTables:       6992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2216956 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= 71692 MiB
End job on node130 at 2011-04-29 20:44:57