Trace number 3492753

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 Resolution 2011-06-08UNSAT 75.2236 74.2311

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/academics/
normalized-langford-3-11_wcsp.wbo
MD5SUM69dbc7406636817ba2a44752a9d60525
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark11.1363
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1089
Total number of constraints40843
Number of soft constraints40810
Number of constraints which are clauses40810
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint33
Top cost 1
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 40810
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 34
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.09/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.30	c See www.sat4j.org for details.
0.09/0.30	c version 2.3.1.v20110525
0.09/0.30	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.30	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.30	c java.vm.version	19.1-b02
0.09/0.30	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.30	c sun.arch.data.model	64
0.09/0.30	c java.version		1.6.0_24
0.09/0.30	c os.name		Linux
0.09/0.30	c os.version		2.6.18-164.el5
0.09/0.30	c os.arch		amd64
0.09/0.30	c Free memory 		9996466904
0.09/0.30	c Max memory 		10048897024
0.09/0.30	c Total memory 		10048897024
0.09/0.30	c Number of processors 	8
0.09/0.33	c Pseudo Boolean Optimization
0.09/0.33	c --- Begin Solver configuration ---
0.09/0.33	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.09/0.33	c Learn all clauses as in MiniSAT
0.09/0.33	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.33	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.33	c Expensive reason simplification
0.09/0.33	c Armin Biere (Picosat) restarts strategy
0.09/0.33	c Glucose learned constraints deletion strategy
0.09/0.33	c timeout=2147483s
0.09/0.33	c DB Simplification allowed=false
0.09/0.33	c --- End Solver configuration ---
0.09/0.33	c solving HOME/instance-3492753-1307911811.wbo
0.09/0.33	c reading problem ... 
1.07/0.83	c ... done. Wall clock time 0.502s.
1.07/0.83	c #vars     41899
1.07/0.83	c #constraints  81687
1.07/0.83	c constraints type 
1.07/0.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40843
1.07/0.83	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.07/0.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 33
2.14/1.41	c cleaning 2487 clauses out of 4996 with flag 5000/5000
2.76/1.95	c cleaning 4224 clauses out of 8507 with flag 11000/11000
3.46/2.70	c cleaning 5597 clauses out of 11284 with flag 18002/18002
4.58/3.79	c cleaning 6823 clauses out of 13688 with flag 26003/26003
7.24/6.39	c cleaning 7888 clauses out of 15853 with flag 35001/35001
11.75/10.83	c cleaning 8955 clauses out of 17955 with flag 45001/45001
17.75/16.86	c cleaning 9989 clauses out of 19995 with flag 56000/56000
24.96/24.05	c cleaning 10992 clauses out of 22006 with flag 68000/68000
33.16/32.28	c cleaning 11994 clauses out of 24012 with flag 81000/81000
42.37/41.41	c cleaning 13003 clauses out of 26018 with flag 95002/95002
53.28/52.34	c cleaning 14003 clauses out of 28014 with flag 110001/110001
64.98/64.07	c cleaning 15000 clauses out of 30011 with flag 126002/126002
75.09/74.19	c starts		: 91
75.09/74.19	c conflicts		: 141034
75.09/74.19	c decisions		: 278552
75.09/74.19	c propagations		: 24653580
75.09/74.19	c inspects		: 880881228
75.09/74.19	c shortcuts		: 0
75.09/74.19	c learnt literals	: 42
75.09/74.19	c learnt binary clauses	: 321
75.09/74.19	c learnt ternary clauses	: 426
75.09/74.19	c learnt constraints	: 140991
75.09/74.19	c ignored constraints	: 0
75.09/74.19	c root simplifications	: 0
75.09/74.19	c removed literals (reason simplification)	: 2743537
75.09/74.19	c reason swapping (by a shorter reason)	: 0
75.09/74.19	c Calls to reduceDB	: 12
75.09/74.19	c number of reductions to clauses (during analyze)	: 0
75.09/74.19	c number of learned constraints concerned by reduction	: 0
75.09/74.19	c number of learning phase by resolution	: 0
75.09/74.19	c number of learning phase by cutting planes	: 0
75.09/74.19	c speed (assignments/second)	: 336072.1393713024
75.09/74.19	c non guided choices	2288
75.19/74.21	c learnt constraints type 
75.19/74.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 321
75.19/74.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 29715
75.19/74.21	c constraints type 
75.19/74.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40843
75.19/74.21	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
75.19/74.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 33
75.19/74.21	s UNSATISFIABLE
75.19/74.21	c Total wall clock time (in seconds): 73.874

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 /var/tmp/evaluation-result-3492753-1307911811/watcher-3492753-1307911811 -o /var/tmp/evaluation-result-3492753-1307911811/solver-3492753-1307911811 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492753-1307911811.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: 0.16 0.03 0.01 3/173 30967
/proc/meminfo: memFree=1024872/32951124 swapFree=67060180/67111528
[pid=30967] ppid=30962 vsize=9016 CPUtime=0 cores=0,2,4,6
/proc/30967/stat : 30967 (java) R 30962 30967 30922 0 -1 4194304 110 0 2 0 0 0 0 0 17 0 1 0 902781516 9232384 64 33554432000 1073741824 1073778376 140737448668512 18446744073709551615 253635913339 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30967/statm: 2255 82 65 9 0 34 0

