Trace number 3311165

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) 2328.11 1302.59

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S957916968-041-UNKNOWN.cnf
MD5SUM5ccda34debd31b9bf6eb5decc63c453f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark290.667
Satisfiable
(Un)Satisfiability was proved
Number of variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	32:41 INFO : Reading from input HOME/instance-3311165-1304112761.cnf
1.23/1.08	Executor set job limit to 1000000
1.23/1.08	Executor set job limit to 1000000
1.23/1.08	Executor set job limit to 1000000
1.23/1.08	Executor set job limit to 1000000
1.23/1.08	Starting Executor!
1.23/1.08	Starting Executor!
1.23/1.08	Starting Executor!
1.23/1.08	Starting Executor!
5.34/3.29	32:45 INFO : 49798 variables remaining out of 49999
5.34/3.29	32:45 INFO : 834844 literals remaining out of 840000
1401.33/380.51	39:02 ERROR: Failed to solve instance
1401.33/380.51	java.lang.OutOfMemoryError: Java heap space
1401.33/380.51		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1401.33/380.51		at gnu.trove.THash.postInsertHook(THash.java:370)
1401.33/380.51		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1401.33/380.51		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1401.33/380.51		at ibis.structure.Subsumming.run(Subsumming.java:58)
1401.33/380.51		at ibis.structure.Solver.simplify(Solver.java:205)
1401.33/380.51		at ibis.structure.Solver.solve(Solver.java:113)
1401.33/380.51		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1401.33/380.51		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1401.33/380.51		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1401.33/380.51		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1401.33/380.51		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1401.33/380.51		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1401.33/380.51		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1401.33/380.51		at ibis.constellation.Executor.processActivities(Executor.java:75)
1401.33/380.51		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1401.33/380.51		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1401.33/380.51		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1471.22/448.62	40:10 ERROR: Failed to solve instance
1471.22/448.62	java.lang.OutOfMemoryError: Java heap space
1471.22/448.62		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1471.22/448.62		at gnu.trove.THash.postInsertHook(THash.java:370)
1471.22/448.62		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1471.22/448.62		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1471.22/448.62		at ibis.structure.Subsumming.run(Subsumming.java:58)
1471.22/448.62		at ibis.structure.Solver.simplify(Solver.java:205)
1471.22/448.62		at ibis.structure.Solver.solve(Solver.java:113)
1471.22/448.62		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1471.22/448.62		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1471.22/448.62		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1471.22/448.62		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1471.22/448.62		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1471.22/448.62		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1471.22/448.62		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1471.22/448.62		at ibis.constellation.Executor.processActivities(Executor.java:75)
1471.22/448.62		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1471.22/448.62		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1471.22/448.62		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1479.05/455.85	40:17 ERROR: Failed to solve instance
1479.05/455.85	java.lang.OutOfMemoryError: Java heap space
1479.05/455.85		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1479.05/455.85		at gnu.trove.THash.postInsertHook(THash.java:370)
1479.05/455.85		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1479.05/455.85		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1479.05/455.85		at ibis.structure.Subsumming.run(Subsumming.java:58)
1479.05/455.85		at ibis.structure.Solver.simplify(Solver.java:205)
1479.05/455.85		at ibis.structure.Solver.solve(Solver.java:113)
1479.05/455.85		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1479.05/455.85		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1479.05/455.85		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1479.05/455.85		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1479.05/455.85		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1479.05/455.85		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1479.05/455.85		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1479.05/455.85		at ibis.constellation.Executor.processActivities(Executor.java:75)
1479.05/455.85		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1479.05/455.85		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1479.05/455.85		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1484.40/461.02	40:22 ERROR: Failed to solve instance
1484.40/461.02	java.lang.OutOfMemoryError: Java heap space
1484.40/461.02		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1484.40/461.02		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1484.40/461.02		at ibis.structure.Subsumming.run(Subsumming.java:61)
1484.40/461.02		at ibis.structure.Solver.simplify(Solver.java:205)
1484.40/461.02		at ibis.structure.Solver.solve(Solver.java:113)
1484.40/461.02		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1484.40/461.02		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1484.40/461.02		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1484.40/461.02		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1484.40/461.02		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1484.40/461.02		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1484.40/461.02		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1484.40/461.02		at ibis.constellation.Executor.processActivities(Executor.java:75)
1484.40/461.02		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1484.40/461.02		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1484.40/461.02		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1490.94/467.27	40:29 ERROR: Failed to solve instance
1490.94/467.27	java.lang.OutOfMemoryError: Java heap space
1497.03/473.18	40:35 ERROR: Failed to solve instance
1497.03/473.18	java.lang.OutOfMemoryError: Java heap space
1498.71/474.77	40:36 ERROR: Failed to solve instance
1498.71/474.77	java.lang.OutOfMemoryError: Java heap space

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3311165-1304112761/watcher-3311165-1304112761 -o /tmp/evaluation-result-3311165-1304112761/solver-3311165-1304112761 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311165-1304112761.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: 6.87 7.81 7.73 2/194 28671
/proc/meminfo: memFree=30189856/32950928 swapFree=67086612/67111528
[pid=28671] ppid=28669 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/28671/stat : 28671 (java) S 28669 28671 28616 0 -1 4202496 1422 0 0 0 0 0 0 0 25 0 2 0 522873198 27824128 892 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488497637 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28671/statm: 6793 894 684 9 0 381 0
[pid=28671/tid=28672] ppid=28669 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28672/stat : 28672 (java) S 28669 28671 28616 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 522873198 27824128 894 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239471771271 0 2147483391 4096 0 18446744071699207358 0 0 -1 4 0 0 0

