Trace number 3717991

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
Sat4j PB 2012-05-28? (TO) 1800.48 1796.83

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen07reduc_wcsp.wbo
MD5SUM6effabdb5f06e7cb39e8e89923338a20
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4824
Total number of constraints564001
Number of soft constraints563839
Number of constraints which are clauses563839
Number of constraints which are cardinality constraints (but not clauses)162
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 343592
Min constraint cost 1
Max constraint cost 343592
Sum of constraints costs 24999659190
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120528
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3717991-1338257659.wbo
0.09/0.11	c reading problem ... 
5.05/3.33	c ... done. Wall clock time 3.221s.
5.05/3.33	c declared #vars     4824
5.05/3.33	c internal #vars     568663
5.05/3.33	c #constraints  564164
5.05/3.33	c constraints type 
5.05/3.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 562183
5.05/3.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 159
5.05/3.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1821
5.05/3.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
5.05/3.33	c 564164 constraints processed.
5.05/3.33	c objective function length is 563839 literals
93.91/91.76	c cleaning 2500 clauses out of 5000 with flag 35080/5000
216.94/214.37	c cleaning 4219 clauses out of 8500 with flag 97063/11000
366.73/364.13	c cleaning 5595 clauses out of 11281 with flag 164261/18000
544.42/541.73	c cleaning 6823 clauses out of 13686 with flag 262080/26000
746.67/743.87	c cleaning 7924 clauses out of 15865 with flag 339749/35002
975.66/972.78	c cleaning 8942 clauses out of 17943 with flag 437978/45004
1232.52/1229.53	c cleaning 9985 clauses out of 19998 with flag 564597/56001
1510.11/1507.07	c cleaning 10985 clauses out of 22012 with flag 739599/68000
1778.49/1775.33	c cleaning 12006 clauses out of 24028 with flag 855136/81001
1800.02/1796.81	c starts		: 87
1800.02/1796.81	c conflicts		: 81910
1800.02/1796.81	c decisions		: 2672485
1800.02/1796.81	c propagations		: 9037502239
1800.02/1796.81	c inspects		: 98497581
1800.02/1796.81	c shortcuts		: 0
1800.02/1796.81	c learnt literals	: 0
1800.02/1796.81	c learnt binary clauses	: 2
1800.02/1796.81	c learnt ternary clauses	: 3
1800.02/1796.81	c learnt constraints	: 81910
1800.02/1796.81	c ignored constraints	: 0
1800.02/1796.81	c root simplifications	: 0
1800.02/1796.81	c removed literals (reason simplification)	: 0
1800.02/1796.81	c reason swapping (by a shorter reason)	: 0
1800.02/1796.81	c Calls to reduceDB	: 9
1800.02/1796.81	c Number of update (reduction) of LBD	: 46579
1800.02/1796.81	c number of reductions to clauses (during analyze)	: 0
1800.02/1796.81	c number of learned constraints concerned by reduction	: 0
1800.02/1796.81	c number of learning phase by resolution	: 0
1800.02/1796.81	c number of learning phase by cutting planes	: 0
1800.02/1796.81	c speed (assignments/second)	: 5039784.165685198
1800.02/1796.81	c non guided choices	3115
1800.02/1796.82	c learnt constraints type 
1800.02/1796.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.02/1796.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12929
1800.02/1796.82	c constraints type 
1800.02/1796.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 562183
1800.02/1796.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 159
1800.02/1796.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1821
1800.02/1796.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.02/1796.82	c 564164 constraints processed.
1800.02/1796.82	s UNKNOWN
1800.02/1796.82	c Total wall clock time (in seconds): 1796.706

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-3717991-1338257659/watcher-3717991-1338257659 -o /tmp/evaluation-result-3717991-1338257659/solver-3717991-1338257659 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3717991-1338257659.wbo 

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: 2.01 2.00 2.00 2/174 22040
/proc/meminfo: memFree=28884168/32873648 swapFree=6864/6864
[pid=22040] ppid=22038 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22040/stat : 22040 (java) D 22038 22040 18511 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 291891336 9515008 182 33554432000 1073741824 1073778376 140734121380384 140734121371416 270707539637 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/22040/statm: 2323 182 140 9 0 71 0

[startup+0.066242 s]
/proc/loadavg: 2.01 2.00 2.00 2/174 22040
/proc/meminfo: memFree=28884168/32873648 swapFree=6864/6864
[pid=22040] ppid=22038 vsize=9558416 CPUtime=0.05 cores=0,2,4,6
/proc/22040/stat : 22040 (java) S 22038 22040 18511 0 -1 4202496 3193 0 1 0 4 1 0 0 20 0 18 0 291891336 9787817984 4402 33554432000 1073741824 1073778376 140733328403232 140733328394368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22040/statm: 2389604 4402 1758 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558416