[startup+0.0544101 s]
/proc/loadavg: 0.16 0.03 0.01 3/173 30967
/proc/meminfo: memFree=1024872/32951124 swapFree=67060180/67111528
[pid=30967] ppid=30962 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/30967/stat : 30967 (java) D 30962 30967 30922 0 -1 4202496 961 0 35 0 0 0 0 0 17 0 1 0 902781516 23580672 737 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 47879165499376 0 0 4096 0 18446744071562234166 0 0 17 2 0 0 3
/proc/30967/statm: 5757 737 539 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23028

[startup+0.1004 s]
/proc/loadavg: 0.16 0.03 0.01 3/173 30967
/proc/meminfo: memFree=1024872/32951124 swapFree=67060180/67111528
[pid=30967] ppid=30962 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/30967/stat : 30967 (java) S 30962 30967 30922 0 -1 4202496 1129 0 52 0 0 0 0 0 17 0 2 0 902781516 29065216 906 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652662245 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 7
/proc/30967/statm: 7096 906 688 9 0 381 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 28384

[startup+0.300354 s]
/proc/loadavg: 0.16 0.03 0.01 3/173 30967
/proc/meminfo: memFree=1024872/32951124 swapFree=67060180/67111528
[pid=30967] ppid=30962 vsize=10538944 CPUtime=0.09 cores=0,2,4,6
/proc/30967/stat : 30967 (java) S 30962 30967 30922 0 -1 4202496 12195 0 107 0 6 3 0 0 17 0 18 0 902781516 10791878656 11995 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/30967/statm: 2634736 11995 1914 9 0 2625470 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10538944

[startup+0.700236 s]
/proc/loadavg: 0.16 0.03 0.01 3/173 30967
/proc/meminfo: memFree=1024872/32951124 swapFree=67060180/67111528
[pid=30967] ppid=30962 vsize=10544040 CPUtime=0.92 cores=0,2,4,6
/proc/30967/stat : 30967 (java) S 30962 30967 30922 0 -1 4202496 28713 0 107 0 87 5 0 0 17 0 18 0 902781516 10797096960 26938 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/30967/statm: 2636010 26943 2215 9 0 2626744 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 10544040

