Trace number 3741561

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 NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.12 900.143

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-544324.opb
MD5SUM02fa27f3dafb4f59cf08d669298a5bbe
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark465.377
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10080
Total number of constraints732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)732
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint168
Maximum length of a constraint3680
Number of terms in the objective function 10080
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10080
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 10080
Number of bits of the biggest sum of numbers14
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.09/0.10	c version 2.3.1.v20110525
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		9996466904
0.09/0.10	c Max memory 		10048897024
0.09/0.10	c Total memory 		10048897024
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3741561-1338755586.opb
0.09/0.12	c reading problem ... 
3.06/2.86	c ... done. Wall clock time 2.731s.
3.06/2.86	c #vars     10080
3.06/2.86	c #constraints  732
3.06/2.86	c constraints type 
3.06/2.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 732
3.06/2.86	c constraints type 
3.06/2.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 732
56.38/28.85	c cleaning 2507 clauses out of 5019 with flag 5019/5019
148.88/74.97	c cleaning 4252 clauses out of 8506 with flag 11013/11013
289.35/145.08	c cleaning 5619 clauses out of 11243 with flag 18002/18002
516.43/258.56	c cleaning 6807 clauses out of 13629 with flag 26007/26007
599.21/299.95	c cleaning 7917 clauses out of 15833 with flag 35018/35018
719.43/360.02	c cleaning 8893 clauses out of 17898 with flag 45000/45000
815.97/408.23	c cleaning 9491 clauses out of 19008 with flag 55003/55003
976.62/488.44	c cleaning 9754 clauses out of 19514 with flag 65000/65000
1194.02/597.18	c cleaning 9883 clauses out of 19772 with flag 75012/75012
1320.90/660.57	c cleaning 9936 clauses out of 19886 with flag 85009/85009
1391.74/695.99	c cleaning 9969 clauses out of 19941 with flag 95000/95000
1478.38/739.26	c cleaning 9975 clauses out of 19972 with flag 105000/105000
1561.72/780.96	c cleaning 9995 clauses out of 20001 with flag 115004/115004
1670.91/835.56	c cleaning 10014 clauses out of 20032 with flag 125030/125030
1784.39/892.27	c cleaning 9986 clauses out of 19992 with flag 135004/135004
1800.12/900.11	c starts		: 103
1800.12/900.11	c conflicts		: 136550
1800.12/900.11	c decisions		: 3608842
1800.12/900.11	c propagations		: 46222588
1800.12/900.11	c inspects		: 49892362
1800.12/900.11	c shortcuts		: 0
1800.12/900.11	c learnt literals	: 0
1800.12/900.11	c learnt binary clauses	: 0
1800.12/900.11	c learnt ternary clauses	: 0
1800.12/900.11	c learnt constraints	: 136549
1800.12/900.11	c ignored constraints	: 0
1800.12/900.11	c root simplifications	: 0
1800.12/900.11	c removed literals (reason simplification)	: 7791186
1800.12/900.11	c reason swapping (by a shorter reason)	: 0
1800.12/900.11	c Calls to reduceDB	: 15
1800.12/900.11	c number of reductions to clauses (during analyze)	: 0
1800.12/900.11	c number of learned constraints concerned by reduction	: 0
1800.12/900.11	c number of learning phase by resolution	: 0
1800.12/900.11	c number of learning phase by cutting planes	: 0
1800.12/900.11	c speed (assignments/second)	: 51515.72579386839
1800.12/900.11	c non guided choices	7417
1800.12/900.12	c learnt constraints type 
1800.12/900.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11556
1800.12/900.12	c constraints type 
1800.12/900.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 732
1800.12/900.12	c constraints type 
1800.12/900.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 732
1800.12/900.12	s UNKNOWN
1800.12/900.12	c Total wall clock time (in seconds): 899.998

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

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

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


[startup+0 s]
/proc/loadavg: 3.22 3.27 3.36 3/195 3337
/proc/meminfo: memFree=27654528/32873852 swapFree=7624/7624
[pid=3337] ppid=3335 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3337/stat : 3337 (java) D 3335 3337 1918 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 341684092 9515008 175 33554432000 1073741824 1073778376 140735495457488 140735495440216 252263089040 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/3337/statm: 2323 175 133 9 0 71 0