[startup+0.100246 s]
/proc/loadavg: 2.01 2.00 2.00 2/174 22040
/proc/meminfo: memFree=28884168/32873648 swapFree=6864/6864
[pid=22040] ppid=22038 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/22040/stat : 22040 (java) S 22038 22040 18511 0 -1 4202496 4278 0 1 0 8 1 0 0 20 0 18 0 291891336 9787817984 5474 33554432000 1073741824 1073778376 140733328403232 140733328394368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22040/statm: 2389604 5475 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300237 s]
/proc/loadavg: 2.01 2.00 2.00 2/174 22040
/proc/meminfo: memFree=28884168/32873648 swapFree=6864/6864
[pid=22040] ppid=22038 vsize=9558416 CPUtime=0.51 cores=0,2,4,6
/proc/22040/stat : 22040 (java) S 22038 22040 18511 0 -1 4202496 5806 0 1 0 49 2 0 0 20 0 18 0 291891336 9787817984 10329 33554432000 1073741824 1073778376 140733328403232 140733328394368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22040/statm: 2389604 10333 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558416

[startup+0.700248 s]
/proc/loadavg: 2.01 2.00 2.00 2/174 22040
/proc/meminfo: memFree=28884168/32873648 swapFree=6864/6864
[pid=22040] ppid=22038 vsize=9558416 CPUtime=1.28 cores=0,2,4,6
/proc/22040/stat : 22040 (java) S 22038 22040 18511 0 -1 4202496 9308 0 1 0 122 6 0 0 20 0 18 0 291891336 9787817984 45545 33554432000 1073741824 1073778376 140733328403232 140733328394368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22040/statm: 2389604 45545 2249 9 0 2380296 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9558416

[startup+1.50072 s]
/proc/loadavg: 2.09 2.02 2.01 2/192 22058
/proc/meminfo: memFree=28668168/32873648 swapFree=6864/6864
[pid=22040] ppid=22038 vsize=9558416 CPUtime=2.48 cores=0,2,4,6
/proc/22040/stat : 22040 (java) S 22038 22040 18511 0 -1 4202496 10067 0 1 0 228 20 0 0 20 0 18 0 291891336 9787817984 98793 33554432000 1073741824 1073778376 140733328403232 140733328394368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22040/statm: 2389604 98793 2249 9 0 2380296 0
[pid=22040/tid=22042] ppid=22038 vsize=9558416 CPUtime=1.3 cores=0,2,4,6
/proc/22040/task/22042/stat : 22042 (java) R 22038 22040 18511 0 -1 4202560 2556 0 1 0 124 6 0 0 20 0 18 0 291891337 9787817984 98793 33554432000 1073741824 1073778376 140733328403232 140688533466424 140688381852340 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22043] ppid=22038 vsize=9558416 CPUtime=0.04 cores=0,2,4,6
/proc/22040/task/22043/stat : 22043 (java) S 22038 22040 18511 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 18 0 291891338 9787817984 98793 33554432000 1073741824 1073778376 140733328403232 140688505920552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22044] ppid=22038 vsize=9558416 CPUtime=0.13 cores=0,2,4,6
/proc/22040/task/22044/stat : 22044 (java) S 22038 22040 18511 0 -1 4202560 144 0 0 0 10 3 0 0 20 0 18 0 291891338 9787817984 98793 33554432000 1073741824 1073778376 140733328403232 140688504867752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22045] ppid=22038 vsize=9558416 CPUtime=0.08 cores=0,2,4,6
/proc/22040/task/22045/stat : 22045 (java) S 22038 22040 18511 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 18 0 291891338 9787817984 98793 33554432000 1073741824 1073778376 140733328403232 140688503814952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22046] ppid=22038 vsize=9558416 CPUtime=0.04 cores=0,2,4,6
/proc/22040/task/22046/stat : 22046 (java) S 22038 22040 18511 0 -1 4202560 104 0 0 0 4 0 0 0 20 0 18 0 291891338 9787817984 98793 33554432000 1073741824 1073778376 140733328403232 140688502762152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22047] ppid=22038 vsize=9558416 CPUtime=0.07 cores=0,2,4,6
/proc/22040/task/22047/stat : 22047 (java) S 22038 22040 18511 0 -1 4202560 119 0 0 0 5 2 0 0 20 0 18 0 291891338 9787817984 98793 33554432000 1073741824 1073778376 140733328403232 140688501709352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22048] ppid=22038 vsize=9558416 CPUtime=0.14 cores=0,2,4,6
/proc/22040/task/22048/stat : 22048 (java) S 22038 22040 18511 0 -1 4202560 169 0 0 0 10 4 0 0 20 0 18 0 291891338 9787817984 98793 33554432000 1073741824 1073778376 140733328403232 140688500656552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22049] ppid=22038 vsize=9558416 CPUtime=0.02 cores=0,2,4,6
/proc/22040/task/22049/stat : 22049 (java) S 22038 22040 18511 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 291891338 9787817984 98793 33554432000 1073741824 1073778376 140733328403232 140688370477352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22050] ppid=22038 vsize=9558416 CPUtime=0.02 cores=0,2,4,6
/proc/22040/task/22050/stat : 22050 (java) S 22038 22040 18511 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 291891338 9787817984 98793 33554432000 1073741824 1073778376 140733328403232 140688369424552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22051] ppid=22038 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22051/stat : 22051 (java) S 22038 22040 18511 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 291891340 9787817984 98793 33554432000 1073741824 1073778376 140733328403232 140687886478312 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22052] ppid=22038 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22052/stat : 22052 (java) S 22038 22040 18511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291891340 9787817984 98793 33554432000 1073741824 1073778376 140733328403232 140687885424376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22053] ppid=22038 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22053/stat : 22053 (java) S 22038 22040 18511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 291891340 9787817984 98793 33554432000 1073741824 1073778376 140733328403232 140687884371464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22054] ppid=22038 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22054/stat : 22054 (java) S 22038 22040 18511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291891342 9787817984 98793 33554432000 1073741824 1073778376 140733328403232 140687883319952 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22055] ppid=22038 vsize=9558416 CPUtime=0.25 cores=0,2,4,6
/proc/22040/task/22055/stat : 22055 (java) S 22038 22040 18511 0 -1 4202560 2781 0 0 0 25 0 0 0 20 0 18 0 291891342 9787817984 98793 33554432000 1073741824 1073778376 140733328403232 140687882267064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22056] ppid=22038 vsize=9558416 CPUtime=0.24 cores=0,2,4,6
/proc/22040/task/22056/stat : 22056 (java) S 22038 22040 18511 0 -1 4202560 2714 0 0 0 24 0 0 0 20 0 18 0 291891342 9787817984 98793 33554432000 1073741824 1073778376 140733328403232 140687881214264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22057] ppid=22038 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22057/stat : 22057 (java) S 22038 22040 18511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291891342 9787817984 98793 33554432000 1073741824 1073778376 140733328403232 140687880161656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22058] ppid=22038 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22058/stat : 22058 (java) S 22038 22040 18511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291891342 9787817984 98793 33554432000 1073741824 1073778376 140733328403232 140687879109064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9558416

