Trace number 3742431

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.88 901.752

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K181.opb
MD5SUM786bb841dd145412a2aec0a596e79174
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 variables21539
Total number of constraints21903
Number of constraints which are clauses21722
Number of constraints which are cardinality constraints (but not clauses)181
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint181
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 182
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.2.0.v20100531
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		1349517296
0.02/0.08	c Max memory 		1356595200
0.02/0.08	c Total memory 		1356595200
0.02/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3742431-1338786770.opb
0.09/0.11	c reading problem ... 
1.19/0.63	c ... done. Wall clock time 0.522s.
1.19/0.63	c #vars     21539
1.19/0.63	c #constraints  21903
1.19/0.63	c constraints type 
1.19/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19380
1.19/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 181
1.19/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2340
1.19/0.63	c constraints type 
1.19/0.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2340
1.19/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19380
1.19/0.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 181
8.52/3.56	c cleaning 2471 clauses out of 4996 with flag 5002/5002
15.61/7.07	c cleaning 4187 clauses out of 8517 with flag 11000/11000
23.41/10.99	c cleaning 5496 clauses out of 11326 with flag 18000/18000
32.30/15.39	c cleaning 6649 clauses out of 13827 with flag 26000/26000
42.30/20.39	c cleaning 8015 clauses out of 16173 with flag 35000/35000
53.88/26.19	c cleaning 8838 clauses out of 18154 with flag 45000/45000
67.10/32.74	c cleaning 9875 clauses out of 20307 with flag 56000/56000
82.09/40.23	c cleaning 10889 clauses out of 22425 with flag 68001/68001
96.85/47.68	c cleaning 11875 clauses out of 24530 with flag 81000/81000
113.08/55.80	c cleaning 13231 clauses out of 26652 with flag 95000/95000
132.88/65.69	c cleaning 14032 clauses out of 28417 with flag 110001/110001
154.90/76.65	c cleaning 14684 clauses out of 30381 with flag 126002/126002
178.87/88.65	c cleaning 15994 clauses out of 32694 with flag 143000/143000
208.28/103.37	c cleaning 16864 clauses out of 34699 with flag 161000/161000
235.25/116.80	c cleaning 17741 clauses out of 36834 with flag 180000/180000
263.30/130.81	c cleaning 18975 clauses out of 39090 with flag 200002/200002
290.45/144.46	c cleaning 19967 clauses out of 41116 with flag 221004/221004
322.55/160.50	c cleaning 21174 clauses out of 43145 with flag 243000/243000
352.49/175.49	c cleaning 21540 clauses out of 43972 with flag 265001/265001
384.77/191.59	c cleaning 21654 clauses out of 44430 with flag 287000/287000
415.31/206.84	c cleaning 21343 clauses out of 44774 with flag 309000/309000
446.31/222.38	c cleaning 20778 clauses out of 45431 with flag 331000/331000
476.51/237.41	c cleaning 20386 clauses out of 46639 with flag 353000/353000
507.63/252.91	c cleaning 20381 clauses out of 48247 with flag 375000/375000
540.01/269.10	c cleaning 20285 clauses out of 49867 with flag 397001/397001
570.43/284.34	c cleaning 20679 clauses out of 51579 with flag 419000/419000
601.57/299.90	c cleaning 20278 clauses out of 52899 with flag 441000/441000
631.20/314.76	c cleaning 20328 clauses out of 54622 with flag 463002/463002
671.12/334.71	c cleaning 20572 clauses out of 56292 with flag 485001/485001
700.56/349.42	c cleaning 20746 clauses out of 57720 with flag 507001/507001
729.97/364.19	c cleaning 20866 clauses out of 58974 with flag 529002/529002
760.35/379.35	c cleaning 20453 clauses out of 60107 with flag 551002/551002
789.97/394.25	c cleaning 20399 clauses out of 61653 with flag 573001/573001
821.78/410.17	c cleaning 21014 clauses out of 63253 with flag 595000/595000
827.74/413.28	c cleaning 0 clauses out of 5000 with flag 0/5000
851.65/425.10	c cleaning 20766 clauses out of 64239 with flag 617000/617000
883.73/441.31	c cleaning 20402 clauses out of 65474 with flag 639001/639001
916.40/457.72	c cleaning 20783 clauses out of 67071 with flag 661000/661000
948.42/473.80	c cleaning 20108 clauses out of 68288 with flag 683001/683001
982.17/490.71	c cleaning 20975 clauses out of 70179 with flag 705000/705000
1012.07/505.81	c cleaning 20389 clauses out of 71204 with flag 727001/727001
1045.06/522.31	c cleaning 20518 clauses out of 72814 with flag 749000/749000
1075.91/537.79	c cleaning 20576 clauses out of 74304 with flag 771008/771008
1108.63/554.16	c cleaning 20706 clauses out of 75719 with flag 793000/793000
1139.33/569.65	c cleaning 20830 clauses out of 77012 with flag 815000/815000
1172.10/586.18	c cleaning 20813 clauses out of 78186 with flag 837004/837004
1205.56/602.85	c cleaning 20440 clauses out of 79368 with flag 859000/859000
1233.04/616.66	c cleaning 20731 clauses out of 80929 with flag 881001/881001
1263.61/632.01	c cleaning 21027 clauses out of 82199 with flag 903002/903002
1292.15/646.35	c cleaning 20781 clauses out of 83171 with flag 925002/925002
1323.40/662.02	c cleaning 20194 clauses out of 84390 with flag 947002/947002
1354.79/677.71	c cleaning 20760 clauses out of 86194 with flag 969000/969000
1388.49/694.77	c cleaning 20766 clauses out of 87437 with flag 991003/991003
1418.52/709.84	c cleaning 21180 clauses out of 88669 with flag 1013001/1013001
1449.54/725.49	c cleaning 20635 clauses out of 89488 with flag 1035000/1035000
1483.09/742.21	c cleaning 20406 clauses out of 90854 with flag 1057001/1057001
1514.44/758.11	c cleaning 20931 clauses out of 92444 with flag 1079000/1079000
1561.32/781.54	c cleaning 20322 clauses out of 93514 with flag 1101001/1101001
1602.11/801.92	c cleaning 21125 clauses out of 95191 with flag 1123000/1123000
1628.51/815.29	c cleaning 20655 clauses out of 96065 with flag 1145000/1145000
1657.20/829.88	c cleaning 20477 clauses out of 97411 with flag 1167001/1167001
1686.03/844.39	c cleaning 20589 clauses out of 98933 with flag 1189000/1189000
1747.81/875.10	c cleaning 21349 clauses out of 100345 with flag 1211002/1211002
1786.61/894.69	c cleaning 20763 clauses out of 100994 with flag 1233000/1233000
1800.14/901.71	c starts		: 171
1800.14/901.71	c conflicts		: 1241506
1800.14/901.71	c decisions		: 58028671
1800.14/901.71	c propagations		: 1052877319
1800.14/901.71	c inspects		: 1989748080
1800.14/901.71	c learnt literals	: 113
1800.14/901.71	c learnt binary clauses	: 70220
1800.14/901.71	c learnt ternary clauses	: 73931
1800.14/901.71	c learnt clauses	: 1241392
1800.14/901.71	c ignored clauses	: 0
1800.14/901.71	c root simplifications	: 0
1800.14/901.71	c removed literals (reason simplification)	: 8334641
1800.14/901.71	c reason swapping (by a shorter reason)	: 0
1800.14/901.71	c Calls to reduceDB	: 63
1800.14/901.71	c number of reductions to clauses (during analyze)	: 0
1800.14/901.71	c number of learned constraints concerned by reduction	: 0
1800.14/901.71	c number of learning phase by resolution	: 0
1800.14/901.71	c number of learning phase by cutting planes	: 0
1800.14/901.71	c speed (assignments/second)	: 1168469.314395932
1800.14/901.71	c non guided choices	75837
1800.14/901.74	c learnt constraints type 
1800.14/901.74	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18618
1800.14/901.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 70225
1800.14/901.74	c constraints type 
1800.14/901.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19380
1800.14/901.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 181
1800.14/901.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2340
1800.14/901.74	c constraints type 
1800.14/901.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2340
1800.14/901.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19380
1800.14/901.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 181
1800.14/901.74	s UNKNOWN
1800.14/901.74	c Total wall clock time (in seconds): 901.629

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-3742431-1338786770/watcher-3742431-1338786770 -o /tmp/evaluation-result-3742431-1338786770/solver-3742431-1338786770 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742431-1338786770.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.82 3.91 3.85 4/199 24953
/proc/meminfo: memFree=28091896/32873844 swapFree=7380/7380
[pid=24953] ppid=24951 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24953/stat : 24953 (java) D 24951 24953 24174 0 -1 4202496 457 0 0 0 0 0 0 0 20 0 1 0 344801843 9515008 185 33554432000 1073741824 1073778376 140736220379696 140736220368760 215134334247 0 0 4096 0 18446744072100748580 0 0 17 0 0 0 0 0 0
/proc/24953/statm: 2323 185 143 9 0 71 0

