Trace number 3312088

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
MD5SUM48f03e5fbe31fc85b9a464480fc8aa5a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark752.735
Satisfiable
(Un)Satisfiability was proved
Number of variables1575206
Number of clauses8464620
Sum of the clauses size20118920
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 28393300
Number of clauses of size 3400
Number of clauses of size 41600
Number of clauses of size 54000
Number of clauses of size over 564600

Solver Data

0.10/0.11	44:25 INFO : Reading from input HOME/instance-3312088-1304102660.cnf
27.36/26.60	Executor set job limit to 1000000
27.36/26.60	Executor set job limit to 1000000
27.36/26.60	Executor set job limit to 1000000
27.36/26.60	Executor set job limit to 1000000
27.36/26.61	Starting Executor!
27.36/26.61	Starting Executor!
27.36/26.61	Starting Executor!
27.36/26.61	Starting Executor!
172.16/166.66	47:12 INFO : 1386527 variables remaining out of 1575206
172.16/166.66	47:12 INFO : 50346095 literals remaining out of 28583540
2127.08/1209.43	Exception in thread "SingleThreadedConstellation 4" java.lang.OutOfMemoryError: Java heap space
2127.08/1209.43		at ibis.constellation.impl.MultiThreadedConstellation.handleStealRequest(MultiThreadedConstellation.java:299)
2127.08/1209.43		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1044)
2127.08/1209.43		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2127.08/1209.43		at ibis.constellation.Executor.processActivities(Executor.java:75)
2127.08/1209.43		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2127.08/1209.43		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2127.08/1209.43		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2127.08/1209.43	Exception in thread "SingleThreadedConstellation 2" java.lang.OutOfMemoryError: Java heap space
2127.08/1209.43		at ibis.constellation.impl.SingleThreadedConstellation.pushWorkToExecutor(SingleThreadedConstellation.java:528)
2127.08/1209.43		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1031)
2127.08/1209.43		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2127.08/1209.43		at ibis.constellation.Executor.processActivities(Executor.java:75)
2127.08/1209.43		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2127.08/1209.43		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2127.08/1209.43		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2127.08/1209.43	04:35 ERROR: Failed to solve instance
2127.08/1209.43	java.lang.OutOfMemoryError: GC overhead limit exceeded
2127.08/1209.43		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
2127.08/1209.43		at gnu.trove.THash.postInsertHook(THash.java:370)
2127.08/1209.43		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2127.08/1209.43		at ibis.structure.WatchLists.build(WatchLists.java:56)
2127.08/1209.43		at ibis.structure.Solver.<init>(Solver.java:45)
2127.08/1209.43		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2127.08/1209.43		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2127.08/1209.43		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2127.08/1209.43		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2127.08/1209.43		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2127.08/1209.43		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2127.08/1209.43		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2127.08/1209.43		at ibis.constellation.Executor.processActivities(Executor.java:75)
2127.08/1209.43		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2127.08/1209.43		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2127.08/1209.43		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2196.54/1276.50	05:40 ERROR: Failed to solve instance
2196.54/1276.50	java.lang.OutOfMemoryError: Java heap space
2196.54/1276.50		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2196.54/1276.50		at gnu.trove.THash.postInsertHook(THash.java:370)
2196.54/1276.50		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2196.54/1276.50		at ibis.structure.WatchLists.build(WatchLists.java:56)
2196.54/1276.50		at ibis.structure.Solver.<init>(Solver.java:45)
2196.54/1276.50		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2196.54/1276.50		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2196.54/1276.50		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2196.54/1276.50		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2196.54/1276.50		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2196.54/1276.50		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2196.54/1276.50		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2196.54/1276.50		at ibis.constellation.Executor.processActivities(Executor.java:75)
2196.54/1276.50		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2196.54/1276.50		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2196.54/1276.50		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 6.58 7.77 7.93 2/194 5833
/proc/meminfo: memFree=22807540/32950928 swapFree=67071984/67111528
[pid=5833] ppid=5831 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/5833/stat : 5833 (java) S 5831 5833 5016 0 -1 4202496 1423 0 0 0 0 0 0 0 24 0 2 0 600497198 27824128 894 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917196773 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5833/statm: 6793 894 684 9 0 381 0
[pid=5833/tid=5834] ppid=5831 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5834/stat : 5834 (java) R 5831 5833 5016 0 -1 4202560 71 0 0 0 0 0 0 0 25 0 2 0 600497198 29065216 898 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260900470407 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.038711 s]
/proc/loadavg: 6.58 7.77 7.93 2/194 5833
/proc/meminfo: memFree=22807540/32950928 swapFree=67071984/67111528
[pid=5833] ppid=5831 vsize=15604248 CPUtime=0.03 cores=1,3,5,7
/proc/5833/stat : 5833 (java) S 5831 5833 5016 0 -1 4202496 3782 0 1 0 2 1 0 0 24 0 13 0 600497198 15978749952 3222 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917196773 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/5833/statm: 3901062 3223 1682 9 0 3891810 0
[pid=5833/tid=5834] ppid=5831 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/5833/task/5834/stat : 5834 (java) R 5831 5833 5016 0 -1 4202560 2393 0 1 0 2 0 0 0 25 0 13 0 600497198 15978749952 3223 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 47009803835411 0 4 0 16800971 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15604248

