Trace number 3742474

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.11 906.012

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K175.opb
MD5SUMc7b1775204389f0c59bc1b934de7e2c1
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20825
Total number of constraints21177
Number of constraints which are clauses21002
Number of constraints which are cardinality constraints (but not clauses)175
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint175
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 176
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3742474-1338768139.opb
0.11/0.11	c reading problem ... 
1.16/0.64	c ... done. Wall clock time 0.529s.
1.16/0.64	c #vars     20825
1.16/0.64	c #constraints  21177
1.16/0.64	c constraints type 
1.16/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18738
1.16/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 175
1.16/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2262
1.16/0.64	c constraints type 
1.16/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2262
1.16/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18738
1.16/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 175
8.66/3.78	c cleaning 2478 clauses out of 4994 with flag 5001/5001
17.46/7.85	c cleaning 4207 clauses out of 8510 with flag 11000/11000
25.61/11.91	c cleaning 5525 clauses out of 11301 with flag 18000/18000
35.14/16.75	c cleaning 6732 clauses out of 13773 with flag 26000/26000
46.88/22.61	c cleaning 7806 clauses out of 16037 with flag 35000/35000
60.65/29.51	c cleaning 8828 clauses out of 18226 with flag 45001/45001
72.96/35.80	c cleaning 9905 clauses out of 20392 with flag 56000/56000
88.89/43.78	c cleaning 10891 clauses out of 22486 with flag 68000/68000
105.01/51.88	c cleaning 11920 clauses out of 24591 with flag 81000/81000
122.15/60.42	c cleaning 12916 clauses out of 26672 with flag 95002/95002
140.66/69.78	c cleaning 14172 clauses out of 28752 with flag 110001/110001
160.99/79.94	c cleaning 14834 clauses out of 30577 with flag 126001/126001
181.49/90.27	c cleaning 16047 clauses out of 32746 with flag 143004/143004
203.83/101.49	c cleaning 16958 clauses out of 34695 with flag 161003/161003
258.41/128.71	c cleaning 18251 clauses out of 36733 with flag 180000/180000
289.37/144.25	c cleaning 18996 clauses out of 38482 with flag 200000/200000
315.43/157.39	c cleaning 20055 clauses out of 40481 with flag 221000/221000
370.98/185.18	c cleaning 20887 clauses out of 42426 with flag 243001/243001
404.06/201.75	c cleaning 21433 clauses out of 43538 with flag 265000/265000
439.54/219.50	c cleaning 21585 clauses out of 44105 with flag 287001/287001
472.73/236.28	c cleaning 21539 clauses out of 44521 with flag 309002/309002
506.96/253.45	c cleaning 21833 clauses out of 44977 with flag 331000/331000
559.43/279.79	c cleaning 20743 clauses out of 45146 with flag 353003/353003
587.15/293.64	c cleaning 20547 clauses out of 46399 with flag 375001/375001
622.21/311.38	c cleaning 20266 clauses out of 47851 with flag 397000/397000
651.83/326.27	c cleaning 20512 clauses out of 49583 with flag 419000/419000
685.04/342.99	c cleaning 20510 clauses out of 51068 with flag 441003/441003
721.43/361.29	c cleaning 20767 clauses out of 52555 with flag 463000/463000
758.75/380.07	c cleaning 20876 clauses out of 53790 with flag 485003/485003
795.22/398.30	c cleaning 20730 clauses out of 54911 with flag 507000/507000
826.43/414.06	c cleaning 20596 clauses out of 56178 with flag 529000/529000
853.88/427.84	c cleaning 20566 clauses out of 57581 with flag 551002/551002
895.33/448.72	c cleaning 20461 clauses out of 59012 with flag 573000/573000
926.27/464.36	c cleaning 20458 clauses out of 60551 with flag 595000/595000
933.79/468.24	c cleaning 0 clauses out of 5000 with flag 0/5000
958.79/480.78	c cleaning 20572 clauses out of 62096 with flag 617003/617003
1003.90/503.44	c cleaning 20554 clauses out of 63521 with flag 639000/639000
1065.25/534.25	c cleaning 20631 clauses out of 64968 with flag 661001/661001
1095.02/549.28	c cleaning 21437 clauses out of 66336 with flag 683000/683000
1130.19/566.92	c cleaning 20958 clauses out of 66900 with flag 705003/705003
1158.57/581.33	c cleaning 20063 clauses out of 67939 with flag 727001/727001
1191.67/598.00	c cleaning 21061 clauses out of 69875 with flag 749000/749000
1223.56/614.13	c cleaning 20612 clauses out of 70814 with flag 771000/771000
1255.84/630.46	c cleaning 20760 clauses out of 72202 with flag 793000/793000
1286.56/646.02	c cleaning 20797 clauses out of 73444 with flag 815002/815002
1321.52/663.65	c cleaning 20806 clauses out of 74645 with flag 837000/837000
1352.01/679.00	c cleaning 20883 clauses out of 75839 with flag 859000/859000
1380.87/693.65	c cleaning 20723 clauses out of 76956 with flag 881000/881000
1411.94/709.41	c cleaning 20762 clauses out of 78233 with flag 903000/903000
1444.00/725.62	c cleaning 20674 clauses out of 79473 with flag 925002/925002
1482.65/745.17	c cleaning 20806 clauses out of 80797 with flag 947000/947000
1515.31/761.69	c cleaning 20620 clauses out of 81991 with flag 969000/969000
1550.35/779.47	c cleaning 20741 clauses out of 83372 with flag 991001/991001
1586.20/797.57	c cleaning 20772 clauses out of 84632 with flag 1013002/1013002
1615.43/812.37	c cleaning 21075 clauses out of 85857 with flag 1035000/1035000
1643.91/826.78	c cleaning 20437 clauses out of 86782 with flag 1057000/1057000
1676.93/843.55	c cleaning 20961 clauses out of 88345 with flag 1079000/1079000
1705.46/857.98	c cleaning 20529 clauses out of 89385 with flag 1101001/1101001
1737.07/873.98	c cleaning 20781 clauses out of 90856 with flag 1123001/1123001
1769.12/890.17	c cleaning 20794 clauses out of 92075 with flag 1145001/1145001
1800.11/905.91	c starts		: 185
1800.11/905.91	c conflicts		: 1160792
1800.11/905.91	c decisions		: 46994160
1800.11/905.91	c propagations		: 936127449
1800.11/905.91	c inspects		: 1656841549
1800.11/905.91	c shortcuts		: 0
1800.11/905.91	c learnt literals	: 81
1800.11/905.91	c learnt binary clauses	: 62682
1800.11/905.91	c learnt ternary clauses	: 65879
1800.11/905.91	c learnt constraints	: 1160710
1800.11/905.91	c ignored constraints	: 0
1800.11/905.91	c root simplifications	: 0
1800.11/905.91	c removed literals (reason simplification)	: 8606431
1800.11/905.91	c reason swapping (by a shorter reason)	: 0
1800.11/905.91	c Calls to reduceDB	: 59
1800.11/905.91	c number of reductions to clauses (during analyze)	: 0
1800.11/905.91	c number of learned constraints concerned by reduction	: 0
1800.11/905.91	c number of learning phase by resolution	: 0
1800.11/905.91	c number of learning phase by cutting planes	: 0
1800.11/905.91	c speed (assignments/second)	: 1034092.1708008152
1800.11/905.91	c non guided choices	52291
1800.11/905.98	c learnt constraints type 
1800.11/905.98	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 62682
1800.11/905.98	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 24415
1800.11/905.98	c constraints type 
1800.11/905.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18738
1800.11/905.98	c org.sat4j.minisat.constraints.card.MinWatchCard => 175
1800.11/905.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2262
1800.11/905.98	c constraints type 
1800.11/905.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2262
1800.11/905.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18738
1800.11/905.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 175
1800.11/905.98	s UNKNOWN
1800.11/905.98	c Total wall clock time (in seconds): 905.868

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

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

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: 3.73 3.92 3.91 3/197 24869
/proc/meminfo: memFree=27219380/32873844 swapFree=7632/7632
[pid=24869] ppid=24867 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/24869/stat : 24869 (java) R 24867 24869 24098 0 -1 4202496 983 0 0 0 0 0 0 0 20 0 1 0 342938230 23793664 712 33554432000 1073741824 1073778376 140735878408672 140735878397736 209874629992 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24869/statm: 5809 713 528 9 0 128 0

