Trace number 3737910

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.17 904.344

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_3_80.opb
MD5SUM6671ed3c9b389a2223dba62c8a435d2e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31444
Sum of products size (including duplicates)62888
Number of different products15722
Sum of products size31444

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	
0.10/0.10	c solving HOME/instance-3737910-1338755206.opb
0.10/0.10	c reading problem ... 
12.93/12.23	c ... done. Wall clock time 12.129s.
12.93/12.23	c #vars     16722
12.93/12.23	c #constraints  32947
12.93/12.23	c constraints type 
12.93/12.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15722
12.93/12.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
12.93/12.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
12.93/12.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15722
12.93/12.23	c constraints type 
12.93/12.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
12.93/12.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15722
12.93/12.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
12.93/12.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15722
33.56/21.73	c cleaning 2505 clauses out of 5010 with flag 5010/5010
57.09/33.32	c cleaning 4249 clauses out of 8500 with flag 11005/11005
84.66/47.19	c cleaning 5631 clauses out of 11261 with flag 18015/18015
118.93/64.20	c cleaning 6855 clauses out of 13709 with flag 26094/26094
166.05/87.90	c cleaning 7880 clauses out of 15760 with flag 35000/35000
210.08/109.81	c cleaning 8946 clauses out of 17892 with flag 45012/45012
275.34/142.44	c cleaning 10006 clauses out of 20012 with flag 56078/56078
358.58/184.09	c cleaning 11028 clauses out of 22056 with flag 68128/68128
432.73/221.16	c cleaning 11950 clauses out of 23900 with flag 81000/81000
513.23/261.38	c cleaning 13040 clauses out of 26079 with flag 95129/95129
653.31/331.24	c cleaning 14069 clauses out of 28138 with flag 110228/110228
807.27/408.10	c cleaning 14921 clauses out of 29842 with flag 126001/126001
992.93/500.78	c cleaning 16116 clauses out of 32231 with flag 143311/143311
1163.06/585.61	c cleaning 16903 clauses out of 33807 with flag 161003/161003
1290.99/649.60	c cleaning 17957 clauses out of 35918 with flag 180017/180017
1385.75/697.08	c cleaning 18974 clauses out of 37952 with flag 200008/200008
1512.87/760.66	c cleaning 19992 clauses out of 39985 with flag 221015/221015
1621.80/815.11	c cleaning 20988 clauses out of 41979 with flag 243001/243001
1736.02/872.28	c cleaning 22009 clauses out of 44019 with flag 266029/266029
1800.17/904.31	c starts		: 131
1800.17/904.31	c conflicts		: 278349
1800.17/904.31	c decisions		: 754732
1800.17/904.31	c propagations		: 19677490
1800.17/904.31	c inspects		: 974416852
1800.17/904.31	c learnt literals	: 0
1800.17/904.31	c learnt binary clauses	: 0
1800.17/904.31	c learnt ternary clauses	: 35
1800.17/904.31	c learnt clauses	: 278349
1800.17/904.31	c ignored clauses	: 0
1800.17/904.31	c root simplifications	: 0
1800.17/904.31	c removed literals (reason simplification)	: 1290052
1800.17/904.31	c reason swapping (by a shorter reason)	: 0
1800.17/904.31	c Calls to reduceDB	: 19
1800.17/904.31	c number of reductions to clauses (during analyze)	: 0
1800.17/904.31	c number of learned constraints concerned by reduction	: 0
1800.17/904.31	c number of learning phase by resolution	: 0
1800.17/904.31	c number of learning phase by cutting planes	: 0
1800.17/904.31	c speed (assignments/second)	: 22058.062252473723
1800.17/904.31	c non guided choices	16183
1800.17/904.33	c learnt constraints type 
1800.17/904.33	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 34330
1800.17/904.33	c constraints type 
1800.17/904.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15722
1800.17/904.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.17/904.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.17/904.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15722
1800.17/904.33	c constraints type 
1800.17/904.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.17/904.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15722
1800.17/904.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.17/904.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15722
1800.17/904.33	s UNKNOWN
1800.17/904.33	c Total wall clock time (in seconds): 904.225

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-3737910-1338755206/watcher-3737910-1338755206 -o /tmp/evaluation-result-3737910-1338755206/solver-3737910-1338755206 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737910-1338755206.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: 1.71 1.83 2.40 2/195 21312
/proc/meminfo: memFree=26911708/32873844 swapFree=7632/7632
[pid=21312] ppid=21310 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/21312/stat : 21312 (java) R 21310 21312 17063 0 -1 4202496 1115 0 0 0 0 0 0 0 20 0 1 0 341644895 23793664 842 33554432000 1073741824 1073778376 140735064636528 140735064625592 140347836539840 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21312/statm: 5809 860 649 9 0 128 0