[startup+3.10071 s]
/proc/loadavg: 2.09 2.02 2.01 3/191 22086
/proc/meminfo: memFree=28421196/32873648 swapFree=6864/6864
[pid=22040] ppid=22038 vsize=9558416 CPUtime=4.78 cores=0,2,4,6
/proc/22040/stat : 22040 (java) S 22038 22040 18511 0 -1 4202496 11620 0 1 0 439 39 0 0 20 0 18 0 291891336 9787817984 196159 33554432000 1073741824 1073778376 140733328403232 140733328394368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22040/statm: 2389604 196159 2259 9 0 2380296 0
[pid=22040/tid=22042] ppid=22038 vsize=9558416 CPUtime=2.64 cores=0,2,4,6
/proc/22040/task/22042/stat : 22042 (java) R 22038 22040 18511 0 -1 4202560 2851 0 1 0 255 9 0 0 20 0 18 0 291891337 9787817984 196159 33554432000 1073741824 1073778376 140733328403232 140688533467168 140688381889468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22043] ppid=22038 vsize=9558416 CPUtime=0.17 cores=0,2,4,6
/proc/22040/task/22043/stat : 22043 (java) S 22038 22040 18511 0 -1 4202560 82 0 0 0 14 3 0 0 20 0 18 0 291891338 9787817984 196159 33554432000 1073741824 1073778376 140733328403232 140688505920552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22044] ppid=22038 vsize=9558416 CPUtime=0.26 cores=0,2,4,6
/proc/22040/task/22044/stat : 22044 (java) S 22038 22040 18511 0 -1 4202560 201 0 0 0 20 6 0 0 20 0 18 0 291891338 9787817984 196159 33554432000 1073741824 1073778376 140733328403232 140688504867752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22040/tid=22045] ppid=22038 vsize=9558416 CPUtime=0.21 cores=0,2,4,6
/proc/22040/task/22045/stat : 22045 (java) S 22038 22040 18511 0 -1 4202560 514 0 0 0 17 4 0 0 20 0 18 0 291891338 9787817984 196159 33554432000 1073741824 1073778376 140733328403232 140688503814952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22046] ppid=22038 vsize=9558416 CPUtime=0.13 cores=0,2,4,6
/proc/22040/task/22046/stat : 22046 (java) S 22038 22040 18511 0 -1 4202560 159 0 0 0 10 3 0 0 20 0 18 0 291891338 9787817984 196159 33554432000 1073741824 1073778376 140733328403232 140688502762152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22047] ppid=22038 vsize=9558416 CPUtime=0.19 cores=0,2,4,6
/proc/22040/task/22047/stat : 22047 (java) S 22038 22040 18511 0 -1 4202560 165 0 0 0 15 4 0 0 20 0 18 0 291891338 9787817984 196159 33554432000 1073741824 1073778376 140733328403232 140688501709352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22040/tid=22048] ppid=22038 vsize=9558416 CPUtime=0.25 cores=0,2,4,6
/proc/22040/task/22048/stat : 22048 (java) S 22038 22040 18511 0 -1 4202560 230 0 0 0 20 5 0 0 20 0 18 0 291891338 9787817984 196159 33554432000 1073741824 1073778376 140733328403232 140688500656552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22049] ppid=22038 vsize=9558416 CPUtime=0.14 cores=0,2,4,6
/proc/22040/task/22049/stat : 22049 (java) S 22038 22040 18511 0 -1 4202560 115 0 0 0 11 3 0 0 20 0 18 0 291891338 9787817984 196159 33554432000 1073741824 1073778376 140733328403232 140688370477352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22040/tid=22050] ppid=22038 vsize=9558416 CPUtime=0.14 cores=0,2,4,6
/proc/22040/task/22050/stat : 22050 (java) S 22038 22040 18511 0 -1 4202560 92 0 0 0 11 3 0 0 20 0 18 0 291891338 9787817984 196159 33554432000 1073741824 1073778376 140733328403232 140688369424552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22051] ppid=22038 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22051/stat : 22051 (java) S 22038 22040 18511 0 -1 4202560 540 0 0 0 0 0 0 0 20 0 18 0 291891340 9787817984 196159 33554432000 1073741824 1073778376 140733328403232 140687886478312 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22052] ppid=22038 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22052/stat : 22052 (java) S 22038 22040 18511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291891340 9787817984 196159 33554432000 1073741824 1073778376 140733328403232 140687885424376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22053] ppid=22038 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22053/stat : 22053 (java) S 22038 22040 18511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 291891340 9787817984 196159 33554432000 1073741824 1073778376 140733328403232 140687884371464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22054] ppid=22038 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22054/stat : 22054 (java) S 22038 22040 18511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291891342 9787817984 196159 33554432000 1073741824 1073778376 140733328403232 140687883319952 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22055] ppid=22038 vsize=9558416 CPUtime=0.26 cores=0,2,4,6
/proc/22040/task/22055/stat : 22055 (java) S 22038 22040 18511 0 -1 4202560 2783 0 0 0 26 0 0 0 20 0 18 0 291891342 9787817984 196159 33554432000 1073741824 1073778376 140733328403232 140687882267064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22056] ppid=22038 vsize=9558416 CPUtime=0.24 cores=0,2,4,6
/proc/22040/task/22056/stat : 22056 (java) S 22038 22040 18511 0 -1 4202560 2714 0 0 0 24 0 0 0 20 0 18 0 291891342 9787817984 196159 33554432000 1073741824 1073778376 140733328403232 140687881214264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22057] ppid=22038 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22057/stat : 22057 (java) S 22038 22040 18511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291891342 9787817984 196159 33554432000 1073741824 1073778376 140733328403232 140687880161656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22058] ppid=22038 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22058/stat : 22058 (java) S 22038 22040 18511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291891342 9787817984 196159 33554432000 1073741824 1073778376 140733328403232 140687879109064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 9558416

