Trace number 3717927

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.39 1796.54

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph11reducmore_wcsp.wbo
MD5SUM9d2ab30053c8c5defa77d9f47c64bb3c
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 variables5747
Total number of constraints283088
Number of soft constraints282856
Number of constraints which are clauses282856
Number of constraints which are cardinality constraints (but not clauses)232
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 3080
Min constraint cost 1
Max constraint cost 3080
Sum of constraints costs 64455868
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.2.v20120528
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 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
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 No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 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-3717927-1338259098.wbo
0.09/0.12	c reading problem ... 
2.89/1.87	c ... done. Wall clock time 1.752s.
2.89/1.87	c declared #vars     5747
2.89/1.87	c internal #vars     288603
2.89/1.87	c #constraints  283321
2.89/1.87	c constraints type 
2.89/1.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 280476
2.89/1.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 226
2.89/1.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2618
2.89/1.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
2.89/1.87	c 283321 constraints processed.
2.89/1.87	c objective function length is 282856 literals
56.13/54.11	c cleaning 2500 clauses out of 5000 with flag 33978/5000
125.12/122.79	c cleaning 4250 clauses out of 8500 with flag 84037/11000
197.46/195.02	c cleaning 5619 clauses out of 11250 with flag 173792/18000
281.72/279.29	c cleaning 6811 clauses out of 13631 with flag 284928/26000
376.25/373.61	c cleaning 7903 clauses out of 15820 with flag 402975/35000
490.29/487.66	c cleaning 8881 clauses out of 17917 with flag 539421/45000
641.99/639.25	c cleaning 9964 clauses out of 20036 with flag 757658/56000
814.49/811.69	c cleaning 11031 clauses out of 22074 with flag 1003504/68002
1008.19/1005.22	c cleaning 12012 clauses out of 24044 with flag 1281379/81003
1201.60/1198.50	c cleaning 12885 clauses out of 26030 with flag 1558415/95001
1424.54/1421.37	c cleaning 13931 clauses out of 28147 with flag 1840420/110003
1645.20/1641.82	c cleaning 15103 clauses out of 30214 with flag 2145585/126001
1800.04/1796.51	c starts		: 103
1800.04/1796.51	c conflicts		: 136870
1800.04/1796.51	c decisions		: 2358876
1800.04/1796.51	c propagations		: 6437873299
1800.04/1796.51	c inspects		: 140388858
1800.04/1796.51	c shortcuts		: 0
1800.04/1796.51	c learnt literals	: 0
1800.04/1796.51	c learnt binary clauses	: 0
1800.04/1796.51	c learnt ternary clauses	: 0
1800.04/1796.51	c learnt constraints	: 136870
1800.04/1796.51	c ignored constraints	: 0
1800.04/1796.51	c root simplifications	: 0
1800.04/1796.51	c removed literals (reason simplification)	: 0
1800.04/1796.51	c reason swapping (by a shorter reason)	: 0
1800.04/1796.51	c Calls to reduceDB	: 12
1800.04/1796.51	c Number of update (reduction) of LBD	: 90018
1800.04/1796.51	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.51	c number of learned constraints concerned by reduction	: 0
1800.04/1796.51	c number of learning phase by resolution	: 0
1800.04/1796.51	c number of learning phase by cutting planes	: 0
1800.04/1796.51	c speed (assignments/second)	: 3587618.2376969242
1800.04/1796.51	c non guided choices	0
1800.04/1796.52	c learnt constraints type 
1800.04/1796.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25981
1800.04/1796.52	c constraints type 
1800.04/1796.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 280476
1800.04/1796.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 226
1800.04/1796.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2618
1800.04/1796.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.04/1796.52	c 283321 constraints processed.
1800.04/1796.52	s UNKNOWN
1800.04/1796.52	c Total wall clock time (in seconds): 1796.402

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.85 3.33 2.65 3/176 10493
/proc/meminfo: memFree=28711512/32873844 swapFree=7372/7372
[pid=10493] ppid=10491 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/10493/stat : 10493 (java) D 10491 10493 9369 0 -1 4202496 238 0 1 0 0 0 0 0 20 0 1 0 292034662 9515008 175 33554432000 1073741824 1073778376 140736637495584 140736637478312 215143498640 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/10493/statm: 2323 175 133 9 0 71 0