[startup+0.091457 s]
/proc/loadavg: 1.71 1.83 2.40 2/195 21312
/proc/meminfo: memFree=26911708/32873844 swapFree=7632/7632
[pid=21312] ppid=21310 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/21312/stat : 21312 (java) S 21310 21312 17063 0 -1 4202496 4695 0 1 0 8 1 0 0 20 0 18 0 341644895 2764726272 6402 33554432000 1073741824 1073778376 140735064636528 140735064627664 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21312/statm: 674982 6402 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.100246 s]
/proc/loadavg: 1.71 1.83 2.40 2/195 21312
/proc/meminfo: memFree=26911708/32873844 swapFree=7632/7632
[pid=21312] ppid=21310 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/21312/stat : 21312 (java) S 21310 21312 17063 0 -1 4202496 4751 0 1 0 9 1 0 0 20 0 18 0 341644895 2764726272 6446 33554432000 1073741824 1073778376 140735064636528 140735064627664 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21312/statm: 674982 6446 2121 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300211 s]
/proc/loadavg: 1.71 1.83 2.40 2/195 21312
/proc/meminfo: memFree=26911708/32873844 swapFree=7632/7632
[pid=21312] ppid=21310 vsize=2699928 CPUtime=0.47 cores=0,2,4,6
/proc/21312/stat : 21312 (java) S 21310 21312 17063 0 -1 4202496 5761 0 1 0 46 1 0 0 20 0 18 0 341644895 2764726272 8719 33554432000 1073741824 1073778376 140735064636528 140735064627664 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21312/statm: 674982 8719 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700224 s]
/proc/loadavg: 1.71 1.83 2.40 2/195 21312
/proc/meminfo: memFree=26911708/32873844 swapFree=7632/7632
[pid=21312] ppid=21310 vsize=2699928 CPUtime=1.13 cores=0,2,4,6
/proc/21312/stat : 21312 (java) S 21310 21312 17063 0 -1 4202496 12286 0 1 0 111 2 0 0 20 0 18 0 341644895 2764726272 15656 33554432000 1073741824 1073778376 140735064636528 140735064627664 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21312/statm: 674982 15656 2233 9 0 665676 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 2699928

[startup+1.50064 s]
/proc/loadavg: 1.71 1.83 2.40 3/213 21330
/proc/meminfo: memFree=26849400/32873844 swapFree=7632/7632
[pid=21312] ppid=21310 vsize=2699928 CPUtime=2.12 cores=0,2,4,6
/proc/21312/stat : 21312 (java) S 21310 21312 17063 0 -1 4202496 12708 0 1 0 210 2 0 0 20 0 18 0 341644895 2764726272 20001 33554432000 1073741824 1073778376 140735064636528 140735064627664 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21312/statm: 674982 20001 2237 9 0 665676 0
[pid=21312/tid=21313] ppid=21310 vsize=2699928 CPUtime=1.47 cores=0,2,4,6
/proc/21312/task/21313/stat : 21313 (java) R 21310 21312 17063 0 -1 4202560 2799 0 1 0 146 1 0 0 20 0 18 0 341644896 2764726272 20001 33554432000 1073741824 1073778376 140735064636528 140347828607304 140347670160003 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21315] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21315/stat : 21315 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 20001 33554432000 1073741824 1073778376 140735064636528 140347812891688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21316] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21316/stat : 21316 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 20001 33554432000 1073741824 1073778376 140735064636528 140347811838888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21317] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21317/stat : 21317 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 20001 33554432000 1073741824 1073778376 140735064636528 140347810786088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21312/tid=21318] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21318/stat : 21318 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 20001 33554432000 1073741824 1073778376 140735064636528 140347809733288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21319] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21319/stat : 21319 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 20001 33554432000 1073741824 1073778376 140735064636528 140347808680488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21320] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21320/stat : 21320 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 20001 33554432000 1073741824 1073778376 140735064636528 140347807627688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21321] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21321/stat : 21321 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 20001 33554432000 1073741824 1073778376 140735064636528 140347806574888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21322] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21322/stat : 21322 (java) S 21310 21312 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 20001 33554432000 1073741824 1073778376 140735064636528 140347805522088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21323] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21323/stat : 21323 (java) S 21310 21312 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341644898 2764726272 20001 33554432000 1073741824 1073778376 140735064636528 140347793112040 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21324] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21324/stat : 21324 (java) S 21310 21312 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341644898 2764726272 20001 33554432000 1073741824 1073778376 140735064636528 140347792058104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21325] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21325/stat : 21325 (java) S 21310 21312 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341644898 2764726272 20001 33554432000 1073741824 1073778376 140735064636528 140347791005192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21326] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21326/stat : 21326 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644901 2764726272 20001 33554432000 1073741824 1073778376 140735064636528 140347789953680 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21327] ppid=21310 vsize=2699928 CPUtime=0.23 cores=0,2,4,6
/proc/21312/task/21327/stat : 21327 (java) S 21310 21312 17063 0 -1 4202560 2581 0 0 0 23 0 0 0 20 0 18 0 341644901 2764726272 20001 33554432000 1073741824 1073778376 140735064636528 140347788900792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21328] ppid=21310 vsize=2699928 CPUtime=0.38 cores=0,2,4,6
/proc/21312/task/21328/stat : 21328 (java) S 21310 21312 17063 0 -1 4202560 6142 0 0 0 38 0 0 0 20 0 18 0 341644901 2764726272 20001 33554432000 1073741824 1073778376 140735064636528 140347669735736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21329] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21329/stat : 21329 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644901 2764726272 20001 33554432000 1073741824 1073778376 140735064636528 140347668683128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21330] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21330/stat : 21330 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644901 2764726272 20001 33554432000 1073741824 1073778376 140735064636528 140347667630536 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 2699928

