Trace number 3312146

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4035.53 1302.74

General information on the benchmark

Nameibm-2002-30r-k85.cnf
MD5SUMc08fe2d9c476652207ada677b7ca59f9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark42.9815
Satisfiable
(Un)Satisfiability was proved
Number of variables181484
Number of clauses890298
Sum of the clauses size2338581
Maximum clause length19
Minimum clause length1
Number of clauses of size 1771
Number of clauses of size 2667172
Number of clauses of size 3144951
Number of clauses of size 424791
Number of clauses of size 511035
Number of clauses of size over 541578

Solver Data

0.11/0.11	13:14 INFO : Reading from input HOME/instance-3312146-1304075593.cnf
3.56/3.22	Executor set job limit to 1000000
3.56/3.22	Executor set job limit to 1000000
3.56/3.22	Executor set job limit to 1000000
3.56/3.22	Executor set job limit to 1000000
3.56/3.22	Starting Executor!
3.56/3.22	Starting Executor!
3.56/3.22	Starting Executor!
3.56/3.22	Starting Executor!
7.50/5.65	13:19 INFO : Found 19355 xor gates
22.11/18.80	13:33 INFO : 155987 variables remaining out of 181484
22.11/18.80	13:33 INFO : 17941089 literals remaining out of 2996619
3733.59/1081.09	31:15 ERROR: Failed to solve instance
3733.59/1081.09	java.lang.OutOfMemoryError: GC overhead limit exceeded
3733.59/1081.09		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
3733.59/1081.09		at gnu.trove.THash.postInsertHook(THash.java:370)
3733.59/1081.09		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
3733.59/1081.09		at ibis.structure.WatchLists.build(WatchLists.java:56)
3733.59/1081.09		at ibis.structure.Solver.<init>(Solver.java:45)
3733.59/1081.09		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
3733.59/1081.09		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3733.59/1081.09		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3733.59/1081.09		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3733.59/1081.09		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3733.59/1081.09		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3733.59/1081.09		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3733.59/1081.09		at ibis.constellation.Executor.processActivities(Executor.java:75)
3733.59/1081.09		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3733.59/1081.09		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3733.59/1081.09		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3747.96/1092.51	31:26 ERROR: Failed to solve instance
3747.96/1092.51	java.lang.OutOfMemoryError: GC overhead limit exceeded
3747.96/1092.51		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
3747.96/1092.51		at gnu.trove.THash.postInsertHook(THash.java:370)
3747.96/1092.51		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
3747.96/1092.51		at ibis.structure.WatchLists.build(WatchLists.java:56)
3747.96/1092.51		at ibis.structure.Solver.<init>(Solver.java:45)
3747.96/1092.51		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
3747.96/1092.51		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3747.96/1092.51		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3747.96/1092.51		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3747.96/1092.51		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3747.96/1092.51		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3747.96/1092.51		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3747.96/1092.51		at ibis.constellation.Executor.processActivities(Executor.java:75)
3747.96/1092.51		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3747.96/1092.51		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3747.96/1092.51		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3763.35/1103.31	31:37 ERROR: Failed to solve instance
3763.35/1103.31	java.lang.OutOfMemoryError: Java heap space
3763.35/1103.31		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
3763.35/1103.31		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
3763.35/1103.31		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
3763.35/1103.31		at ibis.structure.WatchLists.build(WatchLists.java:58)
3763.35/1103.31		at ibis.structure.Solver.<init>(Solver.java:45)
3763.35/1103.31		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
3763.35/1103.31		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3763.35/1103.31		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3763.35/1103.31		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3763.35/1103.31		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3763.35/1103.31		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3763.35/1103.31		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3763.35/1103.31		at ibis.constellation.Executor.processActivities(Executor.java:75)
3763.35/1103.31		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3763.35/1103.31		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3763.35/1103.31		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3818.17/1141.76	32:15 ERROR: Failed to solve instance
3818.17/1141.76	java.lang.OutOfMemoryError: Java heap space
3818.17/1141.76		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
3818.17/1141.76		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
3818.17/1141.76		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
3818.17/1141.76		at ibis.structure.WatchLists.build(WatchLists.java:58)
3818.17/1141.76		at ibis.structure.Solver.<init>(Solver.java:45)
3818.17/1141.76		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
3818.17/1141.76		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3818.17/1141.76		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3818.17/1141.76		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3818.17/1141.76		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3818.17/1141.76		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3818.17/1141.76		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3818.17/1141.76		at ibis.constellation.Executor.processActivities(Executor.java:75)
3818.17/1141.76		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3818.17/1141.76		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3818.17/1141.76		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3830.34/1151.99	32:26 ERROR: Failed to solve instance
3830.34/1151.99	java.lang.OutOfMemoryError: GC overhead limit exceeded
3905.32/1207.05	33:21 ERROR: Failed to solve instance
3905.32/1207.05	java.lang.OutOfMemoryError: Java heap space
3911.82/1212.74	33:26 ERROR: Failed to solve instance
3911.82/1212.74	java.lang.OutOfMemoryError: GC overhead limit exceeded
3915.21/1215.92	33:30 ERROR: Failed to solve instance
3915.21/1215.92	java.lang.OutOfMemoryError: GC overhead limit exceeded
3923.01/1223.07	33:37 ERROR: Failed to solve instance
3923.01/1223.07	java.lang.OutOfMemoryError: GC overhead limit exceeded
3928.64/1228.15	33:42 ERROR: Failed to solve instance
3928.64/1228.15	java.lang.OutOfMemoryError: GC overhead limit exceeded
3935.22/1234.06	33:48 ERROR: Failed to solve instance
3935.22/1234.06	java.lang.OutOfMemoryError: GC overhead limit exceeded
3936.38/1235.19	33:49 ERROR: Failed to solve instance
3936.38/1235.19	java.lang.OutOfMemoryError: GC overhead limit exceeded
4021.11/1290.03	34:44 ERROR: Failed to solve instance
4021.11/1290.03	java.lang.OutOfMemoryError: GC overhead limit exceeded
4024.78/1293.56	34:47 ERROR: Failed to solve instance
4024.78/1293.56	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-3312146-1304075593/watcher-3312146-1304075593 -o /tmp/evaluation-result-3312146-1304075593/solver-3312146-1304075593 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312146-1304075593.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 7.14 7.92 8.01 2/194 12769
/proc/meminfo: memFree=15447128/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/12769/stat : 12769 (java) S 12767 12769 12239 0 -1 4202496 1494 0 0 0 0 0 0 0 21 0 2 0 519159809 31272960 955 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/12769/statm: 7635 955 735 9 0 386 0
[pid=12769/tid=12770] ppid=12767 vsize=30536 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12770/stat : 12770 (java) R 12767 12769 12239 0 -1 4202560 141 0 0 0 0 0 0 0 22 0 2 0 519159810 31268864 960 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244442021511 0 0 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.018151 s]
/proc/loadavg: 7.14 7.92 8.01 2/194 12769
/proc/meminfo: memFree=15447128/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=15591780 CPUtime=0 cores=0,2,4,6
/proc/12769/stat : 12769 (java) S 12767 12769 12239 0 -1 4202496 3162 0 1 0 0 0 0 0 21 0 10 0 519159809 15965982720 2602 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/12769/statm: 3897945 2602 1513 9 0 3888693 0
[pid=12769/tid=12770] ppid=12767 vsize=15591780 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12770/stat : 12770 (java) R 12767 12769 12239 0 -1 4202560 1796 0 1 0 0 0 0 0 25 0 10 0 519159810 15965982720 2603 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 46984722513925 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15591780