[startup+1.50111 s]
/proc/loadavg: 0.16 0.03 0.01 7/211 31062
/proc/meminfo: memFree=803012/32951124 swapFree=67060180/67111528
[pid=30967] ppid=30962 vsize=10545228 CPUtime=2.33 cores=0,2,4,6
/proc/30967/stat : 30967 (java) S 30962 30967 30922 0 -1 4202496 54987 0 107 0 223 10 0 0 17 0 19 0 902781516 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/30967/statm: 2636307 51258 2265 9 0 2627041 0
[pid=30967/tid=30971] ppid=30962 vsize=10545228 CPUtime=1.19 cores=0,2,4,6
/proc/30967/task/30971/stat : 30971 (java) R 30962 30967 30922 0 -1 4202560 38017 0 56 0 113 6 0 0 19 0 19 0 902781525 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 46912505989781 0 4 0 16800975 0 0 0 -1 6 0 0 10
[pid=30967/tid=30972] ppid=30962 vsize=10545228 CPUtime=0.01 cores=0,2,4,6
/proc/30967/task/30972/stat : 30972 (java) S 30962 30967 30922 0 -1 4202560 1379 0 0 0 1 0 0 0 18 0 19 0 902781531 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
[pid=30967/tid=30973] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30973/stat : 30973 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902781531 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30974] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30974/stat : 30974 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902781531 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
[pid=30967/tid=30975] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30975/stat : 30975 (java) S 30962 30967 30922 0 -1 4202560 461 0 0 0 0 0 0 0 18 0 19 0 902781531 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30976] ppid=30962 vsize=10545228 CPUtime=0.01 cores=0,2,4,6
/proc/30967/task/30976/stat : 30976 (java) S 30962 30967 30922 0 -1 4202560 1265 0 0 0 1 0 0 0 18 0 19 0 902781531 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=30977] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30977/stat : 30977 (java) S 30962 30967 30922 0 -1 4202560 57 0 0 0 0 0 0 0 18 0 19 0 902781531 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30978] ppid=30962 vsize=10545228 CPUtime=0.01 cores=0,2,4,6
/proc/30967/task/30978/stat : 30978 (java) S 30962 30967 30922 0 -1 4202560 1551 0 0 0 1 0 0 0 18 0 19 0 902781531 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
[pid=30967/tid=30979] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30979/stat : 30979 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902781531 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
[pid=30967/tid=30988] ppid=30962 vsize=10545228 CPUtime=0.05 cores=0,2,4,6
/proc/30967/task/30988/stat : 30988 (java) S 30962 30967 30922 0 -1 4202560 4703 0 0 0 4 1 0 0 16 0 19 0 902781534 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 0 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30991] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30991/stat : 30991 (java) S 30962 30967 30922 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902781535 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30993] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30993/stat : 30993 (java) S 30962 30967 30922 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902781535 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30995] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30995/stat : 30995 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902781541 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652683185 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30997] ppid=30962 vsize=10545228 CPUtime=0.49 cores=0,2,4,6
/proc/30967/task/30997/stat : 30997 (java) S 30962 30967 30922 0 -1 4202560 3592 0 0 0 48 1 0 0 15 0 19 0 902781541 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30999] ppid=30962 vsize=10545228 CPUtime=0.5 cores=0,2,4,6
/proc/30967/task/30999/stat : 30999 (java) S 30962 30967 30922 0 -1 4202560 2855 0 0 0 50 0 0 0 15 0 19 0 902781541 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=31001] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31001/stat : 31001 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902781541 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=31003] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31003/stat : 31003 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902781541 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
[pid=30967/tid=31062] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31062/stat : 31062 (java) S 30962 30967 30922 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902781609 10798313472 51258 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 10545228

[startup+3.10085 s]
/proc/loadavg: 0.16 0.03 0.01 3/194 31159
/proc/meminfo: memFree=802480/32951124 swapFree=67060180/67111528
[pid=30967] ppid=30962 vsize=10545228 CPUtime=3.97 cores=0,2,4,6
/proc/30967/stat : 30967 (java) S 30962 30967 30922 0 -1 4202496 56032 0 107 0 387 10 0 0 17 0 19 0 902781516 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/30967/statm: 2636307 52285 2265 9 0 2627041 0
[pid=30967/tid=30971] ppid=30962 vsize=10545228 CPUtime=2.69 cores=0,2,4,6
/proc/30967/task/30971/stat : 30971 (java) R 30962 30967 30922 0 -1 4202560 38019 0 56 0 263 6 0 0 20 0 19 0 902781525 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 46912505900282 0 4 0 16800975 0 0 0 -1 2 0 0 10
[pid=30967/tid=30972] ppid=30962 vsize=10545228 CPUtime=0.01 cores=0,2,4,6
/proc/30967/task/30972/stat : 30972 (java) S 30962 30967 30922 0 -1 4202560 1417 0 0 0 1 0 0 0 15 0 19 0 902781531 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=30973] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30973/stat : 30973 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902781531 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30974] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30974/stat : 30974 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 902781531 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30975] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30975/stat : 30975 (java) S 30962 30967 30922 0 -1 4202560 461 0 0 0 0 0 0 0 15 0 19 0 902781531 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30976] ppid=30962 vsize=10545228 CPUtime=0.01 cores=0,2,4,6
/proc/30967/task/30976/stat : 30976 (java) S 30962 30967 30922 0 -1 4202560 1332 0 0 0 1 0 0 0 16 0 19 0 902781531 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30977] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30977/stat : 30977 (java) S 30962 30967 30922 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 902781531 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30978] ppid=30962 vsize=10545228 CPUtime=0.01 cores=0,2,4,6
/proc/30967/task/30978/stat : 30978 (java) S 30962 30967 30922 0 -1 4202560 1552 0 0 0 1 0 0 0 16 0 19 0 902781531 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
[pid=30967/tid=30979] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30979/stat : 30979 (java) S 30962 30967 30922 0 -1 4202560 460 0 0 0 0 0 0 0 15 0 19 0 902781531 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
[pid=30967/tid=30988] ppid=30962 vsize=10545228 CPUtime=0.13 cores=0,2,4,6
/proc/30967/task/30988/stat : 30988 (java) S 30962 30967 30922 0 -1 4202560 5157 0 0 0 12 1 0 0 16 0 19 0 902781534 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 0 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30991] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30991/stat : 30991 (java) S 30962 30967 30922 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902781535 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30993] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30993/stat : 30993 (java) S 30962 30967 30922 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902781535 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30995] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30995/stat : 30995 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902781541 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652683185 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30997] ppid=30962 vsize=10545228 CPUtime=0.52 cores=0,2,4,6
/proc/30967/task/30997/stat : 30997 (java) S 30962 30967 30922 0 -1 4202560 3609 0 0 0 51 1 0 0 15 0 19 0 902781541 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30999] ppid=30962 vsize=10545228 CPUtime=0.52 cores=0,2,4,6
/proc/30967/task/30999/stat : 30999 (java) R 30962 30967 30922 0 -1 4202560 2859 0 0 0 52 0 0 0 15 0 19 0 902781541 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 47879165245883 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30967/tid=31001] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31001/stat : 31001 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902781541 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=31003] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31003/stat : 31003 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902781541 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
[pid=30967/tid=31062] ppid=30962 vsize=10545228 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31062/stat : 31062 (java) S 30962 30967 30922 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902781609 10798313472 52285 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 10545228

