Trace number 3687324

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.02 900.967

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUM7f5f10f1b8aeee16c5b46dadab8c5b22
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687324-1337871900.opb
0.11/0.10	c reading problem ... 
1.36/0.69	c ... done. Wall clock time 0.587s.
1.36/0.69	c declared #vars     1020
1.36/0.69	c #constraints  43180
1.36/0.69	c constraints type 
1.36/0.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 43010
1.36/0.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
1.36/0.69	c 43180 constraints processed.
1.36/0.69	c constraints type 
1.36/0.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 43010
1.36/0.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
1.36/0.69	c 43180 constraints processed.
4.01/1.44	c cleaning 2494 clauses out of 5001 with flag 5001/5001
5.64/2.07	c cleaning 4248 clauses out of 8508 with flag 11002/11002
7.03/2.79	c cleaning 5623 clauses out of 11259 with flag 18001/18001
8.83/3.64	c cleaning 6817 clauses out of 13638 with flag 26003/26003
10.82/4.64	c cleaning 7902 clauses out of 15818 with flag 35000/35000
10.98/4.77	c cleaning 0 clauses out of 5000 with flag 0/5000
13.50/5.89	c cleaning 8953 clauses out of 17917 with flag 45001/45001
16.21/7.16	c cleaning 9972 clauses out of 19963 with flag 56000/56000
19.13/8.68	c cleaning 10994 clauses out of 21992 with flag 68001/68001
22.45/10.31	c cleaning 11993 clauses out of 23998 with flag 81001/81001
26.19/12.20	c cleaning 12992 clauses out of 26004 with flag 95000/95000
30.58/14.45	c cleaning 13991 clauses out of 28012 with flag 110000/110000
34.71/16.53	c cleaning 15007 clauses out of 30021 with flag 126000/126000
39.44/18.91	c cleaning 15986 clauses out of 32016 with flag 143002/143002
44.59/21.59	c cleaning 17001 clauses out of 34028 with flag 161000/161000
49.34/23.97	c cleaning 0 clauses out of 11000 with flag 0/11000
50.20/24.42	c cleaning 18003 clauses out of 36027 with flag 180000/180000
55.92/27.32	c cleaning 19001 clauses out of 38024 with flag 200000/200000
62.24/30.56	c cleaning 20005 clauses out of 40023 with flag 221000/221000
69.39/34.15	c cleaning 20999 clauses out of 42019 with flag 243001/243001
77.06/38.04	c cleaning 21996 clauses out of 44019 with flag 266000/266000
84.17/41.65	c cleaning 23007 clauses out of 46025 with flag 290002/290002
92.68/45.93	c cleaning 23997 clauses out of 48016 with flag 315000/315000
102.63/50.94	c cleaning 25002 clauses out of 50023 with flag 341004/341004
112.73/56.00	c cleaning 26001 clauses out of 52021 with flag 368004/368004
122.23/60.88	c cleaning 27003 clauses out of 54019 with flag 396003/396003
130.97/65.25	c cleaning 28001 clauses out of 56015 with flag 425002/425002
142.10/70.84	c cleaning 29000 clauses out of 58013 with flag 455001/455001
154.99/77.36	c cleaning 29997 clauses out of 60013 with flag 486001/486001
163.52/81.65	c cleaning 0 clauses out of 18001 with flag 0/18001
169.61/84.77	c cleaning 30997 clauses out of 62016 with flag 518001/518001
185.37/92.66	c cleaning 31997 clauses out of 64019 with flag 551001/551001
201.46/100.72	c cleaning 32992 clauses out of 66021 with flag 585000/585000
212.97/106.56	c cleaning 33998 clauses out of 68031 with flag 620002/620002
227.92/114.06	c cleaning 35002 clauses out of 70032 with flag 656001/656001
242.84/121.54	c cleaning 35999 clauses out of 72029 with flag 693000/693000
260.12/130.21	c cleaning 37009 clauses out of 74031 with flag 731001/731001
280.09/140.27	c cleaning 37996 clauses out of 76021 with flag 770000/770000
297.46/148.93	c cleaning 39000 clauses out of 78027 with flag 810002/810002
317.79/159.10	c cleaning 39995 clauses out of 80027 with flag 851002/851002
336.68/168.64	c cleaning 41010 clauses out of 82031 with flag 893001/893001
354.85/177.79	c cleaning 41998 clauses out of 84021 with flag 936001/936001
372.98/186.86	c cleaning 43001 clauses out of 86023 with flag 980001/980001
394.31/197.55	c cleaning 43991 clauses out of 88022 with flag 1025001/1025001
417.97/209.45	c cleaning 44997 clauses out of 90030 with flag 1071000/1071000
442.53/221.72	c cleaning 46000 clauses out of 92033 with flag 1118000/1118000
449.99/225.57	c cleaning 0 clauses out of 26001 with flag 0/26001
471.28/236.22	c cleaning 46995 clauses out of 94034 with flag 1166001/1166001
498.35/249.85	c cleaning 48009 clauses out of 96039 with flag 1215001/1215001
528.73/265.10	c cleaning 49003 clauses out of 98029 with flag 1265000/1265000
560.33/280.81	c cleaning 50000 clauses out of 100026 with flag 1316000/1316000
579.66/290.54	c cleaning 51005 clauses out of 102026 with flag 1368000/1368000
605.30/303.40	c cleaning 51999 clauses out of 104021 with flag 1421000/1421000
633.08/317.36	c cleaning 52998 clauses out of 106022 with flag 1475000/1475000
666.02/333.81	c cleaning 53999 clauses out of 108024 with flag 1530000/1530000
697.80/349.72	c cleaning 55005 clauses out of 110027 with flag 1586002/1586002
730.87/366.34	c cleaning 56006 clauses out of 112021 with flag 1643001/1643001
768.63/385.27	c cleaning 57003 clauses out of 114015 with flag 1701001/1701001
808.44/405.13	c cleaning 57993 clauses out of 116011 with flag 1760000/1760000
847.81/424.80	c cleaning 58995 clauses out of 118018 with flag 1820000/1820000
890.52/446.27	c cleaning 59999 clauses out of 120025 with flag 1881002/1881002
936.72/469.35	c cleaning 61000 clauses out of 122025 with flag 1943001/1943001
974.13/488.02	c cleaning 62003 clauses out of 124027 with flag 2006003/2006003
1004.05/503.06	c cleaning 63006 clauses out of 126022 with flag 2070001/2070001
1023.23/512.77	c cleaning 0 clauses out of 35001 with flag 0/35001
1043.31/522.87	c cleaning 63997 clauses out of 128018 with flag 2135003/2135003
1085.92/544.11	c cleaning 65003 clauses out of 130019 with flag 2201001/2201001
1132.14/567.22	c cleaning 65986 clauses out of 132017 with flag 2268002/2268002
1176.23/589.30	c cleaning 66999 clauses out of 134030 with flag 2336001/2336001
1227.72/615.07	c cleaning 68001 clauses out of 136030 with flag 2405000/2405000
1275.21/638.77	c cleaning 68996 clauses out of 138029 with flag 2475000/2475000
1335.69/668.95	c cleaning 69998 clauses out of 140033 with flag 2546000/2546000
1391.97/697.14	c cleaning 70997 clauses out of 142036 with flag 2618001/2618001
1441.23/721.72	c cleaning 72009 clauses out of 144038 with flag 2691000/2691000
1502.91/752.52	c cleaning 73008 clauses out of 146032 with flag 2765003/2765003
1568.84/785.43	c cleaning 73989 clauses out of 148021 with flag 2840000/2840000
1634.23/818.18	c cleaning 75004 clauses out of 150032 with flag 2916000/2916000
1702.72/852.33	c cleaning 76013 clauses out of 152028 with flag 2993000/2993000
1749.94/875.94	c cleaning 76991 clauses out of 154016 with flag 3071001/3071001
1800.02/900.92	c starts		: 248
1800.02/900.92	c conflicts		: 3146388
1800.02/900.92	c decisions		: 3821137
1800.02/900.92	c propagations		: 293688542
1800.02/900.92	c inspects		: 7880789597
1800.02/900.92	c shortcuts		: 0
1800.02/900.92	c learnt literals	: 0
1800.02/900.92	c learnt binary clauses	: 0
1800.02/900.92	c learnt ternary clauses	: 0
1800.02/900.92	c learnt constraints	: 3146388
1800.02/900.92	c ignored constraints	: 0
1800.02/900.92	c root simplifications	: 0
1800.02/900.92	c removed literals (reason simplification)	: 124307893
1800.02/900.92	c reason swapping (by a shorter reason)	: 0
1800.02/900.92	c Calls to reduceDB	: 74
1800.02/900.92	c number of reductions to clauses (during analyze)	: 0
1800.02/900.92	c number of learned constraints concerned by reduction	: 0
1800.02/900.92	c number of learning phase by resolution	: 0
1800.02/900.92	c number of learning phase by cutting planes	: 0
1800.02/900.92	c speed (assignments/second)	: 326240.5187170706
1800.02/900.92	c non guided choices	194
1800.02/900.96	c learnt constraints type 
1800.02/900.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 152485
1800.02/900.96	c constraints type 
1800.02/900.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 43010
1800.02/900.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
1800.02/900.96	c 43180 constraints processed.
1800.02/900.96	c constraints type 
1800.02/900.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 43010
1800.02/900.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
1800.02/900.96	c 43180 constraints processed.
1800.02/900.96	s UNKNOWN
1800.02/900.96	c Total wall clock time (in seconds): 900.854

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3687324-1337871900/watcher-3687324-1337871900 -o /tmp/evaluation-result-3687324-1337871900/solver-3687324-1337871900 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687324-1337871900.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 0.00 0.00 0.00 4/197 24579
/proc/meminfo: memFree=28886388/32873844 swapFree=6080/6080
[pid=24579] ppid=24577 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/24579/stat : 24579 (java) S 24577 24579 24394 0 -1 4202496 1159 0 0 0 0 0 0 0 20 0 2 0 253314573 91889664 879 33554432000 1073741824 1073778376 140737137634656 140737137625792 248793563197 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24579/statm: 22434 884 668 9 0 16769 0
[pid=24579/tid=24580] ppid=24577 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24580/stat : 24580 (java) R 24577 24579 24394 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 2 0 253314574 91889664 894 33554432000 1073741824 1073778376 140737137634656 140737137623720 139677045439584 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.020979 s]
/proc/loadavg: 0.00 0.00 0.00 4/197 24579
/proc/meminfo: memFree=28886388/32873844 swapFree=6080/6080
[pid=24579] ppid=24577 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/24579/stat : 24579 (java) S 24577 24579 24394 0 -1 4202496 2810 0 1 0 0 0 0 0 20 0 10 0 253314573 9233014784 2998 33554432000 1073741824 1073778376 140737137634656 140737137625792 248793563197 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24579/statm: 2254154 2998 1538 9 0 2244855 0
[pid=24579/tid=24580] ppid=24577 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24580/stat : 24580 (java) R 24577 24579 24394 0 -1 4202560 1652 0 1 0 0 0 0 0 20 0 10 0 253314574 9233014784 2998 33554432000 1073741824 1073778376 140737137634656 139677038883520 248793589005 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100355 s]
/proc/loadavg: 0.00 0.00 0.00 4/197 24579
/proc/meminfo: memFree=28886388/32873844 swapFree=6080/6080
[pid=24579] ppid=24577 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/24579/stat : 24579 (java) S 24577 24579 24394 0 -1 4202496 4498 0 1 0 10 1 0 0 20 0 18 0 253314573 9787813888 5645 33554432000 1073741824 1073778376 140737137634656 140737137625792 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24579/statm: 2389603 5645 2131 9 0 2380296 0
[pid=24579/tid=24580] ppid=24577 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/24579/task/24580/stat : 24580 (java) R 24577 24579 24394 0 -1 4202560 2481 0 1 0 6 1 0 0 20 0 18 0 253314574 9787813888 5645 33554432000 1073741824 1073778376 140737137634656 139677038885808 248793589005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300224 s]
/proc/loadavg: 0.00 0.00 0.00 4/197 24579
/proc/meminfo: memFree=28886388/32873844 swapFree=6080/6080
[pid=24579] ppid=24577 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/24579/stat : 24579 (java) S 24577 24579 24394 0 -1 4202496 5596 0 1 0 47 1 0 0 20 0 18 0 253314573 9787813888 8371 33554432000 1073741824 1073778376 140737137634656 140737137625792 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24579/statm: 2389603 8371 2217 9 0 2380296 0
[pid=24579/tid=24580] ppid=24577 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/24579/task/24580/stat : 24580 (java) R 24577 24579 24394 0 -1 4202560 2496 0 1 0 26 1 0 0 20 0 18 0 253314574 9787813888 8371 33554432000 1073741824 1073778376 140737137634656 139677038885808 139676911246940 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700237 s]
/proc/loadavg: 0.00 0.00 0.00 4/197 24579
/proc/meminfo: memFree=28886388/32873844 swapFree=6080/6080
[pid=24579] ppid=24577 vsize=9691540 CPUtime=1.5 cores=1,3,5,7
/proc/24579/stat : 24579 (java) S 24577 24579 24394 0 -1 4202496 13747 0 1 0 144 6 0 0 20 0 20 0 253314573 9924136960 44237 33554432000 1073741824 1073778376 140737137634656 140737137625792 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24579/statm: 2422885 44237 2254 9 0 2413578 0
[pid=24579/tid=24580] ppid=24577 vsize=9691540 CPUtime=0.66 cores=1,3,5,7
/proc/24579/task/24580/stat : 24580 (java) S 24577 24579 24394 0 -1 4202560 2570 0 1 0 62 4 0 0 20 0 20 0 253314574 9924136960 44237 33554432000 1073741824 1073778376 140737137634656 139677038887928 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 9691540