[startup+0.015255 s]
/proc/loadavg: 3.22 3.27 3.36 3/195 3337
/proc/meminfo: memFree=27654528/32873852 swapFree=7624/7624
[pid=3337] ppid=3335 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/3337/stat : 3337 (java) S 3335 3337 1918 0 -1 4202496 1289 0 0 0 0 0 0 0 20 0 2 0 341684092 98578432 990 33554432000 1073741824 1073778376 140735530478288 140735530469424 252266446909 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3337/statm: 24067 990 756 9 0 16773 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96268

[startup+0.100336 s]
/proc/loadavg: 3.22 3.27 3.36 3/195 3337
/proc/meminfo: memFree=27654528/32873852 swapFree=7624/7624
[pid=3337] ppid=3335 vsize=11586392 CPUtime=0.09 cores=0,2,4,6
/proc/3337/stat : 3337 (java) S 3335 3337 1918 0 -1 4202496 4560 0 1 0 7 2 0 0 20 0 18 0 341684092 11864465408 13425 33554432000 1073741824 1073778376 140735530478288 140735530469424 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3337/statm: 2896598 13453 2043 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300231 s]
/proc/loadavg: 3.22 3.27 3.36 3/195 3337
/proc/meminfo: memFree=27654528/32873852 swapFree=7624/7624
[pid=3337] ppid=3335 vsize=11586392 CPUtime=0.5 cores=0,2,4,6
/proc/3337/stat : 3337 (java) S 3335 3337 1918 0 -1 4202496 6105 0 1 0 47 3 0 0 20 0 18 0 341684092 11864465408 17977 33554432000 1073741824 1073778376 140735530478288 140735530469424 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3337/statm: 2896598 17977 2225 9 0 2887285 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 11586392

[startup+0.700218 s]
/proc/loadavg: 3.22 3.27 3.36 3/195 3337
/proc/meminfo: memFree=27654528/32873852 swapFree=7624/7624
[pid=3337] ppid=3335 vsize=11586392 CPUtime=0.93 cores=0,2,4,6
/proc/3337/stat : 3337 (java) S 3335 3337 1918 0 -1 4202496 6205 0 1 0 87 6 0 0 20 0 18 0 341684092 11864465408 58945 33554432000 1073741824 1073778376 140735530478288 140735530469424 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3337/statm: 2896598 58945 2226 9 0 2887285 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 11586392

