Trace number 3313286

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) 2336.64 1301.43

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMfce318b20c1a474ab81b77594d3f6f99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark583.061
Satisfiable
(Un)Satisfiability was proved
Number of variables945406
Number of clauses5079060
Sum of the clauses size12071640
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 25035980
Number of clauses of size 3240
Number of clauses of size 4960
Number of clauses of size 52400
Number of clauses of size over 538760

Solver Data

0.11/0.12	53:27 INFO : Reading from input HOME/instance-3313286-1304099604.cnf
16.54/16.01	Executor set job limit to 1000000
16.54/16.01	Executor set job limit to 1000000
16.54/16.01	Executor set job limit to 1000000
16.54/16.01	Executor set job limit to 1000000
16.54/16.01	Starting Executor!
16.54/16.02	Starting Executor!
16.54/16.02	Starting Executor!
16.54/16.02	Starting Executor!
94.41/90.67	54:58 INFO : 787031 variables remaining out of 945406
94.41/90.67	54:58 INFO : 30145908 literals remaining out of 17150700
2161.69/1156.60	12:44 ERROR: Failed to solve instance
2161.69/1156.60	java.lang.OutOfMemoryError: GC overhead limit exceeded
2161.69/1156.60		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2161.69/1156.60		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2161.69/1156.60		at ibis.structure.ImplicationsGraph.add(ImplicationsGraph.java:38)
2161.69/1156.60		at ibis.structure.Solver.addBinary(Solver.java:97)
2161.69/1156.60		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:85)
2161.69/1156.60		at ibis.structure.Solver.simplify(Solver.java:191)
2161.69/1156.60		at ibis.structure.Solver.solve(Solver.java:113)
2161.69/1156.60		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2161.69/1156.60		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2161.69/1156.60		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2161.69/1156.60		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2161.69/1156.60		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2161.69/1156.60		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2161.69/1156.60		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2161.69/1156.60		at ibis.constellation.Executor.processActivities(Executor.java:75)
2161.69/1156.60		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2161.69/1156.60		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2161.69/1156.60		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2186.66/1180.14	13:07 ERROR: Failed to solve instance
2186.66/1180.14	java.lang.OutOfMemoryError: GC overhead limit exceeded
2186.66/1180.14		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2186.66/1180.14		at gnu.trove.THash.postInsertHook(THash.java:370)
2186.66/1180.14		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2186.66/1180.14		at ibis.structure.WatchLists.build(WatchLists.java:56)
2186.66/1180.14		at ibis.structure.Solver.<init>(Solver.java:45)
2186.66/1180.14		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2186.66/1180.14		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2186.66/1180.14		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2186.66/1180.14		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2186.66/1180.14		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2186.66/1180.14		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2186.66/1180.14		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2186.66/1180.14		at ibis.constellation.Executor.processActivities(Executor.java:75)
2186.66/1180.14		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2186.66/1180.14		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2186.66/1180.14		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2272.72/1243.59	14:11 ERROR: Failed to solve instance
2272.72/1243.59	java.lang.OutOfMemoryError: GC overhead limit exceeded
2272.72/1243.59		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2272.72/1243.59		at gnu.trove.THash.compact(THash.java:197)
2272.72/1243.59		at gnu.trove.THash.removeAt(THash.java:261)
2272.72/1243.59		at gnu.trove.TPrimitiveHash.removeAt(TPrimitiveHash.java:109)
2272.72/1243.59		at gnu.trove.TIntHash.removeAt(TIntHash.java:173)
2272.72/1243.59		at gnu.trove.TIntHashSet.remove(TIntHashSet.java:264)
2272.72/1243.59		at ibis.structure.WatchLists.removeClause(WatchLists.java:152)
2272.72/1243.59		at ibis.structure.Solver.propagate(Solver.java:271)
2272.72/1243.59		at ibis.structure.Solver.simplify(Solver.java:188)
2272.72/1243.59		at ibis.structure.Solver.solve(Solver.java:113)
2272.72/1243.59		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2272.72/1243.59		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2272.72/1243.59		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2272.72/1243.59		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2272.72/1243.59		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2272.72/1243.59		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1020)
2272.72/1243.59		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2272.72/1243.59		at ibis.constellation.Executor.processActivities(Executor.java:75)
2272.72/1243.59		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2272.72/1243.59		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2272.72/1243.59		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2305.52/1272.41	14:39 ERROR: Failed to solve instance
2305.52/1272.41	java.lang.OutOfMemoryError: GC overhead limit exceeded
2305.52/1272.41		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2305.52/1272.41		at gnu.trove.THash.postInsertHook(THash.java:370)
2305.52/1272.41		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2305.52/1272.41		at ibis.structure.WatchLists.build(WatchLists.java:56)
2305.52/1272.41		at ibis.structure.Solver.<init>(Solver.java:45)
2305.52/1272.41		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2305.52/1272.41		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2305.52/1272.41		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2305.52/1272.41		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2305.52/1272.41		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2305.52/1272.41		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1020)
2305.52/1272.41		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2305.52/1272.41		at ibis.constellation.Executor.processActivities(Executor.java:75)
2305.52/1272.41		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2305.52/1272.41		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2305.52/1272.41		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2315.78/1282.54	14:50 ERROR: Failed to solve instance
2315.78/1282.54	java.lang.OutOfMemoryError: GC overhead limit exceeded
2334.61/1299.53	15:07 ERROR: Failed to solve instance
2334.61/1299.53	java.lang.OutOfMemoryError: GC overhead limit exceeded

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3313286-1304099604/watcher-3313286-1304099604 -o /tmp/evaluation-result-3313286-1304099604/solver-3313286-1304099604 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313286-1304099604.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.45 7.68 7.88 2/194 29279
/proc/meminfo: memFree=17763480/32950928 swapFree=67111528/67111528
[pid=29279] ppid=29277 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/29279/stat : 29279 (java) S 29277 29279 28449 0 -1 4202496 1382 0 0 0 0 0 0 0 21 0 2 0 521557381 24580096 862 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512494565 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29279/statm: 6014 869 667 9 0 381 0
[pid=29279/tid=29280] ppid=29277 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29280/stat : 29280 (java) R 29277 29279 28449 0 -1 4202560 43 0 0 0 0 0 0 0 23 0 2 0 521557382 26714112 871 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254500454288 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0953961 s]
/proc/loadavg: 6.45 7.68 7.88 2/194 29279
/proc/meminfo: memFree=17763480/32950928 swapFree=67111528/67111528
[pid=29279] ppid=29277 vsize=15741728 CPUtime=0.09 cores=0,2,4,6
/proc/29279/stat : 29279 (java) S 29277 29279 28449 0 -1 4202496 5566 0 1 0 9 0 0 0 21 0 18 0 521557381 16119529472 4983 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29279/statm: 3935432 4983 2116 9 0 3926151 0
[pid=29279/tid=29280] ppid=29277 vsize=15741728 CPUtime=0.08 cores=0,2,4,6
/proc/29279/task/29280/stat : 29280 (java) R 29277 29279 28449 0 -1 4202560 3404 0 1 0 8 0 0 0 18 0 18 0 521557382 16119529472 4983 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254500689920 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15741728