[startup+6.30128 s]
/proc/loadavg: 0.47 0.10 0.03 5/211 31461
/proc/meminfo: memFree=753596/32951124 swapFree=67060180/67111528
[pid=30967] ppid=30962 vsize=10545068 CPUtime=7.24 cores=0,2,4,6
/proc/30967/stat : 30967 (java) S 30962 30967 30922 0 -1 4202496 56474 0 107 0 713 11 0 0 17 0 19 0 902781516 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/30967/statm: 2636267 52501 2265 9 0 2627001 0
[pid=30967/tid=30971] ppid=30962 vsize=10545068 CPUtime=5.84 cores=0,2,4,6
/proc/30967/task/30971/stat : 30971 (java) R 30962 30967 30922 0 -1 4202560 38021 0 56 0 577 7 0 0 25 0 19 0 902781525 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 46912505916280 0 4 0 16800975 0 0 0 -1 2 0 0 10
[pid=30967/tid=30972] ppid=30962 vsize=10545068 CPUtime=0.01 cores=0,2,4,6
/proc/30967/task/30972/stat : 30972 (java) S 30962 30967 30922 0 -1 4202560 1417 0 0 0 1 0 0 0 15 0 19 0 902781531 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=30973] ppid=30962 vsize=10545068 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30973/stat : 30973 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902781531 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30974] ppid=30962 vsize=10545068 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30974/stat : 30974 (java) S 30962 30967 30922 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 902781531 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30975] ppid=30962 vsize=10545068 CPUtime=0.01 cores=0,2,4,6
/proc/30967/task/30975/stat : 30975 (java) S 30962 30967 30922 0 -1 4202560 535 0 0 0 1 0 0 0 15 0 19 0 902781531 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=30976] ppid=30962 vsize=10545068 CPUtime=0.01 cores=0,2,4,6
/proc/30967/task/30976/stat : 30976 (java) S 30962 30967 30922 0 -1 4202560 1332 0 0 0 1 0 0 0 15 0 19 0 902781531 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30977] ppid=30962 vsize=10545068 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30977/stat : 30977 (java) S 30962 30967 30922 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 902781531 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30978] ppid=30962 vsize=10545068 CPUtime=0.01 cores=0,2,4,6
/proc/30967/task/30978/stat : 30978 (java) S 30962 30967 30922 0 -1 4202560 1651 0 0 0 1 0 0 0 15 0 19 0 902781531 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
[pid=30967/tid=30979] ppid=30962 vsize=10545068 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30979/stat : 30979 (java) S 30962 30967 30922 0 -1 4202560 460 0 0 0 0 0 0 0 15 0 19 0 902781531 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
[pid=30967/tid=30988] ppid=30962 vsize=10545068 CPUtime=0.19 cores=0,2,4,6
/proc/30967/task/30988/stat : 30988 (java) S 30962 30967 30922 0 -1 4202560 5157 0 0 0 18 1 0 0 15 0 19 0 902781534 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 0 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30991] ppid=30962 vsize=10545068 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30991/stat : 30991 (java) S 30962 30967 30922 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902781535 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30993] ppid=30962 vsize=10545068 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30993/stat : 30993 (java) S 30962 30967 30922 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902781535 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30995] ppid=30962 vsize=10545068 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30995/stat : 30995 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902781541 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652683185 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30997] ppid=30962 vsize=10545068 CPUtime=0.52 cores=0,2,4,6
/proc/30967/task/30997/stat : 30997 (java) S 30962 30967 30922 0 -1 4202560 3610 0 0 0 51 1 0 0 15 0 19 0 902781541 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30999] ppid=30962 vsize=10545068 CPUtime=0.58 cores=0,2,4,6
/proc/30967/task/30999/stat : 30999 (java) S 30962 30967 30922 0 -1 4202560 3073 0 0 0 58 0 0 0 15 0 19 0 902781541 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=31001] ppid=30962 vsize=10545068 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31001/stat : 31001 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902781541 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=31003] ppid=30962 vsize=10545068 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31003/stat : 31003 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902781541 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=31062] ppid=30962 vsize=10545068 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31062/stat : 31062 (java) S 30962 30967 30922 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902781609 10798149632 52501 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 10545068