[startup+1.50067 s]
/proc/loadavg: 3.22 3.27 3.36 4/213 3355
/proc/meminfo: memFree=27299448/32873852 swapFree=7624/7624
[pid=3337] ppid=3335 vsize=11586392 CPUtime=1.76 cores=0,2,4,6
/proc/3337/stat : 3337 (java) S 3335 3337 1918 0 -1 4202496 6459 0 1 0 164 12 0 0 20 0 18 0 341684092 11864465408 141897 33554432000 1073741824 1073778376 140735530478288 140735530469424 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3337/statm: 2896598 141897 2228 9 0 2887285 0
[pid=3337/tid=3339] ppid=3335 vsize=11586392 CPUtime=1.46 cores=0,2,4,6
/proc/3337/task/3339/stat : 3339 (java) R 3335 3337 1918 0 -1 4202560 3102 0 1 0 135 11 0 0 20 0 18 0 341684093 11864465408 141897 33554432000 1073741824 1073778376 140735530478288 140692515848128 140692341322866 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3340] ppid=3335 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3340/stat : 3340 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341684095 11864465408 141897 33554432000 1073741824 1073778376 140735530478288 140692470610856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3341] ppid=3335 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3341/stat : 3341 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341684095 11864465408 141897 33554432000 1073741824 1073778376 140735530478288 140692469558312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3342] ppid=3335 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3342/stat : 3342 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341684095 11864465408 141897 33554432000 1073741824 1073778376 140735530478288 140692468505256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3337/tid=3343] ppid=3335 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3343/stat : 3343 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341684095 11864465408 141897 33554432000 1073741824 1073778376 140735530478288 140692467452712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3344] ppid=3335 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3344/stat : 3344 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341684095 11864465408 141897 33554432000 1073741824 1073778376 140735530478288 140692466399656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3345] ppid=3335 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3345/stat : 3345 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341684095 11864465408 141897 33554432000 1073741824 1073778376 140735530478288 140692465347112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3346] ppid=3335 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3346/stat : 3346 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341684095 11864465408 141897 33554432000 1073741824 1073778376 140735530478288 140692464294056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3347] ppid=3335 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3347/stat : 3347 (java) S 3335 3337 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341684095 11864465408 141897 33554432000 1073741824 1073778376 140735530478288 140692463241512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3348] ppid=3335 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3348/stat : 3348 (java) S 3335 3337 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341684096 11864465408 141897 33554432000 1073741824 1073778376 140735530478288 140692332440424 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3349] ppid=3335 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3349/stat : 3349 (java) S 3335 3337 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341684097 11864465408 141897 33554432000 1073741824 1073778376 140735530478288 140692331386744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3350] ppid=3335 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3350/stat : 3350 (java) S 3335 3337 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341684097 11864465408 141897 33554432000 1073741824 1073778376 140735530478288 140692330333576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3351] ppid=3335 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3351/stat : 3351 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341684099 11864465408 141897 33554432000 1073741824 1073778376 140735530478288 140692329282320 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3352] ppid=3335 vsize=11586392 CPUtime=0.13 cores=0,2,4,6
/proc/3337/task/3352/stat : 3352 (java) S 3335 3337 1918 0 -1 4202560 1026 0 0 0 13 0 0 0 20 0 18 0 341684099 11864465408 141897 33554432000 1073741824 1073778376 140735530478288 140692328229176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3353] ppid=3335 vsize=11586392 CPUtime=0.11 cores=0,2,4,6
/proc/3337/task/3353/stat : 3353 (java) S 3335 3337 1918 0 -1 4202560 1147 0 0 0 11 0 0 0 20 0 18 0 341684099 11864465408 141897 33554432000 1073741824 1073778376 140735530478288 140692327176632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3354] ppid=3335 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3354/stat : 3354 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341684099 11864465408 141897 33554432000 1073741824 1073778376 140735530478288 140692326123768 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3355] ppid=3335 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3355/stat : 3355 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341684099 11864465408 141897 33554432000 1073741824 1073778376 140735530478288 140691317451336 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 11586392

[startup+3.10059 s]
/proc/loadavg: 3.22 3.27 3.36 4/213 3355
/proc/meminfo: memFree=26785836/32873852 swapFree=7624/7624
[pid=3337] ppid=3335 vsize=11852648 CPUtime=3.74 cores=0,2,4,6
/proc/3337/stat : 3337 (java) S 3335 3337 1918 0 -1 4202496 8556 0 1 0 351 23 0 0 20 0 22 0 341684092 12137111552 318036 33554432000 1073741824 1073778376 140735530478288 140735530469424 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3337/statm: 2963162 318036 2243 9 0 2953849 0
[pid=3337/tid=3339] ppid=3335 vsize=11852648 CPUtime=2.82 cores=0,2,4,6
/proc/3337/task/3339/stat : 3339 (java) S 3335 3337 1918 0 -1 4202560 3450 0 1 0 261 21 0 0 20 0 22 0 341684093 12137111552 318036 33554432000 1073741824 1073778376 140735530478288 140692515857560 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3340] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3340/stat : 3340 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684095 12137111552 318036 33554432000 1073741824 1073778376 140735530478288 140692470610856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3341] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3341/stat : 3341 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684095 12137111552 318036 33554432000 1073741824 1073778376 140735530478288 140692469558312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3342] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3342/stat : 3342 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684095 12137111552 318036 33554432000 1073741824 1073778376 140735530478288 140692468505256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3337/tid=3343] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3343/stat : 3343 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684095 12137111552 318036 33554432000 1073741824 1073778376 140735530478288 140692467452712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3344] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3344/stat : 3344 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684095 12137111552 318036 33554432000 1073741824 1073778376 140735530478288 140692466399656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3345] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3345/stat : 3345 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684095 12137111552 318036 33554432000 1073741824 1073778376 140735530478288 140692465347112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3346] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3346/stat : 3346 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684095 12137111552 318036 33554432000 1073741824 1073778376 140735530478288 140692464294056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3347] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3347/stat : 3347 (java) S 3335 3337 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341684095 12137111552 318036 33554432000 1073741824 1073778376 140735530478288 140692463241512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3348] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3348/stat : 3348 (java) S 3335 3337 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341684096 12137111552 318036 33554432000 1073741824 1073778376 140735530478288 140692332440424 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3349] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3349/stat : 3349 (java) S 3335 3337 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341684097 12137111552 318036 33554432000 1073741824 1073778376 140735530478288 140692331386744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3350] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3350/stat : 3350 (java) S 3335 3337 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341684097 12137111552 318036 33554432000 1073741824 1073778376 140735530478288 140692330333576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3351] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3351/stat : 3351 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684099 12137111552 318036 33554432000 1073741824 1073778376 140735530478288 140692329282320 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3352] ppid=3335 vsize=11852648 CPUtime=0.24 cores=0,2,4,6
/proc/3337/task/3352/stat : 3352 (java) S 3335 3337 1918 0 -1 4202560 2393 0 0 0 24 0 0 0 20 0 22 0 341684099 12137111552 318036 33554432000 1073741824 1073778376 140735530478288 140692328229176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3353] ppid=3335 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3337/task/3353/stat : 3353 (java) S 3335 3337 1918 0 -1 4202560 1462 0 0 0 16 0 0 0 20 0 22 0 341684099 12137111552 318036 33554432000 1073741824 1073778376 140735530478288 140692327176632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3354] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3354/stat : 3354 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684099 12137111552 318036 33554432000 1073741824 1073778376 140735530478288 140692326123768 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3355] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3355/stat : 3355 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684099 12137111552 318036 33554432000 1073741824 1073778376 140735530478288 140691317451336 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 11852648