[startup+0.10437 s]
/proc/loadavg: 6.45 7.68 7.88 2/194 29279
/proc/meminfo: memFree=17763480/32950928 swapFree=67111528/67111528
[pid=29279] ppid=29277 vsize=15741728 CPUtime=0.11 cores=0,2,4,6
/proc/29279/stat : 29279 (java) S 29277 29279 28449 0 -1 4202496 5674 0 1 0 10 1 0 0 21 0 18 0 521557381 16119529472 5091 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29279/statm: 3935432 5091 2117 9 0 3926151 0
[pid=29279/tid=29280] ppid=29277 vsize=15741728 CPUtime=0.08 cores=0,2,4,6
/proc/29279/task/29280/stat : 29280 (java) R 29277 29279 28449 0 -1 4202560 3512 0 1 0 8 0 0 0 18 0 18 0 521557382 16119529472 5091 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512518603 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15741728

[startup+0.304326 s]
/proc/loadavg: 6.45 7.68 7.88 2/194 29279
/proc/meminfo: memFree=17763480/32950928 swapFree=67111528/67111528
[pid=29279] ppid=29277 vsize=15744912 CPUtime=0.53 cores=0,2,4,6
/proc/29279/stat : 29279 (java) S 29277 29279 28449 0 -1 4202496 15628 0 1 0 50 3 0 0 21 0 18 0 521557381 16122789888 14118 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29279/statm: 3936228 14122 2206 9 0 3926947 0
[pid=29279/tid=29280] ppid=29277 vsize=15744912 CPUtime=0.29 cores=0,2,4,6
/proc/29279/task/29280/stat : 29280 (java) R 29277 29279 28449 0 -1 4202560 10419 0 1 0 27 2 0 0 18 0 18 0 521557382 16122789888 14123 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 46912505511518 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15744912

[startup+0.701264 s]
/proc/loadavg: 6.45 7.68 7.88 2/194 29279
/proc/meminfo: memFree=17763480/32950928 swapFree=67111528/67111528
[pid=29279] ppid=29277 vsize=15744764 CPUtime=0.94 cores=0,2,4,6
/proc/29279/stat : 29279 (java) S 29277 29279 28449 0 -1 4202496 43778 0 1 0 88 6 0 0 21 0 18 0 521557381 16122638336 42228 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29279/statm: 3936191 42228 2222 9 0 3926910 0
[pid=29279/tid=29280] ppid=29277 vsize=15744764 CPUtime=0.68 cores=0,2,4,6
/proc/29279/task/29280/stat : 29280 (java) R 29277 29279 28449 0 -1 4202560 35537 0 1 0 63 5 0 0 18 0 18 0 521557382 16122638336 42228 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 46912505538419 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 15744764