[startup+0.100702 s]
/proc/loadavg: 6.58 7.77 7.93 2/194 5833
/proc/meminfo: memFree=22807540/32950928 swapFree=67071984/67111528
[pid=5833] ppid=5831 vsize=15676256 CPUtime=0.1 cores=1,3,5,7
/proc/5833/stat : 5833 (java) S 5831 5833 5016 0 -1 4202496 5626 0 1 0 9 1 0 0 24 0 18 0 600497198 16052486144 5057 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5833/statm: 3919064 5057 2118 9 0 3909783 0
[pid=5833/tid=5834] ppid=5831 vsize=15676256 CPUtime=0.08 cores=1,3,5,7
/proc/5833/task/5834/stat : 5834 (java) R 5831 5833 5016 0 -1 4202560 3478 0 1 0 7 1 0 0 25 0 18 0 600497198 16052486144 5058 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 47009801437955 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676256

[startup+0.300667 s]
/proc/loadavg: 6.58 7.77 7.93 2/194 5833
/proc/meminfo: memFree=22807540/32950928 swapFree=67071984/67111528
[pid=5833] ppid=5831 vsize=15681828 CPUtime=0.52 cores=1,3,5,7
/proc/5833/stat : 5833 (java) S 5831 5833 5016 0 -1 4202496 17524 0 1 0 49 3 0 0 24 0 18 0 600497198 16058191872 15707 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5833/statm: 3920457 15712 2207 9 0 3911176 0
[pid=5833/tid=5834] ppid=5831 vsize=15681828 CPUtime=0.28 cores=1,3,5,7
/proc/5833/task/5834/stat : 5834 (java) R 5831 5833 5016 0 -1 4202560 12269 0 1 0 26 2 0 0 25 0 18 0 600497198 16058191872 15715 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 46912505646227 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681828

[startup+0.700594 s]
/proc/loadavg: 6.58 7.77 7.93 2/194 5833
/proc/meminfo: memFree=22807540/32950928 swapFree=67071984/67111528
[pid=5833] ppid=5831 vsize=15681828 CPUtime=0.94 cores=1,3,5,7
/proc/5833/stat : 5833 (java) S 5831 5833 5016 0 -1 4202496 45004 0 1 0 87 7 0 0 24 0 18 0 600497198 16058191872 43185 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5833/statm: 3920457 43185 2223 9 0 3911176 0
[pid=5833/tid=5834] ppid=5831 vsize=15681828 CPUtime=0.67 cores=1,3,5,7
/proc/5833/task/5834/stat : 5834 (java) R 5831 5833 5016 0 -1 4202560 35488 0 1 0 62 5 0 0 25 0 18 0 600497198 16058191872 43185 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917220811 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 15681828