[startup+12.7011 s]

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

/proc/30967/task/30972/stat : 30972 (java) S 30962 30967 30922 0 -1 4202560 1457 0 0 0 2 0 0 0 15 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=30973] ppid=30962 vsize=10544080 CPUtime=0.01 cores=0,2,4,6
/proc/30967/task/30973/stat : 30973 (java) S 30962 30967 30922 0 -1 4202560 92 0 0 0 1 0 0 0 15 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30974] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30974/stat : 30974 (java) S 30962 30967 30922 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30975] ppid=30962 vsize=10544080 CPUtime=0.02 cores=0,2,4,6
/proc/30967/task/30975/stat : 30975 (java) S 30962 30967 30922 0 -1 4202560 540 0 0 0 2 0 0 0 16 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=30976] ppid=30962 vsize=10544080 CPUtime=0.03 cores=0,2,4,6
/proc/30967/task/30976/stat : 30976 (java) S 30962 30967 30922 0 -1 4202560 1430 0 0 0 3 0 0 0 15 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
[pid=30967/tid=30977] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30977/stat : 30977 (java) S 30962 30967 30922 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30978] ppid=30962 vsize=10544080 CPUtime=0.02 cores=0,2,4,6
/proc/30967/task/30978/stat : 30978 (java) S 30962 30967 30922 0 -1 4202560 1655 0 0 0 2 0 0 0 16 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=30979] ppid=30962 vsize=10544080 CPUtime=0.01 cores=0,2,4,6
/proc/30967/task/30979/stat : 30979 (java) S 30962 30967 30922 0 -1 4202560 618 0 0 0 1 0 0 0 16 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
[pid=30967/tid=30988] ppid=30962 vsize=10544080 CPUtime=0.61 cores=0,2,4,6
/proc/30967/task/30988/stat : 30988 (java) S 30962 30967 30922 0 -1 4202560 6438 0 0 0 60 1 0 0 15 0 19 0 902781534 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 0 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30991] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30991/stat : 30991 (java) S 30962 30967 30922 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902781535 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30993] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30993/stat : 30993 (java) S 30962 30967 30922 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902781535 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30995] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30995/stat : 30995 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902781541 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652683185 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30997] ppid=30962 vsize=10544080 CPUtime=0.52 cores=0,2,4,6
/proc/30967/task/30997/stat : 30997 (java) S 30962 30967 30922 0 -1 4202560 3610 0 0 0 51 1 0 0 15 0 19 0 902781541 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30999] ppid=30962 vsize=10544080 CPUtime=0.58 cores=0,2,4,6
/proc/30967/task/30999/stat : 30999 (java) S 30962 30967 30922 0 -1 4202560 3073 0 0 0 58 0 0 0 15 0 19 0 902781541 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=31001] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31001/stat : 31001 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902781541 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=31003] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31003/stat : 31003 (java) S 30962 30967 30922 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902781541 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=31062] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31062/stat : 31062 (java) S 30962 30967 30922 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902781609 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 74.49
Current children cumulated vsize (KiB) 10544080