[startup+0.101139 s]
/proc/loadavg: 7.14 7.92 8.01 2/194 12769
/proc/meminfo: memFree=15447128/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=15676548 CPUtime=0.11 cores=0,2,4,6
/proc/12769/stat : 12769 (java) S 12767 12769 12239 0 -1 4202496 5607 0 1 0 10 1 0 0 21 0 18 0 519159809 16052785152 5045 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12769/statm: 3919137 5045 2117 9 0 3909856 0
[pid=12769/tid=12770] ppid=12767 vsize=15676548 CPUtime=0.08 cores=0,2,4,6
/proc/12769/task/12770/stat : 12770 (java) R 12767 12769 12239 0 -1 4202560 3469 0 1 0 8 0 0 0 18 0 18 0 519159810 16052785152 5045 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458771915 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676548

[startup+0.301116 s]
/proc/loadavg: 7.14 7.92 8.01 2/194 12769
/proc/meminfo: memFree=15447128/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=15682144 CPUtime=0.53 cores=0,2,4,6
/proc/12769/stat : 12769 (java) S 12767 12769 12239 0 -1 4202496 15883 0 1 0 51 2 0 0 21 0 18 0 519159809 16058515456 14138 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12769/statm: 3920536 14145 2206 9 0 3911255 0
[pid=12769/tid=12770] ppid=12767 vsize=15682144 CPUtime=0.28 cores=0,2,4,6
/proc/12769/task/12770/stat : 12770 (java) R 12767 12769 12239 0 -1 4202560 10691 0 1 0 27 1 0 0 18 0 18 0 519159810 16058515456 14148 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 46912505643475 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15682144

[startup+0.70107 s]
/proc/loadavg: 7.14 7.92 8.01 2/194 12769
/proc/meminfo: memFree=15447128/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=15682144 CPUtime=0.94 cores=0,2,4,6
/proc/12769/stat : 12769 (java) S 12767 12769 12239 0 -1 4202496 42169 0 1 0 88 6 0 0 21 0 18 0 519159809 16058515456 40421 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12769/statm: 3920536 40421 2222 9 0 3911255 0
[pid=12769/tid=12770] ppid=12767 vsize=15682144 CPUtime=0.68 cores=0,2,4,6
/proc/12769/task/12770/stat : 12770 (java) R 12767 12769 12239 0 -1 4202560 35494 0 1 0 64 4 0 0 18 0 18 0 519159810 16058515456 40421 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 46912505543675 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 15682144

