Trace number 3742522

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.09 902.956

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K143.opb
MD5SUM8f58618b79e9d2a9b56b6a791eca5768
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 variables17017
Total number of constraints17305
Number of constraints which are clauses17162
Number of constraints which are cardinality constraints (but not clauses)143
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint143
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 144
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.2.0.v20100531
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		1349517296
0.02/0.09	c Max memory 		1356595200
0.02/0.09	c Total memory 		1356595200
0.02/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	
0.08/0.12	c solving HOME/instance-3742522-1338787322.opb
0.08/0.12	c reading problem ... 
1.21/0.61	c ... done. Wall clock time 0.49s.
1.21/0.61	c #vars     17017
1.21/0.61	c #constraints  17305
1.21/0.61	c constraints type 
1.21/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15314
1.21/0.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 143
1.21/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1846
1.21/0.61	c constraints type 
1.21/0.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1846
1.21/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15314
1.21/0.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 143
9.17/3.77	c cleaning 2479 clauses out of 4993 with flag 5000/5000
15.69/6.79	c cleaning 4240 clauses out of 8509 with flag 11001/11001
23.71/10.77	c cleaning 5528 clauses out of 11262 with flag 18000/18000
32.27/14.95	c cleaning 6687 clauses out of 13732 with flag 26000/26000
48.32/22.94	c cleaning 7897 clauses out of 16045 with flag 35001/35001
58.53/28.01	c cleaning 8851 clauses out of 18137 with flag 45001/45001
73.39/35.49	c cleaning 9980 clauses out of 20286 with flag 56001/56001
85.79/41.70	c cleaning 10938 clauses out of 22303 with flag 68000/68000
99.31/48.48	c cleaning 11939 clauses out of 24356 with flag 81000/81000
117.67/57.67	c cleaning 12979 clauses out of 26418 with flag 95003/95003
144.37/70.97	c cleaning 13936 clauses out of 28436 with flag 110004/110004
164.41/80.98	c cleaning 15097 clauses out of 30486 with flag 126000/126000
187.73/92.62	c cleaning 15973 clauses out of 32387 with flag 143000/143000
210.48/104.00	c cleaning 16934 clauses out of 34415 with flag 161002/161002
237.88/117.73	c cleaning 17376 clauses out of 35471 with flag 179002/179002
264.24/130.94	c cleaning 17681 clauses out of 36091 with flag 197000/197000
291.36/144.55	c cleaning 17810 clauses out of 36413 with flag 215003/215003
315.33/156.57	c cleaning 18009 clauses out of 36599 with flag 233000/233000
337.28/167.58	c cleaning 17949 clauses out of 36592 with flag 251002/251002
369.32/183.57	c cleaning 17979 clauses out of 36639 with flag 269000/269000
404.64/201.30	c cleaning 17795 clauses out of 36659 with flag 287000/287000
427.01/212.49	c cleaning 16843 clauses out of 36864 with flag 305000/305000
452.36/225.18	c cleaning 16776 clauses out of 38022 with flag 323001/323001
530.39/264.05	c cleaning 17429 clauses out of 39245 with flag 341000/341000
564.81/281.38	c cleaning 17013 clauses out of 39814 with flag 359000/359000
604.41/301.13	c cleaning 17426 clauses out of 40802 with flag 377001/377001
641.23/319.52	c cleaning 17131 clauses out of 41375 with flag 395000/395000
668.00/332.95	c cleaning 16654 clauses out of 42244 with flag 413000/413000
689.82/343.92	c cleaning 16941 clauses out of 43591 with flag 431002/431002
718.14/358.12	c cleaning 16928 clauses out of 44647 with flag 449000/449000
764.56/381.37	c cleaning 17148 clauses out of 45724 with flag 467005/467005
800.21/399.11	c cleaning 17139 clauses out of 46573 with flag 485002/485002
859.71/428.92	c cleaning 17354 clauses out of 47432 with flag 503000/503000
892.25/445.28	c cleaning 17448 clauses out of 48078 with flag 521002/521002
914.95/456.68	c cleaning 17030 clauses out of 48626 with flag 539000/539000
949.74/474.07	c cleaning 17111 clauses out of 49596 with flag 557000/557000
974.56/486.68	c cleaning 17145 clauses out of 50484 with flag 575001/575001
995.38/497.19	c cleaning 17022 clauses out of 51340 with flag 593002/593002
1031.39/515.16	c cleaning 17316 clauses out of 52317 with flag 611001/611001
1054.02/526.52	c cleaning 0 clauses out of 5007 with flag 0/5007
1088.00/543.63	c cleaning 17165 clauses out of 53000 with flag 629000/629000
1112.71/556.19	c cleaning 16934 clauses out of 53835 with flag 647001/647001
1143.34/571.57	c cleaning 17150 clauses out of 54900 with flag 665002/665002
1170.09/585.01	c cleaning 16816 clauses out of 55749 with flag 683001/683001
1200.44/600.46	c cleaning 17228 clauses out of 56932 with flag 701000/701000
1227.31/614.06	c cleaning 16995 clauses out of 57706 with flag 719002/719002
1250.49/625.72	c cleaning 16761 clauses out of 58710 with flag 737001/737001
1275.99/638.69	c cleaning 16961 clauses out of 59953 with flag 755005/755005
1299.00/650.33	c cleaning 17084 clauses out of 60986 with flag 773000/773000
1323.55/662.79	c cleaning 16953 clauses out of 61899 with flag 791000/791000
1370.21/686.19	c cleaning 16818 clauses out of 62947 with flag 809001/809001
1413.18/707.75	c cleaning 17359 clauses out of 64129 with flag 827003/827003
1447.84/725.30	c cleaning 16883 clauses out of 64768 with flag 845001/845001
1482.06/742.58	c cleaning 17462 clauses out of 65889 with flag 863005/863005
1523.36/763.24	c cleaning 17296 clauses out of 66423 with flag 881002/881002
1560.99/782.13	c cleaning 17113 clauses out of 67128 with flag 899004/899004
1601.71/802.76	c cleaning 17073 clauses out of 68016 with flag 917005/917005
1625.05/814.52	c cleaning 16982 clauses out of 68938 with flag 935000/935000
1657.50/830.82	c cleaning 16961 clauses out of 69956 with flag 953000/953000
1688.51/846.44	c cleaning 16997 clauses out of 70995 with flag 971000/971000
1731.02/867.92	c cleaning 17325 clauses out of 71999 with flag 989001/989001
1754.59/879.86	c cleaning 17001 clauses out of 72672 with flag 1007000/1007000
1789.89/897.67	c cleaning 16999 clauses out of 73672 with flag 1025001/1025001
1800.09/902.91	c starts		: 170
1800.09/902.91	c conflicts		: 1032993
1800.09/902.91	c decisions		: 24673434
1800.09/902.91	c propagations		: 762921950
1800.09/902.91	c inspects		: 1443508325
1800.09/902.91	c learnt literals	: 101
1800.09/902.91	c learnt binary clauses	: 48142
1800.09/902.91	c learnt ternary clauses	: 57219
1800.09/902.91	c learnt clauses	: 1032892
1800.09/902.91	c ignored clauses	: 0
1800.09/902.91	c root simplifications	: 0
1800.09/902.91	c removed literals (reason simplification)	: 10546563
1800.09/902.91	c reason swapping (by a shorter reason)	: 0
1800.09/902.91	c Calls to reduceDB	: 62
1800.09/902.91	c number of reductions to clauses (during analyze)	: 0
1800.09/902.91	c number of learned constraints concerned by reduction	: 0
1800.09/902.91	c number of learning phase by resolution	: 0
1800.09/902.91	c number of learning phase by cutting planes	: 0
1800.09/902.91	c speed (assignments/second)	: 845535.5366038823
1800.09/902.91	c non guided choices	29062
1800.09/902.94	c learnt constraints type 
1800.09/902.94	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16577
1800.09/902.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 48142
1800.09/902.94	c constraints type 
1800.09/902.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15314
1800.09/902.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 143
1800.09/902.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1846
1800.09/902.94	c constraints type 
1800.09/902.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1846
1800.09/902.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15314
1800.09/902.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 143
1800.09/902.94	s UNKNOWN
1800.09/902.94	c Total wall clock time (in seconds): 902.817

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-3742522-1338787322/watcher-3742522-1338787322 -o /tmp/evaluation-result-3742522-1338787322/solver-3742522-1338787322 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742522-1338787322.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.94 3.98 3.91 4/197 8897
/proc/meminfo: memFree=27999412/32873844 swapFree=7120/7120
[pid=8897] ppid=8895 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/8897/stat : 8897 (java6) D 8895 8897 7918 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 344857112 2560000 46 33554432000 1073741824 1073778376 140735118728080 140735118725208 233211784487 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/8897/statm: 625 46 37 9 0 29 0