[startup+0.0658609 s]
/proc/loadavg: 6.87 7.81 7.73 2/194 28671
/proc/meminfo: memFree=30189856/32950928 swapFree=67086612/67111528
[pid=28671] ppid=28669 vsize=15609780 CPUtime=0.05 cores=0,2,4,6
/proc/28671/stat : 28671 (java) S 28669 28671 28616 0 -1 4202496 4373 0 1 0 5 0 0 0 25 0 18 0 522873198 15984414720 3812 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28671/statm: 3902445 3813 1778 9 0 3893164 0
[pid=28671/tid=28672] ppid=28669 vsize=15609780 CPUtime=0.05 cores=0,2,4,6
/proc/28671/task/28672/stat : 28672 (java) R 28669 28671 28616 0 -1 4202560 2956 0 1 0 5 0 0 0 25 0 18 0 522873198 15984414720 3813 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488521675 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.100861 s]
/proc/loadavg: 6.87 7.81 7.73 2/194 28671
/proc/meminfo: memFree=30189856/32950928 swapFree=67086612/67111528
[pid=28671] ppid=28669 vsize=15676928 CPUtime=0.1 cores=0,2,4,6
/proc/28671/stat : 28671 (java) S 28669 28671 28616 0 -1 4202496 5579 0 1 0 9 1 0 0 25 0 18 0 522873198 16053174272 5018 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28671/statm: 3919232 5019 2117 9 0 3909951 0
[pid=28671/tid=28672] ppid=28669 vsize=15676928 CPUtime=0.08 cores=0,2,4,6
/proc/28671/task/28672/stat : 28672 (java) R 28669 28671 28616 0 -1 4202560 3457 0 1 0 7 1 0 0 18 0 18 0 522873198 16053174272 5020 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 47076763387386 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676928

[startup+0.300826 s]
/proc/loadavg: 6.87 7.81 7.73 2/194 28671
/proc/meminfo: memFree=30189856/32950928 swapFree=67086612/67111528
[pid=28671] ppid=28669 vsize=15680624 CPUtime=0.51 cores=0,2,4,6
/proc/28671/stat : 28671 (java) S 28669 28671 28616 0 -1 4202496 15702 0 1 0 49 2 0 0 25 0 18 0 522873198 16056958976 14208 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28671/statm: 3920156 14213 2207 9 0 3910875 0
[pid=28671/tid=28672] ppid=28669 vsize=15680624 CPUtime=0.28 cores=0,2,4,6
/proc/28671/task/28672/stat : 28672 (java) R 28669 28671 28616 0 -1 4202560 10659 0 1 0 27 1 0 0 18 0 18 0 522873198 16056958976 14216 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 46912505588018 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680624

[startup+0.700735 s]
/proc/loadavg: 6.87 7.81 7.73 2/194 28671
/proc/meminfo: memFree=30189856/32950928 swapFree=67086612/67111528
[pid=28671] ppid=28669 vsize=15680624 CPUtime=0.92 cores=0,2,4,6
/proc/28671/stat : 28671 (java) S 28669 28671 28616 0 -1 4202496 41802 0 1 0 87 5 0 0 25 0 18 0 522873198 16056958976 40305 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28671/statm: 3920156 40305 2223 9 0 3910875 0
[pid=28671/tid=28672] ppid=28669 vsize=15680624 CPUtime=0.67 cores=0,2,4,6
/proc/28671/task/28672/stat : 28672 (java) R 28669 28671 28616 0 -1 4202560 35536 0 1 0 63 4 0 0 18 0 18 0 522873198 16056958976 40305 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 46912505529198 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15680624