[startup+1.5009 s]
/proc/loadavg: 6.89 7.86 7.98 3/216 12791
/proc/meminfo: memFree=15099148/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=15682144 CPUtime=1.77 cores=0,2,4,6
/proc/12769/stat : 12769 (java) S 12767 12769 12239 0 -1 4202496 61563 0 1 0 168 9 0 0 21 0 18 0 519159809 16058515456 59797 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12769/statm: 3920536 59800 2222 9 0 3911255 0
[pid=12769/tid=12770] ppid=12767 vsize=15682144 CPUtime=1.47 cores=0,2,4,6
/proc/12769/task/12770/stat : 12770 (java) R 12767 12769 12239 0 -1 4202560 51691 0 1 0 140 7 0 0 19 0 18 0 519159810 16058515456 59804 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 46912505643432 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12769/tid=12772] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12772/stat : 12772 (java) S 12767 12769 12239 0 -1 4202560 194 0 0 0 0 0 0 0 15 0 18 0 519159810 16058515456 59808 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12773] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12773/stat : 12773 (java) S 12767 12769 12239 0 -1 4202560 1346 0 0 0 0 0 0 0 15 0 18 0 519159810 16058515456 59812 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 2 0 0 0
[pid=12769/tid=12774] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12774/stat : 12774 (java) S 12767 12769 12239 0 -1 4202560 337 0 0 0 0 0 0 0 15 0 18 0 519159810 16058515456 59817 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12775] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12775/stat : 12775 (java) S 12767 12769 12239 0 -1 4202560 32 0 0 0 0 0 0 0 16 0 18 0 519159810 16058515456 59821 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 6 0 0 0
[pid=12769/tid=12776] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12776/stat : 12776 (java) S 12767 12769 12239 0 -1 4202560 847 0 0 0 0 0 0 0 15 0 18 0 519159810 16058515456 59825 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12777] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12777/stat : 12777 (java) S 12767 12769 12239 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 18 0 519159810 16058515456 59829 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 2 0 0 0
[pid=12769/tid=12778] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12778/stat : 12778 (java) S 12767 12769 12239 0 -1 4202560 628 0 0 0 0 0 0 0 15 0 18 0 519159810 16058515456 59832 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12779] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12779/stat : 12779 (java) S 12767 12769 12239 0 -1 4202560 1035 0 0 0 0 0 0 0 15 0 18 0 519159810 16058515456 59836 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 6 0 0 0
[pid=12769/tid=12780] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12780/stat : 12780 (java) S 12767 12769 12239 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 18 0 519159811 16058515456 59840 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761728 0 0 0 16800975 18446604453868975360 0 0 -1 6 0 0 0
[pid=12769/tid=12781] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12781/stat : 12781 (java) S 12767 12769 12239 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 519159811 16058515456 59845 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 6 0 0 0
[pid=12769/tid=12782] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12782/stat : 12782 (java) S 12767 12769 12239 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 519159811 16058515456 59849 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 6 0 0 0
[pid=12769/tid=12783] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12783/stat : 12783 (java) S 12767 12769 12239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519159813 16058515456 59853 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458768817 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12784] ppid=12767 vsize=15682144 CPUtime=0.1 cores=0,2,4,6
/proc/12769/task/12784/stat : 12784 (java) S 12767 12769 12239 0 -1 4202560 2261 0 0 0 10 0 0 0 15 0 18 0 519159814 16058515456 59857 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 6 0 0 0
[pid=12769/tid=12785] ppid=12767 vsize=15682144 CPUtime=0.13 cores=0,2,4,6
/proc/12769/task/12785/stat : 12785 (java) S 12767 12769 12239 0 -1 4202560 1547 0 0 0 13 0 0 0 25 0 18 0 519159814 16058515456 59861 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12786] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12786/stat : 12786 (java) S 12767 12769 12239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519159814 16058515456 59865 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12787] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12787/stat : 12787 (java) S 12767 12769 12239 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519159814 16058515456 59868 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761728 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 15682144

