Trace number 3742262

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.93 900.358

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K199.opb
MD5SUM2cd10947adfbc402d943437a9cfa9f95
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 variables23681
Total number of constraints24081
Number of constraints which are clauses23882
Number of constraints which are cardinality constraints (but not clauses)199
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint199
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 200
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.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.06/0.10	c version 2.2.0.v20100531
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		1349517296
0.06/0.10	c Max memory 		1356595200
0.06/0.10	c Total memory 		1356595200
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	
0.06/0.13	c solving HOME/instance-3742262-1338785851.opb
0.06/0.13	c reading problem ... 
1.14/0.69	c ... done. Wall clock time 0.558s.
1.14/0.69	c #vars     23681
1.14/0.69	c #constraints  24081
1.14/0.69	c constraints type 
1.14/0.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21306
1.14/0.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 199
1.14/0.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2574
1.14/0.69	c constraints type 
1.14/0.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2574
1.14/0.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21306
1.14/0.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 199
9.64/4.32	c cleaning 2466 clauses out of 4995 with flag 5000/5000
17.67/8.23	c cleaning 4203 clauses out of 8520 with flag 11000/11000
27.28/13.02	c cleaning 5598 clauses out of 11316 with flag 18000/18000
38.08/18.40	c cleaning 6553 clauses out of 13714 with flag 26000/26000
51.42/25.11	c cleaning 7801 clauses out of 16157 with flag 35000/35000
64.60/31.75	c cleaning 9023 clauses out of 18353 with flag 45000/45000
80.00/39.43	c cleaning 9846 clauses out of 20320 with flag 56001/56001
100.57/49.74	c cleaning 11183 clauses out of 22469 with flag 68000/68000
120.10/59.55	c cleaning 11786 clauses out of 24287 with flag 81004/81004
140.26/69.69	c cleaning 12863 clauses out of 26497 with flag 95001/95001
162.28/80.69	c cleaning 13866 clauses out of 28628 with flag 110000/110000
186.13/92.59	c cleaning 15032 clauses out of 30760 with flag 126001/126001
210.87/104.96	c cleaning 15892 clauses out of 32724 with flag 143000/143000
235.31/117.13	c cleaning 16739 clauses out of 34829 with flag 161001/161001
266.34/132.63	c cleaning 17958 clauses out of 37079 with flag 180000/180000
297.16/148.06	c cleaning 18955 clauses out of 39120 with flag 200000/200000
332.29/165.60	c cleaning 20423 clauses out of 41165 with flag 221001/221001
368.18/183.57	c cleaning 20743 clauses out of 42743 with flag 243003/243003
409.08/203.94	c cleaning 22142 clauses out of 44992 with flag 266000/266000
448.52/223.68	c cleaning 22828 clauses out of 46850 with flag 290000/290000
495.88/247.40	c cleaning 23769 clauses out of 49020 with flag 315000/315000
539.68/269.23	c cleaning 23695 clauses out of 50255 with flag 340005/340005
588.52/293.62	c cleaning 23138 clauses out of 51552 with flag 365003/365003
642.21/320.41	c cleaning 23586 clauses out of 53407 with flag 390001/390001
679.75/339.29	c cleaning 22787 clauses out of 54820 with flag 415004/415004
718.20/358.45	c cleaning 23358 clauses out of 57032 with flag 440004/440004
755.71/377.14	c cleaning 23158 clauses out of 58669 with flag 465000/465000
796.44/397.49	c cleaning 23368 clauses out of 60510 with flag 490003/490003
834.97/416.79	c cleaning 23192 clauses out of 62133 with flag 515000/515000
875.10/436.88	c cleaning 23083 clauses out of 63942 with flag 540002/540002
890.68/444.75	c cleaning 0 clauses out of 5000 with flag 0/5000
919.44/459.06	c cleaning 23557 clauses out of 65856 with flag 565000/565000
968.03/483.32	c cleaning 22895 clauses out of 67299 with flag 590000/590000
1012.20/505.48	c cleaning 23950 clauses out of 69403 with flag 615000/615000
1054.61/526.68	c cleaning 23433 clauses out of 70453 with flag 640000/640000
1094.86/546.88	c cleaning 22722 clauses out of 72016 with flag 665001/665001
1136.59/567.83	c cleaning 23236 clauses out of 74294 with flag 690001/690001
1183.92/591.57	c cleaning 23660 clauses out of 76058 with flag 715002/715002
1228.53/613.81	c cleaning 23604 clauses out of 77394 with flag 740001/740001
1270.09/634.62	c cleaning 23276 clauses out of 78788 with flag 765000/765000
1313.83/656.62	c cleaning 23031 clauses out of 80511 with flag 790000/790000
1376.43/687.95	c cleaning 23133 clauses out of 82479 with flag 815000/815000
1422.28/710.85	c cleaning 23631 clauses out of 84343 with flag 840000/840000
1461.20/730.35	c cleaning 23576 clauses out of 85711 with flag 865000/865000
1502.34/751.08	c cleaning 23417 clauses out of 87132 with flag 890000/890000
1546.70/773.26	c cleaning 23780 clauses out of 88715 with flag 915000/915000
1591.35/795.65	c cleaning 22817 clauses out of 89936 with flag 940004/940004
1632.37/816.18	c cleaning 23695 clauses out of 92112 with flag 965001/965001
1673.19/836.65	c cleaning 23540 clauses out of 93415 with flag 990000/990000
1718.56/859.33	c cleaning 23163 clauses out of 94875 with flag 1015003/1015003
1771.83/886.09	c cleaning 23616 clauses out of 96709 with flag 1040000/1040000
1800.12/900.31	c starts		: 152
1800.12/900.31	c conflicts		: 1056357
1800.12/900.31	c decisions		: 61263044
1800.12/900.31	c propagations		: 955441322
1800.12/900.31	c inspects		: 1811499101
1800.12/900.31	c learnt literals	: 143
1800.12/900.31	c learnt binary clauses	: 64989
1800.12/900.31	c learnt ternary clauses	: 63691
1800.12/900.31	c learnt clauses	: 1056213
1800.12/900.31	c ignored clauses	: 0
1800.12/900.31	c root simplifications	: 0
1800.12/900.31	c removed literals (reason simplification)	: 6310990
1800.12/900.31	c reason swapping (by a shorter reason)	: 0
1800.12/900.31	c Calls to reduceDB	: 50
1800.12/900.31	c number of reductions to clauses (during analyze)	: 0
1800.12/900.31	c number of learned constraints concerned by reduction	: 0
1800.12/900.31	c number of learning phase by resolution	: 0
1800.12/900.31	c number of learning phase by cutting planes	: 0
1800.12/900.31	c speed (assignments/second)	: 1062047.5288510064
1800.12/900.31	c non guided choices	145561
1800.12/900.35	c learnt constraints type 
1800.12/900.35	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 24489
1800.12/900.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 64989
1800.12/900.35	c constraints type 
1800.12/900.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21306
1800.12/900.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 199
1800.12/900.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2574
1800.12/900.35	c constraints type 
1800.12/900.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2574
1800.12/900.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21306
1800.12/900.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 199
1800.12/900.35	s UNKNOWN
1800.12/900.35	c Total wall clock time (in seconds): 900.217

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-3742262-1338785851/watcher-3742262-1338785851 -o /tmp/evaluation-result-3742262-1338785851/solver-3742262-1338785851 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742262-1338785851.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.83 3.81 3/199 24736
/proc/meminfo: memFree=27698724/32873844 swapFree=7380/7380
[pid=24736] ppid=24734 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/24736/stat : 24736 (java6) R 24734 24736 24174 0 -1 4202496 95 0 0 0 0 0 0 0 20 0 1 0 344709856 2560000 46 33554432000 1073741824 1073778376 140735085363152 140735085360328 215134334247 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24736/statm: 625 46 37 9 0 29 0

