Trace number 3742340

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.17 901.961

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K129.opb
MD5SUM1a22ba01765c232fe0c8623cfb5d750f
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 variables15351
Total number of constraints15611
Number of constraints which are clauses15482
Number of constraints which are cardinality constraints (but not clauses)129
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint129
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 130
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@70eb7859
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	
0.10/0.11	c solving HOME/instance-3742340-1338786206.opb
0.10/0.11	c reading problem ... 
1.03/0.58	c ... done. Wall clock time 0.465s.
1.03/0.58	c #vars     15351
1.03/0.58	c #constraints  15611
1.03/0.58	c constraints type 
1.03/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13816
1.03/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 129
1.03/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1664
1.03/0.58	c constraints type 
1.03/0.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1664
1.03/0.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13816
1.03/0.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 129
7.81/3.15	c cleaning 2492 clauses out of 4994 with flag 5000/5000
14.05/5.91	c cleaning 4234 clauses out of 8494 with flag 11000/11000
20.97/9.32	c cleaning 5521 clauses out of 11248 with flag 18001/18001
32.86/15.24	c cleaning 6744 clauses out of 13717 with flag 26000/26000
41.65/19.67	c cleaning 7868 clauses out of 15968 with flag 35002/35002
51.43/24.53	c cleaning 8858 clauses out of 18095 with flag 45000/45000
63.86/30.71	c cleaning 9995 clauses out of 20237 with flag 56003/56003
76.46/37.03	c cleaning 11000 clauses out of 22235 with flag 68001/68001
90.41/44.09	c cleaning 11909 clauses out of 24226 with flag 81000/81000
105.38/51.56	c cleaning 12942 clauses out of 26314 with flag 95000/95000
124.38/61.02	c cleaning 13944 clauses out of 28372 with flag 110001/110001
164.30/80.99	c cleaning 15032 clauses out of 30429 with flag 126005/126005
180.78/89.27	c cleaning 15411 clauses out of 31388 with flag 142000/142000
202.11/99.97	c cleaning 15746 clauses out of 31974 with flag 158000/158000
226.08/111.92	c cleaning 16005 clauses out of 32224 with flag 174000/174000
257.34/127.60	c cleaning 16101 clauses out of 32219 with flag 190000/190000
274.41/136.18	c cleaning 16004 clauses out of 32118 with flag 206002/206002
296.74/147.35	c cleaning 15895 clauses out of 32114 with flag 222002/222002
315.66/156.88	c cleaning 15941 clauses out of 32216 with flag 238000/238000
332.99/165.56	c cleaning 15923 clauses out of 32273 with flag 254000/254000
372.31/185.27	c cleaning 15814 clauses out of 32355 with flag 270005/270005
388.84/193.60	c cleaning 15133 clauses out of 32533 with flag 286001/286001
406.97/202.64	c cleaning 15023 clauses out of 33395 with flag 302000/302000
430.18/214.20	c cleaning 15171 clauses out of 34372 with flag 318000/318000
454.00/226.28	c cleaning 15185 clauses out of 35200 with flag 334000/334000
482.11/240.38	c cleaning 15446 clauses out of 36016 with flag 350001/350001
518.10/258.37	c cleaning 15031 clauses out of 36570 with flag 366001/366001
540.91/269.70	c cleaning 15417 clauses out of 37537 with flag 382000/382000
567.32/283.02	c cleaning 15275 clauses out of 38121 with flag 398002/398002
612.77/305.71	c cleaning 15141 clauses out of 38844 with flag 414001/414001
631.69/315.25	c cleaning 14981 clauses out of 39702 with flag 430001/430001
670.83/334.78	c cleaning 15469 clauses out of 40720 with flag 446001/446001
690.33/344.68	c cleaning 15180 clauses out of 41250 with flag 462000/462000
705.55/352.34	c cleaning 15169 clauses out of 42070 with flag 478000/478000
725.67/362.46	c cleaning 14938 clauses out of 42900 with flag 494001/494001
752.65/375.99	c cleaning 15179 clauses out of 43964 with flag 510003/510003
796.21/397.77	c cleaning 15514 clauses out of 44782 with flag 526000/526000
817.17/408.26	c cleaning 15408 clauses out of 45268 with flag 542000/542000
856.58/427.86	c cleaning 15227 clauses out of 45861 with flag 558001/558001
891.79/445.46	c cleaning 15342 clauses out of 46634 with flag 574001/574001
939.30/469.34	c cleaning 15814 clauses out of 47292 with flag 590001/590001
994.97/497.25	c cleaning 15465 clauses out of 47477 with flag 606000/606000
1014.71/507.27	c cleaning 15223 clauses out of 48015 with flag 622003/622003
1037.76/518.85	c cleaning 15313 clauses out of 48787 with flag 638000/638000
1058.71/529.43	c cleaning 14995 clauses out of 49474 with flag 654002/654002
1067.43/533.95	c cleaning 0 clauses out of 5002 with flag 0/5002
1100.62/550.44	c cleaning 15477 clauses out of 50479 with flag 670002/670002
1169.34/584.72	c cleaning 15436 clauses out of 51002 with flag 686002/686002
1198.40/599.42	c cleaning 15378 clauses out of 51566 with flag 702002/702002
1227.49/614.05	c cleaning 15309 clauses out of 52187 with flag 718001/718001
1248.93/624.86	c cleaning 15166 clauses out of 52877 with flag 734000/734000
1279.33/640.20	c cleaning 15278 clauses out of 53711 with flag 750000/750000
1299.48/650.46	c cleaning 15327 clauses out of 54435 with flag 766002/766002
1320.08/660.86	c cleaning 14975 clauses out of 55105 with flag 782000/782000
1339.41/670.66	c cleaning 15282 clauses out of 56131 with flag 798001/798001
1359.57/680.84	c cleaning 15164 clauses out of 56844 with flag 814000/814000
1381.68/692.11	c cleaning 15271 clauses out of 57680 with flag 830000/830000
1454.96/728.74	c cleaning 15163 clauses out of 58410 with flag 846001/846001
1515.26/758.80	c cleaning 15525 clauses out of 59246 with flag 862000/862000
1543.47/773.03	c cleaning 15144 clauses out of 59721 with flag 878000/878000
1584.89/793.99	c cleaning 15416 clauses out of 60578 with flag 894001/894001
1623.96/813.57	c cleaning 15539 clauses out of 61162 with flag 910001/910001
1684.56/843.83	c cleaning 15389 clauses out of 61622 with flag 926000/926000
1739.15/871.18	c cleaning 15436 clauses out of 62233 with flag 942000/942000
1790.68/897.01	c cleaning 15681 clauses out of 62801 with flag 958004/958004
1800.17/901.92	c starts		: 170
1800.17/901.92	c conflicts		: 963772
1800.17/901.92	c decisions		: 16128839
1800.17/901.92	c propagations		: 739138258
1800.17/901.92	c inspects		: 1411966442
1800.17/901.92	c learnt literals	: 110
1800.17/901.92	c learnt binary clauses	: 38939
1800.17/901.92	c learnt ternary clauses	: 50717
1800.17/901.92	c learnt clauses	: 963662
1800.17/901.92	c ignored clauses	: 0
1800.17/901.92	c root simplifications	: 0
1800.17/901.92	c removed literals (reason simplification)	: 13374119
1800.17/901.92	c reason swapping (by a shorter reason)	: 0
1800.17/901.92	c Calls to reduceDB	: 64
1800.17/901.92	c number of reductions to clauses (during analyze)	: 0
1800.17/901.92	c number of learned constraints concerned by reduction	: 0
1800.17/901.92	c number of learning phase by resolution	: 0
1800.17/901.92	c number of learning phase by cutting planes	: 0
1800.17/901.92	c speed (assignments/second)	: 820039.9902368127
1800.17/901.92	c non guided choices	10180
1800.17/901.95	c learnt constraints type 
1800.17/901.95	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13954
1800.17/901.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 38939
1800.17/901.95	c constraints type 
1800.17/901.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13816
1800.17/901.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 129
1800.17/901.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1664
1800.17/901.95	c constraints type 
1800.17/901.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1664
1800.17/901.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13816
1800.17/901.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 129
1800.17/901.95	s UNKNOWN
1800.17/901.95	c Total wall clock time (in seconds): 901.836

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-3742340-1338786206/watcher-3742340-1338786206 -o /tmp/evaluation-result-3742340-1338786206/solver-3742340-1338786206 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742340-1338786206.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.77 3.85 3.25 4/197 9500
/proc/meminfo: memFree=26295204/32873844 swapFree=7384/7384
[pid=9500] ppid=9498 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9500/stat : 9500 (java6) D 9498 9500 9217 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 344746067 9515008 182 33554432000 1073741824 1073778376 140733905693280 140733905684312 239873113781 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/9500/statm: 2323 182 140 9 0 71 0