[startup+1.5008 s]
/proc/loadavg: 0.40 0.08 0.03 8/219 24601
/proc/meminfo: memFree=28607636/32873844 swapFree=6080/6080
[pid=24579] ppid=24577 vsize=9824668 CPUtime=4.3 cores=1,3,5,7
/proc/24579/stat : 24579 (java) S 24577 24579 24394 0 -1 4202496 20078 0 1 0 422 8 0 0 20 0 22 0 253314573 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 140737137625792 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24579/statm: 2456167 51686 2281 9 0 2446860 0
[pid=24579/tid=24580] ppid=24577 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/24579/task/24580/stat : 24580 (java) S 24577 24579 24394 0 -1 4202560 2570 0 1 0 62 4 0 0 20 0 22 0 253314574 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139677038887928 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24582] ppid=24577 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24579/task/24582/stat : 24582 (java) S 24577 24579 24394 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253314574 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676882860712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24583] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24583/stat : 24583 (java) S 24577 24579 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253314574 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676881808168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24584] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24584/stat : 24584 (java) S 24577 24579 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253314574 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676880755624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24585] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24585/stat : 24585 (java) S 24577 24579 24394 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253314574 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676879703080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24586] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24586/stat : 24586 (java) S 24577 24579 24394 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253314574 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676878649512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24587] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24587/stat : 24587 (java) S 24577 24579 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253314574 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676877596968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24588] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24588/stat : 24588 (java) S 24577 24579 24394 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253314575 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676876544424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24589] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24589/stat : 24589 (java) S 24577 24579 24394 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253314575 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676875491880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24590] ppid=24577 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24579/task/24590/stat : 24590 (java) R 24577 24579 24394 0 -1 4202560 111 0 0 0 1 1 0 0 20 0 22 0 253314576 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676863079920 139677043048817 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24591] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24591/stat : 24591 (java) S 24577 24579 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314576 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676862027384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24592] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24592/stat : 24592 (java) S 24577 24579 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314576 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676860974728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24593] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24593/stat : 24593 (java) S 24577 24579 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314578 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676859923472 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24594] ppid=24577 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/24579/task/24594/stat : 24594 (java) R 24577 24579 24394 0 -1 4202560 8868 0 0 0 109 2 0 0 20 0 22 0 253314578 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676858856448 139677045703195 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24595] ppid=24577 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/24579/task/24595/stat : 24595 (java) S 24577 24579 24394 0 -1 4202560 7185 0 0 0 87 1 0 0 20 0 22 0 253314578 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676857793240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24596] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24596/stat : 24596 (java) S 24577 24579 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314578 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676856764920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24597] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24597/stat : 24597 (java) S 24577 24579 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314578 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676855712584 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24598] ppid=24577 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/24579/task/24598/stat : 24598 (java) S 24577 24579 24394 0 -1 4202560 27 0 0 0 73 0 0 0 20 0 22 0 253314643 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676854657752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24599] ppid=24577 vsize=9824668 CPUtime=0.72 cores=1,3,5,7
/proc/24579/task/24599/stat : 24599 (java) S 24577 24579 24394 0 -1 4202560 71 0 0 0 72 0 0 0 20 0 22 0 253314643 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676853603272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24600] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24600/stat : 24600 (java) S 24577 24579 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314643 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676852553256 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24601] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24601/stat : 24601 (java) S 24577 24579 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314643 10060460032 51686 33554432000 1073741824 1073778376 140737137634656 139676851500712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9824668