[startup+6.30065 s]
/proc/loadavg: 3.20 3.26 3.35 5/217 3359
/proc/meminfo: memFree=26353876/32873852 swapFree=7624/7624
[pid=3337] ppid=3335 vsize=11852648 CPUtime=11.07 cores=0,2,4,6
/proc/3337/stat : 3337 (java) S 3335 3337 1918 0 -1 4202496 15706 0 1 0 1083 24 0 0 20 0 22 0 341684092 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140735530469424 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3337/statm: 2963162 327436 2253 9 0 2953849 0
[pid=3337/tid=3339] ppid=3335 vsize=11852648 CPUtime=2.82 cores=0,2,4,6
/proc/3337/task/3339/stat : 3339 (java) S 3335 3337 1918 0 -1 4202560 3450 0 1 0 261 21 0 0 20 0 22 0 341684093 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140692515857560 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3340] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3340/stat : 3340 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684095 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140692470610856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3341] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3341/stat : 3341 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684095 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140692469558312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3342] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3342/stat : 3342 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684095 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140692468505256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3337/tid=3343] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3343/stat : 3343 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684095 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140692467452712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3344] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3344/stat : 3344 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684095 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140692466399656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3345] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3345/stat : 3345 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684095 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140692465347112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3346] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3346/stat : 3346 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684095 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140692464294056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3347] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3347/stat : 3347 (java) S 3335 3337 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341684095 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140692463241512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3348] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3348/stat : 3348 (java) S 3335 3337 1918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341684096 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140692332440424 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3349] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3349/stat : 3349 (java) S 3335 3337 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341684097 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140692331386744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3350] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3350/stat : 3350 (java) S 3335 3337 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341684097 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140692330333576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3351] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3351/stat : 3351 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684099 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140692329282320 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3352] ppid=3335 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/3337/task/3352/stat : 3352 (java) S 3335 3337 1918 0 -1 4202560 5273 0 0 0 78 0 0 0 20 0 22 0 341684099 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140692328229176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3353] ppid=3335 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/3337/task/3353/stat : 3353 (java) S 3335 3337 1918 0 -1 4202560 5655 0 0 0 61 0 0 0 20 0 22 0 341684099 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140692327176632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3354] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3354/stat : 3354 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684099 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140692326123768 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3355] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3355/stat : 3355 (java) S 3335 3337 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341684099 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140691317451336 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3356] ppid=3335 vsize=11852648 CPUtime=3.37 cores=0,2,4,6
/proc/3337/task/3356/stat : 3356 (java) R 3335 3337 1918 0 -1 4202560 41 0 0 0 337 0 0 0 20 0 22 0 341684378 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140691316397080 140692341541305 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3337/tid=3357] ppid=3335 vsize=11852648 CPUtime=3.39 cores=0,2,4,6
/proc/3337/task/3357/stat : 3357 (java) R 3335 3337 1918 0 -1 4202560 86 0 0 0 339 0 0 0 20 0 22 0 341684378 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140691315342376 140692341597080 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3358] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3358/stat : 3358 (java) S 3335 3337 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341684382 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140691314292008 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3359] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3359/stat : 3359 (java) S 3335 3337 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341684382 12137111552 327436 33554432000 1073741824 1073778376 140735530478288 140691313239464 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 11.07
Current children cumulated vsize (KiB) 11852648

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