[startup+1.5011 s]
/proc/loadavg: 6.45 7.68 7.88 3/212 29297
/proc/meminfo: memFree=17432568/32950928 swapFree=67111528/67111528
[pid=29279] ppid=29277 vsize=15744764 CPUtime=1.76 cores=0,2,4,6
/proc/29279/stat : 29279 (java) S 29277 29279 28449 0 -1 4202496 77674 0 1 0 165 11 0 0 21 0 18 0 521557381 16122638336 76121 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29279/statm: 3936191 76121 2222 9 0 3926910 0
[pid=29279/tid=29280] ppid=29277 vsize=15744764 CPUtime=1.47 cores=0,2,4,6
/proc/29279/task/29280/stat : 29280 (java) R 29277 29279 28449 0 -1 4202560 64441 0 1 0 138 9 0 0 19 0 18 0 521557382 16122638336 76121 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254500687796 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=29279/tid=29282] ppid=29277 vsize=15744764 CPUtime=0.01 cores=0,2,4,6
/proc/29279/task/29282/stat : 29282 (java) S 29277 29279 28449 0 -1 4202560 1355 0 0 0 1 0 0 0 16 0 18 0 521557382 16122638336 76121 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29283] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29283/stat : 29283 (java) S 29277 29279 28449 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 18 0 521557382 16122638336 76121 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29284] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29284/stat : 29284 (java) S 29277 29279 28449 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 18 0 521557382 16122638336 76121 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29285] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29285/stat : 29285 (java) S 29277 29279 28449 0 -1 4202560 1599 0 0 0 0 0 0 0 16 0 18 0 521557382 16122638336 76121 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29286] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29286/stat : 29286 (java) S 29277 29279 28449 0 -1 4202560 1280 0 0 0 0 0 0 0 16 0 18 0 521557382 16122638336 76121 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29287] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29287/stat : 29287 (java) S 29277 29279 28449 0 -1 4202560 1309 0 0 0 0 0 0 0 16 0 18 0 521557382 16122638336 76121 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 2 0 0 0
[pid=29279/tid=29288] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29288/stat : 29288 (java) S 29277 29279 28449 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521557382 16122638336 76121 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 2 0 0 0
[pid=29279/tid=29289] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29289/stat : 29289 (java) S 29277 29279 28449 0 -1 4202560 2242 0 0 0 0 0 0 0 15 0 18 0 521557382 16122638336 76121 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 2 0 0 0
[pid=29279/tid=29290] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29290/stat : 29290 (java) S 29277 29279 28449 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 18 0 521557383 16122638336 76121 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512508416 0 0 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29291] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29291/stat : 29291 (java) S 29277 29279 28449 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521557384 16122638336 76121 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29292] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29292/stat : 29292 (java) S 29277 29279 28449 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 521557384 16122638336 76121 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29293] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29293/stat : 29293 (java) S 29277 29279 28449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521557386 16122638336 76121 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512515505 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29294] ppid=29277 vsize=15744764 CPUtime=0.12 cores=0,2,4,6
/proc/29279/task/29294/stat : 29294 (java) S 29277 29279 28449 0 -1 4202560 1277 0 0 0 12 0 0 0 17 0 18 0 521557386 16122638336 76121 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 2 0 0 0
[pid=29279/tid=29295] ppid=29277 vsize=15744764 CPUtime=0.11 cores=0,2,4,6
/proc/29279/task/29295/stat : 29295 (java) S 29277 29279 28449 0 -1 4202560 2548 0 0 0 11 0 0 0 15 0 18 0 521557386 16122638336 76121 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29296] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29296/stat : 29296 (java) S 29277 29279 28449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521557386 16122638336 76121 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29297] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29297/stat : 29297 (java) S 29277 29279 28449 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521557386 16122638336 76121 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512508416 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 15744764