[startup+3.10161 s]
/proc/loadavg: 6.89 7.86 7.98 5/216 12791
/proc/meminfo: memFree=14927160/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=15682144 CPUtime=3.43 cores=0,2,4,6
/proc/12769/stat : 12769 (java) S 12767 12769 12239 0 -1 4202496 140005 0 1 0 325 18 0 0 21 0 18 0 519159809 16058515456 138216 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12769/statm: 3920536 138216 2240 9 0 3911255 0
[pid=12769/tid=12770] ppid=12767 vsize=15682144 CPUtime=3.06 cores=0,2,4,6
/proc/12769/task/12770/stat : 12770 (java) R 12767 12769 12239 0 -1 4202560 127118 0 1 0 290 16 0 0 23 0 18 0 519159810 16058515456 138216 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 46912505543482 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12769/tid=12772] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12772/stat : 12772 (java) S 12767 12769 12239 0 -1 4202560 194 0 0 0 0 0 0 0 15 0 18 0 519159810 16058515456 138216 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12773] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12773/stat : 12773 (java) S 12767 12769 12239 0 -1 4202560 1346 0 0 0 0 0 0 0 15 0 18 0 519159810 16058515456 138216 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 2 0 0 0
[pid=12769/tid=12774] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12774/stat : 12774 (java) S 12767 12769 12239 0 -1 4202560 354 0 0 0 0 0 0 0 15 0 18 0 519159810 16058515456 138216 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12775] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12775/stat : 12775 (java) S 12767 12769 12239 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 18 0 519159810 16058515456 138216 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12776] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12776/stat : 12776 (java) S 12767 12769 12239 0 -1 4202560 847 0 0 0 0 0 0 0 16 0 18 0 519159810 16058515456 138216 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12777] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12777/stat : 12777 (java) S 12767 12769 12239 0 -1 4202560 2766 0 0 0 0 0 0 0 15 0 18 0 519159810 16058515456 138216 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 2 0 0 0
[pid=12769/tid=12778] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12778/stat : 12778 (java) S 12767 12769 12239 0 -1 4202560 629 0 0 0 0 0 0 0 15 0 18 0 519159810 16058515456 138216 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12779] ppid=12767 vsize=15682144 CPUtime=0.01 cores=0,2,4,6
/proc/12769/task/12779/stat : 12779 (java) S 12767 12769 12239 0 -1 4202560 1076 0 0 0 1 0 0 0 16 0 18 0 519159810 16058515456 138216 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 6 0 0 0
[pid=12769/tid=12780] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12780/stat : 12780 (java) S 12767 12769 12239 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 18 0 519159811 16058515456 138216 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761728 0 0 0 16800975 18446604453868975360 0 0 -1 6 0 0 0
[pid=12769/tid=12781] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12781/stat : 12781 (java) S 12767 12769 12239 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 519159811 16058515456 138216 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 6 0 0 0
[pid=12769/tid=12782] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12782/stat : 12782 (java) S 12767 12769 12239 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 519159811 16058515456 138216 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 6 0 0 0
[pid=12769/tid=12783] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12783/stat : 12783 (java) S 12767 12769 12239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519159813 16058515456 138216 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458768817 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12784] ppid=12767 vsize=15682144 CPUtime=0.13 cores=0,2,4,6
/proc/12769/task/12784/stat : 12784 (java) S 12767 12769 12239 0 -1 4202560 2306 0 0 0 13 0 0 0 15 0 18 0 519159814 16058515456 138216 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 6 0 0 0
[pid=12769/tid=12785] ppid=12767 vsize=15682144 CPUtime=0.15 cores=0,2,4,6
/proc/12769/task/12785/stat : 12785 (java) S 12767 12769 12239 0 -1 4202560 1572 0 0 0 15 0 0 0 16 0 18 0 519159814 16058515456 138216 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12786] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12786/stat : 12786 (java) S 12767 12769 12239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519159814 16058515456 138216 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12787] ppid=12767 vsize=15682144 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12787/stat : 12787 (java) S 12767 12769 12239 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519159814 16058515456 138216 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761728 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 15682144

