Trace number 3742409

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.13 906.977

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K156.opb
MD5SUMb01d5fef61cfdf78caaec08ee0d21bae
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 variables18564
Total number of constraints18878
Number of constraints which are clauses18722
Number of constraints which are cardinality constraints (but not clauses)156
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint156
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 157
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3742409-1338766780.opb
0.07/0.13	c reading problem ... 
1.16/0.62	c ... done. Wall clock time 0.495s.
1.16/0.62	c #vars     18564
1.16/0.62	c #constraints  18878
1.16/0.62	c constraints type 
1.16/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16705
1.16/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 156
1.16/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2015
1.16/0.62	c constraints type 
1.16/0.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2015
1.16/0.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16705
1.16/0.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 156
7.91/3.48	c cleaning 2474 clauses out of 4995 with flag 5000/5000
14.71/6.50	c cleaning 4223 clauses out of 8515 with flag 11000/11000
22.24/10.35	c cleaning 5580 clauses out of 11288 with flag 18000/18000
33.18/15.86	c cleaning 6842 clauses out of 13707 with flag 26000/26000
42.95/20.74	c cleaning 7796 clauses out of 15863 with flag 35003/35003
53.27/25.94	c cleaning 8881 clauses out of 18060 with flag 45000/45000
64.61/31.66	c cleaning 9854 clauses out of 20168 with flag 56000/56000
78.35/38.58	c cleaning 10900 clauses out of 22309 with flag 68000/68000
94.87/46.82	c cleaning 11944 clauses out of 24400 with flag 81000/81000
109.17/54.04	c cleaning 12902 clauses out of 26457 with flag 95002/95002
125.33/62.13	c cleaning 14072 clauses out of 28556 with flag 110003/110003
142.02/70.55	c cleaning 14844 clauses out of 30482 with flag 126001/126001
162.29/80.72	c cleaning 16035 clauses out of 32632 with flag 143000/143000
183.23/91.21	c cleaning 16959 clauses out of 34595 with flag 161000/161000
204.70/102.08	c cleaning 17926 clauses out of 36638 with flag 180002/180002
230.45/114.93	c cleaning 18453 clauses out of 37709 with flag 199000/199000
254.28/126.95	c cleaning 18725 clauses out of 38256 with flag 218001/218001
281.21/140.47	c cleaning 18839 clauses out of 38529 with flag 237000/237000
303.09/151.43	c cleaning 19099 clauses out of 38688 with flag 256000/256000
325.36/162.65	c cleaning 18959 clauses out of 38589 with flag 275000/275000
359.76/179.94	c cleaning 18461 clauses out of 38628 with flag 294001/294001
381.77/191.06	c cleaning 18025 clauses out of 39165 with flag 313000/313000
410.39/205.42	c cleaning 18000 clauses out of 40138 with flag 332000/332000
434.39/217.51	c cleaning 17767 clauses out of 41141 with flag 351003/351003
455.62/228.36	c cleaning 17971 clauses out of 42369 with flag 370000/370000
482.36/241.86	c cleaning 17704 clauses out of 43397 with flag 389000/389000
515.94/258.77	c cleaning 17984 clauses out of 44693 with flag 408000/408000
551.88/276.81	c cleaning 18429 clauses out of 45711 with flag 427002/427002
631.64/316.88	c cleaning 18406 clauses out of 46281 with flag 446003/446003
657.98/330.12	c cleaning 17784 clauses out of 46871 with flag 465000/465000
678.20/340.37	c cleaning 17476 clauses out of 48088 with flag 484001/484001
701.75/352.21	c cleaning 18131 clauses out of 49611 with flag 503000/503000
725.29/364.28	c cleaning 17583 clauses out of 50480 with flag 522001/522001
751.64/377.57	c cleaning 17764 clauses out of 51895 with flag 541002/541002
777.97/390.82	c cleaning 18099 clauses out of 53128 with flag 560000/560000
824.54/414.25	c cleaning 18071 clauses out of 54029 with flag 579000/579000
856.47/430.46	c cleaning 18057 clauses out of 54961 with flag 598003/598003
873.59/439.18	c cleaning 0 clauses out of 5000 with flag 0/5000
879.54/442.20	c cleaning 18193 clauses out of 55905 with flag 617005/617005
974.14/489.59	c cleaning 18219 clauses out of 56707 with flag 636000/636000
1061.51/533.50	c cleaning 18642 clauses out of 57488 with flag 655000/655000
1090.00/547.84	c cleaning 18197 clauses out of 57846 with flag 674000/674000
1123.28/564.69	c cleaning 18160 clauses out of 58651 with flag 693002/693002
1163.24/584.77	c cleaning 18493 clauses out of 59489 with flag 712000/712000
1191.93/599.33	c cleaning 18155 clauses out of 59995 with flag 731001/731001
1212.59/609.89	c cleaning 18013 clauses out of 60839 with flag 750000/750000
1235.47/621.47	c cleaning 17681 clauses out of 61827 with flag 769001/769001
1260.51/634.18	c cleaning 17921 clauses out of 63150 with flag 788005/788005
1286.14/647.23	c cleaning 18078 clauses out of 64223 with flag 807001/807001
1317.37/663.07	c cleaning 18010 clauses out of 65145 with flag 826002/826002
1352.62/680.90	c cleaning 17923 clauses out of 66133 with flag 845000/845000
1398.89/704.17	c cleaning 18066 clauses out of 67211 with flag 864001/864001
1463.75/736.86	c cleaning 18329 clauses out of 68144 with flag 883000/883000
1491.39/750.82	c cleaning 17918 clauses out of 68815 with flag 902000/902000
1526.91/768.74	c cleaning 18182 clauses out of 69897 with flag 921000/921000
1551.47/781.18	c cleaning 18454 clauses out of 70717 with flag 940002/940002
1579.87/795.69	c cleaning 18065 clauses out of 71263 with flag 959002/959002
1618.79/815.22	c cleaning 17622 clauses out of 72197 with flag 978001/978001
1660.04/836.02	c cleaning 17812 clauses out of 73576 with flag 997002/997002
1702.71/857.60	c cleaning 18225 clauses out of 74763 with flag 1016001/1016001
1746.68/879.81	c cleaning 18215 clauses out of 75537 with flag 1035000/1035000
1780.94/897.12	c cleaning 18616 clauses out of 76323 with flag 1054001/1054001
1800.13/906.91	c starts		: 183
1800.13/906.91	c conflicts		: 1071504
1800.13/906.91	c decisions		: 28279723
1800.13/906.91	c propagations		: 791669023
1800.13/906.91	c inspects		: 1455076507
1800.13/906.91	c shortcuts		: 0
1800.13/906.91	c learnt literals	: 86
1800.13/906.91	c learnt binary clauses	: 50039
1800.13/906.91	c learnt ternary clauses	: 56960
1800.13/906.91	c learnt constraints	: 1071418
1800.13/906.91	c ignored constraints	: 0
1800.13/906.91	c root simplifications	: 0
1800.13/906.91	c removed literals (reason simplification)	: 13609485
1800.13/906.91	c reason swapping (by a shorter reason)	: 0
1800.13/906.91	c Calls to reduceDB	: 61
1800.13/906.91	c number of reductions to clauses (during analyze)	: 0
1800.13/906.91	c number of learned constraints concerned by reduction	: 0
1800.13/906.91	c number of learning phase by resolution	: 0
1800.13/906.91	c number of learning phase by cutting planes	: 0
1800.13/906.91	c speed (assignments/second)	: 873530.6994362712
1800.13/906.91	c non guided choices	28768
1800.13/906.95	c learnt constraints type 
1800.13/906.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 50041
1800.13/906.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25211
1800.13/906.95	c constraints type 
1800.13/906.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16705
1800.13/906.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 156
1800.13/906.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2015
1800.13/906.95	c constraints type 
1800.13/906.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2015
1800.13/906.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16705
1800.13/906.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 156
1800.13/906.95	s UNKNOWN
1800.13/906.95	c Total wall clock time (in seconds): 906.821

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

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

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