/proc/3337/statm: 2963162 1010088 2278 9 0 2953849 0
[pid=3337/tid=3339] ppid=3335 vsize=11852648 CPUtime=2.85 cores=0,2,4,6
/proc/3337/task/3339/stat : 3339 (java) S 3335 3337 1918 0 -1 4202560 3456 0 1 0 263 22 0 0 20 0 22 0 341684093 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140692515857560 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3340] ppid=3335 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/3337/task/3340/stat : 3340 (java) S 3335 3337 1918 0 -1 4202560 219 0 0 0 82 12 0 0 20 0 22 0 341684095 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140692470610856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3341] ppid=3335 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/3337/task/3341/stat : 3341 (java) S 3335 3337 1918 0 -1 4202560 199 0 0 0 80 14 0 0 20 0 22 0 341684095 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140692469558312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3342] ppid=3335 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/3337/task/3342/stat : 3342 (java) S 3335 3337 1918 0 -1 4202560 216 0 0 0 88 15 0 0 20 0 22 0 341684095 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140692468505256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3343] ppid=3335 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/3337/task/3343/stat : 3343 (java) S 3335 3337 1918 0 -1 4202560 281 0 0 0 87 17 0 0 20 0 22 0 341684095 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140692467452712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3337/tid=3344] ppid=3335 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/3337/task/3344/stat : 3344 (java) S 3335 3337 1918 0 -1 4202560 247 0 0 0 82 17 0 0 20 0 22 0 341684095 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140692466399656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3345] ppid=3335 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/3337/task/3345/stat : 3345 (java) S 3335 3337 1918 0 -1 4202560 234 0 0 0 83 17 0 0 20 0 22 0 341684095 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140692465347112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3346] ppid=3335 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/3337/task/3346/stat : 3346 (java) S 3335 3337 1918 0 -1 4202560 230 0 0 0 82 15 0 0 20 0 22 0 341684095 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140692464294056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3347] ppid=3335 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/3337/task/3347/stat : 3347 (java) S 3335 3337 1918 0 -1 4202560 233 0 0 0 75 16 0 0 20 0 22 0 341684095 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140692463241512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3348] ppid=3335 vsize=11852648 CPUtime=1.82 cores=0,2,4,6
/proc/3337/task/3348/stat : 3348 (java) S 3335 3337 1918 0 -1 4202560 147 0 0 0 175 7 0 0 20 0 22 0 341684096 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140692332440424 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3349] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3349/stat : 3349 (java) S 3335 3337 1918 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 341684097 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140692331386744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3350] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3350/stat : 3350 (java) S 3335 3337 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341684097 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140692330333576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3351] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3351/stat : 3351 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684099 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140692329282320 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3352] ppid=3335 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/3337/task/3352/stat : 3352 (java) S 3335 3337 1918 0 -1 4202560 5287 0 0 0 107 0 0 0 20 0 22 0 341684099 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140692328229176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3353] ppid=3335 vsize=11852648 CPUtime=0.73 cores=0,2,4,6
/proc/3337/task/3353/stat : 3353 (java) S 3335 3337 1918 0 -1 4202560 6230 0 0 0 73 0 0 0 20 0 22 0 341684099 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140692327176632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3337/tid=3354] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3354/stat : 3354 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684099 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140692326123768 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3355] ppid=3335 vsize=11852648 CPUtime=0.27 cores=0,2,4,6
/proc/3337/task/3355/stat : 3355 (java) S 3335 3337 1918 0 -1 4202560 52 0 0 0 11 16 0 0 20 0 22 0 341684099 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140691317451336 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3356] ppid=3335 vsize=11852648 CPUtime=872.75 cores=0,2,4,6
/proc/3337/task/3356/stat : 3356 (java) R 3335 3337 1918 0 -1 4202560 180 0 0 0 87258 17 0 0 20 0 22 0 341684378 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140691316395920 140692341541283 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3357] ppid=3335 vsize=11852648 CPUtime=872.92 cores=0,2,4,6
/proc/3337/task/3357/stat : 3357 (java) R 3335 3337 1918 0 -1 4202560 966 0 0 0 87249 43 0 0 20 0 22 0 341684378 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140691315342096 140692341642377 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3358] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3358/stat : 3358 (java) S 3335 3337 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341684382 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140691314292008 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3359] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3359/stat : 3359 (java) S 3335 3337 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341684382 12137111552 1010088 33554432000 1073741824 1073778376 140735530478288 140691313239464 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1764.59
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.101 s]
/proc/loadavg: 4.02 3.91 3.66 5/217 3430
/proc/meminfo: memFree=21381500/32873852 swapFree=7624/7624
[pid=3337] ppid=3335 vsize=11852648 CPUtime=1800.12 cores=0,2,4,6
/proc/3337/stat : 3337 (java) S 3335 3337 1918 0 -1 4202496 19371 0 1 0 179812 200 0 0 20 0 22 0 341684092 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140735530469424 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3337/statm: 2963162 1010090 2278 9 0 2953849 0
[pid=3337/tid=3339] ppid=3335 vsize=11852648 CPUtime=2.85 cores=0,2,4,6
/proc/3337/task/3339/stat : 3339 (java) S 3335 3337 1918 0 -1 4202560 3456 0 1 0 263 22 0 0 20 0 22 0 341684093 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692515857560 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3340] ppid=3335 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/3337/task/3340/stat : 3340 (java) S 3335 3337 1918 0 -1 4202560 219 0 0 0 84 12 0 0 20 0 22 0 341684095 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692470610856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3341] ppid=3335 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/3337/task/3341/stat : 3341 (java) S 3335 3337 1918 0 -1 4202560 199 0 0 0 82 14 0 0 20 0 22 0 341684095 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692469558312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3342] ppid=3335 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/3337/task/3342/stat : 3342 (java) S 3335 3337 1918 0 -1 4202560 216 0 0 0 89 15 0 0 20 0 22 0 341684095 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692468505256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3343] ppid=3335 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/3337/task/3343/stat : 3343 (java) S 3335 3337 1918 0 -1 4202560 281 0 0 0 89 17 0 0 20 0 22 0 341684095 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692467452712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3337/tid=3344] ppid=3335 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/3337/task/3344/stat : 3344 (java) S 3335 3337 1918 0 -1 4202560 247 0 0 0 84 17 0 0 20 0 22 0 341684095 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692466399656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3337/tid=3345] ppid=3335 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/3337/task/3345/stat : 3345 (java) S 3335 3337 1918 0 -1 4202560 234 0 0 0 85 17 0 0 20 0 22 0 341684095 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692465347112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3346] ppid=3335 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/3337/task/3346/stat : 3346 (java) S 3335 3337 1918 0 -1 4202560 230 0 0 0 83 15 0 0 20 0 22 0 341684095 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692464294056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3347] ppid=3335 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/3337/task/3347/stat : 3347 (java) S 3335 3337 1918 0 -1 4202560 235 0 0 0 76 16 0 0 20 0 22 0 341684095 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692463241512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3348] ppid=3335 vsize=11852648 CPUtime=1.94 cores=0,2,4,6
/proc/3337/task/3348/stat : 3348 (java) S 3335 3337 1918 0 -1 4202560 147 0 0 0 187 7 0 0 20 0 22 0 341684096 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692332440424 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3349] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3349/stat : 3349 (java) S 3335 3337 1918 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 341684097 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692331386744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3350] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3350/stat : 3350 (java) S 3335 3337 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341684097 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692330333576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3351] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3351/stat : 3351 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684099 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692329282320 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3352] ppid=3335 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/3337/task/3352/stat : 3352 (java) S 3335 3337 1918 0 -1 4202560 5287 0 0 0 107 0 0 0 20 0 22 0 341684099 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692328229176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3353] ppid=3335 vsize=11852648 CPUtime=0.73 cores=0,2,4,6
/proc/3337/task/3353/stat : 3353 (java) S 3335 3337 1918 0 -1 4202560 6230 0 0 0 73 0 0 0 20 0 22 0 341684099 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692327176632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3337/tid=3354] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3354/stat : 3354 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684099 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692326123768 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3355] ppid=3335 vsize=11852648 CPUtime=0.27 cores=0,2,4,6
/proc/3337/task/3355/stat : 3355 (java) S 3335 3337 1918 0 -1 4202560 52 0 0 0 11 16 0 0 20 0 22 0 341684099 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140691317451336 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3356] ppid=3335 vsize=11852648 CPUtime=890.35 cores=0,2,4,6
/proc/3337/task/3356/stat : 3356 (java) R 3335 3337 1918 0 -1 4202560 182 0 0 0 89018 17 0 0 20 0 22 0 341684378 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140691316395920 140692341541257 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3357] ppid=3335 vsize=11852648 CPUtime=890.51 cores=0,2,4,6
/proc/3337/task/3357/stat : 3357 (java) R 3335 3337 1918 0 -1 4202560 968 0 0 0 89008 43 0 0 20 0 22 0 341684378 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140691315342080 140692341418605 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3358] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3358/stat : 3358 (java) S 3335 3337 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341684382 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140691314292008 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3359] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3359/stat : 3359 (java) S 3335 3337 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341684382 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140691313239464 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 11852648

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

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

