Trace number 3740900

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.05 911.355

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-153.opb
MD5SUM64b2e27e0cc69ae36d391a38c497bb88
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 variables55296
Total number of constraints1282690
Number of constraints which are clauses1152492
Number of constraints which are cardinality constraints (but not clauses)4030
Number of constraints which are nor clauses,nor cardinality constraints126168
Minimum length of a constraint2
Maximum length of a constraint756
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.09	c version 2.2.0.v20100531
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		1349517296
0.07/0.09	c Max memory 		1356595200
0.07/0.09	c Total memory 		1356595200
0.07/0.09	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	
0.07/0.12	c solving HOME/instance-3740900-1338760747.opb
0.07/0.12	c reading problem ... 
14.23/9.32	c ... done. Wall clock time 9.2s.
14.23/9.32	c #vars     55296
14.23/9.32	c #constraints  1284718
14.23/9.32	c constraints type 
14.23/9.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 885189
14.23/9.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 4032
14.23/9.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 269329
14.23/9.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 126168
14.23/9.32	c constraints type 
14.23/9.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 269329
14.23/9.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 885189
14.23/9.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4032
14.23/9.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 126168
37.05/19.64	c cleaning 0 clauses out of 5001 with flag 0/5001
52.01/27.37	c cleaning 0 clauses out of 11000 with flag 0/11000
69.80/36.68	c cleaning 2470 clauses out of 5001 with flag 5001/5001
72.48/38.51	c cleaning 0 clauses out of 18003 with flag 0/18003
98.57/52.17	c cleaning 0 clauses out of 26001 with flag 0/26001
135.53/70.89	c cleaning 0 clauses out of 35000 with flag 0/35000
144.98/76.05	c cleaning 4235 clauses out of 8530 with flag 11000/11000
176.57/92.19	c cleaning 0 clauses out of 45000 with flag 0/45000
197.42/103.29	c cleaning 5615 clauses out of 11295 with flag 18000/18000
231.12/120.40	c cleaning 0 clauses out of 56000 with flag 0/56000
262.82/136.52	c cleaning 6784 clauses out of 13680 with flag 26000/26000
289.87/150.40	c cleaning 0 clauses out of 68002 with flag 0/68002
344.23/178.04	c cleaning 7853 clauses out of 15896 with flag 35000/35000
363.42/188.09	c cleaning 0 clauses out of 81001 with flag 0/81001
442.41/227.59	c cleaning 0 clauses out of 95001 with flag 0/95001
455.60/234.66	c cleaning 8927 clauses out of 18043 with flag 45000/45000
540.04/277.29	c cleaning 0 clauses out of 110000 with flag 0/110000
573.22/294.30	c cleaning 10013 clauses out of 20117 with flag 56001/56001
648.68/332.12	c cleaning 11032 clauses out of 22109 with flag 68006/68006
658.76/337.77	c cleaning 0 clauses out of 126002 with flag 0/126002
729.48/373.64	c cleaning 11971 clauses out of 24071 with flag 81000/81000
771.61/395.03	c cleaning 0 clauses out of 143000 with flag 0/143000
862.97/440.65	c cleaning 0 clauses out of 161000 with flag 0/161000
881.40/450.35	c cleaning 12884 clauses out of 26100 with flag 95000/95000
960.22/490.35	c cleaning 14101 clauses out of 28218 with flag 110002/110002
993.98/507.62	c cleaning 0 clauses out of 180004 with flag 0/180004
1079.69/550.59	c cleaning 14992 clauses out of 30115 with flag 126000/126000
1178.40/599.59	c cleaning 0 clauses out of 200001 with flag 0/200001
1222.13/622.16	c cleaning 15996 clauses out of 32123 with flag 143000/143000
1316.15/669.33	c cleaning 16997 clauses out of 34129 with flag 161002/161002
1377.16/700.26	c cleaning 0 clauses out of 221000 with flag 0/221000
1414.73/719.47	c cleaning 18040 clauses out of 36130 with flag 180000/180000
1582.77/803.29	c cleaning 0 clauses out of 243001 with flag 0/243001
1590.96/807.90	c cleaning 18959 clauses out of 38090 with flag 200000/200000
1800.05/911.31	c starts		: 119
1800.05/911.31	c conflicts		: 220244
1800.05/911.31	c decisions		: 21758386
1800.05/911.31	c propagations		: 525393073
1800.05/911.31	c inspects		: 2752292138
1800.05/911.31	c learnt literals	: 0
1800.05/911.31	c learnt binary clauses	: 801
1800.05/911.31	c learnt ternary clauses	: 1480
1800.05/911.31	c learnt clauses	: 220243
1800.05/911.31	c ignored clauses	: 0
1800.05/911.31	c root simplifications	: 0
1800.05/911.31	c removed literals (reason simplification)	: 2463542
1800.05/911.31	c reason swapping (by a shorter reason)	: 0
1800.05/911.31	c Calls to reduceDB	: 16
1800.05/911.31	c number of reductions to clauses (during analyze)	: 0
1800.05/911.31	c number of learned constraints concerned by reduction	: 0
1800.05/911.31	c number of learning phase by resolution	: 0
1800.05/911.31	c number of learning phase by cutting planes	: 0
1800.05/911.31	c speed (assignments/second)	: 582486.0230336679
1800.05/911.31	c non guided choices	3056541
1800.05/911.33	c learnt constraints type 
1800.05/911.33	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 38576
1800.05/911.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 801
1800.05/911.33	c constraints type 
1800.05/911.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 885189
1800.05/911.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 4032
1800.05/911.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 269329
1800.05/911.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 126168
1800.05/911.33	c constraints type 
1800.05/911.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 269329
1800.05/911.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 885189
1800.05/911.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4032
1800.05/911.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 126168
1800.05/911.33	s UNKNOWN
1800.05/911.33	c Total wall clock time (in seconds): 911.207

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-3740900-1338760747/watcher-3740900-1338760747 -o /tmp/evaluation-result-3740900-1338760747/solver-3740900-1338760747 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3740900-1338760747.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: 2.88 3.20 3.52 3/195 25715
/proc/meminfo: memFree=27273920/32873844 swapFree=7620/7620
[pid=25715] ppid=25713 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25715/stat : 25715 (java6) D 25713 25715 19811 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 342199577 9515008 182 33554432000 1073741824 1073778376 140736264014768 140736264005800 215124623029 0 0 4096 0 18446744072100748580 0 0 17 1 0 0 0 0 0
/proc/25715/statm: 2323 182 140 9 0 71 0