[startup+0.01015 s]
/proc/loadavg: 3.77 3.85 3.25 4/197 9500
/proc/meminfo: memFree=26295204/32873844 swapFree=7384/7384
[pid=9500] ppid=9498 vsize=23172 CPUtime=0 cores=1,3,5,7
/proc/9500/stat : 9500 (java) R 9498 9500 9217 0 -1 4202496 1141 0 0 0 0 0 0 0 20 0 1 0 344746067 23728128 862 33554432000 1073741824 1073778376 140733442701392 140733442692056 239876474416 0 0 4096 0 0 0 0 17 7 0 0 0 0 0
/proc/9500/statm: 5793 862 651 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23172

[startup+0.100215 s]
/proc/loadavg: 3.77 3.85 3.25 4/197 9500
/proc/meminfo: memFree=26295204/32873844 swapFree=7384/7384
[pid=9500] ppid=9498 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/9500/stat : 9500 (java) S 9498 9500 9217 0 -1 4202496 4699 0 1 0 8 2 0 0 20 0 18 0 344746067 2764726272 6405 33554432000 1073741824 1073778376 140733442701392 140733442692528 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9500/statm: 674982 6405 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300251 s]
/proc/loadavg: 3.77 3.85 3.25 4/197 9500
/proc/meminfo: memFree=26295204/32873844 swapFree=7384/7384
[pid=9500] ppid=9498 vsize=2699928 CPUtime=0.58 cores=1,3,5,7
/proc/9500/stat : 9500 (java) S 9498 9500 9217 0 -1 4202496 7402 0 1 0 55 3 0 0 20 0 18 0 344746067 2764726272 12137 33554432000 1073741824 1073778376 140733442701392 140733442692528 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9500/statm: 674982 12137 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 2699928