[startup+0.0481 s]
/proc/loadavg: 3.82 3.91 3.85 4/199 24953
/proc/meminfo: memFree=28091896/32873844 swapFree=7380/7380
[pid=24953] ppid=24951 vsize=2367080 CPUtime=0.02 cores=0,2,4,6
/proc/24953/stat : 24953 (java) S 24951 24953 24174 0 -1 4202496 3735 0 1 0 2 0 0 0 20 0 13 0 344801843 2423889920 4942 33554432000 1073741824 1073778376 140736220379696 140736220370832 215146856509 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24953/statm: 591770 4942 1705 9 0 582471 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2367080

[startup+0.100201 s]
/proc/loadavg: 3.82 3.91 3.85 4/199 24953
/proc/meminfo: memFree=28091896/32873844 swapFree=7380/7380
[pid=24953] ppid=24951 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/24953/stat : 24953 (java) S 24951 24953 24174 0 -1 4202496 4701 0 1 0 8 1 0 0 20 0 18 0 344801843 2764726272 6408 33554432000 1073741824 1073778376 140736220379696 140736220370832 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24953/statm: 674982 6408 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300251 s]
/proc/loadavg: 3.82 3.91 3.85 4/199 24953
/proc/meminfo: memFree=28091896/32873844 swapFree=7380/7380
[pid=24953] ppid=24951 vsize=2699928 CPUtime=0.58 cores=0,2,4,6
/proc/24953/stat : 24953 (java) S 24951 24953 24174 0 -1 4202496 7874 0 1 0 55 3 0 0 20 0 18 0 344801843 2764726272 13106 33554432000 1073741824 1073778376 140736220379696 140736220370832 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24953/statm: 674982 13106 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 2699928