[startup+3.10064 s]
/proc/loadavg: 1.71 1.83 2.40 4/213 21330
/proc/meminfo: memFree=26829852/32873844 swapFree=7632/7632
[pid=21312] ppid=21310 vsize=2699928 CPUtime=3.83 cores=0,2,4,6
/proc/21312/stat : 21312 (java) S 21310 21312 17063 0 -1 4202496 13289 0 1 0 380 3 0 0 20 0 18 0 341644895 2764726272 25634 33554432000 1073741824 1073778376 140735064636528 140735064627664 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21312/statm: 674982 25634 2238 9 0 665676 0
[pid=21312/tid=21313] ppid=21310 vsize=2699928 CPUtime=3.07 cores=0,2,4,6
/proc/21312/task/21313/stat : 21313 (java) R 21310 21312 17063 0 -1 4202560 2811 0 1 0 306 1 0 0 20 0 18 0 341644896 2764726272 25634 33554432000 1073741824 1073778376 140735064636528 140347828607320 140347670160107 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21315] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21315/stat : 21315 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 25634 33554432000 1073741824 1073778376 140735064636528 140347812891688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21316] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21316/stat : 21316 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 25634 33554432000 1073741824 1073778376 140735064636528 140347811838888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21317] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21317/stat : 21317 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 25634 33554432000 1073741824 1073778376 140735064636528 140347810786088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21312/tid=21318] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21318/stat : 21318 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 25634 33554432000 1073741824 1073778376 140735064636528 140347809733288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21319] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21319/stat : 21319 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 25634 33554432000 1073741824 1073778376 140735064636528 140347808680488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21320] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21320/stat : 21320 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 25634 33554432000 1073741824 1073778376 140735064636528 140347807627688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21321] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21321/stat : 21321 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 25634 33554432000 1073741824 1073778376 140735064636528 140347806574888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21322] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21322/stat : 21322 (java) S 21310 21312 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 25634 33554432000 1073741824 1073778376 140735064636528 140347805522088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21323] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21323/stat : 21323 (java) S 21310 21312 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341644898 2764726272 25634 33554432000 1073741824 1073778376 140735064636528 140347793112040 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21324] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21324/stat : 21324 (java) S 21310 21312 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341644898 2764726272 25634 33554432000 1073741824 1073778376 140735064636528 140347792058104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21325] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21325/stat : 21325 (java) S 21310 21312 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341644898 2764726272 25634 33554432000 1073741824 1073778376 140735064636528 140347791005192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21326] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21326/stat : 21326 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644901 2764726272 25634 33554432000 1073741824 1073778376 140735064636528 140347789953680 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21327] ppid=21310 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/21312/task/21327/stat : 21327 (java) S 21310 21312 17063 0 -1 4202560 3150 0 0 0 30 0 0 0 20 0 18 0 341644901 2764726272 25634 33554432000 1073741824 1073778376 140735064636528 140347788900792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21328] ppid=21310 vsize=2699928 CPUtime=0.41 cores=0,2,4,6
/proc/21312/task/21328/stat : 21328 (java) S 21310 21312 17063 0 -1 4202560 6142 0 0 0 41 0 0 0 20 0 18 0 341644901 2764726272 25634 33554432000 1073741824 1073778376 140735064636528 140347669735736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21329] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21329/stat : 21329 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644901 2764726272 25634 33554432000 1073741824 1073778376 140735064636528 140347668683128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21330] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21330/stat : 21330 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644901 2764726272 25634 33554432000 1073741824 1073778376 140735064636528 140347667630536 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 2699928