[startup+6.30099 s]
/proc/loadavg: 6.58 7.78 7.96 6/220 12795
/proc/meminfo: memFree=14499836/32951124 swapFree=67111528/67111528
[pid=12769] ppid=12767 vsize=15695516 CPUtime=8.49 cores=0,2,4,6
/proc/12769/stat : 12769 (java) S 12767 12769 12239 0 -1 4202496 162387 0 1 0 828 21 0 0 21 0 22 0 519159809 16072208384 152195 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12769/statm: 3923879 152195 2266 9 0 3914598 0
[pid=12769/tid=12770] ppid=12767 vsize=15695516 CPUtime=6.24 cores=0,2,4,6
/proc/12769/task/12770/stat : 12770 (java) R 12767 12769 12239 0 -1 4202560 127243 0 1 0 608 16 0 0 21 0 22 0 519159810 16072208384 152195 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 46912505936349 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12769/tid=12772] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12772/stat : 12772 (java) S 12767 12769 12239 0 -1 4202560 194 0 0 0 0 0 0 0 15 0 22 0 519159810 16072208384 152195 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12773] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12773/stat : 12773 (java) S 12767 12769 12239 0 -1 4202560 1346 0 0 0 0 0 0 0 15 0 22 0 519159810 16072208384 152195 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 2 0 0 0
[pid=12769/tid=12774] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12774/stat : 12774 (java) S 12767 12769 12239 0 -1 4202560 354 0 0 0 0 0 0 0 15 0 22 0 519159810 16072208384 152195 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 6 0 0 0
[pid=12769/tid=12775] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12775/stat : 12775 (java) S 12767 12769 12239 0 -1 4202560 213 0 0 0 0 0 0 0 16 0 22 0 519159810 16072208384 152195 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12776] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12776/stat : 12776 (java) S 12767 12769 12239 0 -1 4202560 847 0 0 0 0 0 0 0 15 0 22 0 519159810 16072208384 152195 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12777] ppid=12767 vsize=15695516 CPUtime=0.01 cores=0,2,4,6
/proc/12769/task/12777/stat : 12777 (java) S 12767 12769 12239 0 -1 4202560 2766 0 0 0 1 0 0 0 16 0 22 0 519159810 16072208384 152195 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 2 0 0 0
[pid=12769/tid=12778] ppid=12767 vsize=15695516 CPUtime=0.01 cores=0,2,4,6
/proc/12769/task/12778/stat : 12778 (java) S 12767 12769 12239 0 -1 4202560 5751 0 0 0 1 0 0 0 16 0 22 0 519159810 16072208384 152195 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12779] ppid=12767 vsize=15695516 CPUtime=0.01 cores=0,2,4,6
/proc/12769/task/12779/stat : 12779 (java) S 12767 12769 12239 0 -1 4202560 1076 0 0 0 1 0 0 0 16 0 22 0 519159810 16072208384 152195 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 6 0 0 0
[pid=12769/tid=12780] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12780/stat : 12780 (java) S 12767 12769 12239 0 -1 4202560 337 0 0 0 0 0 0 0 15 0 22 0 519159811 16072208384 152195 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761728 0 0 0 16800975 18446604453868975360 0 0 -1 6 0 0 0
[pid=12769/tid=12781] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12781/stat : 12781 (java) S 12767 12769 12239 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519159811 16072208384 152195 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 6 0 0 0
[pid=12769/tid=12782] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12782/stat : 12782 (java) S 12767 12769 12239 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519159811 16072208384 152195 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 6 0 0 0
[pid=12769/tid=12783] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12783/stat : 12783 (java) S 12767 12769 12239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519159813 16072208384 152195 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458768817 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12784] ppid=12767 vsize=15695516 CPUtime=0.82 cores=0,2,4,6
/proc/12769/task/12784/stat : 12784 (java) S 12767 12769 12239 0 -1 4202560 4943 0 0 0 82 0 0 0 15 0 22 0 519159814 16072208384 152195 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12785] ppid=12767 vsize=15695516 CPUtime=1.29 cores=0,2,4,6
/proc/12769/task/12785/stat : 12785 (java) S 12767 12769 12239 0 -1 4202560 15886 0 0 0 127 2 0 0 15 0 22 0 519159814 16072208384 152195 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 2 0 0 0
[pid=12769/tid=12786] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12786/stat : 12786 (java) S 12767 12769 12239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519159814 16072208384 152195 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12787] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12787/stat : 12787 (java) S 12767 12769 12239 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519159814 16072208384 152195 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761728 0 4 0 16800975 18446604453868975360 0 0 -1 6 0 0 0

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

/proc/12769/task/12787/stat : 12787 (java) S 12767 12769 12239 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 519159814 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761728 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12792] ppid=12767 vsize=15695516 CPUtime=853.39 cores=0,2,4,6
/proc/12769/task/12792/stat : 12792 (java) S 12767 12769 12239 0 -1 4202560 160 0 0 0 85339 0 0 0 15 0 22 0 519160131 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 2 0 0 0
[pid=12769/tid=12793] ppid=12767 vsize=15695516 CPUtime=855.06 cores=0,2,4,6
/proc/12769/task/12793/stat : 12793 (java) S 12767 12769 12239 0 -1 4202560 139 0 0 0 85504 2 0 0 15 0 22 0 519160131 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12794] ppid=12767 vsize=15695516 CPUtime=923.7 cores=0,2,4,6
/proc/12769/task/12794/stat : 12794 (java) S 12767 12769 12239 0 -1 4202560 41448 0 0 0 92364 6 0 0 15 0 22 0 519160131 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 6 0 0 0
[pid=12769/tid=12795] ppid=12767 vsize=15695516 CPUtime=895.15 cores=0,2,4,6
/proc/12769/task/12795/stat : 12795 (java) S 12767 12769 12239 0 -1 4202560 112 0 0 0 89513 2 0 0 15 0 22 0 519160131 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3871.3
Current children cumulated vsize (KiB) 15695516