[startup+0.0402959 s]
/proc/loadavg: 2.85 3.33 2.65 3/176 10493
/proc/meminfo: memFree=28711512/32873844 swapFree=7372/7372
[pid=10493] ppid=10491 vsize=9092432 CPUtime=0.02 cores=1,3,5,7
/proc/10493/stat : 10493 (java) S 10491 10493 9369 0 -1 4202496 2915 0 3 0 1 1 0 0 20 0 11 0 292034662 9310650368 3618 33554432000 1073741824 1073778376 140735157110192 140735157101328 215146856509 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10493/statm: 2273108 3618 1644 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.100286 s]
/proc/loadavg: 2.85 3.33 2.65 3/176 10493
/proc/meminfo: memFree=28711512/32873844 swapFree=7372/7372
[pid=10493] ppid=10491 vsize=9558416 CPUtime=0.09 cores=1,3,5,7
/proc/10493/stat : 10493 (java) S 10491 10493 9369 0 -1 4202496 4113 0 3 0 7 2 0 0 20 0 18 0 292034662 9787817984 5306 33554432000 1073741824 1073778376 140735157110192 140735157101328 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10493/statm: 2389604 5319 2056 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300259 s]
/proc/loadavg: 2.85 3.33 2.65 3/176 10493
/proc/meminfo: memFree=28711512/32873844 swapFree=7372/7372
[pid=10493] ppid=10491 vsize=9558416 CPUtime=0.51 cores=1,3,5,7
/proc/10493/stat : 10493 (java) S 10491 10493 9369 0 -1 4202496 7137 0 3 0 49 2 0 0 20 0 18 0 292034662 9787817984 12469 33554432000 1073741824 1073778376 140735157110192 140735157101328 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10493/statm: 2389604 12469 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558416

[startup+0.700291 s]
/proc/loadavg: 2.85 3.33 2.65 3/176 10493
/proc/meminfo: memFree=28711512/32873844 swapFree=7372/7372
[pid=10493] ppid=10491 vsize=9558416 CPUtime=1.31 cores=1,3,5,7
/proc/10493/stat : 10493 (java) S 10491 10493 9369 0 -1 4202496 8722 0 3 0 122 9 0 0 20 0 18 0 292034662 9787817984 44865 33554432000 1073741824 1073778376 140735157110192 140735157101328 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10493/statm: 2389604 44865 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9558416