[startup+6.30066 s]
/proc/loadavg: 1.65 1.82 2.39 2/213 21330
/proc/meminfo: memFree=26788272/32873844 swapFree=7632/7632
[pid=21312] ppid=21310 vsize=2699928 CPUtime=7.02 cores=0,2,4,6
/proc/21312/stat : 21312 (java) S 21310 21312 17063 0 -1 4202496 13311 0 1 0 699 3 0 0 20 0 18 0 341644895 2764726272 35339 33554432000 1073741824 1073778376 140735064636528 140735064627664 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21312/statm: 674982 35339 2239 9 0 665676 0
[pid=21312/tid=21313] ppid=21310 vsize=2699928 CPUtime=6.26 cores=0,2,4,6
/proc/21312/task/21313/stat : 21313 (java) R 21310 21312 17063 0 -1 4202560 2832 0 1 0 624 2 0 0 20 0 18 0 341644896 2764726272 35339 33554432000 1073741824 1073778376 140735064636528 140347828600944 140347670160107 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21315] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21315/stat : 21315 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 35339 33554432000 1073741824 1073778376 140735064636528 140347812891688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21316] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21316/stat : 21316 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 35339 33554432000 1073741824 1073778376 140735064636528 140347811838888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21317] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21317/stat : 21317 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 35339 33554432000 1073741824 1073778376 140735064636528 140347810786088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21312/tid=21318] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21318/stat : 21318 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 35339 33554432000 1073741824 1073778376 140735064636528 140347809733288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21319] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21319/stat : 21319 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 35339 33554432000 1073741824 1073778376 140735064636528 140347808680488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21320] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21320/stat : 21320 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 35339 33554432000 1073741824 1073778376 140735064636528 140347807627688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21321] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21321/stat : 21321 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 35339 33554432000 1073741824 1073778376 140735064636528 140347806574888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21322] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21322/stat : 21322 (java) S 21310 21312 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341644897 2764726272 35339 33554432000 1073741824 1073778376 140735064636528 140347805522088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21323] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21323/stat : 21323 (java) S 21310 21312 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341644898 2764726272 35339 33554432000 1073741824 1073778376 140735064636528 140347793112040 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21324] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21324/stat : 21324 (java) S 21310 21312 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341644898 2764726272 35339 33554432000 1073741824 1073778376 140735064636528 140347792058104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21325] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21325/stat : 21325 (java) S 21310 21312 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341644898 2764726272 35339 33554432000 1073741824 1073778376 140735064636528 140347791005192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21326] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21326/stat : 21326 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644901 2764726272 35339 33554432000 1073741824 1073778376 140735064636528 140347789953680 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21327] ppid=21310 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/21312/task/21327/stat : 21327 (java) S 21310 21312 17063 0 -1 4202560 3150 0 0 0 30 0 0 0 20 0 18 0 341644901 2764726272 35339 33554432000 1073741824 1073778376 140735064636528 140347788900792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21328] ppid=21310 vsize=2699928 CPUtime=0.42 cores=0,2,4,6
/proc/21312/task/21328/stat : 21328 (java) S 21310 21312 17063 0 -1 4202560 6142 0 0 0 42 0 0 0 20 0 18 0 341644901 2764726272 35339 33554432000 1073741824 1073778376 140735064636528 140347669735736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21329] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21329/stat : 21329 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341644901 2764726272 35339 33554432000 1073741824 1073778376 140735064636528 140347668683128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21330] ppid=21310 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21330/stat : 21330 (java) S 21310 21312 17063 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341644901 2764726272 35339 33554432000 1073741824 1073778376 140735064636528 140347667630536 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 2699928

[startup+12.7006 s]
/proc/loadavg: 1.60 1.81 2.39 2/213 21330
/proc/meminfo: memFree=26707928/32873844 swapFree=7632/7632
[pid=21312] ppid=21310 vsize=2966184 CPUtime=14.73 cores=0,2,4,6
/proc/21312/stat : 21312 (java) S 21310 21312 17063 0 -1 4202496 15563 0 1 0 1467 6 0 0 20 0 22 0 341644895 3037372416 66929 33554432000 1073741824 1073778376 140735064636528 140735064627664 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21312/statm: 741546 66929 2257 9 0 732240 0
[pid=21312/tid=21313] ppid=21310 vsize=2966184 CPUtime=12.18 cores=0,2,4,6

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