[startup+900.101 s]
/proc/loadavg: 4.02 3.91 3.66 5/217 3430
/proc/meminfo: memFree=21381500/32873852 swapFree=7624/7624
[pid=3337] ppid=3335 vsize=11852648 CPUtime=1800.12 cores=0,2,4,6
/proc/3337/stat : 3337 (java) S 3335 3337 1918 0 -1 4202496 19371 0 1 0 179812 200 0 0 20 0 22 0 341684092 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140735530469424 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3337/statm: 2963162 1010090 2278 9 0 2953849 0
[pid=3337/tid=3339] ppid=3335 vsize=11852648 CPUtime=2.85 cores=0,2,4,6
/proc/3337/task/3339/stat : 3339 (java) S 3335 3337 1918 0 -1 4202560 3456 0 1 0 263 22 0 0 20 0 22 0 341684093 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692515857560 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3340] ppid=3335 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/3337/task/3340/stat : 3340 (java) S 3335 3337 1918 0 -1 4202560 219 0 0 0 84 12 0 0 20 0 22 0 341684095 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692470610856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3341] ppid=3335 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/3337/task/3341/stat : 3341 (java) S 3335 3337 1918 0 -1 4202560 199 0 0 0 82 14 0 0 20 0 22 0 341684095 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692469558312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3342] ppid=3335 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/3337/task/3342/stat : 3342 (java) S 3335 3337 1918 0 -1 4202560 216 0 0 0 89 15 0 0 20 0 22 0 341684095 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692468505256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3343] ppid=3335 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/3337/task/3343/stat : 3343 (java) S 3335 3337 1918 0 -1 4202560 281 0 0 0 89 17 0 0 20 0 22 0 341684095 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692467452712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3337/tid=3344] ppid=3335 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/3337/task/3344/stat : 3344 (java) S 3335 3337 1918 0 -1 4202560 247 0 0 0 84 17 0 0 20 0 22 0 341684095 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692466399656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3337/tid=3345] ppid=3335 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/3337/task/3345/stat : 3345 (java) S 3335 3337 1918 0 -1 4202560 234 0 0 0 85 17 0 0 20 0 22 0 341684095 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692465347112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3346] ppid=3335 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/3337/task/3346/stat : 3346 (java) S 3335 3337 1918 0 -1 4202560 230 0 0 0 83 15 0 0 20 0 22 0 341684095 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692464294056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3347] ppid=3335 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/3337/task/3347/stat : 3347 (java) S 3335 3337 1918 0 -1 4202560 235 0 0 0 76 16 0 0 20 0 22 0 341684095 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692463241512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3348] ppid=3335 vsize=11852648 CPUtime=1.94 cores=0,2,4,6
/proc/3337/task/3348/stat : 3348 (java) S 3335 3337 1918 0 -1 4202560 147 0 0 0 187 7 0 0 20 0 22 0 341684096 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692332440424 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3349] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3349/stat : 3349 (java) S 3335 3337 1918 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 341684097 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692331386744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3350] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3350/stat : 3350 (java) S 3335 3337 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341684097 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692330333576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3351] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3351/stat : 3351 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684099 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692329282320 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3352] ppid=3335 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/3337/task/3352/stat : 3352 (java) S 3335 3337 1918 0 -1 4202560 5287 0 0 0 107 0 0 0 20 0 22 0 341684099 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692328229176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3337/tid=3353] ppid=3335 vsize=11852648 CPUtime=0.73 cores=0,2,4,6
/proc/3337/task/3353/stat : 3353 (java) S 3335 3337 1918 0 -1 4202560 6230 0 0 0 73 0 0 0 20 0 22 0 341684099 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692327176632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3337/tid=3354] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3354/stat : 3354 (java) S 3335 3337 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341684099 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140692326123768 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3355] ppid=3335 vsize=11852648 CPUtime=0.27 cores=0,2,4,6
/proc/3337/task/3355/stat : 3355 (java) S 3335 3337 1918 0 -1 4202560 52 0 0 0 11 16 0 0 20 0 22 0 341684099 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140691317451336 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3356] ppid=3335 vsize=11852648 CPUtime=890.35 cores=0,2,4,6
/proc/3337/task/3356/stat : 3356 (java) R 3335 3337 1918 0 -1 4202560 182 0 0 0 89018 17 0 0 20 0 22 0 341684378 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140691316395920 140692341541257 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3337/tid=3357] ppid=3335 vsize=11852648 CPUtime=890.51 cores=0,2,4,6
/proc/3337/task/3357/stat : 3357 (java) R 3335 3337 1918 0 -1 4202560 968 0 0 0 89008 43 0 0 20 0 22 0 341684378 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140691315342080 140692341418605 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3358] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3358/stat : 3358 (java) S 3335 3337 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341684382 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140691314292008 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3337/tid=3359] ppid=3335 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3337/task/3359/stat : 3359 (java) S 3335 3337 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341684382 12137111552 1010090 33554432000 1073741824 1073778376 140735530478288 140691313239464 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 900.143
CPU time (s): 1800.12
CPU user time (s): 1798.12
CPU system time (s): 2
CPU usage (%): 199.982
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.58
system time used= 2.43563
maximum resident set size= 4040492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19407
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26331
involuntary context switches= 30147