[startup+1.50145 s]
/proc/loadavg: 6.58 7.77 7.93 3/212 5851
/proc/meminfo: memFree=22507444/32950928 swapFree=67071984/67111528
[pid=5833] ppid=5831 vsize=15681828 CPUtime=1.77 cores=1,3,5,7
/proc/5833/stat : 5833 (java) S 5831 5833 5016 0 -1 4202496 78906 0 1 0 167 10 0 0 24 0 18 0 600497198 16058191872 77084 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5833/statm: 3920457 77084 2223 9 0 3911176 0
[pid=5833/tid=5834] ppid=5831 vsize=15681828 CPUtime=1.46 cores=1,3,5,7
/proc/5833/task/5834/stat : 5834 (java) R 5831 5833 5016 0 -1 4202560 63167 0 1 0 138 8 0 0 25 0 18 0 600497198 16058191872 77084 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 46912505574966 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5833/tid=5836] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5836/stat : 5836 (java) S 5831 5833 5016 0 -1 4202560 1555 0 0 0 0 0 0 0 15 0 18 0 600497199 16058191872 77084 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5837] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5837/stat : 5837 (java) S 5831 5833 5016 0 -1 4202560 1296 0 0 0 0 0 0 0 16 0 18 0 600497199 16058191872 77084 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5838] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5838/stat : 5838 (java) S 5831 5833 5016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600497199 16058191872 77084 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 7 0 0 0
[pid=5833/tid=5839] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5839/stat : 5839 (java) S 5831 5833 5016 0 -1 4202560 1585 0 0 0 0 0 0 0 16 0 18 0 600497199 16058191872 77084 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 7 0 0 0
[pid=5833/tid=5840] ppid=5831 vsize=15681828 CPUtime=0.01 cores=1,3,5,7
/proc/5833/task/5840/stat : 5840 (java) S 5831 5833 5016 0 -1 4202560 1566 0 0 0 1 0 0 0 16 0 18 0 600497199 16058191872 77084 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5841] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5841/stat : 5841 (java) S 5831 5833 5016 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 18 0 600497199 16058191872 77084 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5842] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5842/stat : 5842 (java) S 5831 5833 5016 0 -1 4202560 1589 0 0 0 0 0 0 0 16 0 18 0 600497199 16058191872 77084 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5843] ppid=5831 vsize=15681828 CPUtime=0.01 cores=1,3,5,7
/proc/5833/task/5843/stat : 5843 (java) S 5831 5833 5016 0 -1 4202560 2704 0 0 0 1 0 0 0 16 0 18 0 600497199 16058191872 77084 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5844] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5844/stat : 5844 (java) S 5831 5833 5016 0 -1 4202560 187 0 0 0 0 0 0 0 16 0 18 0 600497200 16058191872 77084 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210624 0 0 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5845] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5845/stat : 5845 (java) S 5831 5833 5016 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600497200 16058191872 77084 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5846] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5846/stat : 5846 (java) S 5831 5833 5016 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 600497200 16058191872 77084 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5847] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5847/stat : 5847 (java) S 5831 5833 5016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600497202 16058191872 77084 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917217713 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5848] ppid=5831 vsize=15681828 CPUtime=0.1 cores=1,3,5,7
/proc/5833/task/5848/stat : 5848 (java) S 5831 5833 5016 0 -1 4202560 2323 0 0 0 10 0 0 0 17 0 18 0 600497202 16058191872 77084 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5849] ppid=5831 vsize=15681828 CPUtime=0.12 cores=1,3,5,7
/proc/5833/task/5849/stat : 5849 (java) S 5831 5833 5016 0 -1 4202560 1547 0 0 0 12 0 0 0 25 0 18 0 600497202 16058191872 77084 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 7 0 0 0
[pid=5833/tid=5850] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5850/stat : 5850 (java) S 5831 5833 5016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600497202 16058191872 77084 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5851] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5851/stat : 5851 (java) S 5831 5833 5016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600497202 16058191872 77084 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210624 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 15681828

[startup+3.10115 s]
/proc/loadavg: 6.58 7.77 7.93 3/212 5851
/proc/meminfo: memFree=21864752/32950928 swapFree=67071984/67111528
[pid=5833] ppid=5831 vsize=15681828 CPUtime=3.46 cores=1,3,5,7
/proc/5833/stat : 5833 (java) S 5831 5833 5016 0 -1 4202496 148654 0 1 0 329 17 0 0 24 0 18 0 600497198 16058191872 146800 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5833/statm: 3920457 146800 2241 9 0 3911176 0
[pid=5833/tid=5834] ppid=5831 vsize=15681828 CPUtime=3.04 cores=1,3,5,7
/proc/5833/task/5834/stat : 5834 (java) R 5831 5833 5016 0 -1 4202560 121667 0 1 0 289 15 0 0 25 0 18 0 600497198 16058191872 146800 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 46912505554319 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5833/tid=5836] ppid=5831 vsize=15681828 CPUtime=0.01 cores=1,3,5,7
/proc/5833/task/5836/stat : 5836 (java) S 5831 5833 5016 0 -1 4202560 3094 0 0 0 1 0 0 0 16 0 18 0 600497199 16058191872 146800 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 7 0 0 0
[pid=5833/tid=5837] ppid=5831 vsize=15681828 CPUtime=0.01 cores=1,3,5,7
/proc/5833/task/5837/stat : 5837 (java) S 5831 5833 5016 0 -1 4202560 1313 0 0 0 1 0 0 0 16 0 18 0 600497199 16058191872 146800 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5838] ppid=5831 vsize=15681828 CPUtime=0.01 cores=1,3,5,7
/proc/5833/task/5838/stat : 5838 (java) S 5831 5833 5016 0 -1 4202560 2652 0 0 0 1 0 0 0 16 0 18 0 600497199 16058191872 146800 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 7 0 0 0
[pid=5833/tid=5839] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5839/stat : 5839 (java) S 5831 5833 5016 0 -1 4202560 1585 0 0 0 0 0 0 0 16 0 18 0 600497199 16058191872 146800 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5840] ppid=5831 vsize=15681828 CPUtime=0.02 cores=1,3,5,7
/proc/5833/task/5840/stat : 5840 (java) S 5831 5833 5016 0 -1 4202560 8230 0 0 0 2 0 0 0 16 0 18 0 600497199 16058191872 146800 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5841] ppid=5831 vsize=15681828 CPUtime=0.01 cores=1,3,5,7
/proc/5833/task/5841/stat : 5841 (java) S 5831 5833 5016 0 -1 4202560 33 0 0 0 1 0 0 0 16 0 18 0 600497199 16058191872 146800 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5842] ppid=5831 vsize=15681828 CPUtime=0.01 cores=1,3,5,7
/proc/5833/task/5842/stat : 5842 (java) S 5831 5833 5016 0 -1 4202560 1589 0 0 0 1 0 0 0 16 0 18 0 600497199 16058191872 146800 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 7 0 0 0
[pid=5833/tid=5843] ppid=5831 vsize=15681828 CPUtime=0.02 cores=1,3,5,7
/proc/5833/task/5843/stat : 5843 (java) S 5831 5833 5016 0 -1 4202560 2704 0 0 0 2 0 0 0 16 0 18 0 600497199 16058191872 146800 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5844] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5844/stat : 5844 (java) S 5831 5833 5016 0 -1 4202560 441 0 0 0 0 0 0 0 16 0 18 0 600497200 16058191872 146800 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210624 0 0 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5845] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5845/stat : 5845 (java) S 5831 5833 5016 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600497200 16058191872 146800 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5846] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5846/stat : 5846 (java) S 5831 5833 5016 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 600497200 16058191872 146800 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5847] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5847/stat : 5847 (java) S 5831 5833 5016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600497202 16058191872 146800 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917217713 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5848] ppid=5831 vsize=15681828 CPUtime=0.12 cores=1,3,5,7
/proc/5833/task/5848/stat : 5848 (java) S 5831 5833 5016 0 -1 4202560 2373 0 0 0 12 0 0 0 16 0 18 0 600497202 16058191872 146800 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5849] ppid=5831 vsize=15681828 CPUtime=0.15 cores=1,3,5,7
/proc/5833/task/5849/stat : 5849 (java) S 5831 5833 5016 0 -1 4202560 1588 0 0 0 15 0 0 0 16 0 18 0 600497202 16058191872 146800 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 7 0 0 0
[pid=5833/tid=5850] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5850/stat : 5850 (java) S 5831 5833 5016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600497202 16058191872 146800 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5851] ppid=5831 vsize=15681828 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5851/stat : 5851 (java) S 5831 5833 5016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600497202 16058191872 146800 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210624 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 15681828