[startup+0.0452479 s]
/proc/loadavg: 3.94 3.98 3.91 4/197 8897
/proc/meminfo: memFree=27999412/32873844 swapFree=7120/7120
[pid=8897] ppid=8895 vsize=2233952 CPUtime=0.02 cores=1,3,5,7
/proc/8897/stat : 8897 (java) S 8895 8897 7918 0 -1 4202496 3631 0 1 0 1 1 0 0 20 0 11 0 344857112 2287566848 4842 33554432000 1073741824 1073778376 140736847091120 140736847082256 233224306749 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8897/statm: 558488 4842 1652 9 0 549189 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2233952

[startup+0.100226 s]
/proc/loadavg: 3.94 3.98 3.91 4/197 8897
/proc/meminfo: memFree=27999412/32873844 swapFree=7120/7120
[pid=8897] ppid=8895 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/8897/stat : 8897 (java) S 8895 8897 7918 0 -1 4202496 4065 0 1 0 7 1 0 0 20 0 18 0 344857112 2764726272 5785 33554432000 1073741824 1073778376 140736847091120 140736847082256 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8897/statm: 674982 5794 1909 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300194 s]
/proc/loadavg: 3.94 3.98 3.91 4/197 8897
/proc/meminfo: memFree=27999412/32873844 swapFree=7120/7120
[pid=8897] ppid=8895 vsize=2699928 CPUtime=0.55 cores=1,3,5,7
/proc/8897/stat : 8897 (java) S 8895 8897 7918 0 -1 4202496 7594 0 1 0 53 2 0 0 20 0 18 0 344857112 2764726272 11581 33554432000 1073741824 1073778376 140736847091120 140736847082256 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8897/statm: 674982 11581 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2699928