[startup+0.0376751 s]
/proc/loadavg: 3.73 3.92 3.91 3/197 24869
/proc/meminfo: memFree=27219380/32873844 swapFree=7632/7632
[pid=24869] ppid=24867 vsize=11120388 CPUtime=0.02 cores=0,2,4,6
/proc/24869/stat : 24869 (java) S 24867 24869 24098 0 -1 4202496 4173 0 1 0 1 1 0 0 20 0 11 0 342938230 11387277312 12028 33554432000 1073741824 1073778376 140735878408672 140735878399808 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24869/statm: 2780097 12028 1632 9 0 2770798 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11120388

[startup+0.100254 s]
/proc/loadavg: 3.73 3.92 3.91 3/197 24869
/proc/meminfo: memFree=27219380/32873844 swapFree=7632/7632
[pid=24869] ppid=24867 vsize=11586392 CPUtime=0.11 cores=0,2,4,6
/proc/24869/stat : 24869 (java) S 24867 24869 24098 0 -1 4202496 5261 0 1 0 9 2 0 0 20 0 18 0 342938230 11864465408 13622 33554432000 1073741824 1073778376 140735878408672 140735878399808 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24869/statm: 2896598 13622 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 11586392

[startup+0.30022 s]
/proc/loadavg: 3.73 3.92 3.91 3/197 24869
/proc/meminfo: memFree=27219380/32873844 swapFree=7632/7632
[pid=24869] ppid=24867 vsize=11586392 CPUtime=0.58 cores=0,2,4,6
/proc/24869/stat : 24869 (java) S 24867 24869 24098 0 -1 4202496 7840 0 1 0 55 3 0 0 20 0 18 0 342938230 11864465408 19345 33554432000 1073741824 1073778376 140735878408672 140735878399808 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24869/statm: 2896598 19345 2225 9 0 2887285 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 11586392