[startup+73.901 s]
/proc/loadavg: 1.48 0.47 0.16 3/211 32033
/proc/meminfo: memFree=733668/32951124 swapFree=67060180/67111528
[pid=30967] ppid=30962 vsize=10544080 CPUtime=74.89 cores=0,2,4,6
/proc/30967/stat : 30967 (java) S 30962 30967 30922 0 -1 4202496 58228 0 107 0 7477 12 0 0 17 0 19 0 902781516 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/30967/statm: 2636020 53991 2265 9 0 2626754 0
[pid=30967/tid=30971] ppid=30962 vsize=10544080 CPUtime=73 cores=0,2,4,6
/proc/30967/task/30971/stat : 30971 (java) R 30962 30967 30922 0 -1 4202560 38029 0 56 0 7292 8 0 0 25 0 19 0 902781525 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 46912505915056 0 4 0 16800975 0 0 0 -1 2 0 0 10
[pid=30967/tid=30972] ppid=30962 vsize=10544080 CPUtime=0.02 cores=0,2,4,6
/proc/30967/task/30972/stat : 30972 (java) S 30962 30967 30922 0 -1 4202560 1457 0 0 0 2 0 0 0 15 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=30973] ppid=30962 vsize=10544080 CPUtime=0.01 cores=0,2,4,6
/proc/30967/task/30973/stat : 30973 (java) S 30962 30967 30922 0 -1 4202560 92 0 0 0 1 0 0 0 15 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30974] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30974/stat : 30974 (java) S 30962 30967 30922 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30975] ppid=30962 vsize=10544080 CPUtime=0.02 cores=0,2,4,6
/proc/30967/task/30975/stat : 30975 (java) S 30962 30967 30922 0 -1 4202560 540 0 0 0 2 0 0 0 16 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=30976] ppid=30962 vsize=10544080 CPUtime=0.03 cores=0,2,4,6
/proc/30967/task/30976/stat : 30976 (java) S 30962 30967 30922 0 -1 4202560 1430 0 0 0 3 0 0 0 15 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
[pid=30967/tid=30977] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30977/stat : 30977 (java) S 30962 30967 30922 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30978] ppid=30962 vsize=10544080 CPUtime=0.02 cores=0,2,4,6
/proc/30967/task/30978/stat : 30978 (java) S 30962 30967 30922 0 -1 4202560 1655 0 0 0 2 0 0 0 16 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=30979] ppid=30962 vsize=10544080 CPUtime=0.01 cores=0,2,4,6
/proc/30967/task/30979/stat : 30979 (java) S 30962 30967 30922 0 -1 4202560 618 0 0 0 1 0 0 0 16 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
[pid=30967/tid=30988] ppid=30962 vsize=10544080 CPUtime=0.61 cores=0,2,4,6
/proc/30967/task/30988/stat : 30988 (java) S 30962 30967 30922 0 -1 4202560 6438 0 0 0 60 1 0 0 15 0 19 0 902781534 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 0 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30991] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30991/stat : 30991 (java) S 30962 30967 30922 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902781535 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30993] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30993/stat : 30993 (java) S 30962 30967 30922 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902781535 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30995] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30995/stat : 30995 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902781541 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652683185 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30997] ppid=30962 vsize=10544080 CPUtime=0.52 cores=0,2,4,6
/proc/30967/task/30997/stat : 30997 (java) S 30962 30967 30922 0 -1 4202560 3610 0 0 0 51 1 0 0 15 0 19 0 902781541 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30999] ppid=30962 vsize=10544080 CPUtime=0.58 cores=0,2,4,6
/proc/30967/task/30999/stat : 30999 (java) S 30962 30967 30922 0 -1 4202560 3073 0 0 0 58 0 0 0 15 0 19 0 902781541 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=31001] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31001/stat : 31001 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902781541 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=31003] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31003/stat : 31003 (java) S 30962 30967 30922 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902781541 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=31062] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31062/stat : 31062 (java) S 30962 30967 30922 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902781609 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 74.89
Current children cumulated vsize (KiB) 10544080