[startup+1.50079 s]
/proc/loadavg: 2.85 3.33 2.65 3/194 10511
/proc/meminfo: memFree=28440288/32873844 swapFree=7372/7372
[pid=10493] ppid=10491 vsize=9558416 CPUtime=2.56 cores=1,3,5,7
/proc/10493/stat : 10493 (java) S 10491 10493 9369 0 -1 4202496 9500 0 3 0 228 28 0 0 20 0 18 0 292034662 9787817984 98646 33554432000 1073741824 1073778376 140735157110192 140735157101328 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10493/statm: 2389604 98646 2251 9 0 2380296 0
[pid=10493/tid=10495] ppid=10491 vsize=9558416 CPUtime=1.27 cores=1,3,5,7
/proc/10493/task/10495/stat : 10495 (java) R 10491 10493 9369 0 -1 4202560 2564 0 1 0 120 7 0 0 20 0 18 0 292034664 9787817984 98646 33554432000 1073741824 1073778376 140735157110192 140262073036040 215146882317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10496] ppid=10491 vsize=9558416 CPUtime=0.06 cores=1,3,5,7
/proc/10493/task/10496/stat : 10496 (java) S 10491 10493 9369 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 18 0 292034665 9787817984 98646 33554432000 1073741824 1073778376 140735157110192 140262034528680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10497] ppid=10491 vsize=9558416 CPUtime=0.05 cores=1,3,5,7
/proc/10493/task/10497/stat : 10497 (java) S 10491 10493 9369 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 18 0 292034665 9787817984 98646 33554432000 1073741824 1073778376 140735157110192 140262033476136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10498] ppid=10491 vsize=9558416 CPUtime=0.07 cores=1,3,5,7
/proc/10493/task/10498/stat : 10498 (java) S 10491 10493 9369 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 18 0 292034665 9787817984 98646 33554432000 1073741824 1073778376 140735157110192 140262032423080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10499] ppid=10491 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/10493/task/10499/stat : 10499 (java) S 10491 10493 9369 0 -1 4202560 55 0 0 0 7 3 0 0 20 0 18 0 292034665 9787817984 98646 33554432000 1073741824 1073778376 140735157110192 140262031370536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10500] ppid=10491 vsize=9558416 CPUtime=0.07 cores=1,3,5,7
/proc/10493/task/10500/stat : 10500 (java) S 10491 10493 9369 0 -1 4202560 156 0 0 0 4 3 0 0 20 0 18 0 292034665 9787817984 98646 33554432000 1073741824 1073778376 140735157110192 140262030318504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10501] ppid=10491 vsize=9558416 CPUtime=0.07 cores=1,3,5,7
/proc/10493/task/10501/stat : 10501 (java) S 10491 10493 9369 0 -1 4202560 106 0 0 0 4 3 0 0 20 0 18 0 292034665 9787817984 98646 33554432000 1073741824 1073778376 140735157110192 140262029265960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10502] ppid=10491 vsize=9558416 CPUtime=0.05 cores=1,3,5,7
/proc/10493/task/10502/stat : 10502 (java) S 10491 10493 9369 0 -1 4202560 117 0 0 0 3 2 0 0 20 0 18 0 292034665 9787817984 98646 33554432000 1073741824 1073778376 140735157110192 140262028212904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10503] ppid=10491 vsize=9558416 CPUtime=0.15 cores=1,3,5,7
/proc/10493/task/10503/stat : 10503 (java) S 10491 10493 9369 0 -1 4202560 127 0 0 0 11 4 0 0 20 0 18 0 292034665 9787817984 98646 33554432000 1073741824 1073778376 140735157110192 140262027160360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10504] ppid=10491 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10504/stat : 10504 (java) S 10491 10493 9369 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 292034666 9787817984 98646 33554432000 1073741824 1073778376 140735157110192 140261897238888 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10505] ppid=10491 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10505/stat : 10505 (java) S 10491 10493 9369 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 292034667 9787817984 98646 33554432000 1073741824 1073778376 140735157110192 140261896185208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10506] ppid=10491 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10506/stat : 10506 (java) S 10491 10493 9369 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 292034667 9787817984 98646 33554432000 1073741824 1073778376 140735157110192 140261895132040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10507] ppid=10491 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10507/stat : 10507 (java) S 10491 10493 9369 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 292034669 9787817984 98646 33554432000 1073741824 1073778376 140735157110192 140261894080784 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10508] ppid=10491 vsize=9558416 CPUtime=0.26 cores=1,3,5,7
/proc/10493/task/10508/stat : 10508 (java) S 10491 10493 9369 0 -1 4202560 2312 0 0 0 26 0 0 0 20 0 18 0 292034669 9787817984 98646 33554432000 1073741824 1073778376 140735157110192 140261893028664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10509] ppid=10491 vsize=9558416 CPUtime=0.25 cores=1,3,5,7
/proc/10493/task/10509/stat : 10509 (java) S 10491 10493 9369 0 -1 4202560 2594 0 0 0 25 0 0 0 20 0 18 0 292034669 9787817984 98646 33554432000 1073741824 1073778376 140735157110192 140261891976120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10510] ppid=10491 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10510/stat : 10510 (java) S 10491 10493 9369 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 292034669 9787817984 98646 33554432000 1073741824 1073778376 140735157110192 140261890923256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10511] ppid=10491 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10511/stat : 10511 (java) S 10491 10493 9369 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 292034669 9787817984 98646 33554432000 1073741824 1073778376 140735157110192 140261889870920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9558416