[startup+6.30073 s]
/proc/loadavg: 2.64 2.14 2.04 10/212 22114
/proc/meminfo: memFree=27295948/32873648 swapFree=6864/6864
[pid=22040] ppid=22038 vsize=9624980 CPUtime=8.49 cores=0,2,4,6
/proc/22040/stat : 22040 (java) S 22038 22040 18511 0 -1 4202496 11661 0 1 0 810 39 0 0 20 0 19 0 291891336 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140733328394368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22040/statm: 2406245 196164 2268 9 0 2396937 0
[pid=22040/tid=22042] ppid=22038 vsize=9624980 CPUtime=5.84 cores=0,2,4,6
/proc/22040/task/22042/stat : 22042 (java) R 22038 22040 18511 0 -1 4202560 2857 0 1 0 575 9 0 0 20 0 19 0 291891337 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140688533467480 140688382385905 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22043] ppid=22038 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/22040/task/22043/stat : 22043 (java) S 22038 22040 18511 0 -1 4202560 82 0 0 0 14 3 0 0 20 0 19 0 291891338 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140688505920552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22044] ppid=22038 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/22040/task/22044/stat : 22044 (java) S 22038 22040 18511 0 -1 4202560 201 0 0 0 20 6 0 0 20 0 19 0 291891338 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140688504867752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22040/tid=22045] ppid=22038 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/22040/task/22045/stat : 22045 (java) S 22038 22040 18511 0 -1 4202560 514 0 0 0 17 4 0 0 20 0 19 0 291891338 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140688503814952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22046] ppid=22038 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/22040/task/22046/stat : 22046 (java) S 22038 22040 18511 0 -1 4202560 159 0 0 0 10 3 0 0 20 0 19 0 291891338 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140688502762152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22047] ppid=22038 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/22040/task/22047/stat : 22047 (java) S 22038 22040 18511 0 -1 4202560 165 0 0 0 15 4 0 0 20 0 19 0 291891338 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140688501709352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22040/tid=22048] ppid=22038 vsize=9624980 CPUtime=0.25 cores=0,2,4,6
/proc/22040/task/22048/stat : 22048 (java) S 22038 22040 18511 0 -1 4202560 230 0 0 0 20 5 0 0 20 0 19 0 291891338 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140688500656552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22049] ppid=22038 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/22040/task/22049/stat : 22049 (java) S 22038 22040 18511 0 -1 4202560 115 0 0 0 11 3 0 0 20 0 19 0 291891338 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140688370477352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22040/tid=22050] ppid=22038 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/22040/task/22050/stat : 22050 (java) S 22038 22040 18511 0 -1 4202560 92 0 0 0 11 3 0 0 20 0 19 0 291891338 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140688369424552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22051] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22051/stat : 22051 (java) S 22038 22040 18511 0 -1 4202560 542 0 0 0 0 0 0 0 20 0 19 0 291891340 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140687886478312 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22052] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22052/stat : 22052 (java) S 22038 22040 18511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291891340 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140687885424376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22053] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22053/stat : 22053 (java) S 22038 22040 18511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291891340 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140687884371464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22054] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22054/stat : 22054 (java) S 22038 22040 18511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291891342 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140687883319952 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22055] ppid=22038 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/22040/task/22055/stat : 22055 (java) S 22038 22040 18511 0 -1 4202560 2792 0 0 0 47 0 0 0 20 0 19 0 291891342 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140687882267064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22056] ppid=22038 vsize=9624980 CPUtime=0.52 cores=0,2,4,6
/proc/22040/task/22056/stat : 22056 (java) S 22038 22040 18511 0 -1 4202560 2726 0 0 0 52 0 0 0 20 0 19 0 291891342 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140687881214264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22057] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22057/stat : 22057 (java) S 22038 22040 18511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291891342 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140687880161656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22058] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22058/stat : 22058 (java) S 22038 22040 18511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291891342 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140687879109064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22114] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22114/stat : 22114 (java) S 22038 22040 18511 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291891695 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140687878055592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]
/proc/loadavg: 2.59 2.13 2.04 3/213 22115
/proc/meminfo: memFree=27179408/32873648 swapFree=6864/6864
[pid=22040] ppid=22038 vsize=9624980 CPUtime=14.88 cores=0,2,4,6
/proc/22040/stat : 22040 (java) S 22038 22040 18511 0 -1 4202496 11661 0 1 0 1449 39 0 0 20 0 19 0 291891336 9855979520 196164 33554432000 1073741824 1073778376 140733328403232 140733328394368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0

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