[startup+6.30057 s]
/proc/loadavg: 6.21 7.68 7.90 3/212 5851
/proc/meminfo: memFree=21164200/32950928 swapFree=67071984/67111528
[pid=5833] ppid=5831 vsize=15680624 CPUtime=6.71 cores=1,3,5,7
/proc/5833/stat : 5833 (java) S 5831 5833 5016 0 -1 4202496 286021 0 1 0 638 33 0 0 24 0 18 0 600497198 16056958976 283897 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5833/statm: 3920156 283897 2241 9 0 3910875 0
[pid=5833/tid=5834] ppid=5831 vsize=15680624 CPUtime=6.23 cores=1,3,5,7
/proc/5833/task/5834/stat : 5834 (java) R 5831 5833 5016 0 -1 4202560 248490 0 1 0 593 30 0 0 25 0 18 0 600497198 16056958976 283897 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 46912505522763 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5833/tid=5836] ppid=5831 vsize=15680624 CPUtime=0.02 cores=1,3,5,7
/proc/5833/task/5836/stat : 5836 (java) S 5831 5833 5016 0 -1 4202560 13335 0 0 0 1 1 0 0 16 0 18 0 600497199 16056958976 283897 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 7 0 0 0
[pid=5833/tid=5837] ppid=5831 vsize=15680624 CPUtime=0.01 cores=1,3,5,7
/proc/5833/task/5837/stat : 5837 (java) S 5831 5833 5016 0 -1 4202560 1314 0 0 0 1 0 0 0 15 0 18 0 600497199 16056958976 283897 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 7 0 0 0
[pid=5833/tid=5838] ppid=5831 vsize=15680624 CPUtime=0.02 cores=1,3,5,7
/proc/5833/task/5838/stat : 5838 (java) S 5831 5833 5016 0 -1 4202560 2652 0 0 0 2 0 0 0 15 0 18 0 600497199 16056958976 283897 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5839] ppid=5831 vsize=15680624 CPUtime=0.02 cores=1,3,5,7
/proc/5833/task/5839/stat : 5839 (java) S 5831 5833 5016 0 -1 4202560 1585 0 0 0 2 0 0 0 16 0 18 0 600497199 16056958976 283897 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5840] ppid=5831 vsize=15680624 CPUtime=0.02 cores=1,3,5,7
/proc/5833/task/5840/stat : 5840 (java) S 5831 5833 5016 0 -1 4202560 8230 0 0 0 2 0 0 0 15 0 18 0 600497199 16056958976 283897 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5841] ppid=5831 vsize=15680624 CPUtime=0.02 cores=1,3,5,7
/proc/5833/task/5841/stat : 5841 (java) S 5831 5833 5016 0 -1 4202560 33 0 0 0 2 0 0 0 16 0 18 0 600497199 16056958976 283897 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5842] ppid=5831 vsize=15680624 CPUtime=0.01 cores=1,3,5,7
/proc/5833/task/5842/stat : 5842 (java) S 5831 5833 5016 0 -1 4202560 1589 0 0 0 1 0 0 0 16 0 18 0 600497199 16056958976 283897 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5843] ppid=5831 vsize=15680624 CPUtime=0.02 cores=1,3,5,7
/proc/5833/task/5843/stat : 5843 (java) S 5831 5833 5016 0 -1 4202560 2705 0 0 0 2 0 0 0 16 0 18 0 600497199 16056958976 283897 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5844] ppid=5831 vsize=15680624 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5844/stat : 5844 (java) S 5831 5833 5016 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 18 0 600497200 16056958976 283897 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210624 0 0 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5845] ppid=5831 vsize=15680624 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5845/stat : 5845 (java) S 5831 5833 5016 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600497200 16056958976 283897 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5846] ppid=5831 vsize=15680624 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5846/stat : 5846 (java) S 5831 5833 5016 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 600497200 16056958976 283897 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5847] ppid=5831 vsize=15680624 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5847/stat : 5847 (java) S 5831 5833 5016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600497202 16056958976 283897 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917217713 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5848] ppid=5831 vsize=15680624 CPUtime=0.12 cores=1,3,5,7
/proc/5833/task/5848/stat : 5848 (java) S 5831 5833 5016 0 -1 4202560 2373 0 0 0 12 0 0 0 16 0 18 0 600497202 16056958976 283897 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5849] ppid=5831 vsize=15680624 CPUtime=0.15 cores=1,3,5,7
/proc/5833/task/5849/stat : 5849 (java) S 5831 5833 5016 0 -1 4202560 1588 0 0 0 15 0 0 0 16 0 18 0 600497202 16056958976 283897 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 7 0 0 0
[pid=5833/tid=5850] ppid=5831 vsize=15680624 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5850/stat : 5850 (java) S 5831 5833 5016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600497202 16056958976 283897 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5851] ppid=5831 vsize=15680624 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5851/stat : 5851 (java) S 5831 5833 5016 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600497202 16056958976 283897 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210624 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0

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