[startup+3.10082 s]
/proc/loadavg: 2.85 3.33 2.65 4/215 10539
/proc/meminfo: memFree=28125640/32873844 swapFree=7372/7372
[pid=10493] ppid=10491 vsize=9624980 CPUtime=4.75 cores=1,3,5,7
/proc/10493/stat : 10493 (java) S 10491 10493 9369 0 -1 4202496 11602 0 3 0 447 28 0 0 20 0 19 0 292034662 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140735157101328 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10493/statm: 2406245 98735 2268 9 0 2396937 0
[pid=10493/tid=10495] ppid=10491 vsize=9624980 CPUtime=2.87 cores=1,3,5,7
/proc/10493/task/10495/stat : 10495 (java) R 10491 10493 9369 0 -1 4202560 2591 0 1 0 280 7 0 0 20 0 19 0 292034664 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140262073037368 140261905565420 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10496] ppid=10491 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/10493/task/10496/stat : 10496 (java) S 10491 10493 9369 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 19 0 292034665 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140262034528680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10497] ppid=10491 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/10493/task/10497/stat : 10497 (java) S 10491 10493 9369 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 19 0 292034665 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140262033476136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10498] ppid=10491 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/10493/task/10498/stat : 10498 (java) S 10491 10493 9369 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 19 0 292034665 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140262032423080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10499] ppid=10491 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/10493/task/10499/stat : 10499 (java) S 10491 10493 9369 0 -1 4202560 55 0 0 0 7 3 0 0 20 0 19 0 292034665 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140262031370536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10500] ppid=10491 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/10493/task/10500/stat : 10500 (java) S 10491 10493 9369 0 -1 4202560 156 0 0 0 4 3 0 0 20 0 19 0 292034665 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140262030318504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10501] ppid=10491 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/10493/task/10501/stat : 10501 (java) S 10491 10493 9369 0 -1 4202560 106 0 0 0 4 3 0 0 20 0 19 0 292034665 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140262029265960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10502] ppid=10491 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/10493/task/10502/stat : 10502 (java) S 10491 10493 9369 0 -1 4202560 117 0 0 0 3 2 0 0 20 0 19 0 292034665 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140262028212904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10503] ppid=10491 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/10493/task/10503/stat : 10503 (java) S 10491 10493 9369 0 -1 4202560 127 0 0 0 11 4 0 0 20 0 19 0 292034665 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140262027160360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10504] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10504/stat : 10504 (java) S 10491 10493 9369 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 292034666 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140261897238888 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10505] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10505/stat : 10505 (java) S 10491 10493 9369 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292034667 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140261896185208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10506] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10506/stat : 10506 (java) S 10491 10493 9369 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 292034667 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140261895132040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10507] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10507/stat : 10507 (java) S 10491 10493 9369 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292034669 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140261894080784 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10508] ppid=10491 vsize=9624980 CPUtime=0.59 cores=1,3,5,7
/proc/10493/task/10508/stat : 10508 (java) S 10491 10493 9369 0 -1 4202560 3677 0 0 0 59 0 0 0 20 0 19 0 292034669 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140261893028664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10509] ppid=10491 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/10493/task/10509/stat : 10509 (java) S 10491 10493 9369 0 -1 4202560 3295 0 0 0 51 0 0 0 20 0 19 0 292034669 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140261891976120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10510] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10510/stat : 10510 (java) S 10491 10493 9369 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292034669 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140261890923256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10511] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10511/stat : 10511 (java) S 10491 10493 9369 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292034669 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140261889870920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10539] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10539/stat : 10539 (java) S 10491 10493 9369 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292034867 9855979520 98735 33554432000 1073741824 1073778376 140735157110192 140260881196072 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 9624980