[startup+0.700207 s]
/proc/loadavg: 3.77 3.85 3.25 4/197 9500
/proc/meminfo: memFree=26295204/32873844 swapFree=7384/7384
[pid=9500] ppid=9498 vsize=2966184 CPUtime=1.64 cores=1,3,5,7
/proc/9500/stat : 9500 (java) S 9498 9500 9217 0 -1 4202496 11397 0 1 0 159 5 0 0 20 0 22 0 344746067 3037372416 35439 33554432000 1073741824 1073778376 140733442701392 140733442692528 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9500/statm: 741546 35439 2251 9 0 732240 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 2966184

[startup+1.50078 s]
/proc/loadavg: 3.77 3.85 3.25 7/219 9522
/proc/meminfo: memFree=26133444/32873844 swapFree=7384/7384
[pid=9500] ppid=9498 vsize=2966184 CPUtime=4.46 cores=1,3,5,7
/proc/9500/stat : 9500 (java) S 9498 9500 9217 0 -1 4202496 19641 0 1 0 436 10 0 0 20 0 22 0 344746067 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140733442692528 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9500/statm: 741546 75656 2258 9 0 732240 0
[pid=9500/tid=9502] ppid=9498 vsize=2966184 CPUtime=0.54 cores=1,3,5,7
/proc/9500/task/9502/stat : 9502 (java) S 9498 9500 9217 0 -1 4202560 2843 0 1 0 51 3 0 0 20 0 22 0 344746068 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564526785688 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9503] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9503/stat : 9503 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746069 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564511066664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9504] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9504/stat : 9504 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746069 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564510013864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9505] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9505/stat : 9505 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746069 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564508961064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9500/tid=9506] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9506/stat : 9506 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746069 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564507908264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9507] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9507/stat : 9507 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746069 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564506856488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9508] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9508/stat : 9508 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746069 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564505803688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9509] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9509/stat : 9509 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746069 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564504750888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9510] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9510/stat : 9510 (java) S 9498 9500 9217 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344746069 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564503698088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9511] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9511/stat : 9511 (java) S 9498 9500 9217 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344746070 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564491287016 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9512] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9512/stat : 9512 (java) S 9498 9500 9217 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344746071 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564490233080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9513] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9513/stat : 9513 (java) S 9498 9500 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344746071 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564489180168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9514] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9514/stat : 9514 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746073 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564488128656 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9515] ppid=9498 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/9500/task/9515/stat : 9515 (java) S 9498 9500 9217 0 -1 4202560 8738 0 0 0 99 2 0 0 20 0 22 0 344746073 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564487076792 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9516] ppid=9498 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/9500/task/9516/stat : 9516 (java) S 9498 9500 9217 0 -1 4202560 6696 0 0 0 102 2 0 0 20 0 22 0 344746073 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564486023992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9517] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9517/stat : 9517 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746073 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564484971384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9518] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9518/stat : 9518 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746073 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564483918792 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9519] ppid=9498 vsize=2966184 CPUtime=0.9 cores=1,3,5,7
/proc/9500/task/9519/stat : 9519 (java) R 9498 9500 9217 0 -1 4202560 22 0 0 0 90 0 0 0 20 0 22 0 344746125 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564482863584 140564365135696 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9520] ppid=9498 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/9500/task/9520/stat : 9520 (java) R 9498 9500 9217 0 -1 4202560 136 0 0 0 86 3 0 0 20 0 22 0 344746125 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564364255624 140564365229154 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9500/tid=9521] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9521/stat : 9521 (java) S 9498 9500 9217 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 344746127 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564363203496 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9522] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9522/stat : 9522 (java) S 9498 9500 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344746127 3037372416 75656 33554432000 1073741824 1073778376 140733442701392 140564362150696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 2966184