[startup+0.700172 s]
/proc/loadavg: 3.73 3.92 3.91 3/197 24869
/proc/meminfo: memFree=27219380/32873844 swapFree=7632/7632
[pid=24869] ppid=24867 vsize=11852648 CPUtime=1.41 cores=0,2,4,6
/proc/24869/stat : 24869 (java) S 24867 24869 24098 0 -1 4202496 9046 0 1 0 136 5 0 0 20 0 22 0 342938230 12137111552 51701 33554432000 1073741824 1073778376 140735878408672 140735878399808 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24869/statm: 2963162 51701 2256 9 0 2953849 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 11852648

[startup+1.50069 s]
/proc/loadavg: 3.73 3.92 3.91 5/219 24891
/proc/meminfo: memFree=26920324/32873844 swapFree=7632/7632
[pid=24869] ppid=24867 vsize=11852648 CPUtime=4.07 cores=0,2,4,6
/proc/24869/stat : 24869 (java) S 24867 24869 24098 0 -1 4202496 18958 0 1 0 396 11 0 0 20 0 22 0 342938230 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140735878399808 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24869/statm: 2963162 92016 2263 9 0 2953849 0
[pid=24869/tid=24871] ppid=24867 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/24869/task/24871/stat : 24871 (java) S 24867 24869 24098 0 -1 4202560 3445 0 1 0 58 4 0 0 20 0 22 0 342938231 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496648156312 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24872] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496637217192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24873] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496636164648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24874] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496482887848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24875] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496481835304 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24876] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496480783272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24877] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496479730728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24878] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496478677672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24879] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496477625128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24880] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342938233 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496465426792 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24881] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342938234 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496464373112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24882] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24882/stat : 24882 (java) S 24867 24869 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342938234 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496463319944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24883] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24883/stat : 24883 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938236 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496462268688 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24884] ppid=24867 vsize=11852648 CPUtime=0.74 cores=0,2,4,6
/proc/24869/task/24884/stat : 24884 (java) S 24867 24869 24098 0 -1 4202560 4335 0 0 0 74 0 0 0 20 0 22 0 342938236 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496461216568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24885] ppid=24867 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/24869/task/24885/stat : 24885 (java) S 24867 24869 24098 0 -1 4202560 9807 0 0 0 95 2 0 0 20 0 22 0 342938236 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496460164024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24886] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24886/stat : 24886 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938236 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496459111160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24887] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24887/stat : 24887 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938236 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496458058824 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24888] ppid=24867 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/24869/task/24888/stat : 24888 (java) R 24867 24869 24098 0 -1 4202560 26 0 0 0 83 0 0 0 20 0 22 0 342938295 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496457003280 140496517996476 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24889] ppid=24867 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/24869/task/24889/stat : 24889 (java) R 24867 24869 24098 0 -1 4202560 145 0 0 0 79 3 0 0 20 0 22 0 342938295 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496455950616 140496518351748 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24890] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24890/stat : 24890 (java) S 24867 24869 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342938297 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496454898472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24891] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24891/stat : 24891 (java) S 24867 24869 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342938297 12137111552 92016 33554432000 1073741824 1073778376 140735878408672 140496453845928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 11852648