[startup+0.700209 s]
/proc/loadavg: 3.94 3.98 3.91 4/197 8897
/proc/meminfo: memFree=27999412/32873844 swapFree=7120/7120
[pid=8897] ppid=8895 vsize=2966184 CPUtime=1.53 cores=1,3,5,7
/proc/8897/stat : 8897 (java) S 8895 8897 7918 0 -1 4202496 13089 0 1 0 147 6 0 0 20 0 22 0 344857112 3037372416 38405 33554432000 1073741824 1073778376 140736847091120 140736847082256 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8897/statm: 741546 38405 2250 9 0 732240 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 2966184

[startup+1.50079 s]
/proc/loadavg: 3.94 3.98 3.91 7/219 8919
/proc/meminfo: memFree=27831192/32873844 swapFree=7120/7120
[pid=8897] ppid=8895 vsize=2966184 CPUtime=4.49 cores=1,3,5,7
/proc/8897/stat : 8897 (java) S 8895 8897 7918 0 -1 4202496 24734 0 1 0 439 10 0 0 20 0 22 0 344857112 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140736847082256 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8897/statm: 741546 69592 2258 9 0 732240 0
[pid=8897/tid=8899] ppid=8895 vsize=2966184 CPUtime=0.58 cores=1,3,5,7
/proc/8897/task/8899/stat : 8899 (java) S 8895 8897 7918 0 -1 4202560 2848 0 1 0 55 3 0 0 20 0 22 0 344857113 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072933135512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8897/tid=8900] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8900/stat : 8900 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857114 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072917416872 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8901] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8901/stat : 8901 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857114 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072916364328 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8902] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8902/stat : 8902 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857114 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072915311272 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8903] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8903/stat : 8903 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857114 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072914258728 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8897/tid=8904] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8904/stat : 8904 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857114 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072913205672 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8905] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8905/stat : 8905 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857114 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072912153128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8897/tid=8906] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8906/stat : 8906 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857114 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072911100072 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8907] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8907/stat : 8907 (java) S 8895 8897 7918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344857114 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072791828776 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8908] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8908/stat : 8908 (java) S 8895 8897 7918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344857116 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072779631464 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8909] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8909/stat : 8909 (java) S 8895 8897 7918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344857116 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072778577784 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8910] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8910/stat : 8910 (java) S 8895 8897 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344857116 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072777524616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8911] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8911/stat : 8911 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857119 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072776473360 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8912] ppid=8895 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/8897/task/8912/stat : 8912 (java) S 8895 8897 7918 0 -1 4202560 10899 0 0 0 100 3 0 0 20 0 22 0 344857119 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072036854072 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8913] ppid=8895 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/8897/task/8913/stat : 8913 (java) S 8895 8897 7918 0 -1 4202560 9645 0 0 0 108 2 0 0 20 0 22 0 344857119 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072035801528 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8914] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8914/stat : 8914 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857119 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072034748664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8915] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8915/stat : 8915 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857119 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072033696328 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8916] ppid=8895 vsize=2966184 CPUtime=0.86 cores=1,3,5,7
/proc/8897/task/8916/stat : 8916 (java) R 8895 8897 7918 0 -1 4202560 27 0 0 0 86 0 0 0 20 0 22 0 344857174 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072032641928 140072792652159 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8917] ppid=8895 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/8897/task/8917/stat : 8917 (java) R 8895 8897 7918 0 -1 4202560 115 0 0 0 83 2 0 0 20 0 22 0 344857174 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072031588360 140072792831526 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8897/tid=8918] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8918/stat : 8918 (java) S 8895 8897 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344857176 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072030537000 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8919] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8919/stat : 8919 (java) S 8895 8897 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344857176 3037372416 69592 33554432000 1073741824 1073778376 140736847091120 140072029484456 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 2966184