[startup+1.50154 s]
/proc/loadavg: 6.87 7.81 7.73 8/216 28693
/proc/meminfo: memFree=29860296/32950928 swapFree=67086612/67111528
[pid=28671] ppid=28669 vsize=15686808 CPUtime=2.06 cores=0,2,4,6
/proc/28671/stat : 28671 (java) S 28669 28671 28616 0 -1 4202496 54311 0 1 0 199 7 0 0 25 0 22 0 522873198 16063291392 50698 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28671/statm: 3921702 50698 2261 9 0 3912421 0
[pid=28671/tid=28672] ppid=28669 vsize=15686808 CPUtime=1.45 cores=0,2,4,6
/proc/28671/task/28672/stat : 28672 (java) R 28669 28671 28616 0 -1 4202560 35640 0 1 0 141 4 0 0 21 0 22 0 522873198 16063291392 50698 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 46912505201599 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28671/tid=28674] ppid=28669 vsize=15686808 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28674/stat : 28674 (java) S 28669 28671 28616 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 22 0 522873199 16063291392 50698 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28675] ppid=28669 vsize=15686808 CPUtime=0.01 cores=0,2,4,6
/proc/28671/task/28675/stat : 28675 (java) S 28669 28671 28616 0 -1 4202560 1616 0 0 0 1 0 0 0 16 0 22 0 522873199 16063291392 50698 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=28671/tid=28676] ppid=28669 vsize=15686808 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28676/stat : 28676 (java) S 28669 28671 28616 0 -1 4202560 1126 0 0 0 0 0 0 0 16 0 22 0 522873199 16063291392 50698 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28677] ppid=28669 vsize=15686808 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28677/stat : 28677 (java) S 28669 28671 28616 0 -1 4202560 662 0 0 0 0 0 0 0 15 0 22 0 522873199 16063291392 50698 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28678] ppid=28669 vsize=15686808 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28678/stat : 28678 (java) S 28669 28671 28616 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522873199 16063291392 50698 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28679] ppid=28669 vsize=15686808 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28679/stat : 28679 (java) S 28669 28671 28616 0 -1 4202560 1663 0 0 0 0 0 0 0 16 0 22 0 522873199 16063291392 50698 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28680] ppid=28669 vsize=15686808 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28680/stat : 28680 (java) S 28669 28671 28616 0 -1 4202560 665 0 0 0 0 0 0 0 15 0 22 0 522873199 16063291392 50698 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28681] ppid=28669 vsize=15686808 CPUtime=0.01 cores=0,2,4,6
/proc/28671/task/28681/stat : 28681 (java) S 28669 28671 28616 0 -1 4202560 1384 0 0 0 1 0 0 0 16 0 22 0 522873199 16063291392 50698 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28682] ppid=28669 vsize=15686808 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28682/stat : 28682 (java) S 28669 28671 28616 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 522873200 16063291392 50698 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488511488 0 0 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28683] ppid=28669 vsize=15686808 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28683/stat : 28683 (java) S 28669 28671 28616 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522873200 16063291392 50698 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28684] ppid=28669 vsize=15686808 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28684/stat : 28684 (java) S 28669 28671 28616 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 522873200 16063291392 50698 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28685] ppid=28669 vsize=15686808 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28685/stat : 28685 (java) S 28669 28671 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522873202 16063291392 50698 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488518577 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28686] ppid=28669 vsize=15686808 CPUtime=0.14 cores=0,2,4,6
/proc/28671/task/28686/stat : 28686 (java) S 28669 28671 28616 0 -1 4202560 1049 0 0 0 14 0 0 0 15 0 22 0 522873202 16063291392 50698 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28687] ppid=28669 vsize=15686808 CPUtime=0.37 cores=0,2,4,6
/proc/28671/task/28687/stat : 28687 (java) R 28669 28671 28616 0 -1 4202560 8967 0 0 0 36 1 0 0 16 0 22 0 522873202 16063291392 50698 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 47076761151157 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28671/tid=28688] ppid=28669 vsize=15686808 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28688/stat : 28688 (java) S 28669 28671 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522873202 16063291392 50698 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28689] ppid=28669 vsize=15686808 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28689/stat : 28689 (java) S 28669 28671 28616 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522873202 16063291392 50698 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488511488 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 15686808