[startup+3.10077 s]
/proc/loadavg: 3.73 3.92 3.91 5/219 24891
/proc/meminfo: memFree=26403972/32873844 swapFree=7632/7632
[pid=24869] ppid=24867 vsize=11852648 CPUtime=7.45 cores=0,2,4,6
/proc/24869/stat : 24869 (java) S 24867 24869 24098 0 -1 4202496 19504 0 1 0 722 23 0 0 20 0 22 0 342938230 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140735878399808 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24869/statm: 2963162 257905 2263 9 0 2953849 0
[pid=24869/tid=24871] ppid=24867 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/24869/task/24871/stat : 24871 (java) S 24867 24869 24098 0 -1 4202560 3445 0 1 0 58 4 0 0 20 0 22 0 342938231 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496648156312 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24872] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496637217192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24873] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496636164648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24874] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496482887848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24875] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496481835304 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24876] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496480783272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24877] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496479730728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24878] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496478677672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24879] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496477625128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24880] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342938233 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496465426792 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24881] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342938234 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496464373112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24882] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24882/stat : 24882 (java) S 24867 24869 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342938234 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496463319944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24883] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24883/stat : 24883 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938236 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496462268688 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24884] ppid=24867 vsize=11852648 CPUtime=0.77 cores=0,2,4,6
/proc/24869/task/24884/stat : 24884 (java) S 24867 24869 24098 0 -1 4202560 4554 0 0 0 76 1 0 0 20 0 22 0 342938236 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496461216568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24885] ppid=24867 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/24869/task/24885/stat : 24885 (java) S 24867 24869 24098 0 -1 4202560 9808 0 0 0 110 2 0 0 20 0 22 0 342938236 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496460164024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24886] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24886/stat : 24886 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938236 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496459111160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24887] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24887/stat : 24887 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938236 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496458058824 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24888] ppid=24867 vsize=11852648 CPUtime=2.43 cores=0,2,4,6
/proc/24869/task/24888/stat : 24888 (java) R 24867 24869 24098 0 -1 4202560 28 0 0 0 243 0 0 0 20 0 22 0 342938295 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496457003768 140496518082262 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24889] ppid=24867 vsize=11852648 CPUtime=2.4 cores=0,2,4,6
/proc/24869/task/24889/stat : 24889 (java) R 24867 24869 24098 0 -1 4202560 469 0 0 0 226 14 0 0 20 0 22 0 342938295 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496455948608 140496518346192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24890] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24890/stat : 24890 (java) S 24867 24869 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342938297 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496454898472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24891] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24891/stat : 24891 (java) S 24867 24869 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342938297 12137111552 257905 33554432000 1073741824 1073778376 140735878408672 140496453845928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 11852648