[startup+3.10096 s]
/proc/loadavg: 0.40 0.08 0.03 5/219 24601
/proc/meminfo: memFree=28440772/32873844 swapFree=6080/6080
[pid=24579] ppid=24577 vsize=9824668 CPUtime=7.8 cores=1,3,5,7
/proc/24579/stat : 24579 (java) S 24577 24579 24394 0 -1 4202496 25473 0 1 0 767 13 0 0 20 0 22 0 253314573 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 140737137625792 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24579/statm: 2456167 86767 2285 9 0 2446860 0
[pid=24579/tid=24580] ppid=24577 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/24579/task/24580/stat : 24580 (java) S 24577 24579 24394 0 -1 4202560 2570 0 1 0 62 4 0 0 20 0 22 0 253314574 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139677038887928 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24582] ppid=24577 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24579/task/24582/stat : 24582 (java) S 24577 24579 24394 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253314574 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676882860712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24583] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24583/stat : 24583 (java) S 24577 24579 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253314574 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676881808168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24584] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24584/stat : 24584 (java) S 24577 24579 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314574 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676880755624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24585] ppid=24577 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24579/task/24585/stat : 24585 (java) S 24577 24579 24394 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253314574 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676879703080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24586] ppid=24577 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24579/task/24586/stat : 24586 (java) S 24577 24579 24394 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253314574 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676878649512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24587] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24587/stat : 24587 (java) S 24577 24579 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253314574 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676877596968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24588] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24588/stat : 24588 (java) S 24577 24579 24394 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253314575 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676876544424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24589] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24589/stat : 24589 (java) S 24577 24579 24394 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253314575 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676875491880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24590] ppid=24577 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/24579/task/24590/stat : 24590 (java) S 24577 24579 24394 0 -1 4202560 251 0 0 0 11 2 0 0 20 0 22 0 253314576 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676863081064 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24591] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24591/stat : 24591 (java) S 24577 24579 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314576 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676862027384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24592] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24592/stat : 24592 (java) S 24577 24579 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314576 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676860974728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24593] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24593/stat : 24593 (java) S 24577 24579 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314578 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676859923472 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24594] ppid=24577 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/24579/task/24594/stat : 24594 (java) S 24577 24579 24394 0 -1 4202560 8957 0 0 0 127 2 0 0 20 0 22 0 253314578 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676858869816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24595] ppid=24577 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/24579/task/24595/stat : 24595 (java) S 24577 24579 24394 0 -1 4202560 12276 0 0 0 107 2 0 0 20 0 22 0 253314578 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676857817272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24596] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24596/stat : 24596 (java) S 24577 24579 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314578 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676856764920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24597] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24597/stat : 24597 (java) S 24577 24579 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314578 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676855712584 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24598] ppid=24577 vsize=9824668 CPUtime=2.19 cores=1,3,5,7
/proc/24579/task/24598/stat : 24598 (java) R 24577 24579 24394 0 -1 4202560 28 0 0 0 219 0 0 0 20 0 22 0 253314643 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676854657632 139676912034240 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24599] ppid=24577 vsize=9824668 CPUtime=2.19 cores=1,3,5,7
/proc/24579/task/24599/stat : 24599 (java) R 24577 24579 24394 0 -1 4202560 130 0 0 0 217 2 0 0 20 0 22 0 253314643 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676853603512 139676912121358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24600] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24600/stat : 24600 (java) S 24577 24579 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314643 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676852553256 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24601] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24601/stat : 24601 (java) S 24577 24579 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314643 10060460032 86767 33554432000 1073741824 1073778376 140737137634656 139676851500712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 9824668