[startup+3.10078 s]
/proc/loadavg: 6.45 7.68 7.88 3/212 29297
/proc/meminfo: memFree=16816656/32950928 swapFree=67111528/67111528
[pid=29279] ppid=29277 vsize=15744764 CPUtime=3.46 cores=0,2,4,6
/proc/29279/stat : 29279 (java) S 29277 29279 28449 0 -1 4202496 147389 0 1 0 327 19 0 0 21 0 18 0 521557381 16122638336 145833 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29279/statm: 3936191 145833 2240 9 0 3926910 0
[pid=29279/tid=29280] ppid=29277 vsize=15744764 CPUtime=3.03 cores=0,2,4,6
/proc/29279/task/29280/stat : 29280 (java) R 29277 29279 28449 0 -1 4202560 124174 0 1 0 287 16 0 0 23 0 18 0 521557382 16122638336 145833 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 46912505538629 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29279/tid=29282] ppid=29277 vsize=15744764 CPUtime=0.01 cores=0,2,4,6
/proc/29279/task/29282/stat : 29282 (java) S 29277 29279 28449 0 -1 4202560 2307 0 0 0 1 0 0 0 15 0 18 0 521557382 16122638336 145833 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29283] ppid=29277 vsize=15744764 CPUtime=0.01 cores=0,2,4,6
/proc/29279/task/29283/stat : 29283 (java) S 29277 29279 28449 0 -1 4202560 18 0 0 0 1 0 0 0 15 0 18 0 521557382 16122638336 145833 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29284] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29284/stat : 29284 (java) S 29277 29279 28449 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 18 0 521557382 16122638336 145833 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29285] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29285/stat : 29285 (java) S 29277 29279 28449 0 -1 4202560 1599 0 0 0 0 0 0 0 15 0 18 0 521557382 16122638336 145833 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29286] ppid=29277 vsize=15744764 CPUtime=0.02 cores=0,2,4,6
/proc/29279/task/29286/stat : 29286 (java) S 29277 29279 28449 0 -1 4202560 2204 0 0 0 2 0 0 0 15 0 18 0 521557382 16122638336 145833 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29287] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29287/stat : 29287 (java) S 29277 29279 28449 0 -1 4202560 3887 0 0 0 0 0 0 0 15 0 18 0 521557382 16122638336 145833 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29288] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29288/stat : 29288 (java) S 29277 29279 28449 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 18 0 521557382 16122638336 145833 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29289] ppid=29277 vsize=15744764 CPUtime=0.01 cores=0,2,4,6
/proc/29279/task/29289/stat : 29289 (java) S 29277 29279 28449 0 -1 4202560 7363 0 0 0 1 0 0 0 16 0 18 0 521557382 16122638336 145833 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 2 0 0 0
[pid=29279/tid=29290] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29290/stat : 29290 (java) S 29277 29279 28449 0 -1 4202560 438 0 0 0 0 0 0 0 16 0 18 0 521557383 16122638336 145833 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512508416 0 0 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29291] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29291/stat : 29291 (java) S 29277 29279 28449 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521557384 16122638336 145833 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29292] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29292/stat : 29292 (java) S 29277 29279 28449 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 521557384 16122638336 145833 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29293] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29293/stat : 29293 (java) S 29277 29279 28449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521557386 16122638336 145833 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512515505 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29294] ppid=29277 vsize=15744764 CPUtime=0.14 cores=0,2,4,6
/proc/29279/task/29294/stat : 29294 (java) S 29277 29279 28449 0 -1 4202560 1293 0 0 0 14 0 0 0 16 0 18 0 521557386 16122638336 145833 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 2 0 0 0
[pid=29279/tid=29295] ppid=29277 vsize=15744764 CPUtime=0.14 cores=0,2,4,6
/proc/29279/task/29295/stat : 29295 (java) S 29277 29279 28449 0 -1 4202560 2594 0 0 0 14 0 0 0 15 0 18 0 521557386 16122638336 145833 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29296] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29296/stat : 29296 (java) S 29277 29279 28449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521557386 16122638336 145833 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29297] ppid=29277 vsize=15744764 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29297/stat : 29297 (java) S 29277 29279 28449 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521557386 16122638336 145833 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512508416 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 15744764

[startup+6.30114 s]
/proc/loadavg: 6.17 7.61 7.86 5/216 29302
/proc/meminfo: memFree=15922924/32950928 swapFree=67111528/67111528
[pid=29279] ppid=29277 vsize=15743296 CPUtime=6.72 cores=0,2,4,6
/proc/29279/stat : 29279 (java) S 29277 29279 28449 0 -1 4202496 285455 0 1 0 637 35 0 0 21 0 18 0 521557381 16121135104 283546 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29279/statm: 3935824 283546 2240 9 0 3926543 0
[pid=29279/tid=29280] ppid=29277 vsize=15743296 CPUtime=6.22 cores=0,2,4,6
/proc/29279/task/29280/stat : 29280 (java) R 29277 29279 28449 0 -1 4202560 251695 0 1 0 591 31 0 0 20 0 18 0 521557382 16121135104 283546 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 46912505513656 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29279/tid=29282] ppid=29277 vsize=15743296 CPUtime=0.02 cores=0,2,4,6
/proc/29279/task/29282/stat : 29282 (java) S 29277 29279 28449 0 -1 4202560 2307 0 0 0 2 0 0 0 15 0 18 0 521557382 16121135104 283546 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29283] ppid=29277 vsize=15743296 CPUtime=0.02 cores=0,2,4,6
/proc/29279/task/29283/stat : 29283 (java) S 29277 29279 28449 0 -1 4202560 20 0 0 0 2 0 0 0 15 0 18 0 521557382 16121135104 283546 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29284] ppid=29277 vsize=15743296 CPUtime=0.01 cores=0,2,4,6
/proc/29279/task/29284/stat : 29284 (java) S 29277 29279 28449 0 -1 4202560 100 0 0 0 1 0 0 0 15 0 18 0 521557382 16121135104 283546 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 2 0 0 0
[pid=29279/tid=29285] ppid=29277 vsize=15743296 CPUtime=0.01 cores=0,2,4,6
/proc/29279/task/29285/stat : 29285 (java) S 29277 29279 28449 0 -1 4202560 1599 0 0 0 1 0 0 0 15 0 18 0 521557382 16121135104 283546 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29286] ppid=29277 vsize=15743296 CPUtime=0.02 cores=0,2,4,6
/proc/29279/task/29286/stat : 29286 (java) S 29277 29279 28449 0 -1 4202560 2204 0 0 0 2 0 0 0 15 0 18 0 521557382 16121135104 283546 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29287] ppid=29277 vsize=15743296 CPUtime=0.02 cores=0,2,4,6
/proc/29279/task/29287/stat : 29287 (java) S 29277 29279 28449 0 -1 4202560 14129 0 0 0 1 1 0 0 16 0 18 0 521557382 16121135104 283546 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29288] ppid=29277 vsize=15743296 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29288/stat : 29288 (java) S 29277 29279 28449 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 18 0 521557382 16121135104 283546 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 2 0 0 0
[pid=29279/tid=29289] ppid=29277 vsize=15743296 CPUtime=0.02 cores=0,2,4,6
/proc/29279/task/29289/stat : 29289 (java) S 29277 29279 28449 0 -1 4202560 7363 0 0 0 2 0 0 0 15 0 18 0 521557382 16121135104 283546 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 2 0 0 0
[pid=29279/tid=29290] ppid=29277 vsize=15743296 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29290/stat : 29290 (java) S 29277 29279 28449 0 -1 4202560 739 0 0 0 0 0 0 0 16 0 18 0 521557383 16121135104 283546 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512508416 0 0 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29291] ppid=29277 vsize=15743296 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29291/stat : 29291 (java) S 29277 29279 28449 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521557384 16121135104 283546 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29292] ppid=29277 vsize=15743296 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29292/stat : 29292 (java) S 29277 29279 28449 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 521557384 16121135104 283546 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29293] ppid=29277 vsize=15743296 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29293/stat : 29293 (java) S 29277 29279 28449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521557386 16121135104 283546 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512515505 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29294] ppid=29277 vsize=15743296 CPUtime=0.14 cores=0,2,4,6
/proc/29279/task/29294/stat : 29294 (java) S 29277 29279 28449 0 -1 4202560 1293 0 0 0 14 0 0 0 16 0 18 0 521557386 16121135104 283546 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 2 0 0 0
[pid=29279/tid=29295] ppid=29277 vsize=15743296 CPUtime=0.14 cores=0,2,4,6
/proc/29279/task/29295/stat : 29295 (java) S 29277 29279 28449 0 -1 4202560 2594 0 0 0 14 0 0 0 15 0 18 0 521557386 16121135104 283546 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29296] ppid=29277 vsize=15743296 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29296/stat : 29296 (java) S 29277 29279 28449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521557386 16121135104 283546 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29297] ppid=29277 vsize=15743296 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29297/stat : 29297 (java) S 29277 29279 28449 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521557386 16121135104 283546 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512508416 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0

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