[startup+1242.32 s]
/proc/loadavg: 4.10 6.37 7.31 2/193 12849
/proc/meminfo: memFree=7736004/32951124 swapFree=67111524/67111528
[pid=12769] ppid=12767 vsize=15695516 CPUtime=3949.49 cores=0,2,4,6
/proc/12769/stat : 12769 (java) S 12767 12769 12239 0 -1 4202496 4359245 0 1 0 394154 795 0 0 21 0 22 0 519159809 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12769/statm: 3923879 3848860 2296 9 0 3914598 0
[pid=12769/tid=12770] ppid=12767 vsize=15695516 CPUtime=18.63 cores=0,2,4,6
/proc/12769/task/12770/stat : 12770 (java) S 12767 12769 12239 0 -1 4202560 127291 0 1 0 1847 16 0 0 25 0 22 0 519159810 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12772] ppid=12767 vsize=15695516 CPUtime=13.8 cores=0,2,4,6
/proc/12769/task/12772/stat : 12772 (java) S 12767 12769 12239 0 -1 4202560 520780 0 0 0 1287 93 0 0 16 0 22 0 519159810 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12773] ppid=12767 vsize=15695516 CPUtime=15.77 cores=0,2,4,6
/proc/12769/task/12773/stat : 12773 (java) S 12767 12769 12239 0 -1 4202560 489678 0 0 0 1485 92 0 0 16 0 22 0 519159810 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12774] ppid=12767 vsize=15695516 CPUtime=14.41 cores=0,2,4,6
/proc/12769/task/12774/stat : 12774 (java) S 12767 12769 12239 0 -1 4202560 489136 0 0 0 1349 92 0 0 16 0 22 0 519159810 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12775] ppid=12767 vsize=15695516 CPUtime=14.78 cores=0,2,4,6
/proc/12769/task/12775/stat : 12775 (java) S 12767 12769 12239 0 -1 4202560 505756 0 0 0 1388 90 0 0 16 0 22 0 519159810 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12776] ppid=12767 vsize=15695516 CPUtime=13.09 cores=0,2,4,6
/proc/12769/task/12776/stat : 12776 (java) S 12767 12769 12239 0 -1 4202560 317388 0 0 0 1251 58 0 0 16 0 22 0 519159810 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12777] ppid=12767 vsize=15695516 CPUtime=14.14 cores=0,2,4,6
/proc/12769/task/12777/stat : 12777 (java) S 12767 12769 12239 0 -1 4202560 543179 0 0 0 1311 103 0 0 16 0 22 0 519159810 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12778] ppid=12767 vsize=15695516 CPUtime=13.94 cores=0,2,4,6
/proc/12769/task/12778/stat : 12778 (java) S 12767 12769 12239 0 -1 4202560 528848 0 0 0 1306 88 0 0 16 0 22 0 519159810 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12779] ppid=12767 vsize=15695516 CPUtime=13.9 cores=0,2,4,6
/proc/12769/task/12779/stat : 12779 (java) S 12767 12769 12239 0 -1 4202560 543512 0 0 0 1287 103 0 0 16 0 22 0 519159810 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12780] ppid=12767 vsize=15695516 CPUtime=261.44 cores=0,2,4,6
/proc/12769/task/12780/stat : 12780 (java) R 12767 12769 12239 0 -1 4202560 229264 0 0 0 26103 41 0 0 25 0 22 0 519159811 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458771125 0 0 0 16800975 0 0 0 -1 6 0 0 0
[pid=12769/tid=12781] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12781/stat : 12781 (java) S 12767 12769 12239 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519159811 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 2 0 0 0
[pid=12769/tid=12782] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12782/stat : 12782 (java) S 12767 12769 12239 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519159811 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 2 0 0 0
[pid=12769/tid=12783] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12783/stat : 12783 (java) S 12767 12769 12239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519159813 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458768817 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12784] ppid=12767 vsize=15695516 CPUtime=1.62 cores=0,2,4,6
/proc/12769/task/12784/stat : 12784 (java) S 12767 12769 12239 0 -1 4202560 4978 0 0 0 162 0 0 0 15 0 22 0 519159814 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12785] ppid=12767 vsize=15695516 CPUtime=2.27 cores=0,2,4,6
/proc/12769/task/12785/stat : 12785 (java) S 12767 12769 12239 0 -1 4202560 15989 0 0 0 225 2 0 0 15 0 22 0 519159814 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 2 0 0 0
[pid=12769/tid=12786] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12786/stat : 12786 (java) S 12767 12769 12239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519159814 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12787] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12787/stat : 12787 (java) R 12767 12769 12239 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 519159814 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761728 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12769/tid=12792] ppid=12767 vsize=15695516 CPUtime=859.48 cores=0,2,4,6
/proc/12769/task/12792/stat : 12792 (java) R 12767 12769 12239 0 -1 4202560 210 0 0 0 85947 1 0 0 15 0 22 0 519160131 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 46912506057557 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12769/tid=12793] ppid=12767 vsize=15695516 CPUtime=861.12 cores=0,2,4,6
/proc/12769/task/12793/stat : 12793 (java) R 12767 12769 12239 0 -1 4202560 177 0 0 0 86110 2 0 0 15 0 22 0 519160131 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 46912505604326 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12769/tid=12794] ppid=12767 vsize=15695516 CPUtime=929.76 cores=0,2,4,6
/proc/12769/task/12794/stat : 12794 (java) R 12767 12769 12239 0 -1 4202560 41459 0 0 0 92970 6 0 0 15 0 22 0 519160131 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 46912506003832 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12769/tid=12795] ppid=12767 vsize=15695516 CPUtime=901.2 cores=0,2,4,6
/proc/12769/task/12795/stat : 12795 (java) R 12767 12769 12239 0 -1 4202560 139 0 0 0 90118 2 0 0 15 0 22 0 519160131 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 46912506277444 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3949.49
Current children cumulated vsize (KiB) 15695516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.80 5.60 6.99 2/193 12850
/proc/meminfo: memFree=7737184/32951124 swapFree=67111524/67111528
[pid=12769] ppid=12767 vsize=15695516 CPUtime=4032.46 cores=0,2,4,6
/proc/12769/stat : 12769 (java) S 12767 12769 12239 0 -1 4202496 4359347 0 1 0 402450 796 0 0 21 0 22 0 519159809 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12769/statm: 3923879 3848860 2296 9 0 3914598 0
[pid=12769/tid=12770] ppid=12767 vsize=15695516 CPUtime=18.63 cores=0,2,4,6
/proc/12769/task/12770/stat : 12770 (java) S 12767 12769 12239 0 -1 4202560 127291 0 1 0 1847 16 0 0 25 0 22 0 519159810 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12772] ppid=12767 vsize=15695516 CPUtime=13.8 cores=0,2,4,6
/proc/12769/task/12772/stat : 12772 (java) S 12767 12769 12239 0 -1 4202560 520780 0 0 0 1287 93 0 0 16 0 22 0 519159810 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12773] ppid=12767 vsize=15695516 CPUtime=15.77 cores=0,2,4,6
/proc/12769/task/12773/stat : 12773 (java) S 12767 12769 12239 0 -1 4202560 489678 0 0 0 1485 92 0 0 16 0 22 0 519159810 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12774] ppid=12767 vsize=15695516 CPUtime=14.41 cores=0,2,4,6
/proc/12769/task/12774/stat : 12774 (java) S 12767 12769 12239 0 -1 4202560 489136 0 0 0 1349 92 0 0 16 0 22 0 519159810 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12775] ppid=12767 vsize=15695516 CPUtime=14.78 cores=0,2,4,6
/proc/12769/task/12775/stat : 12775 (java) S 12767 12769 12239 0 -1 4202560 505756 0 0 0 1388 90 0 0 16 0 22 0 519159810 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12776] ppid=12767 vsize=15695516 CPUtime=13.09 cores=0,2,4,6
/proc/12769/task/12776/stat : 12776 (java) S 12767 12769 12239 0 -1 4202560 317388 0 0 0 1251 58 0 0 16 0 22 0 519159810 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12777] ppid=12767 vsize=15695516 CPUtime=14.14 cores=0,2,4,6
/proc/12769/task/12777/stat : 12777 (java) S 12767 12769 12239 0 -1 4202560 543179 0 0 0 1311 103 0 0 16 0 22 0 519159810 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12778] ppid=12767 vsize=15695516 CPUtime=13.94 cores=0,2,4,6
/proc/12769/task/12778/stat : 12778 (java) S 12767 12769 12239 0 -1 4202560 528848 0 0 0 1306 88 0 0 16 0 22 0 519159810 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12779] ppid=12767 vsize=15695516 CPUtime=13.9 cores=0,2,4,6
/proc/12769/task/12779/stat : 12779 (java) S 12767 12769 12239 0 -1 4202560 543512 0 0 0 1287 103 0 0 16 0 22 0 519159810 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12780] ppid=12767 vsize=15695516 CPUtime=310.66 cores=0,2,4,6
/proc/12769/task/12780/stat : 12780 (java) R 12767 12769 12239 0 -1 4202560 229266 0 0 0 31024 42 0 0 17 0 22 0 519159811 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 46984725376143 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=12769/tid=12781] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12781/stat : 12781 (java) S 12767 12769 12239 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 519159811 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 2 0 0 0
[pid=12769/tid=12782] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12782/stat : 12782 (java) S 12767 12769 12239 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 519159811 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 2 0 0 0
[pid=12769/tid=12783] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12783/stat : 12783 (java) S 12767 12769 12239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519159813 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458768817 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12784] ppid=12767 vsize=15695516 CPUtime=1.62 cores=0,2,4,6
/proc/12769/task/12784/stat : 12784 (java) S 12767 12769 12239 0 -1 4202560 4978 0 0 0 162 0 0 0 15 0 22 0 519159814 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
[pid=12769/tid=12785] ppid=12767 vsize=15695516 CPUtime=2.27 cores=0,2,4,6
/proc/12769/task/12785/stat : 12785 (java) S 12767 12769 12239 0 -1 4202560 15989 0 0 0 225 2 0 0 15 0 22 0 519159814 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 2 0 0 0
[pid=12769/tid=12786] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12786/stat : 12786 (java) S 12767 12769 12239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519159814 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12787] ppid=12767 vsize=15695516 CPUtime=0 cores=0,2,4,6
/proc/12769/task/12787/stat : 12787 (java) S 12767 12769 12239 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 22 0 519159814 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761728 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12792] ppid=12767 vsize=15695516 CPUtime=867.92 cores=0,2,4,6
/proc/12769/task/12792/stat : 12792 (java) S 12767 12769 12239 0 -1 4202560 237 0 0 0 86791 1 0 0 15 0 22 0 519160131 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 0 0 0 0
[pid=12769/tid=12793] ppid=12767 vsize=15695516 CPUtime=869.56 cores=0,2,4,6
/proc/12769/task/12793/stat : 12793 (java) S 12767 12769 12239 0 -1 4202560 216 0 0 0 86954 2 0 0 15 0 22 0 519160131 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 2 0 0 0
[pid=12769/tid=12794] ppid=12767 vsize=15695516 CPUtime=938.18 cores=0,2,4,6
/proc/12769/task/12794/stat : 12794 (java) S 12767 12769 12239 0 -1 4202560 41476 0 0 0 93812 6 0 0 15 0 22 0 519160131 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 6 0 0 0
[pid=12769/tid=12795] ppid=12767 vsize=15695516 CPUtime=909.65 cores=0,2,4,6
/proc/12769/task/12795/stat : 12795 (java) S 12767 12769 12239 0 -1 4202560 154 0 0 0 90963 2 0 0 15 0 22 0 519160131 16072208384 3848860 33554432000 1073741824 1073778376 140736739996672 18446744073709551615 244458761113 0 4 0 16800975 18446604453868975360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4032.46
Current children cumulated vsize (KiB) 15695516

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -12769