[startup+0.700176 s]
/proc/loadavg: 3.82 3.91 3.85 4/199 24953
/proc/meminfo: memFree=28091896/32873844 swapFree=7380/7380
[pid=24953] ppid=24951 vsize=2966184 CPUtime=1.46 cores=0,2,4,6
/proc/24953/stat : 24953 (java) S 24951 24953 24174 0 -1 4202496 12259 0 1 0 140 6 0 0 20 0 22 0 344801843 3037372416 47357 33554432000 1073741824 1073778376 140736220379696 140736220370832 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24953/statm: 741546 47357 2249 9 0 732240 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 2966184

[startup+1.50078 s]
/proc/loadavg: 3.82 3.91 3.85 7/221 24975
/proc/meminfo: memFree=27882192/32873844 swapFree=7380/7380
[pid=24953] ppid=24951 vsize=2966184 CPUtime=4.15 cores=0,2,4,6
/proc/24953/stat : 24953 (java) S 24951 24953 24174 0 -1 4202496 18254 0 1 0 404 11 0 0 20 0 22 0 344801843 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140736220370832 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24953/statm: 741546 100589 2270 9 0 732240 0
[pid=24953/tid=24955] ppid=24951 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/24953/task/24955/stat : 24955 (java) S 24951 24953 24174 0 -1 4202560 2861 0 1 0 57 4 0 0 20 0 22 0 344801844 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437699294360 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24956] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24956/stat : 24956 (java) S 24951 24953 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801845 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437683575720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24957] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24957/stat : 24957 (java) S 24951 24953 24174 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344801845 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437682523176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24958] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24958/stat : 24958 (java) S 24951 24953 24174 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344801845 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437681470120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24959] ppid=24951 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24953/task/24959/stat : 24959 (java) S 24951 24953 24174 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 344801845 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437680417576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24960] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24960/stat : 24960 (java) S 24951 24953 24174 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 344801845 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437679364520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24961] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24961/stat : 24961 (java) S 24951 24953 24174 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344801845 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437678311976 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24953/tid=24962] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24962/stat : 24962 (java) S 24951 24953 24174 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344801845 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437677258920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24963] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24963/stat : 24963 (java) S 24951 24953 24174 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344801845 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437676206376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24964] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24964/stat : 24964 (java) S 24951 24953 24174 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344801846 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437663796072 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24965] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24965/stat : 24965 (java) S 24951 24953 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344801847 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437662742392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24966] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24966/stat : 24966 (java) S 24951 24953 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344801847 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437661689224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24967] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24967/stat : 24967 (java) S 24951 24953 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344801849 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437660637968 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24968] ppid=24951 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/24953/task/24968/stat : 24968 (java) R 24951 24953 24174 0 -1 4202560 7517 0 0 0 90 2 0 0 20 0 22 0 344801849 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437659584824 140437705753728 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24969] ppid=24951 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/24953/task/24969/stat : 24969 (java) S 24951 24953 24174 0 -1 4202560 6432 0 0 0 81 2 0 0 20 0 22 0 344801849 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437658532280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24953/tid=24970] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24970/stat : 24970 (java) S 24951 24953 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344801849 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437657479416 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24953/tid=24971] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24971/stat : 24971 (java) S 24951 24953 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344801849 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437656427080 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24972] ppid=24951 vsize=2966184 CPUtime=0.82 cores=0,2,4,6
/proc/24953/task/24972/stat : 24972 (java) R 24951 24953 24174 0 -1 4202560 29 0 0 0 82 0 0 0 20 0 22 0 344801907 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437655371016 140437529397488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24973] ppid=24951 vsize=2966184 CPUtime=0.82 cores=0,2,4,6
/proc/24953/task/24973/stat : 24973 (java) R 24951 24953 24174 0 -1 4202560 160 0 0 0 79 3 0 0 20 0 22 0 344801907 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437654319832 140437529492199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24974] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24974/stat : 24974 (java) S 24951 24953 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801909 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437653267752 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24975] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24975/stat : 24975 (java) S 24951 24953 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801909 3037372416 100589 33554432000 1073741824 1073778376 140736220379696 140437652215208 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 2966184