[startup+0 s]
/proc/loadavg: 3.97 3.97 3.91 4/195 5249
/proc/meminfo: memFree=24522704/32873852 swapFree=7624/7624
[pid=5249] ppid=5247 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/5249/stat : 5249 (java) D 5247 5249 1918 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 342803460 9515008 182 33554432000 1073741824 1073778376 140736375540800 140736375531832 252263087797 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/5249/statm: 2323 182 140 9 0 71 0

[startup+0.0939199 s]
/proc/loadavg: 3.97 3.97 3.91 4/195 5249
/proc/meminfo: memFree=24522704/32873852 swapFree=7624/7624
[pid=5249] ppid=5247 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/5249/stat : 5249 (java) S 5247 5249 1918 0 -1 4202496 4471 0 1 0 5 1 0 0 20 0 18 0 342803460 11864465408 12834 33554432000 1073741824 1073778376 140734543806000 140734543797136 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5249/statm: 2896598 12834 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.100264 s]
/proc/loadavg: 3.97 3.97 3.91 4/195 5249
/proc/meminfo: memFree=24522704/32873852 swapFree=7624/7624
[pid=5249] ppid=5247 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/5249/stat : 5249 (java) S 5247 5249 1918 0 -1 4202496 4713 0 1 0 6 1 0 0 20 0 18 0 342803460 11864465408 13076 33554432000 1073741824 1073778376 140734543806000 140734543797136 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5249/statm: 2896598 13076 1940 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300224 s]
/proc/loadavg: 3.97 3.97 3.91 4/195 5249
/proc/meminfo: memFree=24522704/32873852 swapFree=7624/7624
[pid=5249] ppid=5247 vsize=11586392 CPUtime=0.54 cores=0,2,4,6
/proc/5249/stat : 5249 (java) S 5247 5249 1918 0 -1 4202496 8087 0 1 0 51 3 0 0 20 0 18 0 342803460 11864465408 18842 33554432000 1073741824 1073778376 140734543806000 140734543797136 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5249/statm: 2896598 18842 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 11586392