[startup+3.10117 s]
/proc/loadavg: 6.87 7.81 7.73 9/220 28697
/proc/meminfo: memFree=29717664/32950928 swapFree=67086612/67111528
[pid=28671] ppid=28669 vsize=15685960 CPUtime=5.21 cores=0,2,4,6
/proc/28671/stat : 28671 (java) S 28669 28671 28616 0 -1 4202496 69095 0 1 0 511 10 0 0 25 0 22 0 522873198 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28671/statm: 3921490 54687 2266 9 0 3912209 0
[pid=28671/tid=28672] ppid=28669 vsize=15685960 CPUtime=3.05 cores=0,2,4,6
/proc/28671/task/28672/stat : 28672 (java) R 28669 28671 28616 0 -1 4202560 35675 0 1 0 301 4 0 0 25 0 22 0 522873198 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 46912506063015 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28671/tid=28674] ppid=28669 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28674/stat : 28674 (java) S 28669 28671 28616 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 22 0 522873199 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28675] ppid=28669 vsize=15685960 CPUtime=0.01 cores=0,2,4,6
/proc/28671/task/28675/stat : 28675 (java) S 28669 28671 28616 0 -1 4202560 1616 0 0 0 1 0 0 0 16 0 22 0 522873199 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=28671/tid=28676] ppid=28669 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28676/stat : 28676 (java) S 28669 28671 28616 0 -1 4202560 1126 0 0 0 0 0 0 0 16 0 22 0 522873199 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28677] ppid=28669 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28677/stat : 28677 (java) S 28669 28671 28616 0 -1 4202560 662 0 0 0 0 0 0 0 15 0 22 0 522873199 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28678] ppid=28669 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28678/stat : 28678 (java) S 28669 28671 28616 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522873199 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28679] ppid=28669 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28679/stat : 28679 (java) S 28669 28671 28616 0 -1 4202560 1663 0 0 0 0 0 0 0 16 0 22 0 522873199 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28680] ppid=28669 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28680/stat : 28680 (java) S 28669 28671 28616 0 -1 4202560 665 0 0 0 0 0 0 0 15 0 22 0 522873199 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28681] ppid=28669 vsize=15685960 CPUtime=0.01 cores=0,2,4,6
/proc/28671/task/28681/stat : 28681 (java) S 28669 28671 28616 0 -1 4202560 1384 0 0 0 1 0 0 0 16 0 22 0 522873199 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28682] ppid=28669 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28682/stat : 28682 (java) S 28669 28671 28616 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 522873200 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488511488 0 0 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28683] ppid=28669 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28683/stat : 28683 (java) S 28669 28671 28616 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522873200 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28684] ppid=28669 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28684/stat : 28684 (java) S 28669 28671 28616 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 522873200 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28685] ppid=28669 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28685/stat : 28685 (java) S 28669 28671 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522873202 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488518577 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28686] ppid=28669 vsize=15685960 CPUtime=0.35 cores=0,2,4,6
/proc/28671/task/28686/stat : 28686 (java) R 28669 28671 28616 0 -1 4202560 1353 0 0 0 35 0 0 0 15 0 22 0 522873202 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488520885 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28671/tid=28687] ppid=28669 vsize=15685960 CPUtime=1.72 cores=0,2,4,6
/proc/28671/task/28687/stat : 28687 (java) R 28669 28671 28616 0 -1 4202560 23411 0 0 0 168 4 0 0 16 0 22 0 522873202 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 47076758656958 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28671/tid=28688] ppid=28669 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28688/stat : 28688 (java) S 28669 28671 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522873202 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28689] ppid=28669 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28689/stat : 28689 (java) S 28669 28671 28616 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522873202 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488511488 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=28671/tid=28694] ppid=28669 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28694/stat : 28694 (java) S 28669 28671 28616 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522873306 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488511488 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28695] ppid=28669 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28695/stat : 28695 (java) S 28669 28671 28616 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522873306 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488511488 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=28671/tid=28696] ppid=28669 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28696/stat : 28696 (java) S 28669 28671 28616 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 522873306 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488511488 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=28671/tid=28697] ppid=28669 vsize=15685960 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28697/stat : 28697 (java) S 28669 28671 28616 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 522873306 16062423040 54687 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488511488 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 15685960

[startup+6.30156 s]
/proc/loadavg: 6.80 7.78 7.72 10/220 28697
/proc/meminfo: memFree=28786556/32950928 swapFree=67086612/67111528
[pid=28671] ppid=28669 vsize=15687584 CPUtime=15.1 cores=0,2,4,6
/proc/28671/stat : 28671 (java) S 28669 28671 28616 0 -1 4202496 246251 0 1 0 1474 36 0 0 25 0 22 0 522873198 16064086016 230156 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28671/statm: 3921896 230156 2275 9 0 3912615 0
[pid=28671/tid=28672] ppid=28669 vsize=15687584 CPUtime=3.25 cores=0,2,4,6
/proc/28671/task/28672/stat : 28672 (java) S 28669 28671 28616 0 -1 4202560 35694 0 1 0 321 4 0 0 25 0 22 0 522873198 16064086016 230156 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28674] ppid=28669 vsize=15687584 CPUtime=0.15 cores=0,2,4,6
/proc/28671/task/28674/stat : 28674 (java) S 28669 28671 28616 0 -1 4202560 17560 0 0 0 13 2 0 0 16 0 22 0 522873199 16064086016 230156 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28675] ppid=28669 vsize=15687584 CPUtime=0.04 cores=0,2,4,6
/proc/28671/task/28675/stat : 28675 (java) S 28669 28671 28616 0 -1 4202560 8692 0 0 0 4 0 0 0 16 0 22 0 522873199 16064086016 230156 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=28671/tid=28676] ppid=28669 vsize=15687584 CPUtime=0.2 cores=0,2,4,6
/proc/28671/task/28676/stat : 28676 (java) S 28669 28671 28616 0 -1 4202560 21875 0 0 0 17 3 0 0 16 0 22 0 522873199 16064086016 230156 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
[pid=28671/tid=28677] ppid=28669 vsize=15687584 CPUtime=0.2 cores=0,2,4,6
/proc/28671/task/28677/stat : 28677 (java) S 28669 28671 28616 0 -1 4202560 23373 0 0 0 17 3 0 0 16 0 22 0 522873199 16064086016 230156 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28678] ppid=28669 vsize=15687584 CPUtime=0.13 cores=0,2,4,6
/proc/28671/task/28678/stat : 28678 (java) S 28669 28671 28616 0 -1 4202560 22758 0 0 0 10 3 0 0 16 0 22 0 522873199 16064086016 230156 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28679] ppid=28669 vsize=15687584 CPUtime=0.12 cores=0,2,4,6
/proc/28671/task/28679/stat : 28679 (java) S 28669 28671 28616 0 -1 4202560 12489 0 0 0 10 2 0 0 16 0 22 0 522873199 16064086016 230156 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28680] ppid=28669 vsize=15687584 CPUtime=0.06 cores=0,2,4,6
/proc/28671/task/28680/stat : 28680 (java) S 28669 28671 28616 0 -1 4202560 9326 0 0 0 5 1 0 0 15 0 22 0 522873199 16064086016 230156 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28681] ppid=28669 vsize=15687584 CPUtime=0.07 cores=0,2,4,6
/proc/28671/task/28681/stat : 28681 (java) S 28669 28671 28616 0 -1 4202560 10428 0 0 0 6 1 0 0 15 0 22 0 522873199 16064086016 230156 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28682] ppid=28669 vsize=15687584 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28682/stat : 28682 (java) S 28669 28671 28616 0 -1 4202560 448 0 0 0 0 0 0 0 15 0 22 0 522873200 16064086016 230156 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488511488 0 0 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28683] ppid=28669 vsize=15687584 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28683/stat : 28683 (java) S 28669 28671 28616 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522873200 16064086016 230156 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28684] ppid=28669 vsize=15687584 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28684/stat : 28684 (java) S 28669 28671 28616 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 522873200 16064086016 230156 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28685] ppid=28669 vsize=15687584 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28685/stat : 28685 (java) S 28669 28671 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522873202 16064086016 230156 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488518577 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0

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