[startup+3.10079 s]
/proc/loadavg: 3.99 3.94 3.86 5/221 24975
/proc/meminfo: memFree=27689228/32873844 swapFree=7380/7380
[pid=24953] ppid=24951 vsize=2966184 CPUtime=7.72 cores=0,2,4,6
/proc/24953/stat : 24953 (java) S 24951 24953 24174 0 -1 4202496 18303 0 1 0 758 14 0 0 20 0 22 0 344801843 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140736220370832 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24953/statm: 741546 108271 2270 9 0 732240 0
[pid=24953/tid=24955] ppid=24951 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/24953/task/24955/stat : 24955 (java) S 24951 24953 24174 0 -1 4202560 2861 0 1 0 57 4 0 0 20 0 22 0 344801844 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437699294360 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24956] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24956/stat : 24956 (java) S 24951 24953 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801845 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437683575720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24957] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24957/stat : 24957 (java) S 24951 24953 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801845 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437682523176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24953/tid=24958] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24958/stat : 24958 (java) S 24951 24953 24174 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344801845 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437681470120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24959] ppid=24951 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24953/task/24959/stat : 24959 (java) S 24951 24953 24174 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 344801845 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437680417576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24960] ppid=24951 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/24953/task/24960/stat : 24960 (java) S 24951 24953 24174 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 344801845 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437679364520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24961] ppid=24951 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24953/task/24961/stat : 24961 (java) S 24951 24953 24174 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 344801845 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437678311976 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24953/tid=24962] ppid=24951 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24953/task/24962/stat : 24962 (java) S 24951 24953 24174 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 344801845 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437677258920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24953/tid=24963] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24963/stat : 24963 (java) S 24951 24953 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801845 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437676206376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24964] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24964/stat : 24964 (java) S 24951 24953 24174 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344801846 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437663796072 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24965] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24965/stat : 24965 (java) S 24951 24953 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344801847 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437662742392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24966] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24966/stat : 24966 (java) S 24951 24953 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344801847 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437661689224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24967] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24967/stat : 24967 (java) S 24951 24953 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344801849 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437660637968 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24968] ppid=24951 vsize=2966184 CPUtime=1.07 cores=0,2,4,6
/proc/24953/task/24968/stat : 24968 (java) S 24951 24953 24174 0 -1 4202560 7517 0 0 0 105 2 0 0 20 0 22 0 344801849 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437659584824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24969] ppid=24951 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/24953/task/24969/stat : 24969 (java) S 24951 24953 24174 0 -1 4202560 6432 0 0 0 98 2 0 0 20 0 22 0 344801849 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437658532280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24953/tid=24970] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24970/stat : 24970 (java) S 24951 24953 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344801849 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437657479416 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24953/tid=24971] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24971/stat : 24971 (java) S 24951 24953 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344801849 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437656427080 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24972] ppid=24951 vsize=2966184 CPUtime=2.39 cores=0,2,4,6
/proc/24953/task/24972/stat : 24972 (java) R 24951 24953 24174 0 -1 4202560 30 0 0 0 239 0 0 0 20 0 22 0 344801907 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437655370584 140437529253739 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24973] ppid=24951 vsize=2966184 CPUtime=2.39 cores=0,2,4,6
/proc/24953/task/24973/stat : 24973 (java) R 24951 24953 24174 0 -1 4202560 165 0 0 0 236 3 0 0 20 0 22 0 344801907 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437654320056 140437529275947 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24974] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24974/stat : 24974 (java) S 24951 24953 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801909 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437653267752 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24975] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24975/stat : 24975 (java) S 24951 24953 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801909 3037372416 108271 33554432000 1073741824 1073778376 140736220379696 140437652215208 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 2966184