[pid=5833/tid=5834] ppid=5831 vsize=15764724 CPUtime=163.11 cores=1,3,5,7
/proc/5833/task/5834/stat : 5834 (java) S 5831 5833 5016 0 -1 4202560 613055 0 1 0 16225 86 0 0 25 0 20 0 600497198 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5836] ppid=5831 vsize=15764724 CPUtime=18.3 cores=1,3,5,7
/proc/5833/task/5836/stat : 5836 (java) S 5831 5833 5016 0 -1 4202560 544613 0 0 0 1747 83 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5837] ppid=5831 vsize=15764724 CPUtime=17.69 cores=1,3,5,7
/proc/5833/task/5837/stat : 5837 (java) S 5831 5833 5016 0 -1 4202560 564434 0 0 0 1672 97 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5838] ppid=5831 vsize=15764724 CPUtime=18.19 cores=1,3,5,7
/proc/5833/task/5838/stat : 5838 (java) S 5831 5833 5016 0 -1 4202560 456399 0 0 0 1725 94 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 7 0 0 0
[pid=5833/tid=5839] ppid=5831 vsize=15764724 CPUtime=18.59 cores=1,3,5,7
/proc/5833/task/5839/stat : 5839 (java) S 5831 5833 5016 0 -1 4202560 283647 0 0 0 1801 58 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5840] ppid=5831 vsize=15764724 CPUtime=16.17 cores=1,3,5,7
/proc/5833/task/5840/stat : 5840 (java) S 5831 5833 5016 0 -1 4202560 397592 0 0 0 1548 69 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 7 0 0 0
[pid=5833/tid=5841] ppid=5831 vsize=15764724 CPUtime=17.09 cores=1,3,5,7
/proc/5833/task/5841/stat : 5841 (java) S 5831 5833 5016 0 -1 4202560 399257 0 0 0 1632 77 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5842] ppid=5831 vsize=15764724 CPUtime=18.46 cores=1,3,5,7
/proc/5833/task/5842/stat : 5842 (java) S 5831 5833 5016 0 -1 4202560 579607 0 0 0 1756 90 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5843] ppid=5831 vsize=15764724 CPUtime=17.3 cores=1,3,5,7
/proc/5833/task/5843/stat : 5843 (java) S 5831 5833 5016 0 -1 4202560 585130 0 0 0 1632 98 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5844] ppid=5831 vsize=15764724 CPUtime=293.76 cores=1,3,5,7
/proc/5833/task/5844/stat : 5844 (java) R 5831 5833 5016 0 -1 4202560 122923 0 0 0 29350 26 0 0 25 0 20 0 600497200 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 47009800364600 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=5833/tid=5845] ppid=5831 vsize=15764724 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5845/stat : 5845 (java) S 5831 5833 5016 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 600497200 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5846] ppid=5831 vsize=15764724 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5846/stat : 5846 (java) S 5831 5833 5016 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 600497200 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5847] ppid=5831 vsize=15764724 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5847/stat : 5847 (java) S 5831 5833 5016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 600497202 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917217713 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5848] ppid=5831 vsize=15764724 CPUtime=2.88 cores=1,3,5,7
/proc/5833/task/5848/stat : 5848 (java) S 5831 5833 5016 0 -1 4202560 23184 0 0 0 285 3 0 0 16 0 20 0 600497202 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5849] ppid=5831 vsize=15764724 CPUtime=2.01 cores=1,3,5,7
/proc/5833/task/5849/stat : 5849 (java) S 5831 5833 5016 0 -1 4202560 4786 0 0 0 201 0 0 0 16 0 20 0 600497202 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5850] ppid=5831 vsize=15764724 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5850/stat : 5850 (java) S 5831 5833 5016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 600497202 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5851] ppid=5831 vsize=15764724 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5851/stat : 5851 (java) S 5831 5833 5016 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 20 0 600497202 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210624 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5856] ppid=5831 vsize=15764724 CPUtime=680.12 cores=1,3,5,7
/proc/5833/task/5856/stat : 5856 (java) S 5831 5833 5016 0 -1 4202560 36 0 0 0 68012 0 0 0 18 0 20 0 600499859 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5858] ppid=5831 vsize=15764724 CPUtime=745.35 cores=1,3,5,7
/proc/5833/task/5858/stat : 5858 (java) S 5831 5833 5016 0 -1 4202560 56 0 0 0 74535 0 0 0 15 0 20 0 600499859 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2162.32
Current children cumulated vsize (KiB) 15764724



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.33 3.77 4.96 2/192 5922
/proc/meminfo: memFree=14734900/32950928 swapFree=67054472/67111528
[pid=5833] ppid=5831 vsize=15764724 CPUtime=2228.9 cores=1,3,5,7
/proc/5833/stat : 5833 (java) S 5831 5833 5016 0 -1 4202496 4576365 0 1 0 222101 789 0 0 24 0 20 0 600497198 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5833/statm: 3941181 3844352 2301 9 0 3931900 0
[pid=5833/tid=5834] ppid=5831 vsize=15764724 CPUtime=163.11 cores=1,3,5,7
/proc/5833/task/5834/stat : 5834 (java) S 5831 5833 5016 0 -1 4202560 613055 0 1 0 16225 86 0 0 25 0 20 0 600497198 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5836] ppid=5831 vsize=15764724 CPUtime=18.3 cores=1,3,5,7
/proc/5833/task/5836/stat : 5836 (java) S 5831 5833 5016 0 -1 4202560 544613 0 0 0 1747 83 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5837] ppid=5831 vsize=15764724 CPUtime=17.69 cores=1,3,5,7
/proc/5833/task/5837/stat : 5837 (java) S 5831 5833 5016 0 -1 4202560 564434 0 0 0 1672 97 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5838] ppid=5831 vsize=15764724 CPUtime=18.19 cores=1,3,5,7
/proc/5833/task/5838/stat : 5838 (java) S 5831 5833 5016 0 -1 4202560 456399 0 0 0 1725 94 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 7 0 0 0
[pid=5833/tid=5839] ppid=5831 vsize=15764724 CPUtime=18.59 cores=1,3,5,7
/proc/5833/task/5839/stat : 5839 (java) S 5831 5833 5016 0 -1 4202560 283647 0 0 0 1801 58 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5840] ppid=5831 vsize=15764724 CPUtime=16.17 cores=1,3,5,7
/proc/5833/task/5840/stat : 5840 (java) S 5831 5833 5016 0 -1 4202560 397592 0 0 0 1548 69 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 7 0 0 0
[pid=5833/tid=5841] ppid=5831 vsize=15764724 CPUtime=17.09 cores=1,3,5,7
/proc/5833/task/5841/stat : 5841 (java) S 5831 5833 5016 0 -1 4202560 399257 0 0 0 1632 77 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5842] ppid=5831 vsize=15764724 CPUtime=18.46 cores=1,3,5,7
/proc/5833/task/5842/stat : 5842 (java) S 5831 5833 5016 0 -1 4202560 579607 0 0 0 1756 90 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5843] ppid=5831 vsize=15764724 CPUtime=17.3 cores=1,3,5,7
/proc/5833/task/5843/stat : 5843 (java) S 5831 5833 5016 0 -1 4202560 585130 0 0 0 1632 98 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5844] ppid=5831 vsize=15764724 CPUtime=342.6 cores=1,3,5,7
/proc/5833/task/5844/stat : 5844 (java) R 5831 5833 5016 0 -1 4202560 122927 0 0 0 34234 26 0 0 16 0 20 0 600497200 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 47009805023235 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=5833/tid=5845] ppid=5831 vsize=15764724 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5845/stat : 5845 (java) S 5831 5833 5016 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 600497200 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5846] ppid=5831 vsize=15764724 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5846/stat : 5846 (java) S 5831 5833 5016 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 600497200 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5847] ppid=5831 vsize=15764724 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5847/stat : 5847 (java) S 5831 5833 5016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 600497202 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917217713 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5848] ppid=5831 vsize=15764724 CPUtime=2.88 cores=1,3,5,7
/proc/5833/task/5848/stat : 5848 (java) S 5831 5833 5016 0 -1 4202560 23184 0 0 0 285 3 0 0 16 0 20 0 600497202 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5849] ppid=5831 vsize=15764724 CPUtime=2.01 cores=1,3,5,7
/proc/5833/task/5849/stat : 5849 (java) S 5831 5833 5016 0 -1 4202560 4786 0 0 0 201 0 0 0 16 0 20 0 600497202 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5850] ppid=5831 vsize=15764724 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5850/stat : 5850 (java) S 5831 5833 5016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 600497202 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5851] ppid=5831 vsize=15764724 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5851/stat : 5851 (java) S 5831 5833 5016 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 20 0 600497202 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210624 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5856] ppid=5831 vsize=15764724 CPUtime=688.99 cores=1,3,5,7
/proc/5833/task/5856/stat : 5856 (java) S 5831 5833 5016 0 -1 4202560 37 0 0 0 68899 0 0 0 19 0 20 0 600499859 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5858] ppid=5831 vsize=15764724 CPUtime=754.22 cores=1,3,5,7
/proc/5833/task/5858/stat : 5858 (java) S 5831 5833 5016 0 -1 4202560 71 0 0 0 75422 0 0 0 19 0 20 0 600499859 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2228.9
Current children cumulated vsize (KiB) 15764724

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

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