/proc/21312/statm: 741546 329922 2285 9 0 732240 0
[pid=21312/tid=21313] ppid=21310 vsize=2966184 CPUtime=12.19 cores=0,2,4,6
/proc/21312/task/21313/stat : 21313 (java) S 21310 21312 17063 0 -1 4202560 2888 0 1 0 1216 3 0 0 20 0 22 0 341644896 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347828610200 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21315] ppid=21310 vsize=2966184 CPUtime=1.69 cores=0,2,4,6
/proc/21312/task/21315/stat : 21315 (java) S 21310 21312 17063 0 -1 4202560 302 0 0 0 156 13 0 0 20 0 22 0 341644897 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347812891688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21316] ppid=21310 vsize=2966184 CPUtime=1.64 cores=0,2,4,6
/proc/21312/task/21316/stat : 21316 (java) S 21310 21312 17063 0 -1 4202560 216 0 0 0 155 9 0 0 20 0 22 0 341644897 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347811838888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21317] ppid=21310 vsize=2966184 CPUtime=1.75 cores=0,2,4,6
/proc/21312/task/21317/stat : 21317 (java) S 21310 21312 17063 0 -1 4202560 281 0 0 0 163 12 0 0 20 0 22 0 341644897 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347810786088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21318] ppid=21310 vsize=2966184 CPUtime=1.75 cores=0,2,4,6
/proc/21312/task/21318/stat : 21318 (java) S 21310 21312 17063 0 -1 4202560 267 0 0 0 162 13 0 0 20 0 22 0 341644897 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347809733288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21312/tid=21319] ppid=21310 vsize=2966184 CPUtime=1.56 cores=0,2,4,6
/proc/21312/task/21319/stat : 21319 (java) S 21310 21312 17063 0 -1 4202560 232 0 0 0 148 8 0 0 20 0 22 0 341644897 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347808680488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21312/tid=21320] ppid=21310 vsize=2966184 CPUtime=1.78 cores=0,2,4,6
/proc/21312/task/21320/stat : 21320 (java) S 21310 21312 17063 0 -1 4202560 268 0 0 0 166 12 0 0 20 0 22 0 341644897 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347807627688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21312/tid=21321] ppid=21310 vsize=2966184 CPUtime=1.65 cores=0,2,4,6
/proc/21312/task/21321/stat : 21321 (java) S 21310 21312 17063 0 -1 4202560 287 0 0 0 152 13 0 0 20 0 22 0 341644897 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347806574888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21312/tid=21322] ppid=21310 vsize=2966184 CPUtime=1.77 cores=0,2,4,6
/proc/21312/task/21322/stat : 21322 (java) S 21310 21312 17063 0 -1 4202560 294 0 0 0 164 13 0 0 20 0 22 0 341644897 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347805522088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21312/tid=21323] ppid=21310 vsize=2966184 CPUtime=4.3 cores=0,2,4,6
/proc/21312/task/21323/stat : 21323 (java) S 21310 21312 17063 0 -1 4202560 138 0 0 0 406 24 0 0 20 0 22 0 341644898 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347793112040 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21324] ppid=21310 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21324/stat : 21324 (java) S 21310 21312 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341644898 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347792058104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21325] ppid=21310 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21325/stat : 21325 (java) S 21310 21312 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341644898 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347791005192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21326] ppid=21310 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21326/stat : 21326 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341644901 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347789953680 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21327] ppid=21310 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/21312/task/21327/stat : 21327 (java) S 21310 21312 17063 0 -1 4202560 5141 0 0 0 90 1 0 0 20 0 22 0 341644901 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347788900792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21328] ppid=21310 vsize=2966184 CPUtime=1.56 cores=0,2,4,6
/proc/21312/task/21328/stat : 21328 (java) S 21310 21312 17063 0 -1 4202560 6973 0 0 0 155 1 0 0 20 0 22 0 341644901 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347669735736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21312/tid=21329] ppid=21310 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21329/stat : 21329 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341644901 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347668683128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21330] ppid=21310 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/21312/task/21330/stat : 21330 (java) S 21310 21312 17063 0 -1 4202560 52 0 0 0 13 14 0 0 20 0 22 0 341644901 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347667630536 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21331] ppid=21310 vsize=2966184 CPUtime=859.51 cores=0,2,4,6
/proc/21312/task/21331/stat : 21331 (java) R 21310 21312 17063 0 -1 4202560 175 0 0 0 85934 17 0 0 20 0 22 0 341646119 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347666574624 140347670604552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21332] ppid=21310 vsize=2966184 CPUtime=859.62 cores=0,2,4,6
/proc/21312/task/21332/stat : 21332 (java) R 21310 21312 17063 0 -1 4202560 239 0 0 0 85947 15 0 0 20 0 22 0 341646119 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347665522288 140347670754740 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21333] ppid=21310 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21333/stat : 21333 (java) S 21310 21312 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341646121 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347664471464 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21334] ppid=21310 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21334/stat : 21334 (java) S 21310 21312 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341646121 3037372416 329922 33554432000 1073741824 1073778376 140735064636528 140347663418664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1756.1
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.301 s]
/proc/loadavg: 3.90 3.69 3.11 5/219 21745
/proc/meminfo: memFree=26181812/32873844 swapFree=7632/7632
[pid=21312] ppid=21310 vsize=2966184 CPUtime=1800.17 cores=0,2,4,6
/proc/21312/stat : 21312 (java) S 21310 21312 17063 0 -1 4202496 18954 0 1 0 179876 141 0 0 20 0 22 0 341644895 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140735064627664 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21312/statm: 741546 329926 2285 9 0 732240 0
[pid=21312/tid=21313] ppid=21310 vsize=2966184 CPUtime=12.19 cores=0,2,4,6
/proc/21312/task/21313/stat : 21313 (java) S 21310 21312 17063 0 -1 4202560 2888 0 1 0 1216 3 0 0 20 0 22 0 341644896 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347828610200 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21315] ppid=21310 vsize=2966184 CPUtime=1.74 cores=0,2,4,6
/proc/21312/task/21315/stat : 21315 (java) S 21310 21312 17063 0 -1 4202560 304 0 0 0 161 13 0 0 20 0 22 0 341644897 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347812891688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21316] ppid=21310 vsize=2966184 CPUtime=1.66 cores=0,2,4,6
/proc/21312/task/21316/stat : 21316 (java) S 21310 21312 17063 0 -1 4202560 216 0 0 0 157 9 0 0 20 0 22 0 341644897 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347811838888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21317] ppid=21310 vsize=2966184 CPUtime=1.79 cores=0,2,4,6
/proc/21312/task/21317/stat : 21317 (java) S 21310 21312 17063 0 -1 4202560 281 0 0 0 167 12 0 0 20 0 22 0 341644897 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347810786088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21318] ppid=21310 vsize=2966184 CPUtime=1.8 cores=0,2,4,6
/proc/21312/task/21318/stat : 21318 (java) S 21310 21312 17063 0 -1 4202560 267 0 0 0 167 13 0 0 20 0 22 0 341644897 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347809733288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21319] ppid=21310 vsize=2966184 CPUtime=1.6 cores=0,2,4,6
/proc/21312/task/21319/stat : 21319 (java) S 21310 21312 17063 0 -1 4202560 232 0 0 0 152 8 0 0 20 0 22 0 341644897 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347808680488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21320] ppid=21310 vsize=2966184 CPUtime=1.83 cores=0,2,4,6
/proc/21312/task/21320/stat : 21320 (java) S 21310 21312 17063 0 -1 4202560 268 0 0 0 171 12 0 0 20 0 22 0 341644897 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347807627688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21321] ppid=21310 vsize=2966184 CPUtime=1.7 cores=0,2,4,6
/proc/21312/task/21321/stat : 21321 (java) S 21310 21312 17063 0 -1 4202560 289 0 0 0 157 13 0 0 20 0 22 0 341644897 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347806574888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21322] ppid=21310 vsize=2966184 CPUtime=1.81 cores=0,2,4,6
/proc/21312/task/21322/stat : 21322 (java) S 21310 21312 17063 0 -1 4202560 294 0 0 0 168 13 0 0 20 0 22 0 341644897 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347805522088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21312/tid=21323] ppid=21310 vsize=2966184 CPUtime=4.32 cores=0,2,4,6
/proc/21312/task/21323/stat : 21323 (java) S 21310 21312 17063 0 -1 4202560 140 0 0 0 406 26 0 0 20 0 22 0 341644898 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347793112040 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21324] ppid=21310 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21324/stat : 21324 (java) S 21310 21312 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341644898 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347792058104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21325] ppid=21310 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21325/stat : 21325 (java) S 21310 21312 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341644898 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347791005192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21326] ppid=21310 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21326/stat : 21326 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341644901 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347789953680 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21327] ppid=21310 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/21312/task/21327/stat : 21327 (java) S 21310 21312 17063 0 -1 4202560 5141 0 0 0 90 1 0 0 20 0 22 0 341644901 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347788900792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21328] ppid=21310 vsize=2966184 CPUtime=1.56 cores=0,2,4,6
/proc/21312/task/21328/stat : 21328 (java) S 21310 21312 17063 0 -1 4202560 6973 0 0 0 155 1 0 0 20 0 22 0 341644901 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347669735736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21312/tid=21329] ppid=21310 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21329/stat : 21329 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341644901 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347668683128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21330] ppid=21310 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/21312/task/21330/stat : 21330 (java) S 21310 21312 17063 0 -1 4202560 54 0 0 0 13 15 0 0 20 0 22 0 341644901 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347667630536 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21331] ppid=21310 vsize=2966184 CPUtime=881.31 cores=0,2,4,6
/proc/21312/task/21331/stat : 21331 (java) R 21310 21312 17063 0 -1 4202560 178 0 0 0 88114 17 0 0 20 0 22 0 341646119 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347666574528 140347671030533 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21332] ppid=21310 vsize=2966184 CPUtime=881.44 cores=0,2,4,6
/proc/21312/task/21332/stat : 21332 (java) R 21310 21312 17063 0 -1 4202560 241 0 0 0 88129 15 0 0 20 0 22 0 341646119 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347665522288 140347670754798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21333] ppid=21310 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21333/stat : 21333 (java) S 21310 21312 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341646121 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347664471464 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21334] ppid=21310 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21334/stat : 21334 (java) S 21310 21312 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341646121 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347663418664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 2966184

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

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