[startup+74.1009 s]
/proc/loadavg: 1.48 0.47 0.16 3/211 32033
/proc/meminfo: memFree=733668/32951124 swapFree=67060180/67111528
[pid=30967] ppid=30962 vsize=10544080 CPUtime=75.09 cores=0,2,4,6
/proc/30967/stat : 30967 (java) S 30962 30967 30922 0 -1 4202496 58228 0 107 0 7497 12 0 0 17 0 19 0 902781516 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/30967/statm: 2636020 53991 2265 9 0 2626754 0
[pid=30967/tid=30971] ppid=30962 vsize=10544080 CPUtime=73.2 cores=0,2,4,6
/proc/30967/task/30971/stat : 30971 (java) R 30962 30967 30922 0 -1 4202560 38029 0 56 0 7312 8 0 0 25 0 19 0 902781525 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 46912505866904 0 4 0 16800975 0 0 0 -1 2 0 0 10
[pid=30967/tid=30972] ppid=30962 vsize=10544080 CPUtime=0.02 cores=0,2,4,6
/proc/30967/task/30972/stat : 30972 (java) S 30962 30967 30922 0 -1 4202560 1457 0 0 0 2 0 0 0 15 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=30973] ppid=30962 vsize=10544080 CPUtime=0.01 cores=0,2,4,6
/proc/30967/task/30973/stat : 30973 (java) S 30962 30967 30922 0 -1 4202560 92 0 0 0 1 0 0 0 15 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30974] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30974/stat : 30974 (java) S 30962 30967 30922 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30975] ppid=30962 vsize=10544080 CPUtime=0.02 cores=0,2,4,6
/proc/30967/task/30975/stat : 30975 (java) S 30962 30967 30922 0 -1 4202560 540 0 0 0 2 0 0 0 16 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=30976] ppid=30962 vsize=10544080 CPUtime=0.03 cores=0,2,4,6
/proc/30967/task/30976/stat : 30976 (java) S 30962 30967 30922 0 -1 4202560 1430 0 0 0 3 0 0 0 15 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
[pid=30967/tid=30977] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30977/stat : 30977 (java) S 30962 30967 30922 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30978] ppid=30962 vsize=10544080 CPUtime=0.02 cores=0,2,4,6
/proc/30967/task/30978/stat : 30978 (java) S 30962 30967 30922 0 -1 4202560 1655 0 0 0 2 0 0 0 16 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=30979] ppid=30962 vsize=10544080 CPUtime=0.01 cores=0,2,4,6
/proc/30967/task/30979/stat : 30979 (java) S 30962 30967 30922 0 -1 4202560 618 0 0 0 1 0 0 0 16 0 19 0 902781531 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
[pid=30967/tid=30988] ppid=30962 vsize=10544080 CPUtime=0.61 cores=0,2,4,6
/proc/30967/task/30988/stat : 30988 (java) S 30962 30967 30922 0 -1 4202560 6438 0 0 0 60 1 0 0 15 0 19 0 902781534 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 0 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30991] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30991/stat : 30991 (java) S 30962 30967 30922 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902781535 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30993] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30993/stat : 30993 (java) S 30962 30967 30922 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902781535 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30995] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30995/stat : 30995 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902781541 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652683185 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30997] ppid=30962 vsize=10544080 CPUtime=0.52 cores=0,2,4,6
/proc/30967/task/30997/stat : 30997 (java) S 30962 30967 30922 0 -1 4202560 3610 0 0 0 51 1 0 0 15 0 19 0 902781541 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30999] ppid=30962 vsize=10544080 CPUtime=0.58 cores=0,2,4,6
/proc/30967/task/30999/stat : 30999 (java) S 30962 30967 30922 0 -1 4202560 3073 0 0 0 58 0 0 0 15 0 19 0 902781541 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=31001] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31001/stat : 31001 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902781541 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=31003] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31003/stat : 31003 (java) S 30962 30967 30922 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902781541 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=31062] ppid=30962 vsize=10544080 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31062/stat : 31062 (java) S 30962 30967 30922 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902781609 10797137920 53991 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 75.09
Current children cumulated vsize (KiB) 10544080