[startup+6.30088 s]
/proc/loadavg: 0.40 0.08 0.03 5/219 24601
/proc/meminfo: memFree=27982264/32873844 swapFree=6080/6080
[pid=24579] ppid=24577 vsize=9824668 CPUtime=14.6 cores=1,3,5,7
/proc/24579/stat : 24579 (java) S 24577 24579 24394 0 -1 4202496 25929 0 1 0 1440 20 0 0 20 0 22 0 253314573 10060460032 153109 33554432000 1073741824 1073778376 140737137634656 140737137625792 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24579/statm: 2456167 153109 2285 9 0 2446860 0
[pid=24579/tid=24580] ppid=24577 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/24579/task/24580/stat : 24580 (java) S 24577 24579 24394 0 -1 4202560 2570 0 1 0 62 4 0 0 20 0 22 0 253314574 10060460032 153109 33554432000 1073741824 1073778376 140737137634656 139677038887928 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24582] ppid=24577 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24579/task/24582/stat : 24582 (java) S 24577 24579 24394 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 253314574 10060460032 153109 33554432000 1073741824 1073778376 140737137634656 139676882860712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24583] ppid=24577 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24579/task/24583/stat : 24583 (java) S 24577 24579 24394 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 253314574 10060460032 153109 33554432000 1073741824 1073778376 140737137634656 139676881808168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24584] ppid=24577 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24579/task/24584/stat : 24584 (java) S 24577 24579 24394 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 253314574 10060460032 153109 33554432000 1073741824 1073778376 140737137634656 139676880755624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24585] ppid=24577 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24579/task/24585/stat : 24585 (java) S 24577 24579 24394 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 253314574 10060460032 153109 33554432000 1073741824 1073778376 140737137634656 139676879703080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24586] ppid=24577 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24579/task/24586/stat : 24586 (java) S 24577 24579 24394 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 253314574 10060460032 153109 33554432000 1073741824 1073778376 140737137634656 139676878649512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24587] ppid=24577 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24579/task/24587/stat : 24587 (java) S 24577 24579 24394 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253314574 10060460032 153109 33554432000 1073741824 1073778376 140737137634656 139676877596968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24588] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24588/stat : 24588 (java) S 24577 24579 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314575 10060460032 153109 33554432000 1073741824 1073778376 140737137634656 139676876544424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24589] ppid=24577 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24579/task/24589/stat : 24589 (java) S 24577 24579 24394 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253314575 10060460032 153109 33554432000 1073741824 1073778376 140737137634656 139676875491880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/24579/statm: 2456167 168162 2286 9 0 2446860 0
[pid=24579/tid=24580] ppid=24577 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/24579/task/24580/stat : 24580 (java) S 24577 24579 24394 0 -1 4202560 2605 0 1 0 65 6 0 0 20 0 22 0 253314574 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139677038887928 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24582] ppid=24577 vsize=9824668 CPUtime=3.44 cores=1,3,5,7
/proc/24579/task/24582/stat : 24582 (java) S 24577 24579 24394 0 -1 4202560 484 0 0 0 336 8 0 0 20 0 22 0 253314574 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676882860712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24583] ppid=24577 vsize=9824668 CPUtime=3.36 cores=1,3,5,7
/proc/24579/task/24583/stat : 24583 (java) S 24577 24579 24394 0 -1 4202560 223 0 0 0 327 9 0 0 20 0 22 0 253314574 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676881808168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24584] ppid=24577 vsize=9824668 CPUtime=3.35 cores=1,3,5,7
/proc/24579/task/24584/stat : 24584 (java) S 24577 24579 24394 0 -1 4202560 352 0 0 0 325 10 0 0 20 0 22 0 253314574 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676880755624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24585] ppid=24577 vsize=9824668 CPUtime=3.44 cores=1,3,5,7
/proc/24579/task/24585/stat : 24585 (java) S 24577 24579 24394 0 -1 4202560 280 0 0 0 335 9 0 0 20 0 22 0 253314574 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676879703080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24586] ppid=24577 vsize=9824668 CPUtime=3.62 cores=1,3,5,7
/proc/24579/task/24586/stat : 24586 (java) S 24577 24579 24394 0 -1 4202560 378 0 0 0 354 8 0 0 20 0 22 0 253314574 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676878649512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24587] ppid=24577 vsize=9824668 CPUtime=3.53 cores=1,3,5,7
/proc/24579/task/24587/stat : 24587 (java) S 24577 24579 24394 0 -1 4202560 347 0 0 0 345 8 0 0 20 0 22 0 253314574 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676877596968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24588] ppid=24577 vsize=9824668 CPUtime=3.41 cores=1,3,5,7
/proc/24579/task/24588/stat : 24588 (java) S 24577 24579 24394 0 -1 4202560 392 0 0 0 333 8 0 0 20 0 22 0 253314575 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676876544424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24589] ppid=24577 vsize=9824668 CPUtime=3.32 cores=1,3,5,7
/proc/24579/task/24589/stat : 24589 (java) S 24577 24579 24394 0 -1 4202560 589 0 0 0 324 8 0 0 20 0 22 0 253314575 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676875491880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24590] ppid=24577 vsize=9824668 CPUtime=15.43 cores=1,3,5,7
/proc/24579/task/24590/stat : 24590 (java) S 24577 24579 24394 0 -1 4202560 1226 0 0 0 1493 50 0 0 20 0 22 0 253314576 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676863081064 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24591] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24591/stat : 24591 (java) S 24577 24579 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314576 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676862027384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24592] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24592/stat : 24592 (java) S 24577 24579 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314576 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676860974728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24593] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24593/stat : 24593 (java) S 24577 24579 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314578 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676859923472 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24594] ppid=24577 vsize=9824668 CPUtime=1.81 cores=1,3,5,7
/proc/24579/task/24594/stat : 24594 (java) S 24577 24579 24394 0 -1 4202560 8991 0 0 0 179 2 0 0 20 0 22 0 253314578 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676858869816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24595] ppid=24577 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/24579/task/24595/stat : 24595 (java) S 24577 24579 24394 0 -1 4202560 12291 0 0 0 130 2 0 0 20 0 22 0 253314578 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676857817272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24596] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24596/stat : 24596 (java) S 24577 24579 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314578 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676856764920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24597] ppid=24577 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/24579/task/24597/stat : 24597 (java) S 24577 24579 24394 0 -1 4202560 49 0 0 0 20 22 0 0 20 0 22 0 253314578 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676855712584 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24598] ppid=24577 vsize=9824668 CPUtime=855.61 cores=1,3,5,7
/proc/24579/task/24598/stat : 24598 (java) R 24577 24579 24394 0 -1 4202560 491 0 0 0 85543 18 0 0 20 0 22 0 253314643 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676854655840 139676912034471 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24599] ppid=24577 vsize=9824668 CPUtime=855.63 cores=1,3,5,7
/proc/24579/task/24599/stat : 24599 (java) R 24577 24579 24394 0 -1 4202560 4702 0 0 0 85528 35 0 0 20 0 22 0 253314643 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676853604224 139676912228834 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24600] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24600/stat : 24600 (java) S 24577 24579 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314643 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676852553256 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24601] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24601/stat : 24601 (java) S 24577 24579 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314643 10060460032 168162 33554432000 1073741824 1073778376 140737137634656 139676851500712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1762.54
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.908 s]
/proc/loadavg: 2.95 2.88 1.89 4/218 25081
/proc/meminfo: memFree=24896976/32873844 swapFree=6080/6080
[pid=24579] ppid=24577 vsize=9824668 CPUtime=1800.02 cores=1,3,5,7
/proc/24579/stat : 24579 (java) S 24577 24579 24394 0 -1 4202496 34640 0 1 0 179820 182 0 0 20 0 22 0 253314573 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 140737137625792 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24579/statm: 2456167 160469 2286 9 0 2446860 0
[pid=24579/tid=24580] ppid=24577 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/24579/task/24580/stat : 24580 (java) S 24577 24579 24394 0 -1 4202560 2605 0 1 0 65 6 0 0 20 0 22 0 253314574 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139677038887928 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24582] ppid=24577 vsize=9824668 CPUtime=3.52 cores=1,3,5,7
/proc/24579/task/24582/stat : 24582 (java) S 24577 24579 24394 0 -1 4202560 484 0 0 0 344 8 0 0 20 0 22 0 253314574 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676882860712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24583] ppid=24577 vsize=9824668 CPUtime=3.45 cores=1,3,5,7
/proc/24579/task/24583/stat : 24583 (java) S 24577 24579 24394 0 -1 4202560 223 0 0 0 336 9 0 0 20 0 22 0 253314574 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676881808168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24584] ppid=24577 vsize=9824668 CPUtime=3.41 cores=1,3,5,7
/proc/24579/task/24584/stat : 24584 (java) S 24577 24579 24394 0 -1 4202560 356 0 0 0 331 10 0 0 20 0 22 0 253314574 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676880755624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24585] ppid=24577 vsize=9824668 CPUtime=3.53 cores=1,3,5,7
/proc/24579/task/24585/stat : 24585 (java) S 24577 24579 24394 0 -1 4202560 284 0 0 0 344 9 0 0 20 0 22 0 253314574 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676879703080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24586] ppid=24577 vsize=9824668 CPUtime=3.68 cores=1,3,5,7
/proc/24579/task/24586/stat : 24586 (java) S 24577 24579 24394 0 -1 4202560 378 0 0 0 360 8 0 0 20 0 22 0 253314574 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676878649512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24587] ppid=24577 vsize=9824668 CPUtime=3.62 cores=1,3,5,7
/proc/24579/task/24587/stat : 24587 (java) S 24577 24579 24394 0 -1 4202560 347 0 0 0 354 8 0 0 20 0 22 0 253314574 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676877596968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24588] ppid=24577 vsize=9824668 CPUtime=3.49 cores=1,3,5,7
/proc/24579/task/24588/stat : 24588 (java) S 24577 24579 24394 0 -1 4202560 396 0 0 0 341 8 0 0 20 0 22 0 253314575 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676876544424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24589] ppid=24577 vsize=9824668 CPUtime=3.42 cores=1,3,5,7
/proc/24579/task/24589/stat : 24589 (java) S 24577 24579 24394 0 -1 4202560 595 0 0 0 333 9 0 0 20 0 22 0 253314575 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676875491880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24590] ppid=24577 vsize=9824668 CPUtime=15.44 cores=1,3,5,7
/proc/24579/task/24590/stat : 24590 (java) S 24577 24579 24394 0 -1 4202560 1244 0 0 0 1493 51 0 0 20 0 22 0 253314576 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676863081064 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24591] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24591/stat : 24591 (java) S 24577 24579 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314576 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676862027384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24592] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24592/stat : 24592 (java) S 24577 24579 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314576 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676860974728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24593] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24593/stat : 24593 (java) S 24577 24579 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314578 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676859923472 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24594] ppid=24577 vsize=9824668 CPUtime=1.81 cores=1,3,5,7
/proc/24579/task/24594/stat : 24594 (java) S 24577 24579 24394 0 -1 4202560 8991 0 0 0 179 2 0 0 20 0 22 0 253314578 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676858869816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24595] ppid=24577 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/24579/task/24595/stat : 24595 (java) S 24577 24579 24394 0 -1 4202560 12291 0 0 0 130 2 0 0 20 0 22 0 253314578 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676857817272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24596] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24596/stat : 24596 (java) S 24577 24579 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314578 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676856764920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24597] ppid=24577 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/24579/task/24597/stat : 24597 (java) S 24577 24579 24394 0 -1 4202560 51 0 0 0 20 23 0 0 20 0 22 0 253314578 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676855712584 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24598] ppid=24577 vsize=9824668 CPUtime=873.98 cores=1,3,5,7
/proc/24579/task/24598/stat : 24598 (java) R 24577 24579 24394 0 -1 4202560 502 0 0 0 87380 18 0 0 20 0 22 0 253314643 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676854656792 139676912034275 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24599] ppid=24577 vsize=9824668 CPUtime=873.99 cores=1,3,5,7
/proc/24579/task/24599/stat : 24599 (java) R 24577 24579 24394 0 -1 4202560 4704 0 0 0 87364 35 0 0 20 0 22 0 253314643 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676853603152 139676912386110 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24600] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24600/stat : 24600 (java) S 24577 24579 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314643 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676852553256 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24601] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24601/stat : 24601 (java) S 24577 24579 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314643 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676851500712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824668

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

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