[startup+6.30075 s]
/proc/loadavg: 2.78 3.31 2.64 3/215 10539
/proc/meminfo: memFree=27474636/32873844 swapFree=7372/7372
[pid=10493] ppid=10491 vsize=9624980 CPUtime=7.98 cores=1,3,5,7
/proc/10493/stat : 10493 (java) S 10491 10493 9369 0 -1 4202496 11604 0 3 0 769 29 0 0 20 0 19 0 292034662 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140735157101328 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10493/statm: 2406245 98197 2268 9 0 2396937 0
[pid=10493/tid=10495] ppid=10491 vsize=9624980 CPUtime=6.07 cores=1,3,5,7
/proc/10493/task/10495/stat : 10495 (java) R 10491 10493 9369 0 -1 4202560 2593 0 1 0 599 8 0 0 20 0 19 0 292034664 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140262073035328 140261905389494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10496] ppid=10491 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/10493/task/10496/stat : 10496 (java) S 10491 10493 9369 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 19 0 292034665 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140262034528680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10497] ppid=10491 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/10493/task/10497/stat : 10497 (java) S 10491 10493 9369 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 19 0 292034665 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140262033476136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10498] ppid=10491 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/10493/task/10498/stat : 10498 (java) S 10491 10493 9369 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 19 0 292034665 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140262032423080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10499] ppid=10491 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/10493/task/10499/stat : 10499 (java) S 10491 10493 9369 0 -1 4202560 55 0 0 0 7 3 0 0 20 0 19 0 292034665 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140262031370536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10500] ppid=10491 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/10493/task/10500/stat : 10500 (java) S 10491 10493 9369 0 -1 4202560 156 0 0 0 4 3 0 0 20 0 19 0 292034665 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140262030318504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10501] ppid=10491 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/10493/task/10501/stat : 10501 (java) S 10491 10493 9369 0 -1 4202560 106 0 0 0 4 3 0 0 20 0 19 0 292034665 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140262029265960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10502] ppid=10491 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/10493/task/10502/stat : 10502 (java) S 10491 10493 9369 0 -1 4202560 117 0 0 0 3 2 0 0 20 0 19 0 292034665 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140262028212904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10503] ppid=10491 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/10493/task/10503/stat : 10503 (java) S 10491 10493 9369 0 -1 4202560 127 0 0 0 11 4 0 0 20 0 19 0 292034665 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140262027160360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10504] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10504/stat : 10504 (java) S 10491 10493 9369 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 292034666 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140261897238888 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10505] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10505/stat : 10505 (java) S 10491 10493 9369 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292034667 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140261896185208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10506] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10506/stat : 10506 (java) S 10491 10493 9369 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 292034667 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140261895132040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10507] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10507/stat : 10507 (java) S 10491 10493 9369 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292034669 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140261894080784 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10508] ppid=10491 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/10493/task/10508/stat : 10508 (java) S 10491 10493 9369 0 -1 4202560 3677 0 0 0 62 0 0 0 20 0 19 0 292034669 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140261893028664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10509] ppid=10491 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/10493/task/10509/stat : 10509 (java) S 10491 10493 9369 0 -1 4202560 3295 0 0 0 51 0 0 0 20 0 19 0 292034669 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140261891976120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10510] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10510/stat : 10510 (java) S 10491 10493 9369 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292034669 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140261890923256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10511] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10511/stat : 10511 (java) S 10491 10493 9369 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292034669 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140261889870920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10539] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10539/stat : 10539 (java) S 10491 10493 9369 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292034867 9855979520 98197 33554432000 1073741824 1073778376 140735157110192 140260881196072 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 9624980

[startup+12.7008 s]
/proc/loadavg: 2.72 3.29 2.64 3/215 10539
/proc/meminfo: memFree=26351792/32873844 swapFree=7372/7372

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