[startup+74.201 s]
/proc/loadavg: 1.48 0.47 0.16 3/211 32033
/proc/meminfo: memFree=733668/32951124 swapFree=67060180/67111528
[pid=30967] ppid=30962 vsize=10545108 CPUtime=75.19 cores=0,2,4,6
/proc/30967/stat : 30967 (java) S 30962 30967 30922 0 -1 4202496 58240 0 107 0 7507 12 0 0 17 0 20 0 902781516 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/30967/statm: 2636277 54003 2265 9 0 2627011 0
[pid=30967/tid=30971] ppid=30962 vsize=10545108 CPUtime=73.29 cores=0,2,4,6
/proc/30967/task/30971/stat : 30971 (java) S 30962 30967 30922 0 -1 4202560 38033 0 56 0 7321 8 0 0 25 0 20 0 902781525 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 10
[pid=30967/tid=30972] ppid=30962 vsize=10545108 CPUtime=0.02 cores=0,2,4,6
/proc/30967/task/30972/stat : 30972 (java) S 30962 30967 30922 0 -1 4202560 1457 0 0 0 2 0 0 0 15 0 20 0 902781531 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=30973] ppid=30962 vsize=10545108 CPUtime=0.01 cores=0,2,4,6
/proc/30967/task/30973/stat : 30973 (java) S 30962 30967 30922 0 -1 4202560 92 0 0 0 1 0 0 0 15 0 20 0 902781531 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30974] ppid=30962 vsize=10545108 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30974/stat : 30974 (java) S 30962 30967 30922 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 20 0 902781531 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30975] ppid=30962 vsize=10545108 CPUtime=0.02 cores=0,2,4,6
/proc/30967/task/30975/stat : 30975 (java) S 30962 30967 30922 0 -1 4202560 540 0 0 0 2 0 0 0 16 0 20 0 902781531 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=30976] ppid=30962 vsize=10545108 CPUtime=0.03 cores=0,2,4,6
/proc/30967/task/30976/stat : 30976 (java) S 30962 30967 30922 0 -1 4202560 1430 0 0 0 3 0 0 0 15 0 20 0 902781531 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
[pid=30967/tid=30977] ppid=30962 vsize=10545108 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30977/stat : 30977 (java) S 30962 30967 30922 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 20 0 902781531 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30978] ppid=30962 vsize=10545108 CPUtime=0.02 cores=0,2,4,6
/proc/30967/task/30978/stat : 30978 (java) S 30962 30967 30922 0 -1 4202560 1655 0 0 0 2 0 0 0 16 0 20 0 902781531 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=30979] ppid=30962 vsize=10545108 CPUtime=0.01 cores=0,2,4,6
/proc/30967/task/30979/stat : 30979 (java) S 30962 30967 30922 0 -1 4202560 618 0 0 0 1 0 0 0 16 0 20 0 902781531 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
[pid=30967/tid=30988] ppid=30962 vsize=10545108 CPUtime=0.61 cores=0,2,4,6
/proc/30967/task/30988/stat : 30988 (java) S 30962 30967 30922 0 -1 4202560 6438 0 0 0 60 1 0 0 15 0 20 0 902781534 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 0 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30991] ppid=30962 vsize=10545108 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30991/stat : 30991 (java) S 30962 30967 30922 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 902781535 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30993] ppid=30962 vsize=10545108 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30993/stat : 30993 (java) S 30962 30967 30922 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 902781535 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30995] ppid=30962 vsize=10545108 CPUtime=0 cores=0,2,4,6
/proc/30967/task/30995/stat : 30995 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 902781541 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652683185 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=30997] ppid=30962 vsize=10545108 CPUtime=0.52 cores=0,2,4,6
/proc/30967/task/30997/stat : 30997 (java) S 30962 30967 30922 0 -1 4202560 3610 0 0 0 51 1 0 0 15 0 20 0 902781541 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 4 0 0 0
[pid=30967/tid=30999] ppid=30962 vsize=10545108 CPUtime=0.58 cores=0,2,4,6
/proc/30967/task/30999/stat : 30999 (java) S 30962 30967 30922 0 -1 4202560 3073 0 0 0 58 0 0 0 15 0 20 0 902781541 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=31001] ppid=30962 vsize=10545108 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31001/stat : 31001 (java) S 30962 30967 30922 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 902781541 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652675481 0 4 0 16800975 18446604453891428800 0 0 -1 2 0 0 0
[pid=30967/tid=31003] ppid=30962 vsize=10545108 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31003/stat : 31003 (java) S 30962 30967 30922 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 902781541 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 4 0 16800975 18446604453891428800 0 0 -1 0 0 0 0
[pid=30967/tid=31062] ppid=30962 vsize=10545108 CPUtime=0 cores=0,2,4,6
/proc/30967/task/31062/stat : 31062 (java) S 30962 30967 30922 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 20 0 902781609 10798190592 54003 33554432000 1073741824 1073778376 140736803144608 18446744073709551615 253652676096 0 4 0 16800975 18446604453891428800 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 75.19
Current children cumulated vsize (KiB) 10545108

Child status: 20
Real time (s): 74.2311
CPU time (s): 75.2236
CPU user time (s): 75.0936
CPU system time (s): 0.12998
CPU usage (%): 101.337
Max. virtual memory (cumulated for all children) (KiB): 10545368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.0936
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58243
page faults= 107
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2982
involuntary context switches= 670

runsolver used 0.12998 second user time and 0.283956 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-12 22:50:11
IDJOB=3492753
IDBENCH=79360
IDSOLVER=1982
FILE ID=node106/3492753-1307911811
RUNJOBID= node106-1307911811-30940
PBS_JOBID= 13559607
Free space on /var/tmp= 2888 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/academics/normalized-langford-3-11_wcsp.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492753-1307911811/watcher-3492753-1307911811 -o /var/tmp/evaluation-result-3492753-1307911811/solver-3492753-1307911811 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492753-1307911811.wbo

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

MD5SUM BENCH= 69dbc7406636817ba2a44752a9d60525
RANDOM SEED=1189078619

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1028248 kB
Buffers:         56572 kB
Cached:       30884648 kB
SwapCached:      12668 kB
Active:       16312404 kB
Inactive:     14646696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1028248 kB
SwapTotal:    67111528 kB
SwapFree:     67060180 kB
Dirty:            1984 kB
Writeback:           0 kB
AnonPages:       15756 kB
Mapped:           9288 kB
Slab:           899212 kB
PageTables:       4264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   157680 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2888 MiB
End job on node106 at 2011-06-12 22:51:26