[startup+0.0794041 s]
/proc/loadavg: 3.77 3.83 3.81 3/199 24736
/proc/meminfo: memFree=27698724/32873844 swapFree=7380/7380
[pid=24736] ppid=24734 vsize=2699900 CPUtime=0.04 cores=1,3,5,7
/proc/24736/stat : 24736 (java) S 24734 24736 24174 0 -1 4202496 3824 0 1 0 4 0 0 0 20 0 18 0 344709856 2764697600 5542 33554432000 1073741824 1073778376 140735690936144 140735690927280 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24736/statm: 674975 5542 1746 9 0 665676 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2699900

[startup+0.100299 s]
/proc/loadavg: 3.77 3.83 3.81 3/199 24736
/proc/meminfo: memFree=27698724/32873844 swapFree=7380/7380
[pid=24736] ppid=24734 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/24736/stat : 24736 (java) S 24734 24736 24174 0 -1 4202496 3898 0 1 0 5 1 0 0 20 0 18 0 344709856 2764726272 5616 33554432000 1073741824 1073778376 140735690936144 140735690927280 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24736/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300265 s]
/proc/loadavg: 3.77 3.83 3.81 3/199 24736
/proc/meminfo: memFree=27698724/32873844 swapFree=7380/7380
[pid=24736] ppid=24734 vsize=2699928 CPUtime=0.53 cores=1,3,5,7
/proc/24736/stat : 24736 (java) S 24734 24736 24174 0 -1 4202496 7685 0 1 0 52 1 0 0 20 0 18 0 344709856 2764726272 11367 33554432000 1073741824 1073778376 140735690936144 140735690927280 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24736/statm: 674982 11367 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 2699928