[startup+3.10086 s]
/proc/loadavg: 3.77 3.85 3.25 5/219 9522
/proc/meminfo: memFree=25889616/32873844 swapFree=7384/7384
[pid=9500] ppid=9498 vsize=2966184 CPUtime=7.81 cores=1,3,5,7
/proc/9500/stat : 9500 (java) S 9498 9500 9217 0 -1 4202496 19740 0 1 0 767 14 0 0 20 0 22 0 344746067 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140733442692528 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9500/statm: 741546 103325 2270 9 0 732240 0
[pid=9500/tid=9502] ppid=9498 vsize=2966184 CPUtime=0.54 cores=1,3,5,7
/proc/9500/task/9502/stat : 9502 (java) S 9498 9500 9217 0 -1 4202560 2843 0 1 0 51 3 0 0 20 0 22 0 344746068 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564526785688 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9503] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9503/stat : 9503 (java) S 9498 9500 9217 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 344746069 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564511066664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9504] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9504/stat : 9504 (java) S 9498 9500 9217 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344746069 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564510013864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9505] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9505/stat : 9505 (java) S 9498 9500 9217 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344746069 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564508961064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9500/tid=9506] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9506/stat : 9506 (java) S 9498 9500 9217 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344746069 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564507908264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9507] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9507/stat : 9507 (java) S 9498 9500 9217 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344746069 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564506856488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9508] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9508/stat : 9508 (java) S 9498 9500 9217 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344746069 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564505803688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9500/tid=9509] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9509/stat : 9509 (java) S 9498 9500 9217 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344746069 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564504750888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9510] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9510/stat : 9510 (java) S 9498 9500 9217 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344746069 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564503698088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9511] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9511/stat : 9511 (java) S 9498 9500 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344746070 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564491287016 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9512] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9512/stat : 9512 (java) S 9498 9500 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344746071 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564490233080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9513] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9513/stat : 9513 (java) S 9498 9500 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344746071 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564489180168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9514] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9514/stat : 9514 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746073 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564488128656 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9515] ppid=9498 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/9500/task/9515/stat : 9515 (java) S 9498 9500 9217 0 -1 4202560 8738 0 0 0 101 2 0 0 20 0 22 0 344746073 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564487076792 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9516] ppid=9498 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/9500/task/9516/stat : 9516 (java) R 9498 9500 9217 0 -1 4202560 6696 0 0 0 114 2 0 0 20 0 22 0 344746073 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564486023992 239876497845 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9517] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9517/stat : 9517 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746073 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564484971384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9518] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9518/stat : 9518 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746073 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564483918792 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9519] ppid=9498 vsize=2966184 CPUtime=2.47 cores=1,3,5,7
/proc/9500/task/9519/stat : 9519 (java) R 9498 9500 9217 0 -1 4202560 23 0 0 0 247 0 0 0 20 0 22 0 344746125 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564482863768 239876488248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9520] ppid=9498 vsize=2966184 CPUtime=2.45 cores=1,3,5,7
/proc/9500/task/9520/stat : 9520 (java) R 9498 9500 9217 0 -1 4202560 186 0 0 0 240 5 0 0 20 0 22 0 344746125 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564364255112 140564365407371 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9521] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9521/stat : 9521 (java) S 9498 9500 9217 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 344746127 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564363203496 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9522] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9522/stat : 9522 (java) S 9498 9500 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344746127 3037372416 103325 33554432000 1073741824 1073778376 140733442701392 140564362150696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 2966184