[startup+0.700176 s]
/proc/loadavg: 3.97 3.97 3.91 4/195 5249
/proc/meminfo: memFree=24522704/32873852 swapFree=7624/7624
[pid=5249] ppid=5247 vsize=11852648 CPUtime=1.45 cores=0,2,4,6
/proc/5249/stat : 5249 (java) S 5247 5249 1918 0 -1 4202496 10194 0 1 0 141 4 0 0 20 0 22 0 342803460 12137111552 47271 33554432000 1073741824 1073778376 140734543806000 140734543797136 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5249/statm: 2963162 47271 2258 9 0 2953849 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 11852648

[startup+1.50072 s]
/proc/loadavg: 4.06 3.99 3.91 7/217 5271
/proc/meminfo: memFree=24311236/32873852 swapFree=7624/7624
[pid=5249] ppid=5247 vsize=11852648 CPUtime=3.91 cores=0,2,4,6
/proc/5249/stat : 5249 (java) S 5247 5249 1918 0 -1 4202496 16013 0 1 0 383 8 0 0 20 0 22 0 342803460 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140734543797136 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5249/statm: 2963162 86845 2263 9 0 2953849 0
[pid=5249/tid=5251] ppid=5247 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/5249/task/5251/stat : 5251 (java) S 5247 5249 1918 0 -1 4202560 3435 0 1 0 56 3 0 0 20 0 22 0 342803461 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081845994648 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5252] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5252/stat : 5252 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081683000232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5253] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5253/stat : 5253 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081681947688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5254] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5254/stat : 5254 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081680894632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5255] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5255/stat : 5255 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081679842088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5256] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5256/stat : 5256 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081678789032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5257] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5257/stat : 5257 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081677736488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5258] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5258/stat : 5258 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081676683432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5259] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5259/stat : 5259 (java) S 5247 5249 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081675630888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5260] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5260/stat : 5260 (java) S 5247 5249 1918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342803464 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081663433576 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5261] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5261/stat : 5261 (java) S 5247 5249 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342803465 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081662379896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5262] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5262/stat : 5262 (java) S 5247 5249 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342803465 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081661326728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5263] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5263/stat : 5263 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803467 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081660275472 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5264] ppid=5247 vsize=11852648 CPUtime=0.76 cores=0,2,4,6
/proc/5249/task/5264/stat : 5264 (java) R 5247 5249 1918 0 -1 4202560 5504 0 0 0 76 0 0 0 20 0 22 0 342803467 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081659222208 252262674197 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5265] ppid=5247 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/5249/task/5265/stat : 5265 (java) R 5247 5249 1918 0 -1 4202560 5705 0 0 0 78 2 0 0 20 0 22 0 342803467 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081658169784 252266462264 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5266] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5266/stat : 5266 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803467 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081657116920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5267] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5267/stat : 5267 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803467 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081656064584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5268] ppid=5247 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/5249/task/5268/stat : 5268 (java) R 5247 5249 1918 0 -1 4202560 29 0 0 0 85 0 0 0 20 0 22 0 342803523 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081655010568 140081718037092 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5269] ppid=5247 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/5249/task/5269/stat : 5269 (java) R 5247 5249 1918 0 -1 4202560 140 0 0 0 82 3 0 0 20 0 22 0 342803523 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081653957560 252266462264 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5270] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5270/stat : 5270 (java) S 5247 5249 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342803525 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081652905256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5271] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5271/stat : 5271 (java) S 5247 5249 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342803525 12137111552 86845 33554432000 1073741824 1073778376 140734543806000 140081651852712 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 11852648