[startup+0.0938541 s]
/proc/loadavg: 2.88 3.20 3.52 3/195 25715
/proc/meminfo: memFree=27273920/32873844 swapFree=7620/7620
[pid=25715] ppid=25713 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/25715/stat : 25715 (java) S 25713 25715 19811 0 -1 4202496 3949 0 1 0 6 1 0 0 20 0 18 0 342199577 2764726272 5668 33554432000 1073741824 1073778376 140735775390544 140735775381680 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25715/statm: 674982 5668 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.100279 s]
/proc/loadavg: 2.88 3.20 3.52 3/195 25715
/proc/meminfo: memFree=27273920/32873844 swapFree=7620/7620
[pid=25715] ppid=25713 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/25715/stat : 25715 (java) S 25713 25715 19811 0 -1 4202496 4174 0 1 0 6 1 0 0 20 0 18 0 342199577 2764726272 5893 33554432000 1073741824 1073778376 140735775390544 140735775381680 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25715/statm: 674982 5894 1931 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300307 s]
/proc/loadavg: 2.88 3.20 3.52 3/195 25715
/proc/meminfo: memFree=27273920/32873844 swapFree=7620/7620
[pid=25715] ppid=25713 vsize=2699928 CPUtime=0.46 cores=1,3,5,7
/proc/25715/stat : 25715 (java) S 25713 25715 19811 0 -1 4202496 5906 0 1 0 44 2 0 0 20 0 18 0 342199577 2764726272 10847 33554432000 1073741824 1073778376 140735775390544 140735775381680 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25715/statm: 674982 10847 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700288 s]
/proc/loadavg: 2.88 3.20 3.52 3/195 25715
/proc/meminfo: memFree=27273920/32873844 swapFree=7620/7620
[pid=25715] ppid=25713 vsize=2699928 CPUtime=1.26 cores=1,3,5,7
/proc/25715/stat : 25715 (java) S 25713 25715 19811 0 -1 4202496 11985 0 1 0 119 7 0 0 20 0 18 0 342199577 2764726272 58592 33554432000 1073741824 1073778376 140735775390544 140735775381680 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25715/statm: 674982 58592 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 2699928