[startup+0.700209 s]
/proc/loadavg: 3.77 3.83 3.81 3/199 24736
/proc/meminfo: memFree=27698724/32873844 swapFree=7380/7380
[pid=24736] ppid=24734 vsize=2833056 CPUtime=1.29 cores=1,3,5,7
/proc/24736/stat : 24736 (java) S 24734 24736 24174 0 -1 4202496 11067 0 1 0 124 5 0 0 20 0 20 0 344709856 2901049344 50323 33554432000 1073741824 1073778376 140735690936144 140735690927280 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24736/statm: 708264 50323 2242 9 0 698958 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 2833056

[startup+1.50078 s]
/proc/loadavg: 3.71 3.81 3.80 7/221 24758
/proc/meminfo: memFree=27492932/32873844 swapFree=7380/7380
[pid=24736] ppid=24734 vsize=2966184 CPUtime=3.75 cores=1,3,5,7
/proc/24736/stat : 24736 (java) S 24734 24736 24174 0 -1 4202496 13427 0 1 0 368 7 0 0 20 0 22 0 344709856 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 140735690927280 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24736/statm: 741546 74087 2256 9 0 732240 0
[pid=24736/tid=24738] ppid=24734 vsize=2966184 CPUtime=0.65 cores=1,3,5,7
/proc/24736/task/24738/stat : 24738 (java) S 24734 24736 24174 0 -1 4202560 2869 0 1 0 61 4 0 0 20 0 22 0 344709858 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951364928664 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24739] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24739/stat : 24739 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709859 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951349210152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24740] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24740/stat : 24740 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709859 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951348157352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24741] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24741/stat : 24741 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709859 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951347104552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24736/tid=24742] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24742/stat : 24742 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709859 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951346051752 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24743] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24743/stat : 24743 (java) S 24734 24736 24174 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 344709859 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951344998952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24744] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24744/stat : 24744 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709859 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951343946152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24745] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24745/stat : 24745 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709859 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951342893352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24746] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24746/stat : 24746 (java) S 24734 24736 24174 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344709859 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951341840552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24747] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24747/stat : 24747 (java) S 24734 24736 24174 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344709861 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951329430504 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24748] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24748/stat : 24748 (java) S 24734 24736 24174 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344709861 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951328376568 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24749] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24749/stat : 24749 (java) S 24734 24736 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344709861 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951327323656 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24750] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24750/stat : 24750 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709864 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951326272144 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24751] ppid=24734 vsize=2966184 CPUtime=0.69 cores=1,3,5,7
/proc/24736/task/24751/stat : 24751 (java) S 24734 24736 24174 0 -1 4202560 4905 0 0 0 68 1 0 0 20 0 22 0 344709864 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951325219256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24752] ppid=24734 vsize=2966184 CPUtime=0.79 cores=1,3,5,7
/proc/24736/task/24752/stat : 24752 (java) S 24734 24736 24174 0 -1 4202560 4311 0 0 0 79 0 0 0 20 0 22 0 344709864 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951324166456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24753] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24753/stat : 24753 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709864 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951323113848 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24754] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24754/stat : 24754 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709864 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951322061256 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24755] ppid=24734 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/24736/task/24755/stat : 24755 (java) R 24734 24736 24174 0 -1 4202560 27 0 0 0 78 0 0 0 20 0 22 0 344709926 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951321007240 139951191481687 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24736/tid=24756] ppid=24734 vsize=2966184 CPUtime=0.79 cores=1,3,5,7
/proc/24736/task/24756/stat : 24756 (java) R 24734 24736 24174 0 -1 4202560 112 0 0 0 77 2 0 0 20 0 22 0 344709926 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951319953048 139951191721141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24757] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24757/stat : 24757 (java) S 24734 24736 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344709928 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951318902184 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24736/tid=24758] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24758/stat : 24758 (java) S 24734 24736 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344709928 3037372416 74087 33554432000 1073741824 1073778376 140735690936144 139951317849384 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 2966184