[startup+6.30069 s]
/proc/loadavg: 3.75 3.93 3.91 5/219 24891
/proc/meminfo: memFree=25652180/32873844 swapFree=7632/7632
[pid=24869] ppid=24867 vsize=11852648 CPUtime=14.35 cores=0,2,4,6
/proc/24869/stat : 24869 (java) S 24867 24869 24098 0 -1 4202496 21141 0 1 0 1405 30 0 0 20 0 22 0 342938230 12137111552 327919 33554432000 1073741824 1073778376 140735878408672 140735878399808 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24869/statm: 2963162 327919 2290 9 0 2953849 0
[pid=24869/tid=24871] ppid=24867 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/24869/task/24871/stat : 24871 (java) S 24867 24869 24098 0 -1 4202560 3445 0 1 0 58 4 0 0 20 0 22 0 342938231 12137111552 327919 33554432000 1073741824 1073778376 140735878408672 140496648156312 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24872] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 327919 33554432000 1073741824 1073778376 140735878408672 140496637217192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24873] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 24098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 327919 33554432000 1073741824 1073778376 140735878408672 140496636164648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24874] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 327919 33554432000 1073741824 1073778376 140735878408672 140496482887848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24875] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 327919 33554432000 1073741824 1073778376 140735878408672 140496481835304 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24876] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 327919 33554432000 1073741824 1073778376 140735878408672 140496480783272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24877] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 327919 33554432000 1073741824 1073778376 140735878408672 140496479730728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24878] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 24098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 327919 33554432000 1073741824 1073778376 140735878408672 140496478677672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24879] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342938232 12137111552 327919 33554432000 1073741824 1073778376 140735878408672 140496477625128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24880] ppid=24867 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 24098 0 -1 4202560 39 0 0 0 5 0 0 0 20 0 22 0 342938233 12137111552 327919 33554432000 1073741824 1073778376 140735878408672 140496465426792 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24881] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342938234 12137111552 327919 33554432000 1073741824 1073778376 140735878408672 140496464373112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24882] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24882/stat : 24882 (java) S 24867 24869 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342938234 12137111552 327919 33554432000 1073741824 1073778376 140735878408672 140496463319944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24883] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24883/stat : 24883 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938236 12137111552 327919 33554432000 1073741824 1073778376 140735878408672 140496462268688 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24884] ppid=24867 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/24869/task/24884/stat : 24884 (java) S 24867 24869 24098 0 -1 4202560 4567 0 0 0 79 1 0 0 20 0 22 0 342938236 12137111552 327919 33554432000 1073741824 1073778376 140735878408672 140496461216568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/24869/statm: 2963162 938185 2291 9 0 2953849 0
[pid=24869/tid=24871] ppid=24867 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/24869/task/24871/stat : 24871 (java) S 24867 24869 24098 0 -1 4202560 3476 0 1 0 59 6 0 0 20 0 22 0 342938231 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496648156312 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24872] ppid=24867 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 24098 0 -1 4202560 129 0 0 0 109 4 0 0 20 0 22 0 342938232 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496637217192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24873] ppid=24867 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 24098 0 -1 4202560 116 0 0 0 115 3 0 0 20 0 22 0 342938232 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496636164648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24874] ppid=24867 vsize=11852648 CPUtime=1.14 cores=0,2,4,6
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 24098 0 -1 4202560 107 0 0 0 110 4 0 0 20 0 22 0 342938232 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496482887848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24875] ppid=24867 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 24098 0 -1 4202560 125 0 0 0 97 6 0 0 20 0 22 0 342938232 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496481835304 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24876] ppid=24867 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 24098 0 -1 4202560 97 0 0 0 98 6 0 0 20 0 22 0 342938232 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496480783272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24877] ppid=24867 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 24098 0 -1 4202560 135 0 0 0 108 5 0 0 20 0 22 0 342938232 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496479730728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24878] ppid=24867 vsize=11852648 CPUtime=1.16 cores=0,2,4,6
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 24098 0 -1 4202560 127 0 0 0 111 5 0 0 20 0 22 0 342938232 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496478677672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24879] ppid=24867 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 24098 0 -1 4202560 118 0 0 0 100 5 0 0 20 0 22 0 342938232 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496477625128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24880] ppid=24867 vsize=11852648 CPUtime=17.27 cores=0,2,4,6
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 24098 0 -1 4202560 136 0 0 0 1722 5 0 0 20 0 22 0 342938233 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496465426792 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24881] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342938234 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496464373112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24882] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24882/stat : 24882 (java) S 24867 24869 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342938234 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496463319944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24883] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24883/stat : 24883 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938236 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496462268688 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24884] ppid=24867 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/24869/task/24884/stat : 24884 (java) S 24867 24869 24098 0 -1 4202560 4573 0 0 0 87 1 0 0 20 0 22 0 342938236 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496461216568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24885] ppid=24867 vsize=11852648 CPUtime=2.17 cores=0,2,4,6
/proc/24869/task/24885/stat : 24885 (java) S 24867 24869 24098 0 -1 4202560 12045 0 0 0 215 2 0 0 20 0 22 0 342938236 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496460164024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24886] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24886/stat : 24886 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938236 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496459111160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24887] ppid=24867 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/24869/task/24887/stat : 24887 (java) S 24867 24869 24098 0 -1 4202560 51 0 0 0 10 19 0 0 20 0 22 0 342938236 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496458058824 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24888] ppid=24867 vsize=11852648 CPUtime=859.56 cores=0,2,4,6
/proc/24869/task/24888/stat : 24888 (java) R 24867 24869 24098 0 -1 4202560 59 0 0 0 85941 15 0 0 20 0 22 0 342938295 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496457003344 140496518086226 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24889] ppid=24867 vsize=11852648 CPUtime=859.47 cores=0,2,4,6
/proc/24869/task/24889/stat : 24889 (java) R 24867 24869 24098 0 -1 4202560 1661 0 0 0 85876 71 0 0 20 0 22 0 342938295 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496455948912 140496517917551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24890] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24890/stat : 24890 (java) S 24867 24869 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342938297 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496454898472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24891] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24891/stat : 24891 (java) S 24867 24869 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342938297 12137111552 938185 33554432000 1073741824 1073778376 140735878408672 140496453845928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1753.52
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.901 s]
/proc/loadavg: 3.81 3.95 3.91 5/219 24959
/proc/meminfo: memFree=24171804/32873844 swapFree=7632/7632
[pid=24869] ppid=24867 vsize=11852648 CPUtime=1800.11 cores=0,2,4,6
/proc/24869/stat : 24869 (java) S 24867 24869 24098 0 -1 4202496 24149 0 1 0 179882 129 0 0 20 0 22 0 342938230 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140735878399808 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24869/statm: 2963162 938189 2291 9 0 2953849 0
[pid=24869/tid=24871] ppid=24867 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/24869/task/24871/stat : 24871 (java) S 24867 24869 24098 0 -1 4202560 3477 0 1 0 59 6 0 0 20 0 22 0 342938231 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496648156312 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24872] ppid=24867 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 24098 0 -1 4202560 129 0 0 0 109 4 0 0 20 0 22 0 342938232 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496637217192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24873] ppid=24867 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 24098 0 -1 4202560 116 0 0 0 115 3 0 0 20 0 22 0 342938232 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496636164648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24874] ppid=24867 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 24098 0 -1 4202560 108 0 0 0 111 4 0 0 20 0 22 0 342938232 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496482887848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24875] ppid=24867 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 24098 0 -1 4202560 127 0 0 0 99 6 0 0 20 0 22 0 342938232 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496481835304 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24876] ppid=24867 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 24098 0 -1 4202560 97 0 0 0 98 6 0 0 20 0 22 0 342938232 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496480783272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24877] ppid=24867 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 24098 0 -1 4202560 136 0 0 0 110 5 0 0 20 0 22 0 342938232 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496479730728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24878] ppid=24867 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 24098 0 -1 4202560 127 0 0 0 113 5 0 0 20 0 22 0 342938232 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496478677672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24879] ppid=24867 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 24098 0 -1 4202560 118 0 0 0 100 5 0 0 20 0 22 0 342938232 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496477625128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24880] ppid=24867 vsize=11852648 CPUtime=17.91 cores=0,2,4,6
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 24098 0 -1 4202560 136 0 0 0 1786 5 0 0 20 0 22 0 342938233 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496465426792 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24881] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342938234 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496464373112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24882] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24882/stat : 24882 (java) S 24867 24869 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342938234 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496463319944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24883] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24883/stat : 24883 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938236 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496462268688 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24884] ppid=24867 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/24869/task/24884/stat : 24884 (java) S 24867 24869 24098 0 -1 4202560 4573 0 0 0 87 1 0 0 20 0 22 0 342938236 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496461216568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24885] ppid=24867 vsize=11852648 CPUtime=2.17 cores=0,2,4,6
/proc/24869/task/24885/stat : 24885 (java) S 24867 24869 24098 0 -1 4202560 12045 0 0 0 215 2 0 0 20 0 22 0 342938236 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496460164024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24886] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24886/stat : 24886 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938236 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496459111160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24887] ppid=24867 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/24869/task/24887/stat : 24887 (java) S 24867 24869 24098 0 -1 4202560 53 0 0 0 10 20 0 0 20 0 22 0 342938236 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496458058824 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24888] ppid=24867 vsize=11852648 CPUtime=882.44 cores=0,2,4,6
/proc/24869/task/24888/stat : 24888 (java) R 24867 24869 24098 0 -1 4202560 59 0 0 0 88229 15 0 0 20 0 22 0 342938295 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496457003344 140496517863543 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24889] ppid=24867 vsize=11852648 CPUtime=882.34 cores=0,2,4,6
/proc/24869/task/24889/stat : 24889 (java) R 24867 24869 24098 0 -1 4202560 1661 0 0 0 88163 71 0 0 20 0 22 0 342938295 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496455948912 140496518300714 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24890] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24890/stat : 24890 (java) S 24867 24869 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342938297 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496454898472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24891] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24891/stat : 24891 (java) S 24867 24869 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342938297 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496453845928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 11852648

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

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