[startup+3.11803 s]
/proc/loadavg: 3.94 3.98 3.91 5/219 8919
/proc/meminfo: memFree=27586552/32873844 swapFree=7120/7120
[pid=8897] ppid=8895 vsize=2966184 CPUtime=7.98 cores=1,3,5,7
/proc/8897/stat : 8897 (java) S 8895 8897 7918 0 -1 4202496 24897 0 1 0 779 19 0 0 20 0 22 0 344857112 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140736847082256 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8897/statm: 741546 111602 2271 9 0 732240 0
[pid=8897/tid=8899] ppid=8895 vsize=2966184 CPUtime=0.58 cores=1,3,5,7
/proc/8897/task/8899/stat : 8899 (java) S 8895 8897 7918 0 -1 4202560 2848 0 1 0 55 3 0 0 20 0 22 0 344857113 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072933135512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8900] ppid=8895 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/8897/task/8900/stat : 8900 (java) R 8895 8897 7918 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 22 0 344857114 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072917417048 140072937310383 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8897/tid=8901] ppid=8895 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/8897/task/8901/stat : 8901 (java) R 8895 8897 7918 0 -1 4202560 15 0 0 0 0 2 0 0 20 0 22 0 344857114 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072916364504 140072940033272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8902] ppid=8895 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/8897/task/8902/stat : 8902 (java) R 8895 8897 7918 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 22 0 344857114 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072915311272 140072937310421 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8903] ppid=8895 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/8897/task/8903/stat : 8903 (java) R 8895 8897 7918 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 344857114 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072914258904 140072937310490 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8904] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8904/stat : 8904 (java) R 8895 8897 7918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 344857114 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072913205672 140072937310383 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8905] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8905/stat : 8905 (java) R 8895 8897 7918 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344857114 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072912153128 140072940030892 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8906] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8906/stat : 8906 (java) R 8895 8897 7918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344857114 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072911100248 140072935606003 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8907] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8907/stat : 8907 (java) R 8895 8897 7918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344857114 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072791828776 233224320060 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8908] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8908/stat : 8908 (java) S 8895 8897 7918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344857116 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072779630344 233224320060 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8909] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8909/stat : 8909 (java) S 8895 8897 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344857116 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072778577784 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8910] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8910/stat : 8910 (java) S 8895 8897 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344857116 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072777524616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8911] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8911/stat : 8911 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857119 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072776473360 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8912] ppid=8895 vsize=2966184 CPUtime=1.08 cores=1,3,5,7
/proc/8897/task/8912/stat : 8912 (java) S 8895 8897 7918 0 -1 4202560 10901 0 0 0 105 3 0 0 20 0 22 0 344857119 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072036854072 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8913] ppid=8895 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/8897/task/8913/stat : 8913 (java) S 8895 8897 7918 0 -1 4202560 9646 0 0 0 121 2 0 0 20 0 22 0 344857119 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072035801528 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8914] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8914/stat : 8914 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857119 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072034748664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8915] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8915/stat : 8915 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857119 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072033696328 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8916] ppid=8895 vsize=2966184 CPUtime=2.41 cores=1,3,5,7
/proc/8897/task/8916/stat : 8916 (java) S 8895 8897 7918 0 -1 4202560 28 0 0 0 241 0 0 0 20 0 22 0 344857174 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072032640168 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8917] ppid=8895 vsize=2966184 CPUtime=2.39 cores=1,3,5,7
/proc/8897/task/8917/stat : 8917 (java) S 8895 8897 7918 0 -1 4202560 184 0 0 0 235 4 0 0 20 0 22 0 344857174 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072031587784 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8918] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8918/stat : 8918 (java) S 8895 8897 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344857176 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072030537000 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8919] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8919/stat : 8919 (java) S 8895 8897 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344857176 3037372416 111602 33554432000 1073741824 1073778376 140736847091120 140072029484456 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 2966184