[pid=29279/tid=29290] ppid=29277 vsize=15773592 CPUtime=175 cores=0,2,4,6
/proc/29279/task/29290/stat : 29290 (java) R 29277 29279 28449 0 -1 4202560 130481 0 0 0 17457 43 0 0 18 0 22 0 521557383 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 47057945194845 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=29279/tid=29291] ppid=29277 vsize=15773592 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29291/stat : 29291 (java) S 29277 29279 28449 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 521557384 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29292] ppid=29277 vsize=15773592 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29292/stat : 29292 (java) S 29277 29279 28449 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 521557384 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29293] ppid=29277 vsize=15773592 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29293/stat : 29293 (java) S 29277 29279 28449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521557386 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512515505 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29294] ppid=29277 vsize=15773592 CPUtime=2.38 cores=0,2,4,6
/proc/29279/task/29294/stat : 29294 (java) S 29277 29279 28449 0 -1 4202560 21091 0 0 0 236 2 0 0 15 0 22 0 521557386 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 2 0 0 0
[pid=29279/tid=29295] ppid=29277 vsize=15773592 CPUtime=1.41 cores=0,2,4,6
/proc/29279/task/29295/stat : 29295 (java) S 29277 29279 28449 0 -1 4202560 6731 0 0 0 140 1 0 0 15 0 22 0 521557386 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29296] ppid=29277 vsize=15773592 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29296/stat : 29296 (java) S 29277 29279 28449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521557386 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29297] ppid=29277 vsize=15773592 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29297/stat : 29297 (java) S 29277 29279 28449 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 521557386 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512508416 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29303] ppid=29277 vsize=15773592 CPUtime=920.04 cores=0,2,4,6
/proc/29279/task/29303/stat : 29303 (java) S 29277 29279 28449 0 -1 4202560 70607 0 0 0 91991 13 0 0 15 0 22 0 521558983 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 2 0 0 1
[pid=29279/tid=29304] ppid=29277 vsize=15773592 CPUtime=2.01 cores=0,2,4,6
/proc/29279/task/29304/stat : 29304 (java) S 29277 29279 28449 0 -1 4202560 104 0 0 0 201 0 0 0 15 0 22 0 521558983 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29305] ppid=29277 vsize=15773592 CPUtime=948.45 cores=0,2,4,6
/proc/29279/task/29305/stat : 29305 (java) S 29277 29279 28449 0 -1 4202560 29801 0 0 0 94839 6 0 0 15 0 22 0 521558983 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29306] ppid=29277 vsize=15773592 CPUtime=31.14 cores=0,2,4,6
/proc/29279/task/29306/stat : 29306 (java) S 29277 29279 28449 0 -1 4202560 77 0 0 0 3112 2 0 0 15 0 22 0 521558983 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2271.53
Current children cumulated vsize (KiB) 15773592



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.81 3.76 5.36 3/200 29353
/proc/meminfo: memFree=2625668/32950928 swapFree=67111464/67111528
[pid=29279] ppid=29277 vsize=15773592 CPUtime=2335.22 cores=0,2,4,6
/proc/29279/stat : 29279 (java) S 29277 29279 28449 0 -1 4202496 4060526 0 1 0 232490 1032 0 0 21 0 22 0 521557381 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29279/statm: 3943398 3833921 2301 9 0 3934117 0
[pid=29279/tid=29280] ppid=29277 vsize=15773592 CPUtime=88.45 cores=0,2,4,6
/proc/29279/task/29280/stat : 29280 (java) S 29277 29279 28449 0 -1 4202560 406207 0 1 0 8793 52 0 0 18 0 22 0 521557382 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29282] ppid=29277 vsize=15773592 CPUtime=12.95 cores=0,2,4,6
/proc/29279/task/29282/stat : 29282 (java) S 29277 29279 28449 0 -1 4202560 490002 0 0 0 1149 146 0 0 16 0 22 0 521557382 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29283] ppid=29277 vsize=15773592 CPUtime=12.5 cores=0,2,4,6
/proc/29279/task/29283/stat : 29283 (java) S 29277 29279 28449 0 -1 4202560 405277 0 0 0 1167 83 0 0 16 0 22 0 521557382 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29284] ppid=29277 vsize=15773592 CPUtime=13.06 cores=0,2,4,6
/proc/29279/task/29284/stat : 29284 (java) S 29277 29279 28449 0 -1 4202560 536574 0 0 0 1135 171 0 0 16 0 22 0 521557382 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29285] ppid=29277 vsize=15773592 CPUtime=12.95 cores=0,2,4,6
/proc/29279/task/29285/stat : 29285 (java) S 29277 29279 28449 0 -1 4202560 368722 0 0 0 1205 90 0 0 16 0 22 0 521557382 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29286] ppid=29277 vsize=15773592 CPUtime=13.18 cores=0,2,4,6
/proc/29279/task/29286/stat : 29286 (java) S 29277 29279 28449 0 -1 4202560 357041 0 0 0 1212 106 0 0 16 0 22 0 521557382 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 4
[pid=29279/tid=29287] ppid=29277 vsize=15773592 CPUtime=11.63 cores=0,2,4,6
/proc/29279/task/29287/stat : 29287 (java) S 29277 29279 28449 0 -1 4202560 355520 0 0 0 1076 87 0 0 16 0 22 0 521557382 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29288] ppid=29277 vsize=15773592 CPUtime=13.14 cores=0,2,4,6
/proc/29279/task/29288/stat : 29288 (java) S 29277 29279 28449 0 -1 4202560 413364 0 0 0 1227 87 0 0 16 0 22 0 521557382 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29289] ppid=29277 vsize=15773592 CPUtime=13.08 cores=0,2,4,6
/proc/29279/task/29289/stat : 29289 (java) S 29277 29279 28449 0 -1 4202560 467401 0 0 0 1177 131 0 0 16 0 22 0 521557382 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29290] ppid=29277 vsize=15773592 CPUtime=226.73 cores=0,2,4,6
/proc/29279/task/29290/stat : 29290 (java) R 29277 29279 28449 0 -1 4202560 130485 0 0 0 22627 46 0 0 20 0 22 0 521557383 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 47057947912287 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=29279/tid=29291] ppid=29277 vsize=15773592 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29291/stat : 29291 (java) S 29277 29279 28449 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 521557384 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29292] ppid=29277 vsize=15773592 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29292/stat : 29292 (java) S 29277 29279 28449 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 521557384 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29293] ppid=29277 vsize=15773592 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29293/stat : 29293 (java) S 29277 29279 28449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521557386 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512515505 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29294] ppid=29277 vsize=15773592 CPUtime=2.38 cores=0,2,4,6
/proc/29279/task/29294/stat : 29294 (java) S 29277 29279 28449 0 -1 4202560 21091 0 0 0 236 2 0 0 15 0 22 0 521557386 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 2 0 0 0
[pid=29279/tid=29295] ppid=29277 vsize=15773592 CPUtime=1.43 cores=0,2,4,6
/proc/29279/task/29295/stat : 29295 (java) S 29277 29279 28449 0 -1 4202560 6734 0 0 0 142 1 0 0 15 0 22 0 521557386 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29296] ppid=29277 vsize=15773592 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29296/stat : 29296 (java) S 29277 29279 28449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521557386 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29297] ppid=29277 vsize=15773592 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29297/stat : 29297 (java) S 29277 29279 28449 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 22 0 521557386 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512508416 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29303] ppid=29277 vsize=15773592 CPUtime=926.04 cores=0,2,4,6
/proc/29279/task/29303/stat : 29303 (java) S 29277 29279 28449 0 -1 4202560 70623 0 0 0 92591 13 0 0 15 0 22 0 521558983 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 2 0 0 1
[pid=29279/tid=29304] ppid=29277 vsize=15773592 CPUtime=2.01 cores=0,2,4,6
/proc/29279/task/29304/stat : 29304 (java) S 29277 29279 28449 0 -1 4202560 125 0 0 0 201 0 0 0 15 0 22 0 521558983 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29305] ppid=29277 vsize=15773592 CPUtime=954.39 cores=0,2,4,6
/proc/29279/task/29305/stat : 29305 (java) S 29277 29279 28449 0 -1 4202560 29808 0 0 0 95433 6 0 0 15 0 22 0 521558983 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29306] ppid=29277 vsize=15773592 CPUtime=31.14 cores=0,2,4,6
/proc/29279/task/29306/stat : 29306 (java) S 29277 29279 28449 0 -1 4202560 92 0 0 0 3112 2 0 0 15 0 22 0 521558983 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2335.22
Current children cumulated vsize (KiB) 15773592

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

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