[startup+904.301 s]
/proc/loadavg: 3.90 3.69 3.11 5/219 21745
/proc/meminfo: memFree=26181812/32873844 swapFree=7632/7632
[pid=21312] ppid=21310 vsize=2966184 CPUtime=1800.17 cores=0,2,4,6
/proc/21312/stat : 21312 (java) S 21310 21312 17063 0 -1 4202496 18954 0 1 0 179876 141 0 0 20 0 22 0 341644895 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140735064627664 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21312/statm: 741546 329926 2285 9 0 732240 0
[pid=21312/tid=21313] ppid=21310 vsize=2966184 CPUtime=12.19 cores=0,2,4,6
/proc/21312/task/21313/stat : 21313 (java) S 21310 21312 17063 0 -1 4202560 2888 0 1 0 1216 3 0 0 20 0 22 0 341644896 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347828610200 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21315] ppid=21310 vsize=2966184 CPUtime=1.74 cores=0,2,4,6
/proc/21312/task/21315/stat : 21315 (java) S 21310 21312 17063 0 -1 4202560 304 0 0 0 161 13 0 0 20 0 22 0 341644897 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347812891688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21316] ppid=21310 vsize=2966184 CPUtime=1.66 cores=0,2,4,6
/proc/21312/task/21316/stat : 21316 (java) S 21310 21312 17063 0 -1 4202560 216 0 0 0 157 9 0 0 20 0 22 0 341644897 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347811838888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21317] ppid=21310 vsize=2966184 CPUtime=1.79 cores=0,2,4,6
/proc/21312/task/21317/stat : 21317 (java) S 21310 21312 17063 0 -1 4202560 281 0 0 0 167 12 0 0 20 0 22 0 341644897 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347810786088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21318] ppid=21310 vsize=2966184 CPUtime=1.8 cores=0,2,4,6
/proc/21312/task/21318/stat : 21318 (java) S 21310 21312 17063 0 -1 4202560 267 0 0 0 167 13 0 0 20 0 22 0 341644897 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347809733288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21319] ppid=21310 vsize=2966184 CPUtime=1.6 cores=0,2,4,6
/proc/21312/task/21319/stat : 21319 (java) S 21310 21312 17063 0 -1 4202560 232 0 0 0 152 8 0 0 20 0 22 0 341644897 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347808680488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21320] ppid=21310 vsize=2966184 CPUtime=1.83 cores=0,2,4,6
/proc/21312/task/21320/stat : 21320 (java) S 21310 21312 17063 0 -1 4202560 268 0 0 0 171 12 0 0 20 0 22 0 341644897 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347807627688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21321] ppid=21310 vsize=2966184 CPUtime=1.7 cores=0,2,4,6
/proc/21312/task/21321/stat : 21321 (java) S 21310 21312 17063 0 -1 4202560 289 0 0 0 157 13 0 0 20 0 22 0 341644897 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347806574888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21322] ppid=21310 vsize=2966184 CPUtime=1.81 cores=0,2,4,6
/proc/21312/task/21322/stat : 21322 (java) S 21310 21312 17063 0 -1 4202560 294 0 0 0 168 13 0 0 20 0 22 0 341644897 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347805522088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21312/tid=21323] ppid=21310 vsize=2966184 CPUtime=4.32 cores=0,2,4,6
/proc/21312/task/21323/stat : 21323 (java) S 21310 21312 17063 0 -1 4202560 140 0 0 0 406 26 0 0 20 0 22 0 341644898 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347793112040 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21324] ppid=21310 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21324/stat : 21324 (java) S 21310 21312 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341644898 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347792058104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21325] ppid=21310 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21325/stat : 21325 (java) S 21310 21312 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341644898 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347791005192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21326] ppid=21310 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21326/stat : 21326 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341644901 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347789953680 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21327] ppid=21310 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/21312/task/21327/stat : 21327 (java) S 21310 21312 17063 0 -1 4202560 5141 0 0 0 90 1 0 0 20 0 22 0 341644901 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347788900792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21312/tid=21328] ppid=21310 vsize=2966184 CPUtime=1.56 cores=0,2,4,6
/proc/21312/task/21328/stat : 21328 (java) S 21310 21312 17063 0 -1 4202560 6973 0 0 0 155 1 0 0 20 0 22 0 341644901 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347669735736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21312/tid=21329] ppid=21310 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21329/stat : 21329 (java) S 21310 21312 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341644901 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347668683128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21330] ppid=21310 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/21312/task/21330/stat : 21330 (java) S 21310 21312 17063 0 -1 4202560 54 0 0 0 13 15 0 0 20 0 22 0 341644901 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347667630536 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21331] ppid=21310 vsize=2966184 CPUtime=881.31 cores=0,2,4,6
/proc/21312/task/21331/stat : 21331 (java) R 21310 21312 17063 0 -1 4202560 178 0 0 0 88114 17 0 0 20 0 22 0 341646119 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347666574528 140347671030533 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21332] ppid=21310 vsize=2966184 CPUtime=881.44 cores=0,2,4,6
/proc/21312/task/21332/stat : 21332 (java) R 21310 21312 17063 0 -1 4202560 241 0 0 0 88129 15 0 0 20 0 22 0 341646119 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347665522288 140347670754798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21312/tid=21333] ppid=21310 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21333/stat : 21333 (java) S 21310 21312 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341646121 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347664471464 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21312/tid=21334] ppid=21310 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21334/stat : 21334 (java) S 21310 21312 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341646121 3037372416 329926 33554432000 1073741824 1073778376 140735064636528 140347663418664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 2966184