[startup+6.30079 s]
/proc/loadavg: 3.87 3.87 3.26 5/219 9522
/proc/meminfo: memFree=25848408/32873844 swapFree=7384/7384
[pid=9500] ppid=9498 vsize=2966184 CPUtime=14.8 cores=1,3,5,7
/proc/9500/stat : 9500 (java) S 9498 9500 9217 0 -1 4202496 25258 0 1 0 1460 20 0 0 20 0 22 0 344746067 3037372416 112757 33554432000 1073741824 1073778376 140733442701392 140733442692528 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9500/statm: 741546 112757 2283 9 0 732240 0
[pid=9500/tid=9502] ppid=9498 vsize=2966184 CPUtime=0.54 cores=1,3,5,7
/proc/9500/task/9502/stat : 9502 (java) S 9498 9500 9217 0 -1 4202560 2843 0 1 0 51 3 0 0 20 0 22 0 344746068 3037372416 112757 33554432000 1073741824 1073778376 140733442701392 140564526785688 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9503] ppid=9498 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/9500/task/9503/stat : 9503 (java) S 9498 9500 9217 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 344746069 3037372416 112757 33554432000 1073741824 1073778376 140733442701392 140564511066664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9504] ppid=9498 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/9500/task/9504/stat : 9504 (java) S 9498 9500 9217 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 344746069 3037372416 112757 33554432000 1073741824 1073778376 140733442701392 140564510013864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9505] ppid=9498 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/9500/task/9505/stat : 9505 (java) S 9498 9500 9217 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 344746069 3037372416 112757 33554432000 1073741824 1073778376 140733442701392 140564508961064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9506] ppid=9498 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/9500/task/9506/stat : 9506 (java) S 9498 9500 9217 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 344746069 3037372416 112757 33554432000 1073741824 1073778376 140733442701392 140564507908264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9507] ppid=9498 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/9500/task/9507/stat : 9507 (java) S 9498 9500 9217 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 344746069 3037372416 112757 33554432000 1073741824 1073778376 140733442701392 140564506856488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9500/tid=9508] ppid=9498 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/9500/task/9508/stat : 9508 (java) S 9498 9500 9217 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 22 0 344746069 3037372416 112757 33554432000 1073741824 1073778376 140733442701392 140564505803688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9500/tid=9509] ppid=9498 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/9500/task/9509/stat : 9509 (java) S 9498 9500 9217 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 344746069 3037372416 112757 33554432000 1073741824 1073778376 140733442701392 140564504750888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9510] ppid=9498 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/9500/task/9510/stat : 9510 (java) S 9498 9500 9217 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 344746069 3037372416 112757 33554432000 1073741824 1073778376 140733442701392 140564503698088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9511] ppid=9498 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/9500/task/9511/stat : 9511 (java) S 9498 9500 9217 0 -1 4202560 38 0 0 0 9 2 0 0 20 0 22 0 344746070 3037372416 112757 33554432000 1073741824 1073778376 140733442701392 140564491287016 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9512] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9512/stat : 9512 (java) S 9498 9500 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344746071 3037372416 112757 33554432000 1073741824 1073778376 140733442701392 140564490233080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9513] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9513/stat : 9513 (java) S 9498 9500 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344746071 3037372416 112757 33554432000 1073741824 1073778376 140733442701392 140564489180168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9514] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9514/stat : 9514 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746073 3037372416 112757 33554432000 1073741824 1073778376 140733442701392 140564488128656 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9515] ppid=9498 vsize=2966184 CPUtime=1.08 cores=1,3,5,7
/proc/9500/task/9515/stat : 9515 (java) S 9498 9500 9217 0 -1 4202560 8743 0 0 0 106 2 0 0 20 0 22 0 344746073 3037372416 112757 33554432000 1073741824 1073778376 140733442701392 140564487076792 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/9500/statm: 741546 227261 2284 9 0 732240 0
[pid=9500/tid=9502] ppid=9498 vsize=2966184 CPUtime=0.57 cores=1,3,5,7
/proc/9500/task/9502/stat : 9502 (java) S 9498 9500 9217 0 -1 4202560 2857 0 1 0 52 5 0 0 20 0 22 0 344746068 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564526785688 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9503] ppid=9498 vsize=2966184 CPUtime=4.11 cores=1,3,5,7
/proc/9500/task/9503/stat : 9503 (java) S 9498 9500 9217 0 -1 4202560 215 0 0 0 401 10 0 0 20 0 22 0 344746069 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564511066664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9504] ppid=9498 vsize=2966184 CPUtime=4.17 cores=1,3,5,7
/proc/9500/task/9504/stat : 9504 (java) S 9498 9500 9217 0 -1 4202560 181 0 0 0 408 9 0 0 20 0 22 0 344746069 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564510013864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9500/tid=9505] ppid=9498 vsize=2966184 CPUtime=4.03 cores=1,3,5,7
/proc/9500/task/9505/stat : 9505 (java) S 9498 9500 9217 0 -1 4202560 188 0 0 0 394 9 0 0 20 0 22 0 344746069 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564508961064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9500/tid=9506] ppid=9498 vsize=2966184 CPUtime=4.12 cores=1,3,5,7
/proc/9500/task/9506/stat : 9506 (java) S 9498 9500 9217 0 -1 4202560 210 0 0 0 402 10 0 0 20 0 22 0 344746069 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564507908264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9507] ppid=9498 vsize=2966184 CPUtime=3.98 cores=1,3,5,7
/proc/9500/task/9507/stat : 9507 (java) S 9498 9500 9217 0 -1 4202560 190 0 0 0 389 9 0 0 20 0 22 0 344746069 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564506856488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9508] ppid=9498 vsize=2966184 CPUtime=4.11 cores=1,3,5,7
/proc/9500/task/9508/stat : 9508 (java) S 9498 9500 9217 0 -1 4202560 197 0 0 0 401 10 0 0 20 0 22 0 344746069 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564505803688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9500/tid=9509] ppid=9498 vsize=2966184 CPUtime=3.88 cores=1,3,5,7
/proc/9500/task/9509/stat : 9509 (java) S 9498 9500 9217 0 -1 4202560 190 0 0 0 380 8 0 0 20 0 22 0 344746069 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564504750888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9510] ppid=9498 vsize=2966184 CPUtime=4.06 cores=1,3,5,7
/proc/9500/task/9510/stat : 9510 (java) S 9498 9500 9217 0 -1 4202560 179 0 0 0 397 9 0 0 20 0 22 0 344746069 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564503698088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9511] ppid=9498 vsize=2966184 CPUtime=19.57 cores=1,3,5,7
/proc/9500/task/9511/stat : 9511 (java) S 9498 9500 9217 0 -1 4202560 116 0 0 0 1930 27 0 0 20 0 22 0 344746070 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564491287016 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9512] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9512/stat : 9512 (java) S 9498 9500 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344746071 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564490233080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9513] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9513/stat : 9513 (java) S 9498 9500 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344746071 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564489180168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9514] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9514/stat : 9514 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746073 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564488128656 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9515] ppid=9498 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/9500/task/9515/stat : 9515 (java) S 9498 9500 9217 0 -1 4202560 8761 0 0 0 124 2 0 0 20 0 22 0 344746073 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564487076792 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9516] ppid=9498 vsize=2966184 CPUtime=2.09 cores=1,3,5,7
/proc/9500/task/9516/stat : 9516 (java) S 9498 9500 9217 0 -1 4202560 13270 0 0 0 206 3 0 0 20 0 22 0 344746073 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564486023992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9517] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9517/stat : 9517 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746073 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564484971384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9518] ppid=9498 vsize=2966184 CPUtime=0.4 cores=1,3,5,7
/proc/9500/task/9518/stat : 9518 (java) S 9498 9500 9217 0 -1 4202560 51 0 0 0 19 21 0 0 20 0 22 0 344746073 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564483918792 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9519] ppid=9498 vsize=2966184 CPUtime=850.27 cores=1,3,5,7
/proc/9500/task/9519/stat : 9519 (java) R 9498 9500 9217 0 -1 4202560 389 0 0 0 85012 15 0 0 20 0 22 0 344746125 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564482862608 140564365184456 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9520] ppid=9498 vsize=2966184 CPUtime=850.28 cores=1,3,5,7
/proc/9500/task/9520/stat : 9520 (java) R 9498 9500 9217 0 -1 4202560 426 0 0 0 85009 19 0 0 20 0 22 0 344746125 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564364253824 140564365093852 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9500/tid=9521] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9521/stat : 9521 (java) S 9498 9500 9217 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 344746127 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564363203496 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9522] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9522/stat : 9522 (java) S 9498 9500 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344746127 3037372416 227261 33554432000 1073741824 1073778376 140733442701392 140564362150696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1761.04
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.907 s]
/proc/loadavg: 3.89 3.90 3.64 5/220 9591
/proc/meminfo: memFree=25369420/32873844 swapFree=7384/7384
[pid=9500] ppid=9498 vsize=2966184 CPUtime=1800.17 cores=1,3,5,7
/proc/9500/stat : 9500 (java) S 9498 9500 9217 0 -1 4202496 28638 0 1 0 179876 141 0 0 20 0 22 0 344746067 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140733442692528 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9500/statm: 741546 227272 2284 9 0 732240 0
[pid=9500/tid=9502] ppid=9498 vsize=2966184 CPUtime=0.57 cores=1,3,5,7
/proc/9500/task/9502/stat : 9502 (java) S 9498 9500 9217 0 -1 4202560 2857 0 1 0 52 5 0 0 20 0 22 0 344746068 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564526785688 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9503] ppid=9498 vsize=2966184 CPUtime=4.22 cores=1,3,5,7
/proc/9500/task/9503/stat : 9503 (java) S 9498 9500 9217 0 -1 4202560 216 0 0 0 412 10 0 0 20 0 22 0 344746069 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564511066664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9500/tid=9504] ppid=9498 vsize=2966184 CPUtime=4.32 cores=1,3,5,7
/proc/9500/task/9504/stat : 9504 (java) S 9498 9500 9217 0 -1 4202560 183 0 0 0 423 9 0 0 20 0 22 0 344746069 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564510013864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9505] ppid=9498 vsize=2966184 CPUtime=4.13 cores=1,3,5,7
/proc/9500/task/9505/stat : 9505 (java) S 9498 9500 9217 0 -1 4202560 189 0 0 0 404 9 0 0 20 0 22 0 344746069 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564508961064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9506] ppid=9498 vsize=2966184 CPUtime=4.24 cores=1,3,5,7
/proc/9500/task/9506/stat : 9506 (java) S 9498 9500 9217 0 -1 4202560 210 0 0 0 414 10 0 0 20 0 22 0 344746069 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564507908264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9507] ppid=9498 vsize=2966184 CPUtime=4.08 cores=1,3,5,7
/proc/9500/task/9507/stat : 9507 (java) S 9498 9500 9217 0 -1 4202560 192 0 0 0 399 9 0 0 20 0 22 0 344746069 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564506856488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9508] ppid=9498 vsize=2966184 CPUtime=4.24 cores=1,3,5,7
/proc/9500/task/9508/stat : 9508 (java) S 9498 9500 9217 0 -1 4202560 198 0 0 0 414 10 0 0 20 0 22 0 344746069 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564505803688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9509] ppid=9498 vsize=2966184 CPUtime=4.01 cores=1,3,5,7
/proc/9500/task/9509/stat : 9509 (java) S 9498 9500 9217 0 -1 4202560 192 0 0 0 393 8 0 0 20 0 22 0 344746069 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564504750888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9510] ppid=9498 vsize=2966184 CPUtime=4.18 cores=1,3,5,7
/proc/9500/task/9510/stat : 9510 (java) S 9498 9500 9217 0 -1 4202560 181 0 0 0 409 9 0 0 20 0 22 0 344746069 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564503698088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9511] ppid=9498 vsize=2966184 CPUtime=20.05 cores=1,3,5,7
/proc/9500/task/9511/stat : 9511 (java) S 9498 9500 9217 0 -1 4202560 116 0 0 0 1977 28 0 0 20 0 22 0 344746070 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564491287016 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9500/tid=9512] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9512/stat : 9512 (java) S 9498 9500 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344746071 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564490233080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9513] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9513/stat : 9513 (java) S 9498 9500 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344746071 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564489180168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9514] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9514/stat : 9514 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746073 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564488128656 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9515] ppid=9498 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/9500/task/9515/stat : 9515 (java) S 9498 9500 9217 0 -1 4202560 8761 0 0 0 124 2 0 0 20 0 22 0 344746073 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564487076792 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9516] ppid=9498 vsize=2966184 CPUtime=2.09 cores=1,3,5,7
/proc/9500/task/9516/stat : 9516 (java) S 9498 9500 9217 0 -1 4202560 13270 0 0 0 206 3 0 0 20 0 22 0 344746073 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564486023992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9517] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9517/stat : 9517 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746073 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564484971384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9518] ppid=9498 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/9500/task/9518/stat : 9518 (java) S 9498 9500 9217 0 -1 4202560 51 0 0 0 20 21 0 0 20 0 22 0 344746073 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564483918792 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9519] ppid=9498 vsize=2966184 CPUtime=869.08 cores=1,3,5,7
/proc/9500/task/9519/stat : 9519 (java) R 9498 9500 9217 0 -1 4202560 395 0 0 0 86892 16 0 0 20 0 22 0 344746125 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564482862624 140564364949332 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9520] ppid=9498 vsize=2966184 CPUtime=869.09 cores=1,3,5,7
/proc/9500/task/9520/stat : 9520 (java) R 9498 9500 9217 0 -1 4202560 434 0 0 0 86889 20 0 0 20 0 22 0 344746125 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564364253552 140564365221812 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9521] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9521/stat : 9521 (java) S 9498 9500 9217 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 344746127 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564363203496 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9522] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9522/stat : 9522 (java) S 9498 9500 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344746127 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564362150696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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.907 s]
/proc/loadavg: 3.89 3.90 3.64 5/220 9591
/proc/meminfo: memFree=25369420/32873844 swapFree=7384/7384
[pid=9500] ppid=9498 vsize=2966184 CPUtime=1800.17 cores=1,3,5,7
/proc/9500/stat : 9500 (java) S 9498 9500 9217 0 -1 4202496 28638 0 1 0 179876 141 0 0 20 0 22 0 344746067 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140733442692528 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9500/statm: 741546 227272 2284 9 0 732240 0
[pid=9500/tid=9502] ppid=9498 vsize=2966184 CPUtime=0.57 cores=1,3,5,7
/proc/9500/task/9502/stat : 9502 (java) S 9498 9500 9217 0 -1 4202560 2857 0 1 0 52 5 0 0 20 0 22 0 344746068 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564526785688 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9503] ppid=9498 vsize=2966184 CPUtime=4.22 cores=1,3,5,7
/proc/9500/task/9503/stat : 9503 (java) S 9498 9500 9217 0 -1 4202560 216 0 0 0 412 10 0 0 20 0 22 0 344746069 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564511066664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9500/tid=9504] ppid=9498 vsize=2966184 CPUtime=4.32 cores=1,3,5,7
/proc/9500/task/9504/stat : 9504 (java) S 9498 9500 9217 0 -1 4202560 183 0 0 0 423 9 0 0 20 0 22 0 344746069 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564510013864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9505] ppid=9498 vsize=2966184 CPUtime=4.13 cores=1,3,5,7
/proc/9500/task/9505/stat : 9505 (java) S 9498 9500 9217 0 -1 4202560 189 0 0 0 404 9 0 0 20 0 22 0 344746069 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564508961064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9506] ppid=9498 vsize=2966184 CPUtime=4.24 cores=1,3,5,7
/proc/9500/task/9506/stat : 9506 (java) S 9498 9500 9217 0 -1 4202560 210 0 0 0 414 10 0 0 20 0 22 0 344746069 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564507908264 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9507] ppid=9498 vsize=2966184 CPUtime=4.08 cores=1,3,5,7
/proc/9500/task/9507/stat : 9507 (java) S 9498 9500 9217 0 -1 4202560 192 0 0 0 399 9 0 0 20 0 22 0 344746069 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564506856488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9508] ppid=9498 vsize=2966184 CPUtime=4.24 cores=1,3,5,7
/proc/9500/task/9508/stat : 9508 (java) S 9498 9500 9217 0 -1 4202560 198 0 0 0 414 10 0 0 20 0 22 0 344746069 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564505803688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9509] ppid=9498 vsize=2966184 CPUtime=4.01 cores=1,3,5,7
/proc/9500/task/9509/stat : 9509 (java) S 9498 9500 9217 0 -1 4202560 192 0 0 0 393 8 0 0 20 0 22 0 344746069 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564504750888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9510] ppid=9498 vsize=2966184 CPUtime=4.18 cores=1,3,5,7
/proc/9500/task/9510/stat : 9510 (java) S 9498 9500 9217 0 -1 4202560 181 0 0 0 409 9 0 0 20 0 22 0 344746069 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564503698088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9511] ppid=9498 vsize=2966184 CPUtime=20.05 cores=1,3,5,7
/proc/9500/task/9511/stat : 9511 (java) S 9498 9500 9217 0 -1 4202560 116 0 0 0 1977 28 0 0 20 0 22 0 344746070 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564491287016 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9500/tid=9512] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9512/stat : 9512 (java) S 9498 9500 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344746071 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564490233080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9513] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9513/stat : 9513 (java) S 9498 9500 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344746071 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564489180168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9514] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9514/stat : 9514 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746073 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564488128656 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9515] ppid=9498 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/9500/task/9515/stat : 9515 (java) S 9498 9500 9217 0 -1 4202560 8761 0 0 0 124 2 0 0 20 0 22 0 344746073 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564487076792 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9516] ppid=9498 vsize=2966184 CPUtime=2.09 cores=1,3,5,7
/proc/9500/task/9516/stat : 9516 (java) S 9498 9500 9217 0 -1 4202560 13270 0 0 0 206 3 0 0 20 0 22 0 344746073 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564486023992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9517] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9517/stat : 9517 (java) S 9498 9500 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344746073 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564484971384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9500/tid=9518] ppid=9498 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/9500/task/9518/stat : 9518 (java) S 9498 9500 9217 0 -1 4202560 51 0 0 0 20 21 0 0 20 0 22 0 344746073 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564483918792 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9519] ppid=9498 vsize=2966184 CPUtime=869.08 cores=1,3,5,7
/proc/9500/task/9519/stat : 9519 (java) R 9498 9500 9217 0 -1 4202560 395 0 0 0 86892 16 0 0 20 0 22 0 344746125 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564482862624 140564364949332 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9500/tid=9520] ppid=9498 vsize=2966184 CPUtime=869.09 cores=1,3,5,7
/proc/9500/task/9520/stat : 9520 (java) R 9498 9500 9217 0 -1 4202560 434 0 0 0 86889 20 0 0 20 0 22 0 344746125 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564364253552 140564365221812 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9521] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9521/stat : 9521 (java) S 9498 9500 9217 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 344746127 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564363203496 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9500/tid=9522] ppid=9498 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9500/task/9522/stat : 9522 (java) S 9498 9500 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344746127 3037372416 227272 33554432000 1073741824 1073778376 140733442701392 140564362150696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 2966184