[startup+1300.3 s]
/proc/loadavg: 2.81 3.76 5.36 3/200 29353
/proc/meminfo: memFree=2625668/32950928 swapFree=67111464/67111528
[pid=29279] ppid=29277 vsize=15773592 CPUtime=2335.51 cores=0,2,4,6
/proc/29279/stat : 29279 (java) S 29277 29279 28449 0 -1 4202496 4060526 0 1 0 232519 1032 0 0 18 0 22 0 521557381 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29279/statm: 3943398 3833921 2301 9 0 3934117 0
[pid=29279/tid=29280] ppid=29277 vsize=15773592 CPUtime=88.45 cores=0,2,4,6
/proc/29279/task/29280/stat : 29280 (java) S 29277 29279 28449 0 -1 4202560 406207 0 1 0 8793 52 0 0 18 0 22 0 521557382 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29282] ppid=29277 vsize=15773592 CPUtime=12.95 cores=0,2,4,6
/proc/29279/task/29282/stat : 29282 (java) S 29277 29279 28449 0 -1 4202560 490002 0 0 0 1149 146 0 0 16 0 22 0 521557382 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29283] ppid=29277 vsize=15773592 CPUtime=12.5 cores=0,2,4,6
/proc/29279/task/29283/stat : 29283 (java) S 29277 29279 28449 0 -1 4202560 405277 0 0 0 1167 83 0 0 16 0 22 0 521557382 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29284] ppid=29277 vsize=15773592 CPUtime=13.06 cores=0,2,4,6
/proc/29279/task/29284/stat : 29284 (java) S 29277 29279 28449 0 -1 4202560 536574 0 0 0 1135 171 0 0 16 0 22 0 521557382 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29285] ppid=29277 vsize=15773592 CPUtime=12.95 cores=0,2,4,6
/proc/29279/task/29285/stat : 29285 (java) S 29277 29279 28449 0 -1 4202560 368722 0 0 0 1205 90 0 0 16 0 22 0 521557382 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29286] ppid=29277 vsize=15773592 CPUtime=13.18 cores=0,2,4,6
/proc/29279/task/29286/stat : 29286 (java) S 29277 29279 28449 0 -1 4202560 357041 0 0 0 1212 106 0 0 16 0 22 0 521557382 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 4
[pid=29279/tid=29287] ppid=29277 vsize=15773592 CPUtime=11.63 cores=0,2,4,6
/proc/29279/task/29287/stat : 29287 (java) S 29277 29279 28449 0 -1 4202560 355520 0 0 0 1076 87 0 0 16 0 22 0 521557382 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29288] ppid=29277 vsize=15773592 CPUtime=13.14 cores=0,2,4,6
/proc/29279/task/29288/stat : 29288 (java) S 29277 29279 28449 0 -1 4202560 413364 0 0 0 1227 87 0 0 16 0 22 0 521557382 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29289] ppid=29277 vsize=15773592 CPUtime=13.08 cores=0,2,4,6
/proc/29279/task/29289/stat : 29289 (java) S 29277 29279 28449 0 -1 4202560 467401 0 0 0 1177 131 0 0 16 0 22 0 521557382 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29290] ppid=29277 vsize=15773592 CPUtime=227.02 cores=0,2,4,6
/proc/29279/task/29290/stat : 29290 (java) R 29277 29279 28449 0 -1 4202560 130485 0 0 0 22656 46 0 0 20 0 22 0 521557383 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254500389474 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=29279/tid=29291] ppid=29277 vsize=15773592 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29291/stat : 29291 (java) S 29277 29279 28449 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 521557384 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29292] ppid=29277 vsize=15773592 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29292/stat : 29292 (java) S 29277 29279 28449 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 521557384 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29293] ppid=29277 vsize=15773592 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29293/stat : 29293 (java) S 29277 29279 28449 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 521557386 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29294] ppid=29277 vsize=15773592 CPUtime=2.38 cores=0,2,4,6
/proc/29279/task/29294/stat : 29294 (java) S 29277 29279 28449 0 -1 4202560 21091 0 0 0 236 2 0 0 15 0 22 0 521557386 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 2 0 0 0
[pid=29279/tid=29295] ppid=29277 vsize=15773592 CPUtime=1.43 cores=0,2,4,6
/proc/29279/task/29295/stat : 29295 (java) S 29277 29279 28449 0 -1 4202560 6734 0 0 0 142 1 0 0 15 0 22 0 521557386 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29296] ppid=29277 vsize=15773592 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29296/stat : 29296 (java) S 29277 29279 28449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521557386 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29297] ppid=29277 vsize=15773592 CPUtime=0 cores=0,2,4,6
/proc/29279/task/29297/stat : 29297 (java) S 29277 29279 28449 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 22 0 521557386 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512508416 0 4 0 16800975 18446604453848922816 0 0 -1 0 0 0 0
[pid=29279/tid=29303] ppid=29277 vsize=15773592 CPUtime=926.04 cores=0,2,4,6
/proc/29279/task/29303/stat : 29303 (java) S 29277 29279 28449 0 -1 4202560 70623 0 0 0 92591 13 0 0 15 0 22 0 521558983 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 2 0 0 1
[pid=29279/tid=29304] ppid=29277 vsize=15773592 CPUtime=2.01 cores=0,2,4,6
/proc/29279/task/29304/stat : 29304 (java) S 29277 29279 28449 0 -1 4202560 125 0 0 0 201 0 0 0 15 0 22 0 521558983 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
[pid=29279/tid=29305] ppid=29277 vsize=15773592 CPUtime=954.39 cores=0,2,4,6
/proc/29279/task/29305/stat : 29305 (java) S 29277 29279 28449 0 -1 4202560 29808 0 0 0 95433 6 0 0 15 0 22 0 521558983 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 4 0 0 0
[pid=29279/tid=29306] ppid=29277 vsize=15773592 CPUtime=31.14 cores=0,2,4,6
/proc/29279/task/29306/stat : 29306 (java) S 29277 29279 28449 0 -1 4202560 92 0 0 0 3112 2 0 0 15 0 22 0 521558983 16152158208 3833921 33554432000 1073741824 1073778376 140733885460576 18446744073709551615 254512507801 0 4 0 16800975 18446604453848922816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2335.51
Current children cumulated vsize (KiB) 15773592