[startup+905.901 s]
/proc/loadavg: 3.81 3.95 3.91 5/219 24959
/proc/meminfo: memFree=24171804/32873844 swapFree=7632/7632
[pid=24869] ppid=24867 vsize=11852648 CPUtime=1800.11 cores=0,2,4,6
/proc/24869/stat : 24869 (java) S 24867 24869 24098 0 -1 4202496 24149 0 1 0 179882 129 0 0 20 0 22 0 342938230 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140735878399808 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24869/statm: 2963162 938189 2291 9 0 2953849 0
[pid=24869/tid=24871] ppid=24867 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/24869/task/24871/stat : 24871 (java) S 24867 24869 24098 0 -1 4202560 3477 0 1 0 59 6 0 0 20 0 22 0 342938231 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496648156312 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24872] ppid=24867 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 24098 0 -1 4202560 129 0 0 0 109 4 0 0 20 0 22 0 342938232 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496637217192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24873] ppid=24867 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 24098 0 -1 4202560 116 0 0 0 115 3 0 0 20 0 22 0 342938232 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496636164648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24874] ppid=24867 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 24098 0 -1 4202560 108 0 0 0 111 4 0 0 20 0 22 0 342938232 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496482887848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24875] ppid=24867 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 24098 0 -1 4202560 127 0 0 0 99 6 0 0 20 0 22 0 342938232 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496481835304 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24876] ppid=24867 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 24098 0 -1 4202560 97 0 0 0 98 6 0 0 20 0 22 0 342938232 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496480783272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24877] ppid=24867 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 24098 0 -1 4202560 136 0 0 0 110 5 0 0 20 0 22 0 342938232 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496479730728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24878] ppid=24867 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 24098 0 -1 4202560 127 0 0 0 113 5 0 0 20 0 22 0 342938232 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496478677672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24879] ppid=24867 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 24098 0 -1 4202560 118 0 0 0 100 5 0 0 20 0 22 0 342938232 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496477625128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24880] ppid=24867 vsize=11852648 CPUtime=17.91 cores=0,2,4,6
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 24098 0 -1 4202560 136 0 0 0 1786 5 0 0 20 0 22 0 342938233 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496465426792 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24881] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342938234 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496464373112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24882] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24882/stat : 24882 (java) S 24867 24869 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342938234 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496463319944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24883] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24883/stat : 24883 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938236 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496462268688 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24884] ppid=24867 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/24869/task/24884/stat : 24884 (java) S 24867 24869 24098 0 -1 4202560 4573 0 0 0 87 1 0 0 20 0 22 0 342938236 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496461216568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24885] ppid=24867 vsize=11852648 CPUtime=2.17 cores=0,2,4,6
/proc/24869/task/24885/stat : 24885 (java) S 24867 24869 24098 0 -1 4202560 12045 0 0 0 215 2 0 0 20 0 22 0 342938236 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496460164024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24886] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24886/stat : 24886 (java) S 24867 24869 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342938236 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496459111160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24887] ppid=24867 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/24869/task/24887/stat : 24887 (java) S 24867 24869 24098 0 -1 4202560 53 0 0 0 10 20 0 0 20 0 22 0 342938236 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496458058824 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24888] ppid=24867 vsize=11852648 CPUtime=882.44 cores=0,2,4,6
/proc/24869/task/24888/stat : 24888 (java) R 24867 24869 24098 0 -1 4202560 59 0 0 0 88229 15 0 0 20 0 22 0 342938295 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496457003344 140496517863543 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24889] ppid=24867 vsize=11852648 CPUtime=882.34 cores=0,2,4,6
/proc/24869/task/24889/stat : 24889 (java) R 24867 24869 24098 0 -1 4202560 1661 0 0 0 88163 71 0 0 20 0 22 0 342938295 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496455948912 140496518300714 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24890] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24890/stat : 24890 (java) S 24867 24869 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342938297 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496454898472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24891] ppid=24867 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24869/task/24891/stat : 24891 (java) S 24867 24869 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342938297 12137111552 938189 33554432000 1073741824 1073778376 140735878408672 140496453845928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 11852648

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24869 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=408208
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=752733
# CPU time returned by wait4() is 1796.16
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 906.012
CPU time (s): 1800.11
CPU user time (s): 1798.82
CPU system time (s): 1.29
CPU usage (%): 198.685
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.41
system time used= 1.75273
maximum resident set size= 3754928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24184
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23919
involuntary context switches= 26514