[startup+1300.3 s]
/proc/loadavg: 3.33 3.77 4.96 2/192 5922
/proc/meminfo: memFree=14734900/32950928 swapFree=67054472/67111528
[pid=5833] ppid=5831 vsize=15764724 CPUtime=2229.19 cores=1,3,5,7
/proc/5833/stat : 5833 (java) S 5831 5833 5016 0 -1 4202496 4576365 0 1 0 222130 789 0 0 18 0 20 0 600497198 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5833/statm: 3941181 3844352 2301 9 0 3931900 0
[pid=5833/tid=5834] ppid=5831 vsize=15764724 CPUtime=163.11 cores=1,3,5,7
/proc/5833/task/5834/stat : 5834 (java) S 5831 5833 5016 0 -1 4202560 613055 0 1 0 16225 86 0 0 25 0 20 0 600497198 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5836] ppid=5831 vsize=15764724 CPUtime=18.3 cores=1,3,5,7
/proc/5833/task/5836/stat : 5836 (java) S 5831 5833 5016 0 -1 4202560 544613 0 0 0 1747 83 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5837] ppid=5831 vsize=15764724 CPUtime=17.69 cores=1,3,5,7
/proc/5833/task/5837/stat : 5837 (java) S 5831 5833 5016 0 -1 4202560 564434 0 0 0 1672 97 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5838] ppid=5831 vsize=15764724 CPUtime=18.19 cores=1,3,5,7
/proc/5833/task/5838/stat : 5838 (java) S 5831 5833 5016 0 -1 4202560 456399 0 0 0 1725 94 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 7 0 0 0
[pid=5833/tid=5839] ppid=5831 vsize=15764724 CPUtime=18.59 cores=1,3,5,7
/proc/5833/task/5839/stat : 5839 (java) S 5831 5833 5016 0 -1 4202560 283647 0 0 0 1801 58 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5840] ppid=5831 vsize=15764724 CPUtime=16.17 cores=1,3,5,7
/proc/5833/task/5840/stat : 5840 (java) S 5831 5833 5016 0 -1 4202560 397592 0 0 0 1548 69 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 7 0 0 0
[pid=5833/tid=5841] ppid=5831 vsize=15764724 CPUtime=17.09 cores=1,3,5,7
/proc/5833/task/5841/stat : 5841 (java) S 5831 5833 5016 0 -1 4202560 399257 0 0 0 1632 77 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5842] ppid=5831 vsize=15764724 CPUtime=18.46 cores=1,3,5,7
/proc/5833/task/5842/stat : 5842 (java) S 5831 5833 5016 0 -1 4202560 579607 0 0 0 1756 90 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5843] ppid=5831 vsize=15764724 CPUtime=17.3 cores=1,3,5,7
/proc/5833/task/5843/stat : 5843 (java) S 5831 5833 5016 0 -1 4202560 585130 0 0 0 1632 98 0 0 16 0 20 0 600497199 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5844] ppid=5831 vsize=15764724 CPUtime=342.89 cores=1,3,5,7
/proc/5833/task/5844/stat : 5844 (java) R 5831 5833 5016 0 -1 4202560 122927 0 0 0 34263 26 0 0 17 0 20 0 600497200 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 47009802330601 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=5833/tid=5845] ppid=5831 vsize=15764724 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5845/stat : 5845 (java) S 5831 5833 5016 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 600497200 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5846] ppid=5831 vsize=15764724 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5846/stat : 5846 (java) S 5831 5833 5016 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 600497200 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5847] ppid=5831 vsize=15764724 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5847/stat : 5847 (java) S 5831 5833 5016 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 600497202 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5848] ppid=5831 vsize=15764724 CPUtime=2.88 cores=1,3,5,7
/proc/5833/task/5848/stat : 5848 (java) S 5831 5833 5016 0 -1 4202560 23184 0 0 0 285 3 0 0 16 0 20 0 600497202 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5849] ppid=5831 vsize=15764724 CPUtime=2.01 cores=1,3,5,7
/proc/5833/task/5849/stat : 5849 (java) S 5831 5833 5016 0 -1 4202560 4786 0 0 0 201 0 0 0 16 0 20 0 600497202 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5850] ppid=5831 vsize=15764724 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5850/stat : 5850 (java) S 5831 5833 5016 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 600497202 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 5 0 0 0
[pid=5833/tid=5851] ppid=5831 vsize=15764724 CPUtime=0 cores=1,3,5,7
/proc/5833/task/5851/stat : 5851 (java) S 5831 5833 5016 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 20 0 600497202 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210624 0 4 0 16800975 18446604456307773888 0 0 -1 1 0 0 0
[pid=5833/tid=5856] ppid=5831 vsize=15764724 CPUtime=688.99 cores=1,3,5,7
/proc/5833/task/5856/stat : 5856 (java) S 5831 5833 5016 0 -1 4202560 37 0 0 0 68899 0 0 0 19 0 20 0 600499859 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 3 0 0 0
[pid=5833/tid=5858] ppid=5831 vsize=15764724 CPUtime=754.22 cores=1,3,5,7
/proc/5833/task/5858/stat : 5858 (java) S 5831 5833 5016 0 -1 4202560 71 0 0 0 75422 0 0 0 19 0 20 0 600499859 16143077376 3844352 33554432000 1073741824 1073778376 140737166366256 18446744073709551615 260917210009 0 4 0 16800975 18446604456307773888 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2229.19
Current children cumulated vsize (KiB) 15764724