[startup+3.10087 s]
/proc/loadavg: 3.71 3.81 3.80 5/221 24758
/proc/meminfo: memFree=27307612/32873844 swapFree=7380/7380
[pid=24736] ppid=24734 vsize=2966184 CPUtime=7.06 cores=1,3,5,7
/proc/24736/stat : 24736 (java) S 24734 24736 24174 0 -1 4202496 13530 0 1 0 694 12 0 0 20 0 22 0 344709856 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 140735690927280 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24736/statm: 741546 100733 2268 9 0 732240 0
[pid=24736/tid=24738] ppid=24734 vsize=2966184 CPUtime=0.65 cores=1,3,5,7
/proc/24736/task/24738/stat : 24738 (java) S 24734 24736 24174 0 -1 4202560 2869 0 1 0 61 4 0 0 20 0 22 0 344709858 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951364928664 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24739] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24739/stat : 24739 (java) S 24734 24736 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344709859 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951349210152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24740] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24740/stat : 24740 (java) S 24734 24736 24174 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344709859 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951348157352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24741] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24741/stat : 24741 (java) S 24734 24736 24174 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344709859 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951347104552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24736/tid=24742] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24742/stat : 24742 (java) S 24734 24736 24174 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 344709859 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951346051752 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24743] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24743/stat : 24743 (java) S 24734 24736 24174 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344709859 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951344998952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24736/tid=24744] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24744/stat : 24744 (java) S 24734 24736 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344709859 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951343946152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24745] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24745/stat : 24745 (java) S 24734 24736 24174 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344709859 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951342893352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24736/tid=24746] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24746/stat : 24746 (java) S 24734 24736 24174 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344709859 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951341840552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24747] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24747/stat : 24747 (java) S 24734 24736 24174 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344709861 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951329430504 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24748] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24748/stat : 24748 (java) S 24734 24736 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344709861 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951328376568 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24749] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24749/stat : 24749 (java) S 24734 24736 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344709861 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951327323656 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24750] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24750/stat : 24750 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709864 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951326272144 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24751] ppid=24734 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/24736/task/24751/stat : 24751 (java) S 24734 24736 24174 0 -1 4202560 4905 0 0 0 69 1 0 0 20 0 22 0 344709864 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951325219256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24752] ppid=24734 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/24736/task/24752/stat : 24752 (java) S 24734 24736 24174 0 -1 4202560 4311 0 0 0 85 0 0 0 20 0 22 0 344709864 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951324166456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24753] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24753/stat : 24753 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709864 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951323113848 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24754] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24754/stat : 24754 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709864 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951322061256 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24755] ppid=24734 vsize=2966184 CPUtime=2.33 cores=1,3,5,7
/proc/24736/task/24755/stat : 24755 (java) R 24734 24736 24174 0 -1 4202560 28 0 0 0 233 0 0 0 20 0 22 0 344709926 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951321004896 139951190996740 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24756] ppid=24734 vsize=2966184 CPUtime=2.36 cores=1,3,5,7
/proc/24736/task/24756/stat : 24756 (java) R 24734 24736 24174 0 -1 4202560 158 0 0 0 232 4 0 0 20 0 22 0 344709926 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951319952648 139951191693903 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24757] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24757/stat : 24757 (java) S 24734 24736 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344709928 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951318902184 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24736/tid=24758] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24758/stat : 24758 (java) S 24734 24736 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344709928 3037372416 100733 33554432000 1073741824 1073778376 140735690936144 139951317849384 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 2966184