[pid=28671/tid=28684] ppid=28669 vsize=15687584 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28684/stat : 28684 (java) S 28669 28671 28616 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 522873200 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28685] ppid=28669 vsize=15687584 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28685/stat : 28685 (java) S 28669 28671 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522873202 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488518577 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28686] ppid=28669 vsize=15687584 CPUtime=0.65 cores=0,2,4,6
/proc/28671/task/28686/stat : 28686 (java) S 28669 28671 28616 0 -1 4202560 1795 0 0 0 65 0 0 0 15 0 22 0 522873202 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28687] ppid=28669 vsize=15687584 CPUtime=2.13 cores=0,2,4,6
/proc/28671/task/28687/stat : 28687 (java) S 28669 28671 28616 0 -1 4202560 23468 0 0 0 209 4 0 0 15 0 22 0 522873202 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28688] ppid=28669 vsize=15687584 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28688/stat : 28688 (java) S 28669 28671 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522873202 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28689] ppid=28669 vsize=15687584 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28689/stat : 28689 (java) S 28669 28671 28616 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 522873202 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488511488 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28694] ppid=28669 vsize=15687584 CPUtime=334.53 cores=0,2,4,6
/proc/28671/task/28694/stat : 28694 (java) S 28669 28671 28616 0 -1 4202560 67092 0 0 0 33437 16 0 0 15 0 22 0 522873306 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28695] ppid=28669 vsize=15687584 CPUtime=334.24 cores=0,2,4,6
/proc/28671/task/28695/stat : 28695 (java) S 28669 28671 28616 0 -1 4202560 60963 0 0 0 33409 15 0 0 15 0 22 0 522873306 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28696] ppid=28669 vsize=15687584 CPUtime=334.72 cores=0,2,4,6
/proc/28671/task/28696/stat : 28696 (java) S 28669 28671 28616 0 -1 4202560 78806 0 0 0 33453 19 0 0 15 0 22 0 522873306 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28697] ppid=28669 vsize=15687584 CPUtime=333.89 cores=0,2,4,6
/proc/28671/task/28697/stat : 28697 (java) S 28669 28671 28616 0 -1 4202560 73102 0 0 0 33372 17 0 0 15 0 22 0 522873306 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2207.66
Current children cumulated vsize (KiB) 15687584