[startup+1301.1 s]
/proc/loadavg: 3.33 3.77 4.96 2/193 5923
/proc/meminfo: memFree=14734768/32950928 swapFree=67054472/67111528
[pid=5833] ppid=5831 vsize=0 CPUtime=2229.99 cores=1,3,5,7
/proc/5833/stat : 5833 (java) R 5831 5833 5016 0 -1 4203524 4576374 0 1 0 222188 811 0 0 18 0 1 0 600497198 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5833/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2229.99
Current children cumulated vsize (KiB) 0

[startup+1301.3 s]
/proc/loadavg: 3.33 3.77 4.96 2/193 5923
/proc/meminfo: memFree=14734768/32950928 swapFree=67054472/67111528
[pid=5833] ppid=5831 vsize=0 CPUtime=2230.19 cores=1,3,5,7
/proc/5833/stat : 5833 (java) R 5831 5833 5016 0 -1 4203524 4576374 0 1 0 222188 831 0 0 18 0 1 0 600497198 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5833/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2230.19
Current children cumulated vsize (KiB) 0

[startup+1301.4 s]
/proc/loadavg: 3.33 3.77 4.96 2/193 5923
/proc/meminfo: memFree=14734768/32950928 swapFree=67054472/67111528
[pid=5833] ppid=5831 vsize=0 CPUtime=2230.29 cores=1,3,5,7
/proc/5833/stat : 5833 (java) R 5831 5833 5016 0 -1 4203524 4576374 0 1 0 222188 841 0 0 18 0 1 0 600497198 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5833/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2230.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1301.43
CPU time (s): 2230.33
CPU user time (s): 2221.88
CPU system time (s): 8.44572
CPU usage (%): 171.375
Max. virtual memory (cumulated for all children) (KiB): 15771768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2221.88
system time used= 8.44572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4576374
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= 140458
involuntary context switches= 71606

runsolver used 2.19267 second user time and 4.93725 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 20:44:25
IDJOB=3312088
IDBENCH=82388
IDSOLVER=1698
FILE ID=node116/3312088-1304102660
RUNJOBID= node116-1304102660-5797
PBS_JOBID= 13170597
Free space on /tmp= 72268 MiB

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

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=1336000387

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22807688 kB
Buffers:       1905540 kB
Cached:        7205352 kB
SwapCached:       9732 kB
Active:        5218728 kB
Inactive:      4484664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22807688 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:          253112 kB
Writeback:           0 kB
AnonPages:      585436 kB
Mapped:          22216 kB
Slab:           375028 kB
PageTables:       5992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1667072 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= 72348 MiB
End job on node116 at 2011-04-29 21:06:07