[startup+3.10077 s]
/proc/loadavg: 4.06 3.99 3.91 6/217 5271
/proc/meminfo: memFree=24015520/32873852 swapFree=7624/7624
[pid=5249] ppid=5247 vsize=11852648 CPUtime=7.27 cores=0,2,4,6
/proc/5249/stat : 5249 (java) S 5247 5249 1918 0 -1 4202496 16249 0 1 0 711 16 0 0 20 0 22 0 342803460 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140734543797136 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5249/statm: 2963162 205632 2264 9 0 2953849 0
[pid=5249/tid=5251] ppid=5247 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/5249/task/5251/stat : 5251 (java) S 5247 5249 1918 0 -1 4202560 3435 0 1 0 56 3 0 0 20 0 22 0 342803461 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081845994648 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5252] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5252/stat : 5252 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081683000232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5253] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5253/stat : 5253 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081681947688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5254] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5254/stat : 5254 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081680894632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5255] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5255/stat : 5255 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081679842088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5256] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5256/stat : 5256 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081678789032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5257] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5257/stat : 5257 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081677736488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5258] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5258/stat : 5258 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081676683432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5259] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5259/stat : 5259 (java) S 5247 5249 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081675630888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5260] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5260/stat : 5260 (java) S 5247 5249 1918 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342803464 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081663433576 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5261] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5261/stat : 5261 (java) S 5247 5249 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342803465 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081662379896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5262] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5262/stat : 5262 (java) S 5247 5249 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342803465 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081661326728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5263] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5263/stat : 5263 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803467 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081660275472 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5264] ppid=5247 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/5249/task/5264/stat : 5264 (java) S 5247 5249 1918 0 -1 4202560 5504 0 0 0 79 0 0 0 20 0 22 0 342803467 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081659222328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5265] ppid=5247 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/5249/task/5265/stat : 5265 (java) S 5247 5249 1918 0 -1 4202560 5707 0 0 0 91 2 0 0 20 0 22 0 342803467 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081658169784 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5266] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5266/stat : 5266 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803467 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081657116920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5267] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5267/stat : 5267 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803467 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081656064584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5268] ppid=5247 vsize=11852648 CPUtime=2.44 cores=0,2,4,6
/proc/5249/task/5268/stat : 5268 (java) R 5247 5249 1918 0 -1 4202560 30 0 0 0 244 0 0 0 20 0 22 0 342803523 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081655010296 140081718037092 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5269] ppid=5247 vsize=11852648 CPUtime=2.44 cores=0,2,4,6
/proc/5249/task/5269/stat : 5269 (java) R 5247 5249 1918 0 -1 4202560 372 0 0 0 235 9 0 0 20 0 22 0 342803523 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081653957336 140081718451375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5270] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5270/stat : 5270 (java) S 5247 5249 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342803525 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081652905256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5271] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5271/stat : 5271 (java) S 5247 5249 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342803525 12137111552 205632 33554432000 1073741824 1073778376 140734543806000 140081651852712 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 11852648