[startup+1242.3 s]
/proc/loadavg: 4.74 5.11 6.05 6/220 28781
/proc/meminfo: memFree=10916300/32950928 swapFree=67086612/67111528
[pid=28671] ppid=28669 vsize=15687584 CPUtime=2267.74 cores=0,2,4,6
/proc/28671/stat : 28671 (java) S 28669 28671 28616 0 -1 4202496 3929288 0 1 0 226083 691 0 0 25 0 22 0 522873198 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28671/statm: 3921896 3852281 2294 9 0 3912615 0
[pid=28671/tid=28672] ppid=28669 vsize=15687584 CPUtime=3.25 cores=0,2,4,6
/proc/28671/task/28672/stat : 28672 (java) S 28669 28671 28616 0 -1 4202560 35694 0 1 0 321 4 0 0 25 0 22 0 522873198 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28674] ppid=28669 vsize=15687584 CPUtime=2.66 cores=0,2,4,6
/proc/28671/task/28674/stat : 28674 (java) S 28669 28671 28616 0 -1 4202560 315695 0 0 0 213 53 0 0 16 0 22 0 522873199 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28675] ppid=28669 vsize=15687584 CPUtime=3.1 cores=0,2,4,6
/proc/28671/task/28675/stat : 28675 (java) S 28669 28671 28616 0 -1 4202560 253799 0 0 0 267 43 0 0 16 0 22 0 522873199 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28676] ppid=28669 vsize=15687584 CPUtime=4.02 cores=0,2,4,6
/proc/28671/task/28676/stat : 28676 (java) S 28669 28671 28616 0 -1 4202560 442931 0 0 0 328 74 0 0 16 0 22 0 522873199 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28677] ppid=28669 vsize=15687584 CPUtime=3.61 cores=0,2,4,6
/proc/28671/task/28677/stat : 28677 (java) S 28669 28671 28616 0 -1 4202560 363305 0 0 0 302 59 0 0 16 0 22 0 522873199 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28678] ppid=28669 vsize=15687584 CPUtime=3.78 cores=0,2,4,6
/proc/28671/task/28678/stat : 28678 (java) S 28669 28671 28616 0 -1 4202560 433859 0 0 0 307 71 0 0 16 0 22 0 522873199 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28679] ppid=28669 vsize=15687584 CPUtime=3.43 cores=0,2,4,6
/proc/28671/task/28679/stat : 28679 (java) S 28669 28671 28616 0 -1 4202560 296436 0 0 0 294 49 0 0 16 0 22 0 522873199 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28680] ppid=28669 vsize=15687584 CPUtime=3.32 cores=0,2,4,6
/proc/28671/task/28680/stat : 28680 (java) S 28669 28671 28616 0 -1 4202560 405462 0 0 0 264 68 0 0 16 0 22 0 522873199 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28681] ppid=28669 vsize=15687584 CPUtime=3.79 cores=0,2,4,6
/proc/28671/task/28681/stat : 28681 (java) S 28669 28671 28616 0 -1 4202560 391831 0 0 0 312 67 0 0 16 0 22 0 522873199 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28682] ppid=28669 vsize=15687584 CPUtime=896.36 cores=0,2,4,6
/proc/28671/task/28682/stat : 28682 (java) R 28669 28671 28616 0 -1 4202560 683178 0 0 0 89518 118 0 0 18 0 22 0 522873200 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 47076763184271 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=28671/tid=28683] ppid=28669 vsize=15687584 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28683/stat : 28683 (java) S 28669 28671 28616 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 522873200 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28684] ppid=28669 vsize=15687584 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28684/stat : 28684 (java) S 28669 28671 28616 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 522873200 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28685] ppid=28669 vsize=15687584 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28685/stat : 28685 (java) S 28669 28671 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522873202 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488518577 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28686] ppid=28669 vsize=15687584 CPUtime=0.65 cores=0,2,4,6
/proc/28671/task/28686/stat : 28686 (java) S 28669 28671 28616 0 -1 4202560 1795 0 0 0 65 0 0 0 15 0 22 0 522873202 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28687] ppid=28669 vsize=15687584 CPUtime=2.13 cores=0,2,4,6
/proc/28671/task/28687/stat : 28687 (java) S 28669 28671 28616 0 -1 4202560 23468 0 0 0 209 4 0 0 15 0 22 0 522873202 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28688] ppid=28669 vsize=15687584 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28688/stat : 28688 (java) S 28669 28671 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522873202 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28689] ppid=28669 vsize=15687584 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28689/stat : 28689 (java) S 28669 28671 28616 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 522873202 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488511488 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28694] ppid=28669 vsize=15687584 CPUtime=334.56 cores=0,2,4,6
/proc/28671/task/28694/stat : 28694 (java) S 28669 28671 28616 0 -1 4202560 67095 0 0 0 33438 18 0 0 15 0 22 0 522873306 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28695] ppid=28669 vsize=15687584 CPUtime=334.26 cores=0,2,4,6
/proc/28671/task/28695/stat : 28695 (java) S 28669 28671 28616 0 -1 4202560 61378 0 0 0 33410 16 0 0 15 0 22 0 522873306 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28696] ppid=28669 vsize=15687584 CPUtime=334.76 cores=0,2,4,6
/proc/28671/task/28696/stat : 28696 (java) S 28669 28671 28616 0 -1 4202560 78806 0 0 0 33454 22 0 0 15 0 22 0 522873306 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28697] ppid=28669 vsize=15687584 CPUtime=333.91 cores=0,2,4,6
/proc/28671/task/28697/stat : 28697 (java) S 28669 28671 28616 0 -1 4202560 73102 0 0 0 33374 17 0 0 15 0 22 0 522873306 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2267.74
Current children cumulated vsize (KiB) 15687584



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.95 5.11 5.99 6/220 28783
/proc/meminfo: memFree=6656600/32950928 swapFree=67086612/67111528
[pid=28671] ppid=28669 vsize=15687584 CPUtime=2325.52 cores=0,2,4,6
/proc/28671/stat : 28671 (java) S 28669 28671 28616 0 -1 4202496 3929697 0 1 0 231856 696 0 0 25 0 22 0 522873198 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28671/statm: 3921896 3852281 2294 9 0 3912615 0
[pid=28671/tid=28672] ppid=28669 vsize=15687584 CPUtime=3.25 cores=0,2,4,6
/proc/28671/task/28672/stat : 28672 (java) S 28669 28671 28616 0 -1 4202560 35694 0 1 0 321 4 0 0 25 0 22 0 522873198 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28674] ppid=28669 vsize=15687584 CPUtime=2.66 cores=0,2,4,6
/proc/28671/task/28674/stat : 28674 (java) S 28669 28671 28616 0 -1 4202560 315695 0 0 0 213 53 0 0 16 0 22 0 522873199 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28675] ppid=28669 vsize=15687584 CPUtime=3.1 cores=0,2,4,6
/proc/28671/task/28675/stat : 28675 (java) S 28669 28671 28616 0 -1 4202560 253799 0 0 0 267 43 0 0 16 0 22 0 522873199 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28676] ppid=28669 vsize=15687584 CPUtime=4.02 cores=0,2,4,6
/proc/28671/task/28676/stat : 28676 (java) S 28669 28671 28616 0 -1 4202560 442931 0 0 0 328 74 0 0 16 0 22 0 522873199 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28677] ppid=28669 vsize=15687584 CPUtime=3.61 cores=0,2,4,6
/proc/28671/task/28677/stat : 28677 (java) S 28669 28671 28616 0 -1 4202560 363305 0 0 0 302 59 0 0 16 0 22 0 522873199 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28678] ppid=28669 vsize=15687584 CPUtime=3.78 cores=0,2,4,6
/proc/28671/task/28678/stat : 28678 (java) S 28669 28671 28616 0 -1 4202560 433859 0 0 0 307 71 0 0 16 0 22 0 522873199 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28679] ppid=28669 vsize=15687584 CPUtime=3.43 cores=0,2,4,6
/proc/28671/task/28679/stat : 28679 (java) S 28669 28671 28616 0 -1 4202560 296436 0 0 0 294 49 0 0 16 0 22 0 522873199 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28680] ppid=28669 vsize=15687584 CPUtime=3.32 cores=0,2,4,6
/proc/28671/task/28680/stat : 28680 (java) S 28669 28671 28616 0 -1 4202560 405462 0 0 0 264 68 0 0 16 0 22 0 522873199 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28681] ppid=28669 vsize=15687584 CPUtime=3.79 cores=0,2,4,6
/proc/28671/task/28681/stat : 28681 (java) S 28669 28671 28616 0 -1 4202560 391831 0 0 0 312 67 0 0 16 0 22 0 522873199 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28682] ppid=28669 vsize=15687584 CPUtime=954.03 cores=0,2,4,6
/proc/28671/task/28682/stat : 28682 (java) R 28669 28671 28616 0 -1 4202560 683183 0 0 0 95283 120 0 0 18 0 22 0 522873200 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239476388912 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=28671/tid=28683] ppid=28669 vsize=15687584 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28683/stat : 28683 (java) S 28669 28671 28616 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 522873200 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28684] ppid=28669 vsize=15687584 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28684/stat : 28684 (java) S 28669 28671 28616 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 522873200 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 6 0 0 0
[pid=28671/tid=28685] ppid=28669 vsize=15687584 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28685/stat : 28685 (java) S 28669 28671 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522873202 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488518577 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28686] ppid=28669 vsize=15687584 CPUtime=0.65 cores=0,2,4,6
/proc/28671/task/28686/stat : 28686 (java) S 28669 28671 28616 0 -1 4202560 1795 0 0 0 65 0 0 0 15 0 22 0 522873202 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28687] ppid=28669 vsize=15687584 CPUtime=2.13 cores=0,2,4,6
/proc/28671/task/28687/stat : 28687 (java) S 28669 28671 28616 0 -1 4202560 23468 0 0 0 209 4 0 0 15 0 22 0 522873202 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28688] ppid=28669 vsize=15687584 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28688/stat : 28688 (java) S 28669 28671 28616 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522873202 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28689] ppid=28669 vsize=15687584 CPUtime=0 cores=0,2,4,6
/proc/28671/task/28689/stat : 28689 (java) S 28669 28671 28616 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 522873202 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488511488 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28694] ppid=28669 vsize=15687584 CPUtime=334.56 cores=0,2,4,6
/proc/28671/task/28694/stat : 28694 (java) S 28669 28671 28616 0 -1 4202560 67095 0 0 0 33438 18 0 0 15 0 22 0 522873306 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28695] ppid=28669 vsize=15687584 CPUtime=334.28 cores=0,2,4,6
/proc/28671/task/28695/stat : 28695 (java) S 28669 28671 28616 0 -1 4202560 61779 0 0 0 33412 16 0 0 15 0 22 0 522873306 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 2 0 0 0
[pid=28671/tid=28696] ppid=28669 vsize=15687584 CPUtime=334.79 cores=0,2,4,6
/proc/28671/task/28696/stat : 28696 (java) S 28669 28671 28616 0 -1 4202560 78806 0 0 0 33456 23 0 0 15 0 22 0 522873306 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 4 0 0 0
[pid=28671/tid=28697] ppid=28669 vsize=15687584 CPUtime=333.94 cores=0,2,4,6
/proc/28671/task/28697/stat : 28697 (java) S 28669 28671 28616 0 -1 4202560 73102 0 0 0 33377 17 0 0 15 0 22 0 522873306 16064086016 3852281 33554432000 1073741824 1073778376 140733870495440 18446744073709551615 239488510873 0 4 0 16800975 18446604453919193920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2325.52
Current children cumulated vsize (KiB) 15687584

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -28671