[startup+6.30091 s]
/proc/loadavg: 3.94 3.98 3.91 11/219 8919
/proc/meminfo: memFree=27547072/32873844 swapFree=7120/7120
[pid=8897] ppid=8895 vsize=2966184 CPUtime=14.86 cores=1,3,5,7
/proc/8897/stat : 8897 (java) S 8895 8897 7918 0 -1 4202496 25451 0 1 0 1465 21 0 0 20 0 22 0 344857112 3037372416 114716 33554432000 1073741824 1073778376 140736847091120 140736847082256 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8897/statm: 741546 114716 2283 9 0 732240 0
[pid=8897/tid=8899] ppid=8895 vsize=2966184 CPUtime=0.58 cores=1,3,5,7
/proc/8897/task/8899/stat : 8899 (java) S 8895 8897 7918 0 -1 4202560 2848 0 1 0 55 3 0 0 20 0 22 0 344857113 3037372416 114716 33554432000 1073741824 1073778376 140736847091120 140072933135512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8900] ppid=8895 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/8897/task/8900/stat : 8900 (java) S 8895 8897 7918 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 22 0 344857114 3037372416 114716 33554432000 1073741824 1073778376 140736847091120 140072917416872 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8897/tid=8901] ppid=8895 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/8897/task/8901/stat : 8901 (java) S 8895 8897 7918 0 -1 4202560 17 0 0 0 2 2 0 0 20 0 22 0 344857114 3037372416 114716 33554432000 1073741824 1073778376 140736847091120 140072916364328 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8902] ppid=8895 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/8897/task/8902/stat : 8902 (java) S 8895 8897 7918 0 -1 4202560 19 0 0 0 2 2 0 0 20 0 22 0 344857114 3037372416 114716 33554432000 1073741824 1073778376 140736847091120 140072915311272 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8903] ppid=8895 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/8897/task/8903/stat : 8903 (java) S 8895 8897 7918 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 22 0 344857114 3037372416 114716 33554432000 1073741824 1073778376 140736847091120 140072914258728 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8904] ppid=8895 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/8897/task/8904/stat : 8904 (java) S 8895 8897 7918 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 344857114 3037372416 114716 33554432000 1073741824 1073778376 140736847091120 140072913205672 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8905] ppid=8895 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/8897/task/8905/stat : 8905 (java) S 8895 8897 7918 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 344857114 3037372416 114716 33554432000 1073741824 1073778376 140736847091120 140072912153128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8906] ppid=8895 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/8897/task/8906/stat : 8906 (java) S 8895 8897 7918 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 344857114 3037372416 114716 33554432000 1073741824 1073778376 140736847091120 140072911100072 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8907] ppid=8895 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/8897/task/8907/stat : 8907 (java) S 8895 8897 7918 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 344857114 3037372416 114716 33554432000 1073741824 1073778376 140736847091120 140072791828776 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8908] ppid=8895 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/8897/task/8908/stat : 8908 (java) S 8895 8897 7918 0 -1 4202560 38 0 0 0 5 0 0 0 20 0 22 0 344857116 3037372416 114716 33554432000 1073741824 1073778376 140736847091120 140072779631464 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8897/tid=8909] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8909/stat : 8909 (java) S 8895 8897 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344857116 3037372416 114716 33554432000 1073741824 1073778376 140736847091120 140072778577784 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8910] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8910/stat : 8910 (java) S 8895 8897 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344857116 3037372416 114716 33554432000 1073741824 1073778376 140736847091120 140072777524616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8911] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8911/stat : 8911 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857119 3037372416 114716 33554432000 1073741824 1073778376 140736847091120 140072776473360 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8912] ppid=8895 vsize=2966184 CPUtime=1.55 cores=1,3,5,7
/proc/8897/task/8912/stat : 8912 (java) S 8895 8897 7918 0 -1 4202560 11397 0 0 0 152 3 0 0 20 0 22 0 344857119 3037372416 114716 33554432000 1073741824 1073778376 140736847091120 140072036854072 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/8897/statm: 741546 230265 2284 9 0 732240 0
[pid=8897/tid=8899] ppid=8895 vsize=2966184 CPUtime=0.61 cores=1,3,5,7
/proc/8897/task/8899/stat : 8899 (java) S 8895 8897 7918 0 -1 4202560 2866 0 1 0 57 4 0 0 20 0 22 0 344857113 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072933135512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8900] ppid=8895 vsize=2966184 CPUtime=3.86 cores=1,3,5,7
/proc/8897/task/8900/stat : 8900 (java) S 8895 8897 7918 0 -1 4202560 212 0 0 0 375 11 0 0 20 0 22 0 344857114 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072917416872 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8901] ppid=8895 vsize=2966184 CPUtime=4.22 cores=1,3,5,7
/proc/8897/task/8901/stat : 8901 (java) S 8895 8897 7918 0 -1 4202560 193 0 0 0 412 10 0 0 20 0 22 0 344857114 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072916364328 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8902] ppid=8895 vsize=2966184 CPUtime=4.19 cores=1,3,5,7
/proc/8897/task/8902/stat : 8902 (java) S 8895 8897 7918 0 -1 4202560 206 0 0 0 409 10 0 0 20 0 22 0 344857114 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072915311272 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8897/tid=8903] ppid=8895 vsize=2966184 CPUtime=4.05 cores=1,3,5,7
/proc/8897/task/8903/stat : 8903 (java) S 8895 8897 7918 0 -1 4202560 207 0 0 0 396 9 0 0 20 0 22 0 344857114 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072914258728 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8904] ppid=8895 vsize=2966184 CPUtime=4.1 cores=1,3,5,7
/proc/8897/task/8904/stat : 8904 (java) S 8895 8897 7918 0 -1 4202560 200 0 0 0 400 10 0 0 20 0 22 0 344857114 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072913205672 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8897/tid=8905] ppid=8895 vsize=2966184 CPUtime=4.1 cores=1,3,5,7
/proc/8897/task/8905/stat : 8905 (java) S 8895 8897 7918 0 -1 4202560 185 0 0 0 400 10 0 0 20 0 22 0 344857114 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072912153128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8906] ppid=8895 vsize=2966184 CPUtime=4.02 cores=1,3,5,7
/proc/8897/task/8906/stat : 8906 (java) S 8895 8897 7918 0 -1 4202560 202 0 0 0 394 8 0 0 20 0 22 0 344857114 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072911100072 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8907] ppid=8895 vsize=2966184 CPUtime=4.1 cores=1,3,5,7
/proc/8897/task/8907/stat : 8907 (java) S 8895 8897 7918 0 -1 4202560 195 0 0 0 401 9 0 0 20 0 22 0 344857114 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072791828776 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8897/tid=8908] ppid=8895 vsize=2966184 CPUtime=21.73 cores=1,3,5,7
/proc/8897/task/8908/stat : 8908 (java) S 8895 8897 7918 0 -1 4202560 126 0 0 0 2144 29 0 0 20 0 22 0 344857116 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072779631464 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8909] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8909/stat : 8909 (java) S 8895 8897 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344857116 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072778577784 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8910] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8910/stat : 8910 (java) S 8895 8897 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344857116 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072777524616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8911] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8911/stat : 8911 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857119 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072776473360 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8912] ppid=8895 vsize=2966184 CPUtime=1.67 cores=1,3,5,7
/proc/8897/task/8912/stat : 8912 (java) S 8895 8897 7918 0 -1 4202560 11398 0 0 0 164 3 0 0 20 0 22 0 344857119 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072036854072 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8913] ppid=8895 vsize=2966184 CPUtime=1.88 cores=1,3,5,7
/proc/8897/task/8913/stat : 8913 (java) S 8895 8897 7918 0 -1 4202560 11135 0 0 0 186 2 0 0 20 0 22 0 344857119 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072035801528 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8914] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8914/stat : 8914 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857119 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072034748664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8915] ppid=8895 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/8897/task/8915/stat : 8915 (java) S 8895 8897 7918 0 -1 4202560 49 0 0 0 22 22 0 0 20 0 22 0 344857119 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072033696328 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8916] ppid=8895 vsize=2966184 CPUtime=848.01 cores=1,3,5,7
/proc/8897/task/8916/stat : 8916 (java) R 8895 8897 7918 0 -1 4202560 366 0 0 0 84787 14 0 0 20 0 22 0 344857174 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072032639936 140072792651930 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8917] ppid=8895 vsize=2966184 CPUtime=848.11 cores=1,3,5,7
/proc/8897/task/8917/stat : 8917 (java) R 8895 8897 7918 0 -1 4202560 408 0 0 0 84792 19 0 0 20 0 22 0 344857174 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072031587968 140072792845056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8918] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8918/stat : 8918 (java) S 8895 8897 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344857176 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072030537000 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8919] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8919/stat : 8919 (java) S 8895 8897 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344857176 3037372416 230265 33554432000 1073741824 1073778376 140736847091120 140072029484456 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1759.09
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.901 s]
/proc/loadavg: 3.76 4.04 3.97 6/219 9048
/proc/meminfo: memFree=27034680/32873844 swapFree=7120/7120
[pid=8897] ppid=8895 vsize=2966184 CPUtime=1800.09 cores=1,3,5,7
/proc/8897/stat : 8897 (java) S 8895 8897 7918 0 -1 4202496 29205 0 1 0 179858 151 0 0 20 0 22 0 344857112 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140736847082256 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8897/statm: 741546 235411 2284 9 0 732240 0
[pid=8897/tid=8899] ppid=8895 vsize=2966184 CPUtime=0.61 cores=1,3,5,7
/proc/8897/task/8899/stat : 8899 (java) S 8895 8897 7918 0 -1 4202560 2866 0 1 0 57 4 0 0 20 0 22 0 344857113 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072933135512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8900] ppid=8895 vsize=2966184 CPUtime=4.02 cores=1,3,5,7
/proc/8897/task/8900/stat : 8900 (java) S 8895 8897 7918 0 -1 4202560 225 0 0 0 390 12 0 0 20 0 22 0 344857114 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072917416872 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8901] ppid=8895 vsize=2966184 CPUtime=4.31 cores=1,3,5,7
/proc/8897/task/8901/stat : 8901 (java) S 8895 8897 7918 0 -1 4202560 197 0 0 0 421 10 0 0 20 0 22 0 344857114 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072916364328 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8902] ppid=8895 vsize=2966184 CPUtime=4.29 cores=1,3,5,7
/proc/8897/task/8902/stat : 8902 (java) S 8895 8897 7918 0 -1 4202560 211 0 0 0 418 11 0 0 20 0 22 0 344857114 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072915311272 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8903] ppid=8895 vsize=2966184 CPUtime=4.16 cores=1,3,5,7
/proc/8897/task/8903/stat : 8903 (java) S 8895 8897 7918 0 -1 4202560 216 0 0 0 407 9 0 0 20 0 22 0 344857114 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072914258728 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8897/tid=8904] ppid=8895 vsize=2966184 CPUtime=4.21 cores=1,3,5,7
/proc/8897/task/8904/stat : 8904 (java) S 8895 8897 7918 0 -1 4202560 206 0 0 0 411 10 0 0 20 0 22 0 344857114 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072913205672 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8905] ppid=8895 vsize=2966184 CPUtime=4.19 cores=1,3,5,7
/proc/8897/task/8905/stat : 8905 (java) S 8895 8897 7918 0 -1 4202560 192 0 0 0 409 10 0 0 20 0 22 0 344857114 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072912153128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8897/tid=8906] ppid=8895 vsize=2966184 CPUtime=4.11 cores=1,3,5,7
/proc/8897/task/8906/stat : 8906 (java) S 8895 8897 7918 0 -1 4202560 208 0 0 0 402 9 0 0 20 0 22 0 344857114 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072911100072 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8907] ppid=8895 vsize=2966184 CPUtime=4.17 cores=1,3,5,7
/proc/8897/task/8907/stat : 8907 (java) S 8895 8897 7918 0 -1 4202560 203 0 0 0 408 9 0 0 20 0 22 0 344857114 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072791828776 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8908] ppid=8895 vsize=2966184 CPUtime=22.3 cores=1,3,5,7
/proc/8897/task/8908/stat : 8908 (java) S 8895 8897 7918 0 -1 4202560 128 0 0 0 2201 29 0 0 20 0 22 0 344857116 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072779631464 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8909] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8909/stat : 8909 (java) S 8895 8897 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344857116 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072778577784 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8910] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8910/stat : 8910 (java) S 8895 8897 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344857116 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072777524616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8911] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8911/stat : 8911 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857119 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072776473360 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8912] ppid=8895 vsize=2966184 CPUtime=1.67 cores=1,3,5,7
/proc/8897/task/8912/stat : 8912 (java) S 8895 8897 7918 0 -1 4202560 11398 0 0 0 164 3 0 0 20 0 22 0 344857119 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072036854072 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8913] ppid=8895 vsize=2966184 CPUtime=1.88 cores=1,3,5,7
/proc/8897/task/8913/stat : 8913 (java) S 8895 8897 7918 0 -1 4202560 11135 0 0 0 186 2 0 0 20 0 22 0 344857119 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072035801528 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8914] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8914/stat : 8914 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857119 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072034748664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8915] ppid=8895 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/8897/task/8915/stat : 8915 (java) S 8895 8897 7918 0 -1 4202560 51 0 0 0 22 23 0 0 20 0 22 0 344857119 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072033696328 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8916] ppid=8895 vsize=2966184 CPUtime=867.76 cores=1,3,5,7
/proc/8897/task/8916/stat : 8916 (java) R 8895 8897 7918 0 -1 4202560 374 0 0 0 86761 15 0 0 20 0 22 0 344857174 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072032640944 140072792811763 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8917] ppid=8895 vsize=2966184 CPUtime=867.87 cores=1,3,5,7
/proc/8897/task/8917/stat : 8917 (java) R 8895 8897 7918 0 -1 4202560 408 0 0 0 86767 20 0 0 20 0 22 0 344857174 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072031587136 140072792830876 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8918] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8918/stat : 8918 (java) S 8895 8897 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344857176 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072030537000 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8919] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8919/stat : 8919 (java) S 8895 8897 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344857176 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072029484456 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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+902.901 s]
/proc/loadavg: 3.76 4.04 3.97 6/219 9048
/proc/meminfo: memFree=27034680/32873844 swapFree=7120/7120
[pid=8897] ppid=8895 vsize=2966184 CPUtime=1800.09 cores=1,3,5,7
/proc/8897/stat : 8897 (java) S 8895 8897 7918 0 -1 4202496 29205 0 1 0 179858 151 0 0 20 0 22 0 344857112 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140736847082256 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8897/statm: 741546 235411 2284 9 0 732240 0
[pid=8897/tid=8899] ppid=8895 vsize=2966184 CPUtime=0.61 cores=1,3,5,7
/proc/8897/task/8899/stat : 8899 (java) S 8895 8897 7918 0 -1 4202560 2866 0 1 0 57 4 0 0 20 0 22 0 344857113 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072933135512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8900] ppid=8895 vsize=2966184 CPUtime=4.02 cores=1,3,5,7
/proc/8897/task/8900/stat : 8900 (java) S 8895 8897 7918 0 -1 4202560 225 0 0 0 390 12 0 0 20 0 22 0 344857114 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072917416872 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8901] ppid=8895 vsize=2966184 CPUtime=4.31 cores=1,3,5,7
/proc/8897/task/8901/stat : 8901 (java) S 8895 8897 7918 0 -1 4202560 197 0 0 0 421 10 0 0 20 0 22 0 344857114 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072916364328 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8902] ppid=8895 vsize=2966184 CPUtime=4.29 cores=1,3,5,7
/proc/8897/task/8902/stat : 8902 (java) S 8895 8897 7918 0 -1 4202560 211 0 0 0 418 11 0 0 20 0 22 0 344857114 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072915311272 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8903] ppid=8895 vsize=2966184 CPUtime=4.16 cores=1,3,5,7
/proc/8897/task/8903/stat : 8903 (java) S 8895 8897 7918 0 -1 4202560 216 0 0 0 407 9 0 0 20 0 22 0 344857114 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072914258728 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8897/tid=8904] ppid=8895 vsize=2966184 CPUtime=4.21 cores=1,3,5,7
/proc/8897/task/8904/stat : 8904 (java) S 8895 8897 7918 0 -1 4202560 206 0 0 0 411 10 0 0 20 0 22 0 344857114 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072913205672 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8905] ppid=8895 vsize=2966184 CPUtime=4.19 cores=1,3,5,7
/proc/8897/task/8905/stat : 8905 (java) S 8895 8897 7918 0 -1 4202560 192 0 0 0 409 10 0 0 20 0 22 0 344857114 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072912153128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8897/tid=8906] ppid=8895 vsize=2966184 CPUtime=4.11 cores=1,3,5,7
/proc/8897/task/8906/stat : 8906 (java) S 8895 8897 7918 0 -1 4202560 208 0 0 0 402 9 0 0 20 0 22 0 344857114 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072911100072 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8907] ppid=8895 vsize=2966184 CPUtime=4.17 cores=1,3,5,7
/proc/8897/task/8907/stat : 8907 (java) S 8895 8897 7918 0 -1 4202560 203 0 0 0 408 9 0 0 20 0 22 0 344857114 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072791828776 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8908] ppid=8895 vsize=2966184 CPUtime=22.3 cores=1,3,5,7
/proc/8897/task/8908/stat : 8908 (java) S 8895 8897 7918 0 -1 4202560 128 0 0 0 2201 29 0 0 20 0 22 0 344857116 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072779631464 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8909] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8909/stat : 8909 (java) S 8895 8897 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344857116 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072778577784 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8910] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8910/stat : 8910 (java) S 8895 8897 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344857116 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072777524616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8911] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8911/stat : 8911 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857119 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072776473360 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8912] ppid=8895 vsize=2966184 CPUtime=1.67 cores=1,3,5,7
/proc/8897/task/8912/stat : 8912 (java) S 8895 8897 7918 0 -1 4202560 11398 0 0 0 164 3 0 0 20 0 22 0 344857119 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072036854072 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8913] ppid=8895 vsize=2966184 CPUtime=1.88 cores=1,3,5,7
/proc/8897/task/8913/stat : 8913 (java) S 8895 8897 7918 0 -1 4202560 11135 0 0 0 186 2 0 0 20 0 22 0 344857119 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072035801528 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8914] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8914/stat : 8914 (java) S 8895 8897 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344857119 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072034748664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8915] ppid=8895 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/8897/task/8915/stat : 8915 (java) S 8895 8897 7918 0 -1 4202560 51 0 0 0 22 23 0 0 20 0 22 0 344857119 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072033696328 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8897/tid=8916] ppid=8895 vsize=2966184 CPUtime=867.76 cores=1,3,5,7
/proc/8897/task/8916/stat : 8916 (java) R 8895 8897 7918 0 -1 4202560 374 0 0 0 86761 15 0 0 20 0 22 0 344857174 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072032640944 140072792811763 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8897/tid=8917] ppid=8895 vsize=2966184 CPUtime=867.87 cores=1,3,5,7
/proc/8897/task/8917/stat : 8917 (java) R 8895 8897 7918 0 -1 4202560 408 0 0 0 86767 20 0 0 20 0 22 0 344857174 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072031587136 140072792830876 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8918] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8918/stat : 8918 (java) S 8895 8897 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344857176 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072030537000 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8897/tid=8919] ppid=8895 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8897/task/8919/stat : 8919 (java) S 8895 8897 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344857176 3037372416 235411 33554432000 1073741824 1073778376 140736847091120 140072029484456 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2966184