[startup+1.5007 s]
/proc/loadavg: 2.88 3.20 3.52 3/213 25733
/proc/meminfo: memFree=26870156/32873844 swapFree=7620/7620
[pid=25715] ppid=25713 vsize=2699928 CPUtime=2.41 cores=1,3,5,7
/proc/25715/stat : 25715 (java) S 25713 25715 19811 0 -1 4202496 12292 0 1 0 220 21 0 0 20 0 18 0 342199577 2764726272 111884 33554432000 1073741824 1073778376 140735775390544 140735775381680 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25715/statm: 674982 111884 2248 9 0 665676 0
[pid=25715/tid=25717] ppid=25713 vsize=2699928 CPUtime=1.36 cores=1,3,5,7
/proc/25715/task/25717/stat : 25717 (java) S 25713 25715 19811 0 -1 4202560 3011 0 1 0 126 10 0 0 20 0 18 0 342199578 2764726272 111884 33554432000 1073741824 1073778376 140735775390544 139690589199880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25715/tid=25718] ppid=25713 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/25715/task/25718/stat : 25718 (java) R 25713 25715 19811 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 18 0 342199580 2764726272 111884 33554432000 1073741824 1073778376 140735775390544 139690455853736 215124577415 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25715/tid=25719] ppid=25713 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/25715/task/25719/stat : 25719 (java) R 25713 25715 19811 0 -1 4202560 16 0 0 0 2 2 0 0 20 0 18 0 342199580 2764726272 111884 33554432000 1073741824 1073778376 140735775390544 139690454801368 215124577415 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25720] ppid=25713 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/25715/task/25720/stat : 25720 (java) R 25713 25715 19811 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 18 0 342199580 2764726272 111884 33554432000 1073741824 1073778376 140735775390544 139690453748824 139690591671985 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25715/tid=25721] ppid=25713 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/25715/task/25721/stat : 25721 (java) R 25713 25715 19811 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 18 0 342199580 2764726272 111884 33554432000 1073741824 1073778376 140735775390544 139690452696232 215124577415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25715/tid=25722] ppid=25713 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/25715/task/25722/stat : 25722 (java) R 25713 25715 19811 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 342199580 2764726272 111884 33554432000 1073741824 1073778376 140735775390544 139690451642664 215124577415 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25723] ppid=25713 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/25715/task/25723/stat : 25723 (java) R 25713 25715 19811 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 18 0 342199580 2764726272 111884 33554432000 1073741824 1073778376 140735775390544 139690450590168 215124577415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25715/tid=25724] ppid=25713 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/25715/task/25724/stat : 25724 (java) R 25713 25715 19811 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 342199580 2764726272 111884 33554432000 1073741824 1073778376 140735775390544 139690449537624 139690592957580 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25715/tid=25725] ppid=25713 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/25715/task/25725/stat : 25725 (java) R 25713 25715 19811 0 -1 4202560 27 0 0 0 4 2 0 0 20 0 18 0 342199580 2764726272 111884 33554432000 1073741824 1073778376 140735775390544 139690448485032 139690597246112 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25726] ppid=25713 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25726/stat : 25726 (java) S 25713 25715 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342199581 2764726272 111884 33554432000 1073741824 1073778376 140735775390544 139690436072968 215127995452 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25727] ppid=25713 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25727/stat : 25727 (java) S 25713 25715 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342199582 2764726272 111884 33554432000 1073741824 1073778376 140735775390544 139690435020408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25728] ppid=25713 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25728/stat : 25728 (java) S 25713 25715 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342199582 2764726272 111884 33554432000 1073741824 1073778376 140735775390544 139690433967752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25729] ppid=25713 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25729/stat : 25729 (java) S 25713 25715 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342199584 2764726272 111884 33554432000 1073741824 1073778376 140735775390544 139690432916496 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25730] ppid=25713 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/25715/task/25730/stat : 25730 (java) S 25713 25715 19811 0 -1 4202560 4027 0 0 0 29 0 0 0 20 0 18 0 342199584 2764726272 111884 33554432000 1073741824 1073778376 140735775390544 139690431862840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25731] ppid=25713 vsize=2699928 CPUtime=0.31 cores=1,3,5,7
/proc/25715/task/25731/stat : 25731 (java) S 25713 25715 19811 0 -1 4202560 3928 0 0 0 30 1 0 0 20 0 18 0 342199584 2764726272 111884 33554432000 1073741824 1073778376 140735775390544 139690430810296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25732] ppid=25713 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25732/stat : 25732 (java) S 25713 25715 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342199584 2764726272 111884 33554432000 1073741824 1073778376 140735775390544 139690429757944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25733] ppid=25713 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25733/stat : 25733 (java) S 25713 25715 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342199584 2764726272 111884 33554432000 1073741824 1073778376 140735775390544 139690428705608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 2699928

[startup+3.10069 s]
/proc/loadavg: 2.88 3.20 3.52 3/213 25733
/proc/meminfo: memFree=26794132/32873844 swapFree=7620/7620
[pid=25715] ppid=25713 vsize=2699928 CPUtime=4.65 cores=1,3,5,7
/proc/25715/stat : 25715 (java) S 25713 25715 19811 0 -1 4202496 12503 0 1 0 432 33 0 0 20 0 18 0 342199577 2764726272 129831 33554432000 1073741824 1073778376 140735775390544 140735775381680 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25715/statm: 674982 129831 2248 9 0 665676 0
[pid=25715/tid=25717] ppid=25713 vsize=2699928 CPUtime=2.76 cores=1,3,5,7
/proc/25715/task/25717/stat : 25717 (java) S 25713 25715 19811 0 -1 4202560 3014 0 1 0 266 10 0 0 20 0 18 0 342199578 2764726272 129831 33554432000 1073741824 1073778376 140735775390544 139690589199880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25715/tid=25718] ppid=25713 vsize=2699928 CPUtime=0.12 cores=1,3,5,7
/proc/25715/task/25718/stat : 25718 (java) R 25713 25715 19811 0 -1 4202560 39 0 0 0 10 2 0 0 20 0 18 0 342199580 2764726272 129831 33554432000 1073741824 1073778376 140735775390544 139690455853912 139690596096940 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25719] ppid=25713 vsize=2699928 CPUtime=0.16 cores=1,3,5,7
/proc/25715/task/25719/stat : 25719 (java) R 25713 25715 19811 0 -1 4202560 41 0 0 0 13 3 0 0 20 0 18 0 342199580 2764726272 129831 33554432000 1073741824 1073778376 140735775390544 139690454801368 139690593376431 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25720] ppid=25713 vsize=2699928 CPUtime=0.14 cores=1,3,5,7
/proc/25715/task/25720/stat : 25720 (java) R 25713 25715 19811 0 -1 4202560 36 0 0 0 11 3 0 0 20 0 18 0 342199580 2764726272 129831 33554432000 1073741824 1073778376 140735775390544 139690453748824 139690596096940 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25721] ppid=25713 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/25715/task/25721/stat : 25721 (java) R 25713 25715 19811 0 -1 4202560 36 0 0 0 7 3 0 0 20 0 18 0 342199580 2764726272 129831 33554432000 1073741824 1073778376 140735775390544 139690452696104 215127997496 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25715/tid=25722] ppid=25713 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/25715/task/25722/stat : 25722 (java) R 25713 25715 19811 0 -1 4202560 30 0 0 0 9 2 0 0 20 0 18 0 342199580 2764726272 129831 33554432000 1073741824 1073778376 140735775390544 139690451642536 139690596096940 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25715/tid=25723] ppid=25713 vsize=2699928 CPUtime=0.17 cores=1,3,5,7
/proc/25715/task/25723/stat : 25723 (java) R 25713 25715 19811 0 -1 4202560 44 0 0 0 13 4 0 0 20 0 18 0 342199580 2764726272 129831 33554432000 1073741824 1073778376 140735775390544 139690450590168 139690593376431 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25724] ppid=25713 vsize=2699928 CPUtime=0.12 cores=1,3,5,7
/proc/25715/task/25724/stat : 25724 (java) R 25713 25715 19811 0 -1 4202560 34 0 0 0 10 2 0 0 20 0 18 0 342199580 2764726272 129831 33554432000 1073741824 1073778376 140735775390544 139690449537624 139690592479074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25715/tid=25725] ppid=25713 vsize=2699928 CPUtime=0.17 cores=1,3,5,7
/proc/25715/task/25725/stat : 25725 (java) R 25713 25715 19811 0 -1 4202560 49 0 0 0 13 4 0 0 20 0 18 0 342199580 2764726272 129831 33554432000 1073741824 1073778376 140735775390544 139690448484904 215127995452 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25715/tid=25726] ppid=25713 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25726/stat : 25726 (java) S 25713 25715 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342199581 2764726272 129831 33554432000 1073741824 1073778376 140735775390544 139690436072968 215127995452 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25727] ppid=25713 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25727/stat : 25727 (java) S 25713 25715 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342199582 2764726272 129831 33554432000 1073741824 1073778376 140735775390544 139690435020408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25728] ppid=25713 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25728/stat : 25728 (java) S 25713 25715 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342199582 2764726272 129831 33554432000 1073741824 1073778376 140735775390544 139690433967752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25729] ppid=25713 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25729/stat : 25729 (java) S 25713 25715 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342199584 2764726272 129831 33554432000 1073741824 1073778376 140735775390544 139690432916496 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25730] ppid=25713 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/25715/task/25730/stat : 25730 (java) S 25713 25715 19811 0 -1 4202560 4027 0 0 0 30 0 0 0 20 0 18 0 342199584 2764726272 129831 33554432000 1073741824 1073778376 140735775390544 139690431862840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25731] ppid=25713 vsize=2699928 CPUtime=0.36 cores=1,3,5,7
/proc/25715/task/25731/stat : 25731 (java) S 25713 25715 19811 0 -1 4202560 3971 0 0 0 34 2 0 0 20 0 18 0 342199584 2764726272 129831 33554432000 1073741824 1073778376 140735775390544 139690430810296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25732] ppid=25713 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25732/stat : 25732 (java) S 25713 25715 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342199584 2764726272 129831 33554432000 1073741824 1073778376 140735775390544 139690429757944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25733] ppid=25713 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25733/stat : 25733 (java) S 25713 25715 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342199584 2764726272 129831 33554432000 1073741824 1073778376 140735775390544 139690428705608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 2699928