[startup+1302.3 s]
/proc/loadavg: 2.66 5.53 6.96 2/194 12851
/proc/meminfo: memFree=7737176/32951124 swapFree=67111524/67111528
[pid=12769] ppid=12767 vsize=0 CPUtime=4035.07 cores=0,2,4,6
/proc/12769/stat : 12769 (java) Z 12767 12769 12239 0 -1 4203548 4359357 0 1 0 402683 824 0 0 18 0 2 0 519159809 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12769/statm: 0 0 0 0 0 0 0
[pid=12769/tid=12786] ppid=12767 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/12769/task/12786/stat : 12786 (java) R 12767 12769 12239 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 519159814 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4035.07
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 2.66 5.53 6.96 2/194 12851
/proc/meminfo: memFree=7737176/32951124 swapFree=67111524/67111528
[pid=12769] ppid=12767 vsize=0 CPUtime=4035.17 cores=0,2,4,6
/proc/12769/stat : 12769 (java) Z 12767 12769 12239 0 -1 4203548 4359357 0 1 0 402683 834 0 0 18 0 2 0 519159809 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12769/statm: 0 0 0 0 0 0 0
[pid=12769/tid=12786] ppid=12767 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/12769/task/12786/stat : 12786 (java) R 12767 12769 12239 0 -1 4203588 1 0 0 0 0 38 0 0 18 0 2 0 519159814 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4035.17
Current children cumulated vsize (KiB) 0