[startup+6.3008 s]
/proc/loadavg: 3.99 3.94 3.86 5/221 24975
/proc/meminfo: memFree=27634924/32873844 swapFree=7380/7380
[pid=24953] ppid=24951 vsize=2966184 CPUtime=14.19 cores=0,2,4,6
/proc/24953/stat : 24953 (java) S 24951 24953 24174 0 -1 4202496 18368 0 1 0 1404 15 0 0 20 0 22 0 344801843 3037372416 113900 33554432000 1073741824 1073778376 140736220379696 140736220370832 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24953/statm: 741546 113900 2283 9 0 732240 0
[pid=24953/tid=24955] ppid=24951 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/24953/task/24955/stat : 24955 (java) S 24951 24953 24174 0 -1 4202560 2861 0 1 0 57 4 0 0 20 0 22 0 344801844 3037372416 113900 33554432000 1073741824 1073778376 140736220379696 140437699294360 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24956] ppid=24951 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24953/task/24956/stat : 24956 (java) S 24951 24953 24174 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 344801845 3037372416 113900 33554432000 1073741824 1073778376 140736220379696 140437683575720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24957] ppid=24951 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24953/task/24957/stat : 24957 (java) S 24951 24953 24174 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 344801845 3037372416 113900 33554432000 1073741824 1073778376 140736220379696 140437682523176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24953/tid=24958] ppid=24951 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24953/task/24958/stat : 24958 (java) S 24951 24953 24174 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 344801845 3037372416 113900 33554432000 1073741824 1073778376 140736220379696 140437681470120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24959] ppid=24951 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/24953/task/24959/stat : 24959 (java) S 24951 24953 24174 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 344801845 3037372416 113900 33554432000 1073741824 1073778376 140736220379696 140437680417576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24960] ppid=24951 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/24953/task/24960/stat : 24960 (java) S 24951 24953 24174 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 344801845 3037372416 113900 33554432000 1073741824 1073778376 140736220379696 140437679364520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24953/tid=24961] ppid=24951 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/24953/task/24961/stat : 24961 (java) S 24951 24953 24174 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 22 0 344801845 3037372416 113900 33554432000 1073741824 1073778376 140736220379696 140437678311976 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24962] ppid=24951 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24953/task/24962/stat : 24962 (java) S 24951 24953 24174 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 344801845 3037372416 113900 33554432000 1073741824 1073778376 140736220379696 140437677258920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24963] ppid=24951 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24953/task/24963/stat : 24963 (java) S 24951 24953 24174 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 344801845 3037372416 113900 33554432000 1073741824 1073778376 140736220379696 140437676206376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24953/tid=24964] ppid=24951 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/24953/task/24964/stat : 24964 (java) S 24951 24953 24174 0 -1 4202560 39 0 0 0 5 0 0 0 20 0 22 0 344801846 3037372416 113900 33554432000 1073741824 1073778376 140736220379696 140437663796072 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24965] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24965/stat : 24965 (java) S 24951 24953 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344801847 3037372416 113900 33554432000 1073741824 1073778376 140736220379696 140437662742392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24966] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24966/stat : 24966 (java) S 24951 24953 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344801847 3037372416 113900 33554432000 1073741824 1073778376 140736220379696 140437661689224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24967] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24967/stat : 24967 (java) S 24951 24953 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344801849 3037372416 113900 33554432000 1073741824 1073778376 140736220379696 140437660637968 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24968] ppid=24951 vsize=2966184 CPUtime=1.13 cores=0,2,4,6
/proc/24953/task/24968/stat : 24968 (java) S 24951 24953 24174 0 -1 4202560 7522 0 0 0 111 2 0 0 20 0 22 0 344801849 3037372416 113900 33554432000 1073741824 1073778376 140736220379696 140437659584824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=24953/tid=24973] ppid=24951 vsize=2966184 CPUtime=797.37 cores=0,2,4,6
/proc/24953/task/24973/stat : 24973 (java) R 24951 24953 24174 0 -1 4202560 430 0 0 0 79719 18 0 0 20 0 22 0 344801907 3037372416 214102 33554432000 1073741824 1073778376 140736220379696 140437654317744 140437529499863 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24974] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24974/stat : 24974 (java) S 24951 24953 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801909 3037372416 214102 33554432000 1073741824 1073778376 140736220379696 140437653267752 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24975] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24975/stat : 24975 (java) S 24951 24953 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801909 3037372416 214102 33554432000 1073741824 1073778376 140736220379696 140437652215208 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1642.1
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.98 3.97 3.91 5/221 24981
/proc/meminfo: memFree=26832372/32873844 swapFree=7380/7380
[pid=24953] ppid=24951 vsize=2966184 CPUtime=1761.88 cores=0,2,4,6
/proc/24953/stat : 24953 (java) S 24951 24953 24174 0 -1 4202496 23481 0 1 0 176076 112 0 0 20 0 22 0 344801843 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140736220370832 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24953/statm: 741546 227438 2284 9 0 732240 0
[pid=24953/tid=24955] ppid=24951 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/24953/task/24955/stat : 24955 (java) S 24951 24953 24174 0 -1 4202560 2879 0 1 0 59 5 0 0 20 0 22 0 344801844 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437699294360 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24956] ppid=24951 vsize=2966184 CPUtime=3.77 cores=0,2,4,6
/proc/24953/task/24956/stat : 24956 (java) S 24951 24953 24174 0 -1 4202560 204 0 0 0 370 7 0 0 20 0 22 0 344801845 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437683575720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24957] ppid=24951 vsize=2966184 CPUtime=3.71 cores=0,2,4,6
/proc/24953/task/24957/stat : 24957 (java) S 24951 24953 24174 0 -1 4202560 183 0 0 0 366 5 0 0 20 0 22 0 344801845 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437682523176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24953/tid=24958] ppid=24951 vsize=2966184 CPUtime=3.96 cores=0,2,4,6
/proc/24953/task/24958/stat : 24958 (java) S 24951 24953 24174 0 -1 4202560 192 0 0 0 389 7 0 0 20 0 22 0 344801845 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437681470120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24959] ppid=24951 vsize=2966184 CPUtime=3.81 cores=0,2,4,6
/proc/24953/task/24959/stat : 24959 (java) S 24951 24953 24174 0 -1 4202560 191 0 0 0 373 8 0 0 20 0 22 0 344801845 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437680417576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24960] ppid=24951 vsize=2966184 CPUtime=3.83 cores=0,2,4,6
/proc/24953/task/24960/stat : 24960 (java) S 24951 24953 24174 0 -1 4202560 213 0 0 0 375 8 0 0 20 0 22 0 344801845 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437679364520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24961] ppid=24951 vsize=2966184 CPUtime=3.81 cores=0,2,4,6
/proc/24953/task/24961/stat : 24961 (java) S 24951 24953 24174 0 -1 4202560 202 0 0 0 373 8 0 0 20 0 22 0 344801845 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437678311976 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24962] ppid=24951 vsize=2966184 CPUtime=3.81 cores=0,2,4,6
/proc/24953/task/24962/stat : 24962 (java) S 24951 24953 24174 0 -1 4202560 198 0 0 0 374 7 0 0 20 0 22 0 344801845 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437677258920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24963] ppid=24951 vsize=2966184 CPUtime=3.76 cores=0,2,4,6
/proc/24953/task/24963/stat : 24963 (java) S 24951 24953 24174 0 -1 4202560 192 0 0 0 370 6 0 0 20 0 22 0 344801845 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437676206376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24964] ppid=24951 vsize=2966184 CPUtime=17.54 cores=0,2,4,6
/proc/24953/task/24964/stat : 24964 (java) S 24951 24953 24174 0 -1 4202560 123 0 0 0 1726 28 0 0 20 0 22 0 344801846 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437663796072 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24965] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24965/stat : 24965 (java) S 24951 24953 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344801847 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437662742392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24966] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24966/stat : 24966 (java) S 24951 24953 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344801847 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437661689224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24967] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24967/stat : 24967 (java) S 24951 24953 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344801849 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437660637968 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24968] ppid=24951 vsize=2966184 CPUtime=1.2 cores=0,2,4,6
/proc/24953/task/24968/stat : 24968 (java) S 24951 24953 24174 0 -1 4202560 7527 0 0 0 118 2 0 0 20 0 22 0 344801849 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437659584824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24969] ppid=24951 vsize=2966184 CPUtime=1.53 cores=0,2,4,6
/proc/24953/task/24969/stat : 24969 (java) S 24951 24953 24174 0 -1 4202560 9337 0 0 0 150 3 0 0 20 0 22 0 344801849 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437658532280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24970] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24970/stat : 24970 (java) S 24951 24953 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344801849 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437657479416 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24953/tid=24971] ppid=24951 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/24953/task/24971/stat : 24971 (java) S 24951 24953 24174 0 -1 4202560 52 0 0 0 15 17 0 0 20 0 22 0 344801849 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437656427080 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24972] ppid=24951 vsize=2966184 CPUtime=855.2 cores=0,2,4,6
/proc/24953/task/24972/stat : 24972 (java) R 24951 24953 24174 0 -1 4202560 359 0 0 0 85505 15 0 0 20 0 22 0 344801907 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437655370688 140437529422864 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24973] ppid=24951 vsize=2966184 CPUtime=855.29 cores=0,2,4,6
/proc/24953/task/24973/stat : 24973 (java) R 24951 24953 24174 0 -1 4202560 440 0 0 0 85511 18 0 0 20 0 22 0 344801907 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437654318752 140437529472416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24974] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24974/stat : 24974 (java) S 24951 24953 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801909 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437653267752 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24975] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24975/stat : 24975 (java) S 24951 24953 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801909 3037372416 227438 33554432000 1073741824 1073778376 140736220379696 140437652215208 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1761.88
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.701 s]
/proc/loadavg: 3.90 3.95 3.90 5/221 25043
/proc/meminfo: memFree=27179632/32873844 swapFree=7380/7380
[pid=24953] ppid=24951 vsize=2966184 CPUtime=1800.14 cores=0,2,4,6
/proc/24953/stat : 24953 (java) S 24951 24953 24174 0 -1 4202496 23498 0 1 0 179901 113 0 0 20 0 22 0 344801843 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140736220370832 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24953/statm: 741546 227446 2284 9 0 732240 0
[pid=24953/tid=24955] ppid=24951 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/24953/task/24955/stat : 24955 (java) S 24951 24953 24174 0 -1 4202560 2880 0 1 0 59 5 0 0 20 0 22 0 344801844 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437699294360 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24956] ppid=24951 vsize=2966184 CPUtime=3.8 cores=0,2,4,6
/proc/24953/task/24956/stat : 24956 (java) S 24951 24953 24174 0 -1 4202560 204 0 0 0 373 7 0 0 20 0 22 0 344801845 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437683575720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24957] ppid=24951 vsize=2966184 CPUtime=3.78 cores=0,2,4,6
/proc/24953/task/24957/stat : 24957 (java) S 24951 24953 24174 0 -1 4202560 183 0 0 0 373 5 0 0 20 0 22 0 344801845 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437682523176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24953/tid=24958] ppid=24951 vsize=2966184 CPUtime=4.01 cores=0,2,4,6
/proc/24953/task/24958/stat : 24958 (java) S 24951 24953 24174 0 -1 4202560 194 0 0 0 394 7 0 0 20 0 22 0 344801845 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437681470120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24959] ppid=24951 vsize=2966184 CPUtime=3.89 cores=0,2,4,6
/proc/24953/task/24959/stat : 24959 (java) S 24951 24953 24174 0 -1 4202560 195 0 0 0 381 8 0 0 20 0 22 0 344801845 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437680417576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24960] ppid=24951 vsize=2966184 CPUtime=3.92 cores=0,2,4,6
/proc/24953/task/24960/stat : 24960 (java) S 24951 24953 24174 0 -1 4202560 215 0 0 0 384 8 0 0 20 0 22 0 344801845 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437679364520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24961] ppid=24951 vsize=2966184 CPUtime=3.88 cores=0,2,4,6
/proc/24953/task/24961/stat : 24961 (java) S 24951 24953 24174 0 -1 4202560 202 0 0 0 380 8 0 0 20 0 22 0 344801845 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437678311976 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24962] ppid=24951 vsize=2966184 CPUtime=3.85 cores=0,2,4,6
/proc/24953/task/24962/stat : 24962 (java) S 24951 24953 24174 0 -1 4202560 198 0 0 0 378 7 0 0 20 0 22 0 344801845 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437677258920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24963] ppid=24951 vsize=2966184 CPUtime=3.8 cores=0,2,4,6
/proc/24953/task/24963/stat : 24963 (java) S 24951 24953 24174 0 -1 4202560 192 0 0 0 374 6 0 0 20 0 22 0 344801845 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437676206376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24964] ppid=24951 vsize=2966184 CPUtime=18.3 cores=0,2,4,6
/proc/24953/task/24964/stat : 24964 (java) S 24951 24953 24174 0 -1 4202560 125 0 0 0 1802 28 0 0 20 0 22 0 344801846 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437663796072 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24965] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24965/stat : 24965 (java) S 24951 24953 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344801847 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437662742392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24966] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24966/stat : 24966 (java) S 24951 24953 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344801847 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437661689224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24967] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24967/stat : 24967 (java) S 24951 24953 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344801849 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437660637968 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24968] ppid=24951 vsize=2966184 CPUtime=1.2 cores=0,2,4,6
/proc/24953/task/24968/stat : 24968 (java) S 24951 24953 24174 0 -1 4202560 7527 0 0 0 118 2 0 0 20 0 22 0 344801849 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437659584824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24969] ppid=24951 vsize=2966184 CPUtime=1.53 cores=0,2,4,6
/proc/24953/task/24969/stat : 24969 (java) S 24951 24953 24174 0 -1 4202560 9337 0 0 0 150 3 0 0 20 0 22 0 344801849 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437658532280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24970] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24970/stat : 24970 (java) S 24951 24953 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344801849 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437657479416 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24953/tid=24971] ppid=24951 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/24953/task/24971/stat : 24971 (java) S 24951 24953 24174 0 -1 4202560 54 0 0 0 16 17 0 0 20 0 22 0 344801849 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437656427080 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24972] ppid=24951 vsize=2966184 CPUtime=873.71 cores=0,2,4,6
/proc/24953/task/24972/stat : 24972 (java) R 24951 24953 24174 0 -1 4202560 362 0 0 0 87355 16 0 0 20 0 22 0 344801907 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437655370688 140437529422796 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24973] ppid=24951 vsize=2966184 CPUtime=873.81 cores=0,2,4,6
/proc/24953/task/24973/stat : 24973 (java) R 24951 24953 24174 0 -1 4202560 441 0 0 0 87361 20 0 0 20 0 22 0 344801907 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437654318672 140437529544720 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24974] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24974/stat : 24974 (java) S 24951 24953 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801909 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437653267752 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24975] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24975/stat : 24975 (java) S 24951 24953 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801909 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437652215208 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 2966184

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

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