[startup+6.30078 s]
/proc/loadavg: 4.06 3.99 3.91 5/217 5271
/proc/meminfo: memFree=23434080/32873852 swapFree=7624/7624
[pid=5249] ppid=5247 vsize=11852648 CPUtime=14.23 cores=0,2,4,6
/proc/5249/stat : 5249 (java) S 5247 5249 1918 0 -1 4202496 20455 0 1 0 1401 22 0 0 20 0 22 0 342803460 12137111552 279752 33554432000 1073741824 1073778376 140734543806000 140734543797136 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5249/statm: 2963162 279752 2290 9 0 2953849 0
[pid=5249/tid=5251] ppid=5247 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/5249/task/5251/stat : 5251 (java) S 5247 5249 1918 0 -1 4202560 3435 0 1 0 56 3 0 0 20 0 22 0 342803461 12137111552 279752 33554432000 1073741824 1073778376 140734543806000 140081845994648 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5252] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5252/stat : 5252 (java) S 5247 5249 1918 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 279752 33554432000 1073741824 1073778376 140734543806000 140081683000232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5253] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5253/stat : 5253 (java) S 5247 5249 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 279752 33554432000 1073741824 1073778376 140734543806000 140081681947688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5254] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5254/stat : 5254 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 279752 33554432000 1073741824 1073778376 140734543806000 140081680894632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5255] ppid=5247 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/5249/task/5255/stat : 5255 (java) S 5247 5249 1918 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 342803463 12137111552 279752 33554432000 1073741824 1073778376 140734543806000 140081679842088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5256] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5256/stat : 5256 (java) S 5247 5249 1918 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 279752 33554432000 1073741824 1073778376 140734543806000 140081678789032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5257] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5257/stat : 5257 (java) S 5247 5249 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 279752 33554432000 1073741824 1073778376 140734543806000 140081677736488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5258] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5258/stat : 5258 (java) S 5247 5249 1918 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 279752 33554432000 1073741824 1073778376 140734543806000 140081676683432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5259] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5259/stat : 5259 (java) S 5247 5249 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342803463 12137111552 279752 33554432000 1073741824 1073778376 140734543806000 140081675630888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5260] ppid=5247 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/5249/task/5260/stat : 5260 (java) S 5247 5249 1918 0 -1 4202560 39 0 0 0 5 0 0 0 20 0 22 0 342803464 12137111552 279752 33554432000 1073741824 1073778376 140734543806000 140081663433576 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5261] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5261/stat : 5261 (java) S 5247 5249 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342803465 12137111552 279752 33554432000 1073741824 1073778376 140734543806000 140081662379896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5262] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5262/stat : 5262 (java) S 5247 5249 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342803465 12137111552 279752 33554432000 1073741824 1073778376 140734543806000 140081661326728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5263] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5263/stat : 5263 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803467 12137111552 279752 33554432000 1073741824 1073778376 140734543806000 140081660275472 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5264] ppid=5247 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/5249/task/5264/stat : 5264 (java) S 5247 5249 1918 0 -1 4202560 9490 0 0 0 124 2 0 0 20 0 22 0 342803467 12137111552 279752 33554432000 1073741824 1073778376 140734543806000 140081659222328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/5249/statm: 2963162 957273 2291 9 0 2953849 0
[pid=5249/tid=5251] ppid=5247 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/5249/task/5251/stat : 5251 (java) S 5247 5249 1918 0 -1 4202560 3458 0 1 0 57 5 0 0 20 0 22 0 342803461 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081845994648 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5252] ppid=5247 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/5249/task/5252/stat : 5252 (java) S 5247 5249 1918 0 -1 4202560 139 0 0 0 122 5 0 0 20 0 22 0 342803463 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081683000232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5253] ppid=5247 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/5249/task/5253/stat : 5253 (java) S 5247 5249 1918 0 -1 4202560 145 0 0 0 109 6 0 0 20 0 22 0 342803463 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081681947688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5254] ppid=5247 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/5249/task/5254/stat : 5254 (java) S 5247 5249 1918 0 -1 4202560 135 0 0 0 107 5 0 0 20 0 22 0 342803463 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081680894632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5255] ppid=5247 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/5249/task/5255/stat : 5255 (java) S 5247 5249 1918 0 -1 4202560 142 0 0 0 107 6 0 0 20 0 22 0 342803463 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081679842088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5256] ppid=5247 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/5249/task/5256/stat : 5256 (java) S 5247 5249 1918 0 -1 4202560 130 0 0 0 111 4 0 0 20 0 22 0 342803463 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081678789032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5257] ppid=5247 vsize=11852648 CPUtime=1.16 cores=0,2,4,6
/proc/5249/task/5257/stat : 5257 (java) S 5247 5249 1918 0 -1 4202560 102 0 0 0 112 4 0 0 20 0 22 0 342803463 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081677736488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5258] ppid=5247 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/5249/task/5258/stat : 5258 (java) S 5247 5249 1918 0 -1 4202560 141 0 0 0 108 7 0 0 20 0 22 0 342803463 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081676683432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5259] ppid=5247 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/5249/task/5259/stat : 5259 (java) S 5247 5249 1918 0 -1 4202560 144 0 0 0 113 7 0 0 20 0 22 0 342803463 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081675630888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5260] ppid=5247 vsize=11852648 CPUtime=19.51 cores=0,2,4,6
/proc/5249/task/5260/stat : 5260 (java) S 5247 5249 1918 0 -1 4202560 161 0 0 0 1945 6 0 0 20 0 22 0 342803464 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081663433576 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5261] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5261/stat : 5261 (java) S 5247 5249 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342803465 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081662379896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5262] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5262/stat : 5262 (java) S 5247 5249 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342803465 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081661326728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5263] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5263/stat : 5263 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803467 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081660275472 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5264] ppid=5247 vsize=11852648 CPUtime=1.35 cores=0,2,4,6
/proc/5249/task/5264/stat : 5264 (java) S 5247 5249 1918 0 -1 4202560 9495 0 0 0 133 2 0 0 20 0 22 0 342803467 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081659222328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5265] ppid=5247 vsize=11852648 CPUtime=1.5 cores=0,2,4,6
/proc/5249/task/5265/stat : 5265 (java) S 5247 5249 1918 0 -1 4202560 7830 0 0 0 148 2 0 0 20 0 22 0 342803467 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081658169784 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5266] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5266/stat : 5266 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803467 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081657116920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5267] ppid=5247 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/5249/task/5267/stat : 5267 (java) S 5247 5249 1918 0 -1 4202560 51 0 0 0 11 18 0 0 20 0 22 0 342803467 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081656064584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5268] ppid=5247 vsize=11852648 CPUtime=857.1 cores=0,2,4,6
/proc/5249/task/5268/stat : 5268 (java) R 5247 5249 1918 0 -1 4202560 74 0 0 0 85695 15 0 0 20 0 22 0 342803523 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081655010128 140081718180061 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5269] ppid=5247 vsize=11852648 CPUtime=857.16 cores=0,2,4,6
/proc/5249/task/5269/stat : 5269 (java) R 5247 5249 1918 0 -1 4202560 1646 0 0 0 85646 70 0 0 20 0 22 0 342803523 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081653955264 140081718293767 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5270] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5270/stat : 5270 (java) S 5247 5249 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342803525 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081652905256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5271] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5271/stat : 5271 (java) S 5247 5249 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342803525 12137111552 957273 33554432000 1073741824 1073778376 140734543806000 140081651852712 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1751.28
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.901 s]
/proc/loadavg: 2.08 2.24 2.93 3/190 5307
/proc/meminfo: memFree=24465140/32873852 swapFree=7624/7624
[pid=5249] ppid=5247 vsize=11852648 CPUtime=1800.13 cores=0,2,4,6
/proc/5249/stat : 5249 (java) S 5247 5249 1918 0 -1 4202496 25010 0 1 0 179874 139 0 0 20 0 22 0 342803460 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140734543797136 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5249/statm: 2963162 957297 2291 9 0 2953849 0
[pid=5249/tid=5251] ppid=5247 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/5249/task/5251/stat : 5251 (java) S 5247 5249 1918 0 -1 4202560 3458 0 1 0 57 5 0 0 20 0 22 0 342803461 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081845994648 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5252] ppid=5247 vsize=11852648 CPUtime=1.31 cores=0,2,4,6
/proc/5249/task/5252/stat : 5252 (java) S 5247 5249 1918 0 -1 4202560 140 0 0 0 126 5 0 0 20 0 22 0 342803463 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081683000232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5253] ppid=5247 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/5249/task/5253/stat : 5253 (java) S 5247 5249 1918 0 -1 4202560 149 0 0 0 112 6 0 0 20 0 22 0 342803463 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081681947688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5254] ppid=5247 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/5249/task/5254/stat : 5254 (java) S 5247 5249 1918 0 -1 4202560 135 0 0 0 108 5 0 0 20 0 22 0 342803463 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081680894632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5255] ppid=5247 vsize=11852648 CPUtime=1.16 cores=0,2,4,6
/proc/5249/task/5255/stat : 5255 (java) S 5247 5249 1918 0 -1 4202560 147 0 0 0 110 6 0 0 20 0 22 0 342803463 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081679842088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5256] ppid=5247 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/5249/task/5256/stat : 5256 (java) S 5247 5249 1918 0 -1 4202560 130 0 0 0 113 4 0 0 20 0 22 0 342803463 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081678789032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5257] ppid=5247 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/5249/task/5257/stat : 5257 (java) S 5247 5249 1918 0 -1 4202560 102 0 0 0 117 4 0 0 20 0 22 0 342803463 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081677736488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5258] ppid=5247 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/5249/task/5258/stat : 5258 (java) S 5247 5249 1918 0 -1 4202560 143 0 0 0 112 7 0 0 20 0 22 0 342803463 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081676683432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5259] ppid=5247 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/5249/task/5259/stat : 5259 (java) S 5247 5249 1918 0 -1 4202560 156 0 0 0 116 7 0 0 20 0 22 0 342803463 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081675630888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5260] ppid=5247 vsize=11852648 CPUtime=19.97 cores=0,2,4,6
/proc/5249/task/5260/stat : 5260 (java) S 5247 5249 1918 0 -1 4202560 163 0 0 0 1991 6 0 0 20 0 22 0 342803464 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081663433576 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5261] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5261/stat : 5261 (java) S 5247 5249 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342803465 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081662379896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5262] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5262/stat : 5262 (java) S 5247 5249 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342803465 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081661326728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5263] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5263/stat : 5263 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803467 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081660275472 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5264] ppid=5247 vsize=11852648 CPUtime=1.35 cores=0,2,4,6
/proc/5249/task/5264/stat : 5264 (java) S 5247 5249 1918 0 -1 4202560 9495 0 0 0 133 2 0 0 20 0 22 0 342803467 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081659222328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5265] ppid=5247 vsize=11852648 CPUtime=1.5 cores=0,2,4,6
/proc/5249/task/5265/stat : 5265 (java) S 5247 5249 1918 0 -1 4202560 7830 0 0 0 148 2 0 0 20 0 22 0 342803467 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081658169784 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5266] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5266/stat : 5266 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803467 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081657116920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5267] ppid=5247 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/5249/task/5267/stat : 5267 (java) S 5247 5249 1918 0 -1 4202560 53 0 0 0 11 18 0 0 20 0 22 0 342803467 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081656064584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5268] ppid=5247 vsize=11852648 CPUtime=881.11 cores=0,2,4,6
/proc/5249/task/5268/stat : 5268 (java) R 5247 5249 1918 0 -1 4202560 75 0 0 0 88096 15 0 0 20 0 22 0 342803523 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081655010128 140081718095813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5269] ppid=5247 vsize=11852648 CPUtime=881.16 cores=0,2,4,6
/proc/5249/task/5269/stat : 5269 (java) R 5247 5249 1918 0 -1 4202560 1647 0 0 0 88046 70 0 0 20 0 22 0 342803523 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081653955264 140081718307795 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5270] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5270/stat : 5270 (java) S 5247 5249 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342803525 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081652905256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5271] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5271/stat : 5271 (java) S 5247 5249 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342803525 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081651852712 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 11852648

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

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