[pid=22040/tid=22048] ppid=22038 vsize=9624980 CPUtime=0.34 cores=0,2,4,6
/proc/22040/task/22048/stat : 22048 (java) S 22038 22040 18511 0 -1 4202560 257 0 0 0 27 7 0 0 20 0 19 0 291891338 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140688500656552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22040/tid=22049] ppid=22038 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/22040/task/22049/stat : 22049 (java) S 22038 22040 18511 0 -1 4202560 136 0 0 0 19 4 0 0 20 0 19 0 291891338 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140688370477352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22050] ppid=22038 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/22040/task/22050/stat : 22050 (java) S 22038 22040 18511 0 -1 4202560 109 0 0 0 17 4 0 0 20 0 19 0 291891338 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140688369424552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22051] ppid=22038 vsize=9624980 CPUtime=5.86 cores=0,2,4,6
/proc/22040/task/22051/stat : 22051 (java) S 22038 22040 18511 0 -1 4202560 703 0 0 0 581 5 0 0 20 0 19 0 291891340 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140687886478312 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22052] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22052/stat : 22052 (java) S 22038 22040 18511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291891340 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140687885424376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22053] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22053/stat : 22053 (java) S 22038 22040 18511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291891340 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140687884371464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22054] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22054/stat : 22054 (java) S 22038 22040 18511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291891342 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140687883319952 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22055] ppid=22038 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/22040/task/22055/stat : 22055 (java) S 22038 22040 18511 0 -1 4202560 3261 0 0 0 61 0 0 0 20 0 19 0 291891342 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140687882267064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22056] ppid=22038 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/22040/task/22056/stat : 22056 (java) S 22038 22040 18511 0 -1 4202560 2748 0 0 0 57 0 0 0 20 0 19 0 291891342 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140687881214264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22057] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22057/stat : 22057 (java) S 22038 22040 18511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291891342 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140687880161656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22058] ppid=22038 vsize=9624980 CPUtime=0.65 cores=0,2,4,6
/proc/22040/task/22058/stat : 22058 (java) S 22038 22040 18511 0 -1 4202560 95 0 0 0 33 32 0 0 20 0 19 0 291891342 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140687879109064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22114] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22114/stat : 22114 (java) S 22038 22040 18511 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291891695 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140687878055592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1665.46
Current children cumulated vsize (KiB) 9624980

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22130
/proc/meminfo: memFree=25689752/32873648 swapFree=6864/6864
[pid=22040] ppid=22038 vsize=9624980 CPUtime=1725.47 cores=0,2,4,6
/proc/22040/stat : 22040 (java) S 22038 22040 18511 0 -1 4202496 12610 0 1 0 172459 88 0 0 20 0 19 0 291891336 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140733328394368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22040/statm: 2406245 269521 2282 9 0 2396937 0
[pid=22040/tid=22042] ppid=22038 vsize=9624980 CPUtime=1715.78 cores=0,2,4,6
/proc/22040/task/22042/stat : 22042 (java) R 22038 22040 18511 0 -1 4202560 2864 0 1 0 171542 36 0 0 20 0 19 0 291891337 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140688533467424 140688382385994 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22043] ppid=22038 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/22040/task/22043/stat : 22043 (java) S 22038 22040 18511 0 -1 4202560 111 0 0 0 22 4 0 0 20 0 19 0 291891338 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140688505920552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22044] ppid=22038 vsize=9624980 CPUtime=0.34 cores=0,2,4,6
/proc/22040/task/22044/stat : 22044 (java) S 22038 22040 18511 0 -1 4202560 226 0 0 0 27 7 0 0 20 0 19 0 291891338 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140688504867752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22045] ppid=22038 vsize=9624980 CPUtime=0.29 cores=0,2,4,6
/proc/22040/task/22045/stat : 22045 (java) S 22038 22040 18511 0 -1 4202560 533 0 0 0 24 5 0 0 20 0 19 0 291891338 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140688503814952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22046] ppid=22038 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/22040/task/22046/stat : 22046 (java) S 22038 22040 18511 0 -1 4202560 182 0 0 0 17 4 0 0 20 0 19 0 291891338 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140688502762152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22047] ppid=22038 vsize=9624980 CPUtime=0.27 cores=0,2,4,6
/proc/22040/task/22047/stat : 22047 (java) S 22038 22040 18511 0 -1 4202560 196 0 0 0 22 5 0 0 20 0 19 0 291891338 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140688501709352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22048] ppid=22038 vsize=9624980 CPUtime=0.34 cores=0,2,4,6
/proc/22040/task/22048/stat : 22048 (java) S 22038 22040 18511 0 -1 4202560 257 0 0 0 27 7 0 0 20 0 19 0 291891338 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140688500656552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22040/tid=22049] ppid=22038 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/22040/task/22049/stat : 22049 (java) S 22038 22040 18511 0 -1 4202560 136 0 0 0 19 4 0 0 20 0 19 0 291891338 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140688370477352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22050] ppid=22038 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/22040/task/22050/stat : 22050 (java) S 22038 22040 18511 0 -1 4202560 109 0 0 0 17 4 0 0 20 0 19 0 291891338 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140688369424552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22051] ppid=22038 vsize=9624980 CPUtime=5.86 cores=0,2,4,6
/proc/22040/task/22051/stat : 22051 (java) S 22038 22040 18511 0 -1 4202560 703 0 0 0 581 5 0 0 20 0 19 0 291891340 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140687886478312 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22052] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22052/stat : 22052 (java) S 22038 22040 18511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291891340 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140687885424376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22053] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22053/stat : 22053 (java) S 22038 22040 18511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291891340 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140687884371464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22054] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22054/stat : 22054 (java) S 22038 22040 18511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291891342 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140687883319952 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22055] ppid=22038 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/22040/task/22055/stat : 22055 (java) S 22038 22040 18511 0 -1 4202560 3261 0 0 0 61 0 0 0 20 0 19 0 291891342 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140687882267064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22056] ppid=22038 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/22040/task/22056/stat : 22056 (java) S 22038 22040 18511 0 -1 4202560 2748 0 0 0 57 0 0 0 20 0 19 0 291891342 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140687881214264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22057] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22057/stat : 22057 (java) S 22038 22040 18511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291891342 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140687880161656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22058] ppid=22038 vsize=9624980 CPUtime=0.67 cores=0,2,4,6
/proc/22040/task/22058/stat : 22058 (java) S 22038 22040 18511 0 -1 4202560 99 0 0 0 34 33 0 0 20 0 19 0 291891342 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140687879109064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22114] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22114/stat : 22114 (java) S 22038 22040 18511 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291891695 9855979520 269521 33554432000 1073741824 1073778376 140733328403232 140687878055592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.47
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22131
/proc/meminfo: memFree=25689384/32873648 swapFree=6864/6864
[pid=22040] ppid=22038 vsize=9624980 CPUtime=1785.5 cores=0,2,4,6
/proc/22040/stat : 22040 (java) S 22038 22040 18511 0 -1 4202496 12617 0 1 0 178461 89 0 0 20 0 19 0 291891336 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140733328394368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22040/statm: 2406245 269516 2282 9 0 2396937 0
[pid=22040/tid=22042] ppid=22038 vsize=9624980 CPUtime=1775.13 cores=0,2,4,6
/proc/22040/task/22042/stat : 22042 (java) R 22038 22040 18511 0 -1 4202560 2865 0 1 0 177477 36 0 0 20 0 19 0 291891337 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140688533467424 140688382381011 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22043] ppid=22038 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/22040/task/22043/stat : 22043 (java) S 22038 22040 18511 0 -1 4202560 111 0 0 0 22 4 0 0 20 0 19 0 291891338 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140688505920552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22044] ppid=22038 vsize=9624980 CPUtime=0.34 cores=0,2,4,6
/proc/22040/task/22044/stat : 22044 (java) S 22038 22040 18511 0 -1 4202560 226 0 0 0 27 7 0 0 20 0 19 0 291891338 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140688504867752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22045] ppid=22038 vsize=9624980 CPUtime=0.3 cores=0,2,4,6
/proc/22040/task/22045/stat : 22045 (java) S 22038 22040 18511 0 -1 4202560 533 0 0 0 25 5 0 0 20 0 19 0 291891338 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140688503814952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22046] ppid=22038 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/22040/task/22046/stat : 22046 (java) S 22038 22040 18511 0 -1 4202560 182 0 0 0 17 4 0 0 20 0 19 0 291891338 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140688502762152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22047] ppid=22038 vsize=9624980 CPUtime=0.27 cores=0,2,4,6
/proc/22040/task/22047/stat : 22047 (java) S 22038 22040 18511 0 -1 4202560 196 0 0 0 22 5 0 0 20 0 19 0 291891338 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140688501709352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22048] ppid=22038 vsize=9624980 CPUtime=0.35 cores=0,2,4,6
/proc/22040/task/22048/stat : 22048 (java) S 22038 22040 18511 0 -1 4202560 257 0 0 0 28 7 0 0 20 0 19 0 291891338 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140688500656552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22040/tid=22049] ppid=22038 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/22040/task/22049/stat : 22049 (java) S 22038 22040 18511 0 -1 4202560 136 0 0 0 19 4 0 0 20 0 19 0 291891338 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140688370477352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22050] ppid=22038 vsize=9624980 CPUtime=0.22 cores=0,2,4,6
/proc/22040/task/22050/stat : 22050 (java) S 22038 22040 18511 0 -1 4202560 109 0 0 0 18 4 0 0 20 0 19 0 291891338 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140688369424552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22051] ppid=22038 vsize=9624980 CPUtime=6.5 cores=0,2,4,6
/proc/22040/task/22051/stat : 22051 (java) S 22038 22040 18511 0 -1 4202560 705 0 0 0 645 5 0 0 20 0 19 0 291891340 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140687886478312 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22052] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22052/stat : 22052 (java) S 22038 22040 18511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291891340 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140687885424376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22053] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22053/stat : 22053 (java) S 22038 22040 18511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291891340 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140687884371464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22054] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22054/stat : 22054 (java) S 22038 22040 18511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291891342 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140687883319952 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22055] ppid=22038 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/22040/task/22055/stat : 22055 (java) S 22038 22040 18511 0 -1 4202560 3261 0 0 0 61 0 0 0 20 0 19 0 291891342 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140687882267064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22056] ppid=22038 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/22040/task/22056/stat : 22056 (java) S 22038 22040 18511 0 -1 4202560 2748 0 0 0 57 0 0 0 20 0 19 0 291891342 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140687881214264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22057] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22057/stat : 22057 (java) S 22038 22040 18511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291891342 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140687880161656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22058] ppid=22038 vsize=9624980 CPUtime=0.7 cores=0,2,4,6
/proc/22040/task/22058/stat : 22058 (java) S 22038 22040 18511 0 -1 4202560 103 0 0 0 36 34 0 0 20 0 19 0 291891342 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140687879109064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22114] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22114/stat : 22114 (java) S 22038 22040 18511 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291891695 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140687878055592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.5
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22131
/proc/meminfo: memFree=25689636/32873648 swapFree=6864/6864
[pid=22040] ppid=22038 vsize=9624980 CPUtime=1800.02 cores=0,2,4,6
/proc/22040/stat : 22040 (java) S 22038 22040 18511 0 -1 4202496 12617 0 1 0 179912 90 0 0 20 0 19 0 291891336 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140733328394368 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22040/statm: 2406245 269516 2282 9 0 2396937 0
[pid=22040/tid=22042] ppid=22038 vsize=9624980 CPUtime=1789.64 cores=0,2,4,6
/proc/22040/task/22042/stat : 22042 (java) R 22038 22040 18511 0 -1 4202560 2865 0 1 0 178927 37 0 0 20 0 19 0 291891337 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140688533467424 140688382386137 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22043] ppid=22038 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/22040/task/22043/stat : 22043 (java) S 22038 22040 18511 0 -1 4202560 111 0 0 0 22 4 0 0 20 0 19 0 291891338 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140688505920552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22044] ppid=22038 vsize=9624980 CPUtime=0.34 cores=0,2,4,6
/proc/22040/task/22044/stat : 22044 (java) S 22038 22040 18511 0 -1 4202560 226 0 0 0 27 7 0 0 20 0 19 0 291891338 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140688504867752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22045] ppid=22038 vsize=9624980 CPUtime=0.3 cores=0,2,4,6
/proc/22040/task/22045/stat : 22045 (java) S 22038 22040 18511 0 -1 4202560 533 0 0 0 25 5 0 0 20 0 19 0 291891338 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140688503814952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22046] ppid=22038 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/22040/task/22046/stat : 22046 (java) S 22038 22040 18511 0 -1 4202560 182 0 0 0 17 4 0 0 20 0 19 0 291891338 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140688502762152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22047] ppid=22038 vsize=9624980 CPUtime=0.27 cores=0,2,4,6
/proc/22040/task/22047/stat : 22047 (java) S 22038 22040 18511 0 -1 4202560 196 0 0 0 22 5 0 0 20 0 19 0 291891338 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140688501709352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22048] ppid=22038 vsize=9624980 CPUtime=0.35 cores=0,2,4,6
/proc/22040/task/22048/stat : 22048 (java) S 22038 22040 18511 0 -1 4202560 257 0 0 0 28 7 0 0 20 0 19 0 291891338 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140688500656552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22040/tid=22049] ppid=22038 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/22040/task/22049/stat : 22049 (java) S 22038 22040 18511 0 -1 4202560 136 0 0 0 19 4 0 0 20 0 19 0 291891338 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140688370477352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22050] ppid=22038 vsize=9624980 CPUtime=0.22 cores=0,2,4,6
/proc/22040/task/22050/stat : 22050 (java) S 22038 22040 18511 0 -1 4202560 109 0 0 0 18 4 0 0 20 0 19 0 291891338 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140688369424552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22051] ppid=22038 vsize=9624980 CPUtime=6.5 cores=0,2,4,6
/proc/22040/task/22051/stat : 22051 (java) S 22038 22040 18511 0 -1 4202560 705 0 0 0 645 5 0 0 20 0 19 0 291891340 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140687886478312 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22052] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22052/stat : 22052 (java) S 22038 22040 18511 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291891340 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140687885424376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22053] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22053/stat : 22053 (java) S 22038 22040 18511 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291891340 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140687884371464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22054] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22054/stat : 22054 (java) S 22038 22040 18511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291891342 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140687883319952 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22055] ppid=22038 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/22040/task/22055/stat : 22055 (java) S 22038 22040 18511 0 -1 4202560 3261 0 0 0 61 0 0 0 20 0 19 0 291891342 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140687882267064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22056] ppid=22038 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/22040/task/22056/stat : 22056 (java) S 22038 22040 18511 0 -1 4202560 2748 0 0 0 57 0 0 0 20 0 19 0 291891342 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140687881214264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22040/tid=22057] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22057/stat : 22057 (java) S 22038 22040 18511 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291891342 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140687880161656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22040/tid=22058] ppid=22038 vsize=9624980 CPUtime=0.71 cores=0,2,4,6
/proc/22040/task/22058/stat : 22058 (java) S 22038 22040 18511 0 -1 4202560 103 0 0 0 37 34 0 0 20 0 19 0 291891342 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140687879109064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22040/tid=22114] ppid=22038 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/22040/task/22114/stat : 22114 (java) S 22038 22040 18511 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291891695 9855979520 269516 33554432000 1073741824 1073778376 140733328403232 140687878055592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624980

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

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