Child status: 143

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

Real time (s): 904.344
CPU time (s): 1800.17
CPU user time (s): 1798.76
CPU system time (s): 1.41
CPU usage (%): 199.058
Max. virtual memory (cumulated for all children) (KiB): 2967472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.45
system time used= 1.87172
maximum resident set size= 1319824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18986
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27611
involuntary context switches= 32889

runsolver used 5.2412 second user time and 5.73413 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 22:26:46
IDJOB=3737910
IDBENCH=48350
IDSOLVER=2324
FILE ID=node141/3737910-1338755206
RUNJOBID= node141-1338738353-17079
PBS_JOBID= 14636770
Free space on /tmp= 70720 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_3_80.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737910-1338755206/watcher-3737910-1338755206 -o /tmp/evaluation-result-3737910-1338755206/solver-3737910-1338755206 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737910-1338755206.opb

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

MD5SUM BENCH= 6671ed3c9b389a2223dba62c8a435d2e
RANDOM SEED=82825346

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26912344 kB
Buffers:          429004 kB
Cached:          3189700 kB
SwapCached:          216 kB
Active:          2725360 kB
Inactive:        2350300 kB
Active(anon):    1447288 kB
Inactive(anon):    11288 kB
Active(file):    1278072 kB
Inactive(file):  2339012 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:               480 kB
Writeback:             0 kB
AnonPages:       1587800 kB
Mapped:            19016 kB
Shmem:               172 kB
Slab:             741500 kB
SReclaimable:     183672 kB
SUnreclaim:       557828 kB
KernelStack:        1784 kB
PageTables:         7240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1558528 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= 70720 MiB
End job on node141 at 2012-06-03 22:41:52