[startup+901.701 s]
/proc/loadavg: 3.90 3.95 3.90 5/221 25043
/proc/meminfo: memFree=27179632/32873844 swapFree=7380/7380
[pid=24953] ppid=24951 vsize=2966184 CPUtime=1800.14 cores=0,2,4,6
/proc/24953/stat : 24953 (java) S 24951 24953 24174 0 -1 4202496 23498 0 1 0 179901 113 0 0 20 0 22 0 344801843 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140736220370832 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24953/statm: 741546 227446 2284 9 0 732240 0
[pid=24953/tid=24955] ppid=24951 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/24953/task/24955/stat : 24955 (java) S 24951 24953 24174 0 -1 4202560 2880 0 1 0 59 5 0 0 20 0 22 0 344801844 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437699294360 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24956] ppid=24951 vsize=2966184 CPUtime=3.8 cores=0,2,4,6
/proc/24953/task/24956/stat : 24956 (java) S 24951 24953 24174 0 -1 4202560 204 0 0 0 373 7 0 0 20 0 22 0 344801845 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437683575720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24957] ppid=24951 vsize=2966184 CPUtime=3.78 cores=0,2,4,6
/proc/24953/task/24957/stat : 24957 (java) S 24951 24953 24174 0 -1 4202560 183 0 0 0 373 5 0 0 20 0 22 0 344801845 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437682523176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24953/tid=24958] ppid=24951 vsize=2966184 CPUtime=4.01 cores=0,2,4,6
/proc/24953/task/24958/stat : 24958 (java) S 24951 24953 24174 0 -1 4202560 194 0 0 0 394 7 0 0 20 0 22 0 344801845 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437681470120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24959] ppid=24951 vsize=2966184 CPUtime=3.89 cores=0,2,4,6
/proc/24953/task/24959/stat : 24959 (java) S 24951 24953 24174 0 -1 4202560 195 0 0 0 381 8 0 0 20 0 22 0 344801845 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437680417576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24960] ppid=24951 vsize=2966184 CPUtime=3.92 cores=0,2,4,6
/proc/24953/task/24960/stat : 24960 (java) S 24951 24953 24174 0 -1 4202560 215 0 0 0 384 8 0 0 20 0 22 0 344801845 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437679364520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24961] ppid=24951 vsize=2966184 CPUtime=3.88 cores=0,2,4,6
/proc/24953/task/24961/stat : 24961 (java) S 24951 24953 24174 0 -1 4202560 202 0 0 0 380 8 0 0 20 0 22 0 344801845 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437678311976 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24962] ppid=24951 vsize=2966184 CPUtime=3.85 cores=0,2,4,6
/proc/24953/task/24962/stat : 24962 (java) S 24951 24953 24174 0 -1 4202560 198 0 0 0 378 7 0 0 20 0 22 0 344801845 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437677258920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24963] ppid=24951 vsize=2966184 CPUtime=3.8 cores=0,2,4,6
/proc/24953/task/24963/stat : 24963 (java) S 24951 24953 24174 0 -1 4202560 192 0 0 0 374 6 0 0 20 0 22 0 344801845 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437676206376 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24964] ppid=24951 vsize=2966184 CPUtime=18.3 cores=0,2,4,6
/proc/24953/task/24964/stat : 24964 (java) S 24951 24953 24174 0 -1 4202560 125 0 0 0 1802 28 0 0 20 0 22 0 344801846 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437663796072 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24965] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24965/stat : 24965 (java) S 24951 24953 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344801847 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437662742392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24966] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24966/stat : 24966 (java) S 24951 24953 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344801847 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437661689224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24967] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24967/stat : 24967 (java) S 24951 24953 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344801849 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437660637968 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24968] ppid=24951 vsize=2966184 CPUtime=1.2 cores=0,2,4,6
/proc/24953/task/24968/stat : 24968 (java) S 24951 24953 24174 0 -1 4202560 7527 0 0 0 118 2 0 0 20 0 22 0 344801849 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437659584824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24969] ppid=24951 vsize=2966184 CPUtime=1.53 cores=0,2,4,6
/proc/24953/task/24969/stat : 24969 (java) S 24951 24953 24174 0 -1 4202560 9337 0 0 0 150 3 0 0 20 0 22 0 344801849 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437658532280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24970] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24970/stat : 24970 (java) S 24951 24953 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344801849 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437657479416 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24953/tid=24971] ppid=24951 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/24953/task/24971/stat : 24971 (java) S 24951 24953 24174 0 -1 4202560 54 0 0 0 16 17 0 0 20 0 22 0 344801849 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437656427080 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24972] ppid=24951 vsize=2966184 CPUtime=873.71 cores=0,2,4,6
/proc/24953/task/24972/stat : 24972 (java) R 24951 24953 24174 0 -1 4202560 362 0 0 0 87355 16 0 0 20 0 22 0 344801907 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437655370688 140437529422796 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24953/tid=24973] ppid=24951 vsize=2966184 CPUtime=873.81 cores=0,2,4,6
/proc/24953/task/24973/stat : 24973 (java) R 24951 24953 24174 0 -1 4202560 441 0 0 0 87361 20 0 0 20 0 22 0 344801907 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437654318672 140437529544720 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24953/tid=24974] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24974/stat : 24974 (java) S 24951 24953 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801909 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437653267752 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24953/tid=24975] ppid=24951 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24953/task/24975/stat : 24975 (java) S 24951 24953 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801909 3037372416 227446 33554432000 1073741824 1073778376 140736220379696 140437652215208 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 901.752
CPU time (s): 1800.88
CPU user time (s): 1799.25
CPU system time (s): 1.62975
CPU usage (%): 199.709
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.25
system time used= 1.62975
maximum resident set size= 909912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23532
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38525
involuntary context switches= 65145