[startup+1302.6 s]
/proc/loadavg: 2.66 5.53 6.96 2/194 12851
/proc/meminfo: memFree=7737176/32951124 swapFree=67111524/67111528
[pid=12769] ppid=12767 vsize=0 CPUtime=4035.37 cores=0,2,4,6
/proc/12769/stat : 12769 (java) Z 12767 12769 12239 0 -1 4203548 4359357 0 1 0 402683 854 0 0 18 0 2 0 519159809 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12769/statm: 0 0 0 0 0 0 0
[pid=12769/tid=12786] ppid=12767 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/12769/task/12786/stat : 12786 (java) R 12767 12769 12239 0 -1 4203588 1 0 0 0 0 58 0 0 18 0 2 0 519159814 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4035.37
Current children cumulated vsize (KiB) 0

[startup+1302.7 s]
/proc/loadavg: 2.66 5.53 6.96 2/194 12851
/proc/meminfo: memFree=7737176/32951124 swapFree=67111524/67111528
[pid=12769] ppid=12767 vsize=0 CPUtime=4035.47 cores=0,2,4,6
/proc/12769/stat : 12769 (java) Z 12767 12769 12239 0 -1 4203548 4359357 0 1 0 402683 864 0 0 18 0 2 0 519159809 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12769/statm: 0 0 0 0 0 0 0
[pid=12769/tid=12786] ppid=12767 vsize=0 CPUtime=0.68 cores=0,2,4,6
/proc/12769/task/12786/stat : 12786 (java) R 12767 12769 12239 0 -1 4203588 1 0 0 0 0 68 0 0 18 0 2 0 519159814 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4035.47
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.74
CPU time (s): 4035.53
CPU user time (s): 4026.84
CPU system time (s): 8.69168
CPU usage (%): 309.772
Max. virtual memory (cumulated for all children) (KiB): 15695516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4026.84
system time used= 8.69168
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4359357
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= 41014
involuntary context switches= 69380

runsolver used 2.15367 second user time and 5.02024 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 13:13:14
IDJOB=3312146
IDBENCH=69635
IDSOLVER=1698
FILE ID=node105/3312146-1304075593
RUNJOBID= node105-1304075593-12732
PBS_JOBID= 13170488
Free space on /tmp= 71916 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT_RACE08/cnf/ibm-2002-30r-k85.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312146-1304075593/watcher-3312146-1304075593 -o /tmp/evaluation-result-3312146-1304075593/solver-3312146-1304075593 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312146-1304075593.cnf -hbr 2

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

MD5SUM BENCH= c08fe2d9c476652207ada677b7ca59f9
RANDOM SEED=1837880344

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.825
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:     32951124 kB
MemFree:      15447648 kB
Buffers:       2302096 kB
Cached:       14461216 kB
SwapCached:          0 kB
Active:        9086836 kB
Inactive:      7844284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15447648 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25376 kB
Writeback:           0 kB
AnonPages:      166364 kB
Mapped:          22640 kB
Slab:           509336 kB
PageTables:       5040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   784616 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= 71920 MiB
End job on node105 at 2011-04-29 13:34:57