runsolver used 3.2595 second user time and 7.8768 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-03 22:33:06
IDJOB=3741561
IDBENCH=89877
IDSOLVER=2328
FILE ID=node131/3741561-1338755586
RUNJOBID= node131-1338749255-1934
PBS_JOBID= 14636797
Free space on /tmp= 71388 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-544324.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741561-1338755586/watcher-3741561-1338755586 -o /tmp/evaluation-result-3741561-1338755586/solver-3741561-1338755586 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741561-1338755586.opb

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

MD5SUM BENCH= 02fa27f3dafb4f59cf08d669298a5bbe
RANDOM SEED=384319711

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27654660 kB
Buffers:          564656 kB
Cached:          3125316 kB
SwapCached:         2348 kB
Active:          2091616 kB
Inactive:        2243296 kB
Active(anon):     641088 kB
Inactive(anon):     3664 kB
Active(file):    1450528 kB
Inactive(file):  2239632 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:             15576 kB
Writeback:             0 kB
AnonPages:        663512 kB
Mapped:            22340 kB
Shmem:                 0 kB
Slab:             729320 kB
SReclaimable:     171468 kB
SUnreclaim:       557852 kB
KernelStack:        1608 kB
PageTables:         5416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10459856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    608256 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= 71388 MiB
End job on node131 at 2012-06-03 22:48:09