[startup+6.30086 s]
/proc/loadavg: 3.71 3.81 3.80 4/221 24758
/proc/meminfo: memFree=27251580/32873844 swapFree=7380/7380
[pid=24736] ppid=24734 vsize=2966184 CPUtime=13.77 cores=1,3,5,7
/proc/24736/stat : 24736 (java) S 24734 24736 24174 0 -1 4202496 13657 0 1 0 1360 17 0 0 20 0 22 0 344709856 3037372416 113561 33554432000 1073741824 1073778376 140735690936144 140735690927280 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24736/statm: 741546 113561 2283 9 0 732240 0
[pid=24736/tid=24738] ppid=24734 vsize=2966184 CPUtime=0.65 cores=1,3,5,7
/proc/24736/task/24738/stat : 24738 (java) S 24734 24736 24174 0 -1 4202560 2869 0 1 0 61 4 0 0 20 0 22 0 344709858 3037372416 113561 33554432000 1073741824 1073778376 140735690936144 139951364928664 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24739] ppid=24734 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/24736/task/24739/stat : 24739 (java) S 24734 24736 24174 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 344709859 3037372416 113561 33554432000 1073741824 1073778376 140735690936144 139951349210152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24740] ppid=24734 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/24736/task/24740/stat : 24740 (java) S 24734 24736 24174 0 -1 4202560 18 0 0 0 3 2 0 0 20 0 22 0 344709859 3037372416 113561 33554432000 1073741824 1073778376 140735690936144 139951348157352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24736/tid=24741] ppid=24734 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/24736/task/24741/stat : 24741 (java) S 24734 24736 24174 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 344709859 3037372416 113561 33554432000 1073741824 1073778376 140735690936144 139951347104552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24742] ppid=24734 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/24736/task/24742/stat : 24742 (java) S 24734 24736 24174 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 344709859 3037372416 113561 33554432000 1073741824 1073778376 140735690936144 139951346051752 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24743] ppid=24734 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/24736/task/24743/stat : 24743 (java) S 24734 24736 24174 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 344709859 3037372416 113561 33554432000 1073741824 1073778376 140735690936144 139951344998952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24744] ppid=24734 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/24736/task/24744/stat : 24744 (java) S 24734 24736 24174 0 -1 4202560 21 0 0 0 3 2 0 0 20 0 22 0 344709859 3037372416 113561 33554432000 1073741824 1073778376 140735690936144 139951343946152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24745] ppid=24734 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/24736/task/24745/stat : 24745 (java) S 24734 24736 24174 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 344709859 3037372416 113561 33554432000 1073741824 1073778376 140735690936144 139951342893352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24746] ppid=24734 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/24736/task/24746/stat : 24746 (java) S 24734 24736 24174 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 344709859 3037372416 113561 33554432000 1073741824 1073778376 140735690936144 139951341840552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24747] ppid=24734 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/24736/task/24747/stat : 24747 (java) S 24734 24736 24174 0 -1 4202560 40 0 0 0 9 0 0 0 20 0 22 0 344709861 3037372416 113561 33554432000 1073741824 1073778376 140735690936144 139951329430504 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24748] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24748/stat : 24748 (java) S 24734 24736 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344709861 3037372416 113561 33554432000 1073741824 1073778376 140735690936144 139951328376568 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24749] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24749/stat : 24749 (java) S 24734 24736 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344709861 3037372416 113561 33554432000 1073741824 1073778376 140735690936144 139951327323656 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24750] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24750/stat : 24750 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709864 3037372416 113561 33554432000 1073741824 1073778376 140735690936144 139951326272144 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24751] ppid=24734 vsize=2966184 CPUtime=0.8 cores=1,3,5,7
/proc/24736/task/24751/stat : 24751 (java) S 24734 24736 24174 0 -1 4202560 4911 0 0 0 79 1 0 0 20 0 22 0 344709864 3037372416 113561 33554432000 1073741824 1073778376 140735690936144 139951325219256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=24736/tid=24756] ppid=24734 vsize=2966184 CPUtime=799.04 cores=1,3,5,7
/proc/24736/task/24756/stat : 24756 (java) R 24734 24736 24174 0 -1 4202560 409 0 0 0 79886 18 0 0 20 0 22 0 344709926 3037372416 205301 33554432000 1073741824 1073778376 140735690936144 139951319952080 139951191671987 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24757] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24757/stat : 24757 (java) S 24734 24736 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344709928 3037372416 205301 33554432000 1073741824 1073778376 140735690936144 139951318902184 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24736/tid=24758] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24758/stat : 24758 (java) S 24734 24736 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344709928 3037372416 205301 33554432000 1073741824 1073778376 140735690936144 139951317849384 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1644.24
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.90 3.93 3.86 5/221 24851
/proc/meminfo: memFree=26977364/32873844 swapFree=7380/7380
[pid=24736] ppid=24734 vsize=2966184 CPUtime=1764.39 cores=1,3,5,7
/proc/24736/stat : 24736 (java) S 24734 24736 24174 0 -1 4202496 24596 0 1 0 176304 135 0 0 20 0 22 0 344709856 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 140735690927280 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24736/statm: 741546 213036 2283 9 0 732240 0
[pid=24736/tid=24738] ppid=24734 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/24736/task/24738/stat : 24738 (java) S 24734 24736 24174 0 -1 4202560 2880 0 1 0 63 5 0 0 20 0 22 0 344709858 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951364928664 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24739] ppid=24734 vsize=2966184 CPUtime=3.77 cores=1,3,5,7
/proc/24736/task/24739/stat : 24739 (java) S 24734 24736 24174 0 -1 4202560 192 0 0 0 369 8 0 0 20 0 22 0 344709859 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951349210152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24740] ppid=24734 vsize=2966184 CPUtime=3.78 cores=1,3,5,7
/proc/24736/task/24740/stat : 24740 (java) S 24734 24736 24174 0 -1 4202560 199 0 0 0 368 10 0 0 20 0 22 0 344709859 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951348157352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24736/tid=24741] ppid=24734 vsize=2966184 CPUtime=3.92 cores=1,3,5,7
/proc/24736/task/24741/stat : 24741 (java) S 24734 24736 24174 0 -1 4202560 193 0 0 0 384 8 0 0 20 0 22 0 344709859 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951347104552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24742] ppid=24734 vsize=2966184 CPUtime=3.89 cores=1,3,5,7
/proc/24736/task/24742/stat : 24742 (java) S 24734 24736 24174 0 -1 4202560 179 0 0 0 382 7 0 0 20 0 22 0 344709859 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951346051752 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24743] ppid=24734 vsize=2966184 CPUtime=4.05 cores=1,3,5,7
/proc/24736/task/24743/stat : 24743 (java) S 24734 24736 24174 0 -1 4202560 200 0 0 0 397 8 0 0 20 0 22 0 344709859 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951344998952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24744] ppid=24734 vsize=2966184 CPUtime=3.75 cores=1,3,5,7
/proc/24736/task/24744/stat : 24744 (java) S 24734 24736 24174 0 -1 4202560 184 0 0 0 367 8 0 0 20 0 22 0 344709859 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951343946152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24736/tid=24745] ppid=24734 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/24736/task/24745/stat : 24745 (java) S 24734 24736 24174 0 -1 4202560 196 0 0 0 375 9 0 0 20 0 22 0 344709859 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951342893352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24736/tid=24746] ppid=24734 vsize=2966184 CPUtime=3.99 cores=1,3,5,7
/proc/24736/task/24746/stat : 24746 (java) S 24734 24736 24174 0 -1 4202560 208 0 0 0 390 9 0 0 20 0 22 0 344709859 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951341840552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24747] ppid=24734 vsize=2966184 CPUtime=15.17 cores=1,3,5,7
/proc/24736/task/24747/stat : 24747 (java) S 24734 24736 24174 0 -1 4202560 531 0 0 0 1486 31 0 0 20 0 22 0 344709861 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951329430504 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24748] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24748/stat : 24748 (java) S 24734 24736 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344709861 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951328376568 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24749] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24749/stat : 24749 (java) S 24734 24736 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344709861 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951327323656 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24750] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24750/stat : 24750 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709864 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951326272144 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24751] ppid=24734 vsize=2966184 CPUtime=1.47 cores=1,3,5,7
/proc/24736/task/24751/stat : 24751 (java) S 24734 24736 24174 0 -1 4202560 13333 0 0 0 144 3 0 0 20 0 22 0 344709864 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951325219256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24752] ppid=24734 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/24736/task/24752/stat : 24752 (java) S 24734 24736 24174 0 -1 4202560 4332 0 0 0 122 0 0 0 20 0 22 0 344709864 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951324166456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24753] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24753/stat : 24753 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709864 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951323113848 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24754] ppid=24734 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/24736/task/24754/stat : 24754 (java) S 24734 24736 24174 0 -1 4202560 50 0 0 0 23 19 0 0 20 0 22 0 344709864 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951322061256 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24755] ppid=24734 vsize=2966184 CPUtime=857.34 cores=1,3,5,7
/proc/24736/task/24755/stat : 24755 (java) R 24734 24736 24174 0 -1 4202560 308 0 0 0 85717 17 0 0 20 0 22 0 344709926 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951321006096 139951191360063 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24756] ppid=24734 vsize=2966184 CPUtime=857.43 cores=1,3,5,7
/proc/24736/task/24756/stat : 24756 (java) R 24734 24736 24174 0 -1 4202560 422 0 0 0 85724 19 0 0 20 0 22 0 344709926 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951319952416 139951191254279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24757] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24757/stat : 24757 (java) S 24734 24736 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344709928 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951318902184 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24736/tid=24758] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24758/stat : 24758 (java) S 24734 24736 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344709928 3037372416 213036 33554432000 1073741824 1073778376 140735690936144 139951317849384 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1764.39
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.301 s]
/proc/loadavg: 3.92 3.93 3.86 5/221 24851
/proc/meminfo: memFree=26964628/32873844 swapFree=7380/7380
[pid=24736] ppid=24734 vsize=2966184 CPUtime=1800.12 cores=1,3,5,7
/proc/24736/stat : 24736 (java) S 24734 24736 24174 0 -1 4202496 24643 0 1 0 179874 138 0 0 20 0 22 0 344709856 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 140735690927280 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24736/statm: 741546 216169 2283 9 0 732240 0
[pid=24736/tid=24738] ppid=24734 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/24736/task/24738/stat : 24738 (java) S 24734 24736 24174 0 -1 4202560 2881 0 1 0 63 5 0 0 20 0 22 0 344709858 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951364928664 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24739] ppid=24734 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/24736/task/24739/stat : 24739 (java) S 24734 24736 24174 0 -1 4202560 204 0 0 0 376 8 0 0 20 0 22 0 344709859 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951349210152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24740] ppid=24734 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/24736/task/24740/stat : 24740 (java) S 24734 24736 24174 0 -1 4202560 201 0 0 0 374 10 0 0 20 0 22 0 344709859 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951348157352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24741] ppid=24734 vsize=2966184 CPUtime=3.96 cores=1,3,5,7
/proc/24736/task/24741/stat : 24741 (java) S 24734 24736 24174 0 -1 4202560 200 0 0 0 388 8 0 0 20 0 22 0 344709859 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951347104552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24736/tid=24742] ppid=24734 vsize=2966184 CPUtime=3.96 cores=1,3,5,7
/proc/24736/task/24742/stat : 24742 (java) S 24734 24736 24174 0 -1 4202560 183 0 0 0 389 7 0 0 20 0 22 0 344709859 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951346051752 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24743] ppid=24734 vsize=2966184 CPUtime=4.12 cores=1,3,5,7
/proc/24736/task/24743/stat : 24743 (java) S 24734 24736 24174 0 -1 4202560 207 0 0 0 404 8 0 0 20 0 22 0 344709859 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951344998952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24744] ppid=24734 vsize=2966184 CPUtime=3.82 cores=1,3,5,7
/proc/24736/task/24744/stat : 24744 (java) S 24734 24736 24174 0 -1 4202560 186 0 0 0 374 8 0 0 20 0 22 0 344709859 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951343946152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24745] ppid=24734 vsize=2966184 CPUtime=3.93 cores=1,3,5,7
/proc/24736/task/24745/stat : 24745 (java) S 24734 24736 24174 0 -1 4202560 202 0 0 0 383 10 0 0 20 0 22 0 344709859 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951342893352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24746] ppid=24734 vsize=2966184 CPUtime=4.04 cores=1,3,5,7
/proc/24736/task/24746/stat : 24746 (java) S 24734 24736 24174 0 -1 4202560 210 0 0 0 395 9 0 0 20 0 22 0 344709859 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951341840552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24747] ppid=24734 vsize=2966184 CPUtime=15.67 cores=1,3,5,7
/proc/24736/task/24747/stat : 24747 (java) S 24734 24736 24174 0 -1 4202560 531 0 0 0 1535 32 0 0 20 0 22 0 344709861 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951329430504 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24748] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24748/stat : 24748 (java) S 24734 24736 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344709861 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951328376568 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24749] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24749/stat : 24749 (java) S 24734 24736 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344709861 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951327323656 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24750] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24750/stat : 24750 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709864 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951326272144 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24751] ppid=24734 vsize=2966184 CPUtime=1.47 cores=1,3,5,7
/proc/24736/task/24751/stat : 24751 (java) S 24734 24736 24174 0 -1 4202560 13333 0 0 0 144 3 0 0 20 0 22 0 344709864 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951325219256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24752] ppid=24734 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/24736/task/24752/stat : 24752 (java) S 24734 24736 24174 0 -1 4202560 4332 0 0 0 122 0 0 0 20 0 22 0 344709864 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951324166456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24753] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24753/stat : 24753 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709864 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951323113848 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24754] ppid=24734 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/24736/task/24754/stat : 24754 (java) S 24734 24736 24174 0 -1 4202560 50 0 0 0 24 19 0 0 20 0 22 0 344709864 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951322061256 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24755] ppid=24734 vsize=2966184 CPUtime=874.71 cores=1,3,5,7
/proc/24736/task/24755/stat : 24755 (java) R 24734 24736 24174 0 -1 4202560 309 0 0 0 87454 17 0 0 20 0 22 0 344709926 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951321005328 139951191495585 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24756] ppid=24734 vsize=2966184 CPUtime=874.79 cores=1,3,5,7
/proc/24736/task/24756/stat : 24756 (java) R 24734 24736 24174 0 -1 4202560 425 0 0 0 87460 19 0 0 20 0 22 0 344709926 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951319953232 139951191569275 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24757] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24757/stat : 24757 (java) S 24734 24736 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344709928 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951318902184 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24736/tid=24758] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24758/stat : 24758 (java) S 24734 24736 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344709928 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951317849384 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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+900.301 s]
/proc/loadavg: 3.92 3.93 3.86 5/221 24851
/proc/meminfo: memFree=26964628/32873844 swapFree=7380/7380
[pid=24736] ppid=24734 vsize=2966184 CPUtime=1800.12 cores=1,3,5,7
/proc/24736/stat : 24736 (java) S 24734 24736 24174 0 -1 4202496 24643 0 1 0 179874 138 0 0 20 0 22 0 344709856 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 140735690927280 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24736/statm: 741546 216169 2283 9 0 732240 0
[pid=24736/tid=24738] ppid=24734 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/24736/task/24738/stat : 24738 (java) S 24734 24736 24174 0 -1 4202560 2881 0 1 0 63 5 0 0 20 0 22 0 344709858 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951364928664 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24739] ppid=24734 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/24736/task/24739/stat : 24739 (java) S 24734 24736 24174 0 -1 4202560 204 0 0 0 376 8 0 0 20 0 22 0 344709859 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951349210152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24740] ppid=24734 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/24736/task/24740/stat : 24740 (java) S 24734 24736 24174 0 -1 4202560 201 0 0 0 374 10 0 0 20 0 22 0 344709859 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951348157352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24741] ppid=24734 vsize=2966184 CPUtime=3.96 cores=1,3,5,7
/proc/24736/task/24741/stat : 24741 (java) S 24734 24736 24174 0 -1 4202560 200 0 0 0 388 8 0 0 20 0 22 0 344709859 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951347104552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24736/tid=24742] ppid=24734 vsize=2966184 CPUtime=3.96 cores=1,3,5,7
/proc/24736/task/24742/stat : 24742 (java) S 24734 24736 24174 0 -1 4202560 183 0 0 0 389 7 0 0 20 0 22 0 344709859 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951346051752 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24743] ppid=24734 vsize=2966184 CPUtime=4.12 cores=1,3,5,7
/proc/24736/task/24743/stat : 24743 (java) S 24734 24736 24174 0 -1 4202560 207 0 0 0 404 8 0 0 20 0 22 0 344709859 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951344998952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24744] ppid=24734 vsize=2966184 CPUtime=3.82 cores=1,3,5,7
/proc/24736/task/24744/stat : 24744 (java) S 24734 24736 24174 0 -1 4202560 186 0 0 0 374 8 0 0 20 0 22 0 344709859 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951343946152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24745] ppid=24734 vsize=2966184 CPUtime=3.93 cores=1,3,5,7
/proc/24736/task/24745/stat : 24745 (java) S 24734 24736 24174 0 -1 4202560 202 0 0 0 383 10 0 0 20 0 22 0 344709859 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951342893352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24746] ppid=24734 vsize=2966184 CPUtime=4.04 cores=1,3,5,7
/proc/24736/task/24746/stat : 24746 (java) S 24734 24736 24174 0 -1 4202560 210 0 0 0 395 9 0 0 20 0 22 0 344709859 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951341840552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24747] ppid=24734 vsize=2966184 CPUtime=15.67 cores=1,3,5,7
/proc/24736/task/24747/stat : 24747 (java) S 24734 24736 24174 0 -1 4202560 531 0 0 0 1535 32 0 0 20 0 22 0 344709861 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951329430504 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24748] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24748/stat : 24748 (java) S 24734 24736 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344709861 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951328376568 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24749] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24749/stat : 24749 (java) S 24734 24736 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344709861 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951327323656 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24750] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24750/stat : 24750 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709864 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951326272144 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24751] ppid=24734 vsize=2966184 CPUtime=1.47 cores=1,3,5,7
/proc/24736/task/24751/stat : 24751 (java) S 24734 24736 24174 0 -1 4202560 13333 0 0 0 144 3 0 0 20 0 22 0 344709864 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951325219256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24752] ppid=24734 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/24736/task/24752/stat : 24752 (java) S 24734 24736 24174 0 -1 4202560 4332 0 0 0 122 0 0 0 20 0 22 0 344709864 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951324166456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24753] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24753/stat : 24753 (java) S 24734 24736 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344709864 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951323113848 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24736/tid=24754] ppid=24734 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/24736/task/24754/stat : 24754 (java) S 24734 24736 24174 0 -1 4202560 50 0 0 0 24 19 0 0 20 0 22 0 344709864 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951322061256 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24755] ppid=24734 vsize=2966184 CPUtime=874.71 cores=1,3,5,7
/proc/24736/task/24755/stat : 24755 (java) R 24734 24736 24174 0 -1 4202560 309 0 0 0 87454 17 0 0 20 0 22 0 344709926 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951321005328 139951191495585 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24736/tid=24756] ppid=24734 vsize=2966184 CPUtime=874.79 cores=1,3,5,7
/proc/24736/task/24756/stat : 24756 (java) R 24734 24736 24174 0 -1 4202560 425 0 0 0 87460 19 0 0 20 0 22 0 344709926 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951319953232 139951191569275 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24736/tid=24757] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24757/stat : 24757 (java) S 24734 24736 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344709928 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951318902184 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24736/tid=24758] ppid=24734 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24736/task/24758/stat : 24758 (java) S 24734 24736 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344709928 3037372416 216169 33554432000 1073741824 1073778376 140735690936144 139951317849384 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 900.358
CPU time (s): 1800.93
CPU user time (s): 1799.13
CPU system time (s): 1.80173
CPU usage (%): 200.024
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 1.80173
maximum resident set size= 864840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24686
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36098
involuntary context switches= 62279

runsolver used 3.87041 second user time and 8.44572 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-04 06:57:31
IDJOB=3742262
IDBENCH=90145
IDSOLVER=2324
FILE ID=node133/3742262-1338785851
RUNJOBID= node133-1338782189-24191
PBS_JOBID= 14636833
Free space on /tmp= 70484 MiB

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

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

MD5SUM BENCH= 2cd10947adfbc402d943437a9cfa9f95
RANDOM SEED=1467559777

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27699104 kB
Buffers:          500300 kB
Cached:          2847028 kB
SwapCached:          676 kB
Active:          2437728 kB
Inactive:        1835276 kB
Active(anon):     916880 kB
Inactive(anon):    10220 kB
Active(file):    1520848 kB
Inactive(file):  1825056 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:              1612 kB
Writeback:             0 kB
AnonPages:        931208 kB
Mapped:            18580 kB
Shmem:                 0 kB
Slab:             760000 kB
SReclaimable:     201800 kB
SUnreclaim:       558200 kB
KernelStack:        1640 kB
PageTables:         6032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    870400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70484 MiB
End job on node133 at 2012-06-04 07:12:33