[startup+900.908 s]
/proc/loadavg: 2.95 2.88 1.89 4/218 25081
/proc/meminfo: memFree=24896976/32873844 swapFree=6080/6080
[pid=24579] ppid=24577 vsize=9824668 CPUtime=1800.02 cores=1,3,5,7
/proc/24579/stat : 24579 (java) S 24577 24579 24394 0 -1 4202496 34640 0 1 0 179820 182 0 0 20 0 22 0 253314573 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 140737137625792 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24579/statm: 2456167 160469 2286 9 0 2446860 0
[pid=24579/tid=24580] ppid=24577 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/24579/task/24580/stat : 24580 (java) S 24577 24579 24394 0 -1 4202560 2605 0 1 0 65 6 0 0 20 0 22 0 253314574 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139677038887928 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24582] ppid=24577 vsize=9824668 CPUtime=3.52 cores=1,3,5,7
/proc/24579/task/24582/stat : 24582 (java) S 24577 24579 24394 0 -1 4202560 484 0 0 0 344 8 0 0 20 0 22 0 253314574 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676882860712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24583] ppid=24577 vsize=9824668 CPUtime=3.45 cores=1,3,5,7
/proc/24579/task/24583/stat : 24583 (java) S 24577 24579 24394 0 -1 4202560 223 0 0 0 336 9 0 0 20 0 22 0 253314574 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676881808168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24584] ppid=24577 vsize=9824668 CPUtime=3.41 cores=1,3,5,7
/proc/24579/task/24584/stat : 24584 (java) S 24577 24579 24394 0 -1 4202560 356 0 0 0 331 10 0 0 20 0 22 0 253314574 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676880755624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24585] ppid=24577 vsize=9824668 CPUtime=3.53 cores=1,3,5,7
/proc/24579/task/24585/stat : 24585 (java) S 24577 24579 24394 0 -1 4202560 284 0 0 0 344 9 0 0 20 0 22 0 253314574 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676879703080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24586] ppid=24577 vsize=9824668 CPUtime=3.68 cores=1,3,5,7
/proc/24579/task/24586/stat : 24586 (java) S 24577 24579 24394 0 -1 4202560 378 0 0 0 360 8 0 0 20 0 22 0 253314574 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676878649512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24587] ppid=24577 vsize=9824668 CPUtime=3.62 cores=1,3,5,7
/proc/24579/task/24587/stat : 24587 (java) S 24577 24579 24394 0 -1 4202560 347 0 0 0 354 8 0 0 20 0 22 0 253314574 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676877596968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24588] ppid=24577 vsize=9824668 CPUtime=3.49 cores=1,3,5,7
/proc/24579/task/24588/stat : 24588 (java) S 24577 24579 24394 0 -1 4202560 396 0 0 0 341 8 0 0 20 0 22 0 253314575 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676876544424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24589] ppid=24577 vsize=9824668 CPUtime=3.42 cores=1,3,5,7
/proc/24579/task/24589/stat : 24589 (java) S 24577 24579 24394 0 -1 4202560 595 0 0 0 333 9 0 0 20 0 22 0 253314575 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676875491880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24590] ppid=24577 vsize=9824668 CPUtime=15.44 cores=1,3,5,7
/proc/24579/task/24590/stat : 24590 (java) S 24577 24579 24394 0 -1 4202560 1244 0 0 0 1493 51 0 0 20 0 22 0 253314576 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676863081064 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24591] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24591/stat : 24591 (java) S 24577 24579 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314576 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676862027384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24592] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24592/stat : 24592 (java) S 24577 24579 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314576 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676860974728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24593] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24593/stat : 24593 (java) S 24577 24579 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314578 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676859923472 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24579/tid=24594] ppid=24577 vsize=9824668 CPUtime=1.81 cores=1,3,5,7
/proc/24579/task/24594/stat : 24594 (java) S 24577 24579 24394 0 -1 4202560 8991 0 0 0 179 2 0 0 20 0 22 0 253314578 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676858869816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24595] ppid=24577 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/24579/task/24595/stat : 24595 (java) S 24577 24579 24394 0 -1 4202560 12291 0 0 0 130 2 0 0 20 0 22 0 253314578 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676857817272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24596] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24596/stat : 24596 (java) S 24577 24579 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314578 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676856764920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24579/tid=24597] ppid=24577 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/24579/task/24597/stat : 24597 (java) S 24577 24579 24394 0 -1 4202560 51 0 0 0 20 23 0 0 20 0 22 0 253314578 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676855712584 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24598] ppid=24577 vsize=9824668 CPUtime=873.98 cores=1,3,5,7
/proc/24579/task/24598/stat : 24598 (java) R 24577 24579 24394 0 -1 4202560 502 0 0 0 87380 18 0 0 20 0 22 0 253314643 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676854656792 139676912034275 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24579/tid=24599] ppid=24577 vsize=9824668 CPUtime=873.99 cores=1,3,5,7
/proc/24579/task/24599/stat : 24599 (java) R 24577 24579 24394 0 -1 4202560 4704 0 0 0 87364 35 0 0 20 0 22 0 253314643 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676853603152 139676912386110 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24600] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24600/stat : 24600 (java) S 24577 24579 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314643 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676852553256 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24579/tid=24601] ppid=24577 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24579/task/24601/stat : 24601 (java) S 24577 24579 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314643 10060460032 160469 33554432000 1073741824 1073778376 140737137634656 139676851500712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24579 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=20267
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=229661
# CPU time returned by wait4() is 1796.25
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.967
CPU time (s): 1800.02
CPU user time (s): 1798.2
CPU system time (s): 1.82
CPU usage (%): 199.787
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.02
system time used= 2.22966
maximum resident set size= 1174420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34672
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40601
involuntary context switches= 63252