[startup+6.30077 s]
/proc/loadavg: 2.81 3.18 3.51 3/213 25733
/proc/meminfo: memFree=26633956/32873844 swapFree=7620/7620
[pid=25715] ppid=25713 vsize=2699928 CPUtime=9.81 cores=1,3,5,7
/proc/25715/stat : 25715 (java) S 25713 25715 19811 0 -1 4202496 13921 0 1 0 929 52 0 0 20 0 18 0 342199577 2764726272 170662 33554432000 1073741824 1073778376 140735775390544 140735775381680 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25715/statm: 674982 170662 2248 9 0 665676 0
[pid=25715/tid=25717] ppid=25713 vsize=2699928 CPUtime=5.25 cores=1,3,5,7
/proc/25715/task/25717/stat : 25717 (java) R 25713 25715 19811 0 -1 4202560 3022 0 1 0 515 10 0 0 20 0 18 0 342199578 2764726272 170662 33554432000 1073741824 1073778376 140735775390544 139690589192272 215128007949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25718] ppid=25713 vsize=2699928 CPUtime=0.45 cores=1,3,5,7
/proc/25715/task/25718/stat : 25718 (java) S 25713 25715 19811 0 -1 4202560 125 0 0 0 40 5 0 0 20 0 18 0 342199580 2764726272 170662 33554432000 1073741824 1073778376 140735775390544 139690455853736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25719] ppid=25713 vsize=2699928 CPUtime=0.51 cores=1,3,5,7
/proc/25715/task/25719/stat : 25719 (java) S 25713 25715 19811 0 -1 4202560 326 0 0 0 45 6 0 0 20 0 18 0 342199580 2764726272 170662 33554432000 1073741824 1073778376 140735775390544 139690454801192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25720] ppid=25713 vsize=2699928 CPUtime=0.4 cores=1,3,5,7
/proc/25715/task/25720/stat : 25720 (java) S 25713 25715 19811 0 -1 4202560 313 0 0 0 36 4 0 0 20 0 18 0 342199580 2764726272 170662 33554432000 1073741824 1073778376 140735775390544 139690453748648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25721] ppid=25713 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/25715/task/25721/stat : 25721 (java) S 25713 25715 19811 0 -1 4202560 133 0 0 0 42 5 0 0 20 0 18 0 342199580 2764726272 170662 33554432000 1073741824 1073778376 140735775390544 139690452696104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25715/tid=25722] ppid=25713 vsize=2699928 CPUtime=0.54 cores=1,3,5,7
/proc/25715/task/25722/stat : 25722 (java) S 25713 25715 19811 0 -1 4202560 230 0 0 0 49 5 0 0 20 0 18 0 342199580 2764726272 170662 33554432000 1073741824 1073778376 140735775390544 139690451642536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25723] ppid=25713 vsize=2699928 CPUtime=0.44 cores=1,3,5,7
/proc/25715/task/25723/stat : 25723 (java) S 25713 25715 19811 0 -1 4202560 181 0 0 0 39 5 0 0 20 0 18 0 342199580 2764726272 170662 33554432000 1073741824 1073778376 140735775390544 139690450589992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25724] ppid=25713 vsize=2699928 CPUtime=0.49 cores=1,3,5,7
/proc/25715/task/25724/stat : 25724 (java) S 25713 25715 19811 0 -1 4202560 116 0 0 0 44 5 0 0 20 0 18 0 342199580 2764726272 170662 33554432000 1073741824 1073778376 140735775390544 139690449537448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25725] ppid=25713 vsize=2699928 CPUtime=0.42 cores=1,3,5,7
/proc/25715/task/25725/stat : 25725 (java) S 25713 25715 19811 0 -1 4202560 295 0 0 0 36 6 0 0 20 0 18 0 342199580 2764726272 170662 33554432000 1073741824 1073778376 140735775390544 139690448484904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25726] ppid=25713 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25726/stat : 25726 (java) S 25713 25715 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342199581 2764726272 170662 33554432000 1073741824 1073778376 140735775390544 139690436074088 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25715/tid=25727] ppid=25713 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25727/stat : 25727 (java) S 25713 25715 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342199582 2764726272 170662 33554432000 1073741824 1073778376 140735775390544 139690435020408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25728] ppid=25713 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25728/stat : 25728 (java) S 25713 25715 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342199582 2764726272 170662 33554432000 1073741824 1073778376 140735775390544 139690433967752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25729] ppid=25713 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25729/stat : 25729 (java) S 25713 25715 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342199584 2764726272 170662 33554432000 1073741824 1073778376 140735775390544 139690432916496 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25730] ppid=25713 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/25715/task/25730/stat : 25730 (java) S 25713 25715 19811 0 -1 4202560 4027 0 0 0 30 0 0 0 20 0 18 0 342199584 2764726272 170662 33554432000 1073741824 1073778376 140735775390544 139690431862840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25731] ppid=25713 vsize=2699928 CPUtime=0.36 cores=1,3,5,7
/proc/25715/task/25731/stat : 25731 (java) S 25713 25715 19811 0 -1 4202560 3971 0 0 0 34 2 0 0 20 0 18 0 342199584 2764726272 170662 33554432000 1073741824 1073778376 140735775390544 139690430810296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25732] ppid=25713 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25732/stat : 25732 (java) S 25713 25715 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342199584 2764726272 170662 33554432000 1073741824 1073778376 140735775390544 139690429757944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25733] ppid=25713 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25733/stat : 25733 (java) S 25713 25715 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342199584 2764726272 170662 33554432000 1073741824 1073778376 140735775390544 139690428705608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.81
Current children cumulated vsize (KiB) 2699928