runsolver used 3.61145 second user time and 8.09377 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-04 07:12:51
IDJOB=3742431
IDBENCH=90184
IDSOLVER=2324
FILE ID=node133/3742431-1338786770
RUNJOBID= node133-1338782189-24190
PBS_JOBID= 14636833
Free space on /tmp= 70484 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K181.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742431-1338786770/watcher-3742431-1338786770 -o /tmp/evaluation-result-3742431-1338786770/solver-3742431-1338786770 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742431-1338786770.opb

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

MD5SUM BENCH= 786bb841dd145412a2aec0a596e79174
RANDOM SEED=615586383

node133.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.540
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.08
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.540
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.92
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.540
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.92
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.540
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.540
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.91
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.540
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.90
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.540
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.540
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:        28092276 kB
Buffers:          500632 kB
Cached:          2848280 kB
SwapCached:          676 kB
Active:          2037200 kB
Inactive:        1834672 kB
Active(anon):     514644 kB
Inactive(anon):    10220 kB
Active(file):    1522556 kB
Inactive(file):  1824452 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:              3920 kB
Writeback:             0 kB
AnonPages:        537452 kB
Mapped:            18576 kB
Shmem:                 0 kB
Slab:             760128 kB
SReclaimable:     201856 kB
SUnreclaim:       558272 kB
KernelStack:        1640 kB
PageTables:         4836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    481280 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= 70484 MiB
End job on node133 at 2012-06-04 07:27:54