Child status: 143
Real time (s): 1796.83
CPU time (s): 1800.48
CPU user time (s): 1799.19
CPU system time (s): 1.2918
CPU usage (%): 100.203
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 1.2918
maximum resident set size= 1078184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12648
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38622
involuntary context switches= 8380

runsolver used 6.24205 second user time and 15.5616 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-29 04:14:19
IDJOB=3717991
IDBENCH=79574
IDSOLVER=2301
FILE ID=node125/3717991-1338257659
RUNJOBID= node125-1338248733-21054
PBS_JOBID= 14624654
Free space on /tmp= 71240 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen07reduc_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717991-1338257659/watcher-3717991-1338257659 -o /tmp/evaluation-result-3717991-1338257659/solver-3717991-1338257659 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3717991-1338257659.wbo

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

MD5SUM BENCH= 6effabdb5f06e7cb39e8e89923338a20
RANDOM SEED=1436069554

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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:       32873648 kB
MemFree:        28884060 kB
Buffers:          554840 kB
Cached:          2539768 kB
SwapCached:         2300 kB
Active:          1551224 kB
Inactive:        1557112 kB
Active(anon):       5076 kB
Inactive(anon):     9556 kB
Active(file):    1546148 kB
Inactive(file):  1547556 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102620 kB
Dirty:             18352 kB
Writeback:             0 kB
AnonPages:         31408 kB
Mapped:            14336 kB
Shmem:               104 kB
Slab:             743248 kB
SReclaimable:     187028 kB
SUnreclaim:       556220 kB
KernelStack:        1616 kB
PageTables:         3900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     137828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71216 MiB
End job on node125 at 2012-05-29 04:44:18