[startup+1301.1 s]
/proc/loadavg: 2.81 3.76 5.36 3/201 29354
/proc/meminfo: memFree=14339196/32950928 swapFree=67111464/67111528
[pid=29279] ppid=29277 vsize=0 CPUtime=2336.32 cores=0,2,4,6
/proc/29279/stat : 29279 (java) Z 29277 29279 28449 0 -1 4203548 4060550 0 1 0 232552 1080 0 0 15 0 2 0 521557381 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29279/statm: 0 0 0 0 0 0 0
[pid=29279/tid=29280] ppid=29277 vsize=0 CPUtime=88.94 cores=0,2,4,6
/proc/29279/task/29280/stat : 29280 (java) R 29277 29279 28449 0 -1 4203588 406207 0 1 0 8793 101 0 0 18 0 2 0 521557382 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2336.32
Current children cumulated vsize (KiB) 0

[startup+1301.3 s]
/proc/loadavg: 2.81 3.76 5.36 3/201 29354
/proc/meminfo: memFree=14339196/32950928 swapFree=67111464/67111528
[pid=29279] ppid=29277 vsize=0 CPUtime=2336.52 cores=0,2,4,6
/proc/29279/stat : 29279 (java) Z 29277 29279 28449 0 -1 4203548 4060550 0 1 0 232552 1100 0 0 15 0 2 0 521557381 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29279/statm: 0 0 0 0 0 0 0
[pid=29279/tid=29280] ppid=29277 vsize=0 CPUtime=89.14 cores=0,2,4,6
/proc/29279/task/29280/stat : 29280 (java) R 29277 29279 28449 0 -1 4203588 406207 0 1 0 8793 121 0 0 18 0 2 0 521557382 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2336.52
Current children cumulated vsize (KiB) 0