Child status: 143

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

Real time (s): 901.961
CPU time (s): 1800.17
CPU user time (s): 1798.76
CPU system time (s): 1.41
CPU usage (%): 199.584
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.53
system time used= 1.85272
maximum resident set size= 909208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28670
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39070
involuntary context switches= 66140

runsolver used 3.47047 second user time and 8.75567 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-04 07:03:26
IDJOB=3742340
IDBENCH=90161
IDSOLVER=2324
FILE ID=node136/3742340-1338786206
RUNJOBID= node136-1338784910-9234
PBS_JOBID= 14636853
Free space on /tmp= 69816 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_K129.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742340-1338786206/watcher-3742340-1338786206 -o /tmp/evaluation-result-3742340-1338786206/solver-3742340-1338786206 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742340-1338786206.opb

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

MD5SUM BENCH= 1a22ba01765c232fe0c8623cfb5d750f
RANDOM SEED=1275919254

node136.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		: 2667.247
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	: 5334.49
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		: 2667.247
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		: 2667.247
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.94
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		: 2667.247
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.90
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		: 2667.247
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.90
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		: 2667.247
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		: 2667.247
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		: 2667.247
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:        26294832 kB
Buffers:         1276228 kB
Cached:          3612172 kB
SwapCached:        20316 kB
Active:          3488976 kB
Inactive:        2178640 kB
Active(anon):     751588 kB
Inactive(anon):    22308 kB
Active(file):    2737388 kB
Inactive(file):  2156332 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083208 kB
Dirty:              1216 kB
Writeback:             0 kB
AnonPages:        765320 kB
Mapped:            17748 kB
Shmem:                 0 kB
Slab:             763720 kB
SReclaimable:     204896 kB
SUnreclaim:       558824 kB
KernelStack:        1632 kB
PageTables:         5752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    710656 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= 69816 MiB
End job on node136 at 2012-06-04 07:18:30