runsolver used 4.87226 second user time and 7.50286 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-24 17:05:00
IDJOB=3687324
IDBENCH=1369
IDSOLVER=2268
FILE ID=node139/3687324-1337871900
RUNJOBID= node139-1337871881-24411
PBS_JOBID= 14620065
Free space on /tmp= 71684 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687324-1337871900/watcher-3687324-1337871900 -o /tmp/evaluation-result-3687324-1337871900/solver-3687324-1337871900 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687324-1337871900.opb

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

MD5SUM BENCH= 7f5f10f1b8aeee16c5b46dadab8c5b22
RANDOM SEED=1387146519

node139.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28895108 kB
Buffers:          212820 kB
Cached:          2764608 kB
SwapCached:            0 kB
Active:           678648 kB
Inactive:        2501368 kB
Active(anon):     194156 kB
Inactive(anon):    11120 kB
Active(file):     484492 kB
Inactive(file):  2490248 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2224 kB
Writeback:             0 kB
AnonPages:        215004 kB
Mapped:            22452 kB
Shmem:               200 kB
Slab:             652740 kB
SReclaimable:      95116 kB
SUnreclaim:       557624 kB
KernelStack:        1616 kB
PageTables:         4576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     826380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71684 MiB
End job on node139 at 2012-05-24 17:20:03