[pid=10493/tid=10501] ppid=10491 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/10493/task/10501/stat : 10501 (java) S 10491 10493 9369 0 -1 4202560 179 0 0 0 18 6 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262029265960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10502] ppid=10491 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/10493/task/10502/stat : 10502 (java) S 10491 10493 9369 0 -1 4202560 148 0 0 0 12 4 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262028212904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10503] ppid=10491 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/10493/task/10503/stat : 10503 (java) S 10491 10493 9369 0 -1 4202560 151 0 0 0 17 6 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262027160360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10504] ppid=10491 vsize=9624980 CPUtime=4.79 cores=1,3,5,7
/proc/10493/task/10504/stat : 10504 (java) S 10491 10493 9369 0 -1 4202560 42570 0 0 0 467 12 0 0 20 0 19 0 292034666 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261897238888 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10505] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10505/stat : 10505 (java) S 10491 10493 9369 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292034667 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261896185208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10506] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10506/stat : 10506 (java) S 10491 10493 9369 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 292034667 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261895132040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10507] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10507/stat : 10507 (java) S 10491 10493 9369 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261894080784 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10508] ppid=10491 vsize=9624980 CPUtime=0.89 cores=1,3,5,7
/proc/10493/task/10508/stat : 10508 (java) S 10491 10493 9369 0 -1 4202560 7886 0 0 0 86 3 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261893028664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10509] ppid=10491 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/10493/task/10509/stat : 10509 (java) S 10491 10493 9369 0 -1 4202560 3302 0 0 0 57 0 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261891976120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10510] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10510/stat : 10510 (java) S 10491 10493 9369 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261890923256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10511] ppid=10491 vsize=9624980 CPUtime=0.93 cores=1,3,5,7
/proc/10493/task/10511/stat : 10511 (java) S 10491 10493 9369 0 -1 4202560 95 0 0 0 52 41 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261889870920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10539] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10539/stat : 10539 (java) S 10491 10493 9369 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292034867 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140260881196072 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1665.74
Current children cumulated vsize (KiB) 9624980

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.09 3/215 10576
/proc/meminfo: memFree=23524648/32873844 swapFree=7372/7372
[pid=10493] ppid=10491 vsize=9624980 CPUtime=1725.79 cores=1,3,5,7
/proc/10493/stat : 10493 (java) S 10491 10493 9369 0 -1 4202496 58701 0 3 0 172478 101 0 0 20 0 19 0 292034662 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140735157101328 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10493/statm: 2406245 135220 2282 9 0 2396937 0
[pid=10493/tid=10495] ppid=10491 vsize=9624980 CPUtime=1717.16 cores=1,3,5,7
/proc/10493/task/10495/stat : 10495 (java) R 10491 10493 9369 0 -1 4202560 2605 0 1 0 171682 34 0 0 20 0 19 0 292034664 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262073037120 140261905565550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10496] ppid=10491 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/10493/task/10496/stat : 10496 (java) S 10491 10493 9369 0 -1 4202560 72 0 0 0 11 4 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262034528680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10497] ppid=10491 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/10493/task/10497/stat : 10497 (java) S 10491 10493 9369 0 -1 4202560 44 0 0 0 10 3 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262033476136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10498] ppid=10491 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/10493/task/10498/stat : 10498 (java) S 10491 10493 9369 0 -1 4202560 180 0 0 0 11 3 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262032423080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10499] ppid=10491 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/10493/task/10499/stat : 10499 (java) S 10491 10493 9369 0 -1 4202560 68 0 0 0 14 3 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262031370536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10500] ppid=10491 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/10493/task/10500/stat : 10500 (java) S 10491 10493 9369 0 -1 4202560 219 0 0 0 20 5 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262030318504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10501] ppid=10491 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/10493/task/10501/stat : 10501 (java) S 10491 10493 9369 0 -1 4202560 179 0 0 0 18 6 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262029265960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10502] ppid=10491 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/10493/task/10502/stat : 10502 (java) S 10491 10493 9369 0 -1 4202560 148 0 0 0 12 4 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262028212904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10503] ppid=10491 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/10493/task/10503/stat : 10503 (java) S 10491 10493 9369 0 -1 4202560 151 0 0 0 17 6 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262027160360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10504] ppid=10491 vsize=9624980 CPUtime=4.79 cores=1,3,5,7
/proc/10493/task/10504/stat : 10504 (java) S 10491 10493 9369 0 -1 4202560 42570 0 0 0 467 12 0 0 20 0 19 0 292034666 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261897238888 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10505] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10505/stat : 10505 (java) S 10491 10493 9369 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292034667 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261896185208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10506] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10506/stat : 10506 (java) S 10491 10493 9369 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 292034667 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261895132040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10507] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10507/stat : 10507 (java) S 10491 10493 9369 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261894080784 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10508] ppid=10491 vsize=9624980 CPUtime=0.89 cores=1,3,5,7
/proc/10493/task/10508/stat : 10508 (java) S 10491 10493 9369 0 -1 4202560 7886 0 0 0 86 3 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261893028664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10509] ppid=10491 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/10493/task/10509/stat : 10509 (java) S 10491 10493 9369 0 -1 4202560 3302 0 0 0 57 0 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261891976120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10510] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10510/stat : 10510 (java) S 10491 10493 9369 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261890923256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10511] ppid=10491 vsize=9624980 CPUtime=0.97 cores=1,3,5,7
/proc/10493/task/10511/stat : 10511 (java) S 10491 10493 9369 0 -1 4202560 99 0 0 0 55 42 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261889870920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10539] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10539/stat : 10539 (java) S 10491 10493 9369 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292034867 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140260881196072 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.79
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.08 3/215 10577
/proc/meminfo: memFree=23524152/32873844 swapFree=7372/7372
[pid=10493] ppid=10491 vsize=9624980 CPUtime=1785.82 cores=1,3,5,7
/proc/10493/stat : 10493 (java) S 10491 10493 9369 0 -1 4202496 58705 0 3 0 178480 102 0 0 20 0 19 0 292034662 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140735157101328 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10493/statm: 2406245 135220 2282 9 0 2396937 0
[pid=10493/tid=10495] ppid=10491 vsize=9624980 CPUtime=1777.16 cores=1,3,5,7
/proc/10493/task/10495/stat : 10495 (java) R 10491 10493 9369 0 -1 4202560 2605 0 1 0 177681 35 0 0 20 0 19 0 292034664 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262073037120 140261905389494 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10496] ppid=10491 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/10493/task/10496/stat : 10496 (java) S 10491 10493 9369 0 -1 4202560 72 0 0 0 11 4 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262034528680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10497] ppid=10491 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/10493/task/10497/stat : 10497 (java) S 10491 10493 9369 0 -1 4202560 44 0 0 0 10 3 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262033476136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10498] ppid=10491 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/10493/task/10498/stat : 10498 (java) S 10491 10493 9369 0 -1 4202560 180 0 0 0 11 3 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262032423080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10499] ppid=10491 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/10493/task/10499/stat : 10499 (java) S 10491 10493 9369 0 -1 4202560 68 0 0 0 14 3 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262031370536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10500] ppid=10491 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/10493/task/10500/stat : 10500 (java) S 10491 10493 9369 0 -1 4202560 219 0 0 0 20 5 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262030318504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10501] ppid=10491 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/10493/task/10501/stat : 10501 (java) S 10491 10493 9369 0 -1 4202560 179 0 0 0 18 6 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262029265960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10502] ppid=10491 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/10493/task/10502/stat : 10502 (java) S 10491 10493 9369 0 -1 4202560 148 0 0 0 12 4 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262028212904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10503] ppid=10491 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/10493/task/10503/stat : 10503 (java) S 10491 10493 9369 0 -1 4202560 151 0 0 0 17 6 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262027160360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10504] ppid=10491 vsize=9624980 CPUtime=4.79 cores=1,3,5,7
/proc/10493/task/10504/stat : 10504 (java) S 10491 10493 9369 0 -1 4202560 42570 0 0 0 467 12 0 0 20 0 19 0 292034666 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261897238888 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10505] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10505/stat : 10505 (java) S 10491 10493 9369 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292034667 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261896185208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10506] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10506/stat : 10506 (java) S 10491 10493 9369 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 292034667 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261895132040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10507] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10507/stat : 10507 (java) S 10491 10493 9369 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261894080784 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10508] ppid=10491 vsize=9624980 CPUtime=0.89 cores=1,3,5,7
/proc/10493/task/10508/stat : 10508 (java) S 10491 10493 9369 0 -1 4202560 7886 0 0 0 86 3 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261893028664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10509] ppid=10491 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/10493/task/10509/stat : 10509 (java) S 10491 10493 9369 0 -1 4202560 3302 0 0 0 57 0 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261891976120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10510] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10510/stat : 10510 (java) S 10491 10493 9369 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261890923256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10511] ppid=10491 vsize=9624980 CPUtime=1.01 cores=1,3,5,7
/proc/10493/task/10511/stat : 10511 (java) S 10491 10493 9369 0 -1 4202560 103 0 0 0 58 43 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261889870920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10539] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10539/stat : 10539 (java) S 10491 10493 9369 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292034867 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140260881196072 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.82
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.02 2.01 2.08 3/194 10587
/proc/meminfo: memFree=28097756/32873844 swapFree=7372/7372
[pid=10493] ppid=10491 vsize=9624980 CPUtime=1800.04 cores=1,3,5,7
/proc/10493/stat : 10493 (java) S 10491 10493 9369 0 -1 4202496 58705 0 3 0 179901 103 0 0 20 0 19 0 292034662 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140735157101328 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10493/statm: 2406245 135220 2282 9 0 2396937 0
[pid=10493/tid=10495] ppid=10491 vsize=9624980 CPUtime=1791.37 cores=1,3,5,7
/proc/10493/task/10495/stat : 10495 (java) R 10491 10493 9369 0 -1 4202560 2605 0 1 0 179102 35 0 0 20 0 19 0 292034664 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262073037120 140261905565360 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10496] ppid=10491 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/10493/task/10496/stat : 10496 (java) S 10491 10493 9369 0 -1 4202560 72 0 0 0 11 4 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262034528680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10497] ppid=10491 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/10493/task/10497/stat : 10497 (java) S 10491 10493 9369 0 -1 4202560 44 0 0 0 10 3 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262033476136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10498] ppid=10491 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/10493/task/10498/stat : 10498 (java) S 10491 10493 9369 0 -1 4202560 180 0 0 0 11 3 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262032423080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10499] ppid=10491 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/10493/task/10499/stat : 10499 (java) S 10491 10493 9369 0 -1 4202560 68 0 0 0 14 3 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262031370536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10500] ppid=10491 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/10493/task/10500/stat : 10500 (java) S 10491 10493 9369 0 -1 4202560 219 0 0 0 20 5 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262030318504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10501] ppid=10491 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/10493/task/10501/stat : 10501 (java) S 10491 10493 9369 0 -1 4202560 179 0 0 0 18 6 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262029265960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10502] ppid=10491 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/10493/task/10502/stat : 10502 (java) S 10491 10493 9369 0 -1 4202560 148 0 0 0 12 4 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262028212904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10503] ppid=10491 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/10493/task/10503/stat : 10503 (java) S 10491 10493 9369 0 -1 4202560 151 0 0 0 17 6 0 0 20 0 19 0 292034665 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140262027160360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10493/tid=10504] ppid=10491 vsize=9624980 CPUtime=4.79 cores=1,3,5,7
/proc/10493/task/10504/stat : 10504 (java) S 10491 10493 9369 0 -1 4202560 42570 0 0 0 467 12 0 0 20 0 19 0 292034666 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261897238888 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10505] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10505/stat : 10505 (java) S 10491 10493 9369 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292034667 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261896185208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10506] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10506/stat : 10506 (java) S 10491 10493 9369 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 292034667 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261895132040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10507] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10507/stat : 10507 (java) S 10491 10493 9369 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261894080784 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10493/tid=10508] ppid=10491 vsize=9624980 CPUtime=0.89 cores=1,3,5,7
/proc/10493/task/10508/stat : 10508 (java) S 10491 10493 9369 0 -1 4202560 7886 0 0 0 86 3 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261893028664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10509] ppid=10491 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/10493/task/10509/stat : 10509 (java) S 10491 10493 9369 0 -1 4202560 3302 0 0 0 57 0 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261891976120 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10510] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10510/stat : 10510 (java) S 10491 10493 9369 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261890923256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10493/tid=10511] ppid=10491 vsize=9624980 CPUtime=1.02 cores=1,3,5,7
/proc/10493/task/10511/stat : 10511 (java) S 10491 10493 9369 0 -1 4202560 103 0 0 0 59 43 0 0 20 0 19 0 292034669 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140261889870920 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10493/tid=10539] ppid=10491 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10493/task/10539/stat : 10539 (java) S 10491 10493 9369 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292034867 9855979520 135220 33554432000 1073741824 1073778376 140735157110192 140260881196072 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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.54
CPU time (s): 1800.39
CPU user time (s): 1798.99
CPU system time (s): 1.40479
CPU usage (%): 100.214
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.40479
maximum resident set size= 555128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58740
page faults= 3
swaps= 0
block input operations= 56
block output operations= 1152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38382
involuntary context switches= 3003

runsolver used 6.61999 second user time and 17.1634 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-29 04:38:19
IDJOB=3717927
IDBENCH=79649
IDSOLVER=2301
FILE ID=node133/3717927-1338259098
RUNJOBID= node133-1338259098-10476
PBS_JOBID= 14624664
Free space on /tmp= 70856 MiB

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

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

MD5SUM BENCH= 9d2ab30053c8c5defa77d9f47c64bb3c
RANDOM SEED=1097339887

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28712256 kB
Buffers:          463628 kB
Cached:          2803488 kB
SwapCached:          104 kB
Active:          1632024 kB
Inactive:        1651360 kB
Active(anon):       5428 kB
Inactive(anon):    11364 kB
Active(file):    1626596 kB
Inactive(file):  1639996 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108752 kB
Dirty:             18628 kB
Writeback:            24 kB
AnonPages:         19320 kB
Mapped:            13624 kB
Shmem:               212 kB
Slab:             736112 kB
SReclaimable:     178012 kB
SUnreclaim:       558100 kB
KernelStack:        1400 kB
PageTables:         3920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70776 MiB
End job on node133 at 2012-05-29 05:08:17