Child status: 143

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

Real time (s): 902.956
CPU time (s): 1800.09
CPU user time (s): 1798.58
CPU system time (s): 1.51
CPU usage (%): 199.355
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.52
system time used= 1.92371
maximum resident set size= 941772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29239
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37954
involuntary context switches= 68270

runsolver used 3.53246 second user time and 8.71268 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-04 07:22:02
IDJOB=3742522
IDBENCH=90199
IDSOLVER=2324
FILE ID=node142/3742522-1338787322
RUNJOBID= node142-1338781619-7935
PBS_JOBID= 14636832
Free space on /tmp= 71188 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_K143.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742522-1338787322/watcher-3742522-1338787322 -o /tmp/evaluation-result-3742522-1338787322/solver-3742522-1338787322 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742522-1338787322.opb

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

MD5SUM BENCH= 8f58618b79e9d2a9b56b6a791eca5768
RANDOM SEED=319871511

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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	: 5391.91
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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.776
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:        27999304 kB
Buffers:          385828 kB
Cached:          2896804 kB
SwapCached:            0 kB
Active:          2061648 kB
Inactive:        1990720 kB
Active(anon):     761056 kB
Inactive(anon):    11220 kB
Active(file):    1300592 kB
Inactive(file):  1979500 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1240 kB
Writeback:             0 kB
AnonPages:        776772 kB
Mapped:            18556 kB
Shmem:               200 kB
Slab:             682292 kB
SReclaimable:     124104 kB
SUnreclaim:       558188 kB
KernelStack:        1624 kB
PageTables:         5736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    724992 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= 71188 MiB
End job on node142 at 2012-06-04 07:37:07