[startup+12.7009 s]
/proc/loadavg: 3.07 3.23 3.53 4/217 25737
/proc/meminfo: memFree=26412948/32873844 swapFree=7620/7620
[pid=25715] ppid=25713 vsize=2966184 CPUtime=22.37 cores=1,3,5,7
/proc/25715/stat : 25715 (java) S 25713 25715 19811 0 -1 4202496 20287 0 1 0 2165 72 0 0 20 0 22 0 342199577 3037372416 216017 33554432000 1073741824 1073778376 140735775390544 140735775381680 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25715/statm: 741546 216017 2268 9 0 732240 0
[pid=25715/tid=25717] ppid=25713 vsize=2966184 CPUtime=7.79 cores=1,3,5,7

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

/proc/25715/statm: 741546 283357 2282 9 0 732240 0
[pid=25715/tid=25717] ppid=25713 vsize=2966184 CPUtime=7.82 cores=1,3,5,7
/proc/25715/task/25717/stat : 25717 (java) S 25713 25715 19811 0 -1 4202560 3068 0 1 0 770 12 0 0 20 0 22 0 342199578 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690589201560 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25718] ppid=25713 vsize=2966184 CPUtime=7.8 cores=1,3,5,7
/proc/25715/task/25718/stat : 25718 (java) S 25713 25715 19811 0 -1 4202560 385 0 0 0 767 13 0 0 20 0 22 0 342199580 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690455853736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25719] ppid=25713 vsize=2966184 CPUtime=7.88 cores=1,3,5,7
/proc/25715/task/25719/stat : 25719 (java) S 25713 25715 19811 0 -1 4202560 415 0 0 0 772 16 0 0 20 0 22 0 342199580 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690454801192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25720] ppid=25713 vsize=2966184 CPUtime=7.53 cores=1,3,5,7
/proc/25715/task/25720/stat : 25720 (java) S 25713 25715 19811 0 -1 4202560 384 0 0 0 739 14 0 0 20 0 22 0 342199580 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690453748648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25721] ppid=25713 vsize=2966184 CPUtime=7.85 cores=1,3,5,7
/proc/25715/task/25721/stat : 25721 (java) S 25713 25715 19811 0 -1 4202560 407 0 0 0 773 12 0 0 20 0 22 0 342199580 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690452696104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25722] ppid=25713 vsize=2966184 CPUtime=7.86 cores=1,3,5,7
/proc/25715/task/25722/stat : 25722 (java) S 25713 25715 19811 0 -1 4202560 393 0 0 0 775 11 0 0 20 0 22 0 342199580 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690451642536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25723] ppid=25713 vsize=2966184 CPUtime=7.63 cores=1,3,5,7
/proc/25715/task/25723/stat : 25723 (java) S 25713 25715 19811 0 -1 4202560 389 0 0 0 750 13 0 0 20 0 22 0 342199580 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690450589992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25724] ppid=25713 vsize=2966184 CPUtime=7.47 cores=1,3,5,7
/proc/25715/task/25724/stat : 25724 (java) S 25713 25715 19811 0 -1 4202560 382 0 0 0 734 13 0 0 20 0 22 0 342199580 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690449537448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25715/tid=25725] ppid=25713 vsize=2966184 CPUtime=7.46 cores=1,3,5,7
/proc/25715/task/25725/stat : 25725 (java) S 25713 25715 19811 0 -1 4202560 406 0 0 0 731 15 0 0 20 0 22 0 342199580 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690448484904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25726] ppid=25713 vsize=2966184 CPUtime=46.2 cores=1,3,5,7
/proc/25715/task/25726/stat : 25726 (java) S 25713 25715 19811 0 -1 4202560 164255 0 0 0 4554 66 0 0 20 0 22 0 342199581 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690436074088 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25727] ppid=25713 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25727/stat : 25727 (java) S 25713 25715 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342199582 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690435020408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25728] ppid=25713 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25728/stat : 25728 (java) S 25713 25715 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342199582 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690433967752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25729] ppid=25713 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25729/stat : 25729 (java) S 25713 25715 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342199584 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690432916496 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25730] ppid=25713 vsize=2966184 CPUtime=1.57 cores=1,3,5,7
/proc/25715/task/25730/stat : 25730 (java) S 25713 25715 19811 0 -1 4202560 10657 0 0 0 155 2 0 0 20 0 22 0 342199584 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690431862840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25715/tid=25731] ppid=25713 vsize=2966184 CPUtime=0.9 cores=1,3,5,7
/proc/25715/task/25731/stat : 25731 (java) S 25713 25715 19811 0 -1 4202560 4633 0 0 0 88 2 0 0 20 0 22 0 342199584 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690430810296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25715/tid=25732] ppid=25713 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25732/stat : 25732 (java) S 25713 25715 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342199584 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690429757944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25733] ppid=25713 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/25715/task/25733/stat : 25733 (java) S 25713 25715 19811 0 -1 4202560 48 0 0 0 26 22 0 0 20 0 22 0 342199584 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690428705608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25734] ppid=25713 vsize=2966184 CPUtime=809.11 cores=1,3,5,7
/proc/25715/task/25734/stat : 25734 (java) R 25713 25715 19811 0 -1 4202560 297 0 0 0 80896 15 0 0 20 0 22 0 342200510 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690427649632 139690529701858 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25715/tid=25735] ppid=25713 vsize=2966184 CPUtime=809.13 cores=1,3,5,7
/proc/25715/task/25735/stat : 25735 (java) R 25713 25715 19811 0 -1 4202560 364 0 0 0 80898 15 0 0 20 0 22 0 342200510 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690426596384 139690529782433 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25715/tid=25736] ppid=25713 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25736/stat : 25736 (java) S 25713 25715 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342200513 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690425546280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25715/tid=25737] ppid=25713 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25737/stat : 25737 (java) S 25713 25715 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342200513 3037372416 283357 33554432000 1073741824 1073778376 140735775390544 139690424493736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1741.02
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.301 s]
/proc/loadavg: 4.09 3.64 3.43 5/221 25829
/proc/meminfo: memFree=26562220/32873844 swapFree=7620/7620
[pid=25715] ppid=25713 vsize=2966184 CPUtime=1800.05 cores=1,3,5,7
/proc/25715/stat : 25715 (java) S 25713 25715 19811 0 -1 4202496 187713 0 1 0 179785 220 0 0 20 0 22 0 342199577 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 140735775381680 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25715/statm: 741546 287965 2282 9 0 732240 0
[pid=25715/tid=25717] ppid=25713 vsize=2966184 CPUtime=7.82 cores=1,3,5,7
/proc/25715/task/25717/stat : 25717 (java) S 25713 25715 19811 0 -1 4202560 3069 0 1 0 770 12 0 0 20 0 22 0 342199578 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690589201560 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25718] ppid=25713 vsize=2966184 CPUtime=8.12 cores=1,3,5,7
/proc/25715/task/25718/stat : 25718 (java) S 25713 25715 19811 0 -1 4202560 387 0 0 0 799 13 0 0 20 0 22 0 342199580 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690455853736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25719] ppid=25713 vsize=2966184 CPUtime=8.14 cores=1,3,5,7
/proc/25715/task/25719/stat : 25719 (java) S 25713 25715 19811 0 -1 4202560 417 0 0 0 797 17 0 0 20 0 22 0 342199580 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690454801192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25720] ppid=25713 vsize=2966184 CPUtime=7.76 cores=1,3,5,7
/proc/25715/task/25720/stat : 25720 (java) S 25713 25715 19811 0 -1 4202560 387 0 0 0 762 14 0 0 20 0 22 0 342199580 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690453748648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25715/tid=25721] ppid=25713 vsize=2966184 CPUtime=8.09 cores=1,3,5,7
/proc/25715/task/25721/stat : 25721 (java) S 25713 25715 19811 0 -1 4202560 411 0 0 0 796 13 0 0 20 0 22 0 342199580 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690452696104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25722] ppid=25713 vsize=2966184 CPUtime=8.14 cores=1,3,5,7
/proc/25715/task/25722/stat : 25722 (java) S 25713 25715 19811 0 -1 4202560 395 0 0 0 803 11 0 0 20 0 22 0 342199580 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690451642536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25723] ppid=25713 vsize=2966184 CPUtime=7.85 cores=1,3,5,7
/proc/25715/task/25723/stat : 25723 (java) S 25713 25715 19811 0 -1 4202560 389 0 0 0 771 14 0 0 20 0 22 0 342199580 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690450589992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25715/tid=25724] ppid=25713 vsize=2966184 CPUtime=7.84 cores=1,3,5,7
/proc/25715/task/25724/stat : 25724 (java) S 25713 25715 19811 0 -1 4202560 385 0 0 0 771 13 0 0 20 0 22 0 342199580 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690449537448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25725] ppid=25713 vsize=2966184 CPUtime=7.77 cores=1,3,5,7
/proc/25715/task/25725/stat : 25725 (java) S 25713 25715 19811 0 -1 4202560 412 0 0 0 761 16 0 0 20 0 22 0 342199580 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690448484904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25726] ppid=25713 vsize=2966184 CPUtime=46.21 cores=1,3,5,7
/proc/25715/task/25726/stat : 25726 (java) S 25713 25715 19811 0 -1 4202560 164257 0 0 0 4555 66 0 0 20 0 22 0 342199581 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690436074088 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25727] ppid=25713 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25727/stat : 25727 (java) S 25713 25715 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342199582 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690435020408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25728] ppid=25713 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25728/stat : 25728 (java) S 25713 25715 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342199582 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690433967752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25729] ppid=25713 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25729/stat : 25729 (java) S 25713 25715 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342199584 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690432916496 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25730] ppid=25713 vsize=2966184 CPUtime=1.57 cores=1,3,5,7
/proc/25715/task/25730/stat : 25730 (java) S 25713 25715 19811 0 -1 4202560 10658 0 0 0 155 2 0 0 20 0 22 0 342199584 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690431862840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25715/tid=25731] ppid=25713 vsize=2966184 CPUtime=0.9 cores=1,3,5,7
/proc/25715/task/25731/stat : 25731 (java) S 25713 25715 19811 0 -1 4202560 4633 0 0 0 88 2 0 0 20 0 22 0 342199584 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690430810296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25715/tid=25732] ppid=25713 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25732/stat : 25732 (java) S 25713 25715 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342199584 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690429757944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25733] ppid=25713 vsize=2966184 CPUtime=0.5 cores=1,3,5,7
/proc/25715/task/25733/stat : 25733 (java) S 25713 25715 19811 0 -1 4202560 50 0 0 0 27 23 0 0 20 0 22 0 342199584 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690428705608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25734] ppid=25713 vsize=2966184 CPUtime=837.42 cores=1,3,5,7
/proc/25715/task/25734/stat : 25734 (java) R 25713 25715 19811 0 -1 4202560 305 0 0 0 83727 15 0 0 20 0 22 0 342200510 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690427650648 139690529552199 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25715/tid=25735] ppid=25713 vsize=2966184 CPUtime=837.44 cores=1,3,5,7
/proc/25715/task/25735/stat : 25735 (java) R 25713 25715 19811 0 -1 4202560 370 0 0 0 83729 15 0 0 20 0 22 0 342200510 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690426597120 139690529781655 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25736] ppid=25713 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25736/stat : 25736 (java) S 25713 25715 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342200513 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690425546280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25715/tid=25737] ppid=25713 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25737/stat : 25737 (java) S 25713 25715 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342200513 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690424493736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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+911.301 s]
/proc/loadavg: 4.09 3.64 3.43 5/221 25829
/proc/meminfo: memFree=26562220/32873844 swapFree=7620/7620
[pid=25715] ppid=25713 vsize=2966184 CPUtime=1800.05 cores=1,3,5,7
/proc/25715/stat : 25715 (java) S 25713 25715 19811 0 -1 4202496 187713 0 1 0 179785 220 0 0 20 0 22 0 342199577 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 140735775381680 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25715/statm: 741546 287965 2282 9 0 732240 0
[pid=25715/tid=25717] ppid=25713 vsize=2966184 CPUtime=7.82 cores=1,3,5,7
/proc/25715/task/25717/stat : 25717 (java) S 25713 25715 19811 0 -1 4202560 3069 0 1 0 770 12 0 0 20 0 22 0 342199578 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690589201560 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25718] ppid=25713 vsize=2966184 CPUtime=8.12 cores=1,3,5,7
/proc/25715/task/25718/stat : 25718 (java) S 25713 25715 19811 0 -1 4202560 387 0 0 0 799 13 0 0 20 0 22 0 342199580 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690455853736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25719] ppid=25713 vsize=2966184 CPUtime=8.14 cores=1,3,5,7
/proc/25715/task/25719/stat : 25719 (java) S 25713 25715 19811 0 -1 4202560 417 0 0 0 797 17 0 0 20 0 22 0 342199580 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690454801192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25720] ppid=25713 vsize=2966184 CPUtime=7.76 cores=1,3,5,7
/proc/25715/task/25720/stat : 25720 (java) S 25713 25715 19811 0 -1 4202560 387 0 0 0 762 14 0 0 20 0 22 0 342199580 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690453748648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25715/tid=25721] ppid=25713 vsize=2966184 CPUtime=8.09 cores=1,3,5,7
/proc/25715/task/25721/stat : 25721 (java) S 25713 25715 19811 0 -1 4202560 411 0 0 0 796 13 0 0 20 0 22 0 342199580 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690452696104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25722] ppid=25713 vsize=2966184 CPUtime=8.14 cores=1,3,5,7
/proc/25715/task/25722/stat : 25722 (java) S 25713 25715 19811 0 -1 4202560 395 0 0 0 803 11 0 0 20 0 22 0 342199580 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690451642536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25723] ppid=25713 vsize=2966184 CPUtime=7.85 cores=1,3,5,7
/proc/25715/task/25723/stat : 25723 (java) S 25713 25715 19811 0 -1 4202560 389 0 0 0 771 14 0 0 20 0 22 0 342199580 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690450589992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25715/tid=25724] ppid=25713 vsize=2966184 CPUtime=7.84 cores=1,3,5,7
/proc/25715/task/25724/stat : 25724 (java) S 25713 25715 19811 0 -1 4202560 385 0 0 0 771 13 0 0 20 0 22 0 342199580 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690449537448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25725] ppid=25713 vsize=2966184 CPUtime=7.77 cores=1,3,5,7
/proc/25715/task/25725/stat : 25725 (java) S 25713 25715 19811 0 -1 4202560 412 0 0 0 761 16 0 0 20 0 22 0 342199580 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690448484904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25726] ppid=25713 vsize=2966184 CPUtime=46.21 cores=1,3,5,7
/proc/25715/task/25726/stat : 25726 (java) S 25713 25715 19811 0 -1 4202560 164257 0 0 0 4555 66 0 0 20 0 22 0 342199581 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690436074088 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25727] ppid=25713 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25727/stat : 25727 (java) S 25713 25715 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342199582 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690435020408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25728] ppid=25713 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25728/stat : 25728 (java) S 25713 25715 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342199582 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690433967752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25729] ppid=25713 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25729/stat : 25729 (java) S 25713 25715 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342199584 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690432916496 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25715/tid=25730] ppid=25713 vsize=2966184 CPUtime=1.57 cores=1,3,5,7
/proc/25715/task/25730/stat : 25730 (java) S 25713 25715 19811 0 -1 4202560 10658 0 0 0 155 2 0 0 20 0 22 0 342199584 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690431862840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25715/tid=25731] ppid=25713 vsize=2966184 CPUtime=0.9 cores=1,3,5,7
/proc/25715/task/25731/stat : 25731 (java) S 25713 25715 19811 0 -1 4202560 4633 0 0 0 88 2 0 0 20 0 22 0 342199584 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690430810296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25715/tid=25732] ppid=25713 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25732/stat : 25732 (java) S 25713 25715 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342199584 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690429757944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25733] ppid=25713 vsize=2966184 CPUtime=0.5 cores=1,3,5,7
/proc/25715/task/25733/stat : 25733 (java) S 25713 25715 19811 0 -1 4202560 50 0 0 0 27 23 0 0 20 0 22 0 342199584 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690428705608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25734] ppid=25713 vsize=2966184 CPUtime=837.42 cores=1,3,5,7
/proc/25715/task/25734/stat : 25734 (java) R 25713 25715 19811 0 -1 4202560 305 0 0 0 83727 15 0 0 20 0 22 0 342200510 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690427650648 139690529552199 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25715/tid=25735] ppid=25713 vsize=2966184 CPUtime=837.44 cores=1,3,5,7
/proc/25715/task/25735/stat : 25735 (java) R 25713 25715 19811 0 -1 4202560 370 0 0 0 83729 15 0 0 20 0 22 0 342200510 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690426597120 139690529781655 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25715/tid=25736] ppid=25713 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25736/stat : 25736 (java) S 25713 25715 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342200513 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690425546280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25715/tid=25737] ppid=25713 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25715/task/25737/stat : 25737 (java) S 25713 25715 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342200513 3037372416 287965 33554432000 1073741824 1073778376 140735775390544 139690424493736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25715 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=321373
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=640598
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 911.355
CPU time (s): 1800.05
CPU user time (s): 1797.85
CPU system time (s): 2.2
CPU usage (%): 197.514
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.32
system time used= 2.6406
maximum resident set size= 1151984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187745
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39961
involuntary context switches= 108000

runsolver used 3.75243 second user time and 9.2036 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-03 23:59:08
IDJOB=3740900
IDBENCH=89671
IDSOLVER=2324
FILE ID=node135/3740900-1338760747
RUNJOBID= node135-1338747255-19828
PBS_JOBID= 14636778
Free space on /tmp= 70624 MiB

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

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

MD5SUM BENCH= 64b2e27e0cc69ae36d391a38c497bb88
RANDOM SEED=286164533

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
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.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.55
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.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27274184 kB
Buffers:          383252 kB
Cached:          2919496 kB
SwapCached:         1672 kB
Active:          2987968 kB
Inactive:        1753824 kB
Active(anon):    1429472 kB
Inactive(anon):    12036 kB
Active(file):    1558496 kB
Inactive(file):  1741788 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:             57452 kB
Writeback:             4 kB
AnonPages:       1445232 kB
Mapped:            18572 kB
Shmem:               132 kB
Slab:             714352 kB
SReclaimable:     152900 kB
SUnreclaim:       561452 kB
KernelStack:        1592 kB
PageTables:         6916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1390592 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= 70816 MiB
End job on node135 at 2012-06-04 00:14:21