[startup+1302.3 s]
/proc/loadavg: 4.95 5.11 5.99 7/221 28784
/proc/meminfo: memFree=6656468/32950928 swapFree=67086612/67111528
[pid=28671] ppid=28669 vsize=0 CPUtime=2327.82 cores=0,2,4,6
/proc/28671/stat : 28671 (java) Z 28669 28671 28616 0 -1 4203548 3929717 0 1 0 232058 724 0 0 18 0 2 0 522873198 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28671/statm: 0 0 0 0 0 0 0
[pid=28671/tid=28684] ppid=28669 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/28671/task/28684/stat : 28684 (java) R 28669 28671 28616 0 -1 4203588 8 0 0 0 0 28 0 0 16 0 2 0 522873200 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2327.82
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 4.95 5.11 5.99 7/221 28784
/proc/meminfo: memFree=6656468/32950928 swapFree=67086612/67111528
[pid=28671] ppid=28669 vsize=0 CPUtime=2327.92 cores=0,2,4,6
/proc/28671/stat : 28671 (java) Z 28669 28671 28616 0 -1 4203548 3929717 0 1 0 232058 734 0 0 18 0 2 0 522873198 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28671/statm: 0 0 0 0 0 0 0
[pid=28671/tid=28684] ppid=28669 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/28671/task/28684/stat : 28684 (java) R 28669 28671 28616 0 -1 4203588 8 0 0 0 0 38 0 0 16 0 2 0 522873200 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2327.92
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 4.95 5.11 5.99 6/200 28784
/proc/meminfo: memFree=19823172/32950928 swapFree=67086612/67111528
[pid=28671] ppid=28669 vsize=0 CPUtime=2328.03 cores=0,2,4,6
/proc/28671/stat : 28671 (java) Z 28669 28671 28616 0 -1 4203548 3929717 0 1 0 232058 745 0 0 18 0 2 0 522873198 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28671/statm: 0 0 0 0 0 0 0
[pid=28671/tid=28684] ppid=28669 vsize=0 CPUtime=0.48 cores=0,2,4,6
/proc/28671/task/28684/stat : 28684 (java) R 28669 28671 28616 0 -1 4203588 8 0 0 0 0 48 0 0 16 0 2 0 522873200 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2328.03
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.59
CPU time (s): 2328.11
CPU user time (s): 2320.58
CPU system time (s): 7.53185
CPU usage (%): 178.73
Max. virtual memory (cumulated for all children) (KiB): 15687708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2320.58
system time used= 7.53185
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3929717
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= 61255
involuntary context switches= 48249

runsolver used 2.01369 second user time and 5.13822 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 23:32:41
IDJOB=3311165
IDBENCH=82550
IDSOLVER=1698
FILE ID=node148/3311165-1304112761
RUNJOBID= node148-1304112761-28634
PBS_JOBID= 13170695
Free space on /tmp= 71428 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S957916968-041-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311165-1304112761/watcher-3311165-1304112761 -o /tmp/evaluation-result-3311165-1304112761/solver-3311165-1304112761 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311165-1304112761.cnf -hbr 2

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

MD5SUM BENCH= 5ccda34debd31b9bf6eb5decc63c453f
RANDOM SEED=237868293

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30190260 kB
Buffers:        705216 kB
Cached:        1630144 kB
SwapCached:       3696 kB
Active:         139320 kB
Inactive:      2255284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30190260 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:            8324 kB
Writeback:           0 kB
AnonPages:       56812 kB
Mapped:          21856 kB
Slab:           300736 kB
PageTables:       5104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   776300 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= 71424 MiB
End job on node148 at 2011-04-29 23:54:24