[startup+1301.4 s]
/proc/loadavg: 2.81 3.76 5.36 3/201 29354
/proc/meminfo: memFree=14339196/32950928 swapFree=67111464/67111528
[pid=29279] ppid=29277 vsize=0 CPUtime=2336.62 cores=0,2,4,6
/proc/29279/stat : 29279 (java) Z 29277 29279 28449 0 -1 4203548 4060550 0 1 0 232552 1110 0 0 15 0 2 0 521557381 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29279/statm: 0 0 0 0 0 0 0
[pid=29279/tid=29280] ppid=29277 vsize=0 CPUtime=89.24 cores=0,2,4,6
/proc/29279/task/29280/stat : 29280 (java) R 29277 29279 28449 0 -1 4203588 406207 0 1 0 8793 131 0 0 18 0 2 0 521557382 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2336.62
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1301.43
CPU time (s): 2336.64
CPU user time (s): 2325.53
CPU system time (s): 11.1193
CPU usage (%): 179.544
Max. virtual memory (cumulated for all children) (KiB): 15789720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2325.53
system time used= 11.1193
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4060550
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= 100672
involuntary context switches= 64641

runsolver used 2.23566 second user time and 4.88626 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-29 19:53:27
IDJOB=3313286
IDBENCH=82367
IDSOLVER=1699
FILE ID=node149/3313286-1304099604
RUNJOBID= node149-1304099604-29242
PBS_JOBID= 13170582
Free space on /tmp= 71804 MiB

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

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

MD5SUM BENCH= fce318b20c1a474ab81b77594d3f6f99
RANDOM SEED=882544885

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17764868 kB
Buffers:       2225376 kB
Cached:       11933452 kB
SwapCached:          0 kB
Active:        6595788 kB
Inactive:      8036804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17764868 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          132084 kB
Writeback:           0 kB
AnonPages:      473076 kB
Mapped:          23212 kB
Slab:           489336 kB
PageTables:       5740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1148692 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= 71836 MiB
End job on node149 at 2011-04-29 20:15:09