runsolver used 3.12153 second user time and 8.01478 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-04 02:02:19
IDJOB=3742474
IDBENCH=90188
IDSOLVER=2328
FILE ID=node141/3742474-1338768139
RUNJOBID= node141-1338763554-24114
PBS_JOBID= 14636812
Free space on /tmp= 70720 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K175.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742474-1338768139/watcher-3742474-1338768139 -o /tmp/evaluation-result-3742474-1338768139/solver-3742474-1338768139 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742474-1338768139.opb

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

MD5SUM BENCH= c7b1775204389f0c59bc1b934de7e2c1
RANDOM SEED=1553209511

node141.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.744
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.48
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.744
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.744
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.93
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.744
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.92
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.744
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.744
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.744
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.92
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.744
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:        27219644 kB
Buffers:          434932 kB
Cached:          3266576 kB
SwapCached:          216 kB
Active:          2324224 kB
Inactive:        2423760 kB
Active(anon):    1037052 kB
Inactive(anon):    11288 kB
Active(file):    1287172 kB
Inactive(file):  2412472 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              3780 kB
Writeback:             0 kB
AnonPages:       1073360 kB
Mapped:            18960 kB
Shmem:               172 kB
Slab:             742420 kB
SReclaimable:     184196 kB
SUnreclaim:       558224 kB
KernelStack:        1624 kB
PageTables:         6124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10457708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1015808 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= 70720 MiB
End job on node141 at 2012-06-04 02:17:27