[startup+906.901 s]
/proc/loadavg: 2.08 2.24 2.93 3/190 5307
/proc/meminfo: memFree=24465140/32873852 swapFree=7624/7624
[pid=5249] ppid=5247 vsize=11852648 CPUtime=1800.13 cores=0,2,4,6
/proc/5249/stat : 5249 (java) S 5247 5249 1918 0 -1 4202496 25010 0 1 0 179874 139 0 0 20 0 22 0 342803460 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140734543797136 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5249/statm: 2963162 957297 2291 9 0 2953849 0
[pid=5249/tid=5251] ppid=5247 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/5249/task/5251/stat : 5251 (java) S 5247 5249 1918 0 -1 4202560 3458 0 1 0 57 5 0 0 20 0 22 0 342803461 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081845994648 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5252] ppid=5247 vsize=11852648 CPUtime=1.31 cores=0,2,4,6
/proc/5249/task/5252/stat : 5252 (java) S 5247 5249 1918 0 -1 4202560 140 0 0 0 126 5 0 0 20 0 22 0 342803463 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081683000232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5253] ppid=5247 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/5249/task/5253/stat : 5253 (java) S 5247 5249 1918 0 -1 4202560 149 0 0 0 112 6 0 0 20 0 22 0 342803463 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081681947688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5254] ppid=5247 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/5249/task/5254/stat : 5254 (java) S 5247 5249 1918 0 -1 4202560 135 0 0 0 108 5 0 0 20 0 22 0 342803463 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081680894632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5255] ppid=5247 vsize=11852648 CPUtime=1.16 cores=0,2,4,6
/proc/5249/task/5255/stat : 5255 (java) S 5247 5249 1918 0 -1 4202560 147 0 0 0 110 6 0 0 20 0 22 0 342803463 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081679842088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5256] ppid=5247 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/5249/task/5256/stat : 5256 (java) S 5247 5249 1918 0 -1 4202560 130 0 0 0 113 4 0 0 20 0 22 0 342803463 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081678789032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5257] ppid=5247 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/5249/task/5257/stat : 5257 (java) S 5247 5249 1918 0 -1 4202560 102 0 0 0 117 4 0 0 20 0 22 0 342803463 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081677736488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5258] ppid=5247 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/5249/task/5258/stat : 5258 (java) S 5247 5249 1918 0 -1 4202560 143 0 0 0 112 7 0 0 20 0 22 0 342803463 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081676683432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5259] ppid=5247 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/5249/task/5259/stat : 5259 (java) S 5247 5249 1918 0 -1 4202560 156 0 0 0 116 7 0 0 20 0 22 0 342803463 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081675630888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5260] ppid=5247 vsize=11852648 CPUtime=19.97 cores=0,2,4,6
/proc/5249/task/5260/stat : 5260 (java) S 5247 5249 1918 0 -1 4202560 163 0 0 0 1991 6 0 0 20 0 22 0 342803464 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081663433576 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5261] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5261/stat : 5261 (java) S 5247 5249 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342803465 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081662379896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5262] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5262/stat : 5262 (java) S 5247 5249 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342803465 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081661326728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5263] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5263/stat : 5263 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803467 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081660275472 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5264] ppid=5247 vsize=11852648 CPUtime=1.35 cores=0,2,4,6
/proc/5249/task/5264/stat : 5264 (java) S 5247 5249 1918 0 -1 4202560 9495 0 0 0 133 2 0 0 20 0 22 0 342803467 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081659222328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5265] ppid=5247 vsize=11852648 CPUtime=1.5 cores=0,2,4,6
/proc/5249/task/5265/stat : 5265 (java) S 5247 5249 1918 0 -1 4202560 7830 0 0 0 148 2 0 0 20 0 22 0 342803467 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081658169784 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5266] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5266/stat : 5266 (java) S 5247 5249 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342803467 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081657116920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5267] ppid=5247 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/5249/task/5267/stat : 5267 (java) S 5247 5249 1918 0 -1 4202560 53 0 0 0 11 18 0 0 20 0 22 0 342803467 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081656064584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5249/tid=5268] ppid=5247 vsize=11852648 CPUtime=881.11 cores=0,2,4,6
/proc/5249/task/5268/stat : 5268 (java) R 5247 5249 1918 0 -1 4202560 75 0 0 0 88096 15 0 0 20 0 22 0 342803523 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081655010128 140081718095813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5249/tid=5269] ppid=5247 vsize=11852648 CPUtime=881.16 cores=0,2,4,6
/proc/5249/task/5269/stat : 5269 (java) R 5247 5249 1918 0 -1 4202560 1647 0 0 0 88046 70 0 0 20 0 22 0 342803523 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081653955264 140081718307795 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5249/tid=5270] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5270/stat : 5270 (java) S 5247 5249 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342803525 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081652905256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5249/tid=5271] ppid=5247 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5249/task/5271/stat : 5271 (java) S 5247 5249 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342803525 12137111552 957297 33554432000 1073741824 1073778376 140734543806000 140081651852712 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 906.977
CPU time (s): 1800.13
CPU user time (s): 1798.74
CPU system time (s): 1.39
CPU usage (%): 198.476
Max. virtual memory (cumulated for all children) (KiB): 11853852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.26
system time used= 1.79173
maximum resident set size= 3831368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25046
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24330
involuntary context switches= 30358

runsolver used 3.24151 second user time and 7.74282 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-04 01:39:40
IDJOB=3742409
IDBENCH=90181
IDSOLVER=2328
FILE ID=node131/3742409-1338766780
RUNJOBID= node131-1338749255-1934
PBS_JOBID= 14636797
Free space on /tmp= 71400 MiB

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

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

MD5SUM BENCH= b01d5fef61cfdf78caaec08ee0d21bae
RANDOM SEED=40185454

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        24523348 kB
Buffers:          567576 kB
Cached:          3136376 kB
SwapCached:         2348 kB
Active:          5198820 kB
Inactive:        2265896 kB
Active(anon):    3756740 kB
Inactive(anon):     3664 kB
Active(file):    1442080 kB
Inactive(file):  2262232 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:              1644 kB
Writeback:             0 kB
AnonPages:       3774856 kB
Mapped:            22420 kB
Shmem:                 0 kB
Slab:             729200 kB
SReclaimable:     171424 kB
SUnreclaim:       557776 kB
KernelStack:        1608 kB
PageTables:        11200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10461280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3713024 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= 71404 MiB
End job on node131 at 2012-06-04 01:54:49