Trace number 3731563

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.87 1796.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_7.opb.PB06.opb
MD5SUM3119db8d3d273f04fc4f3b1324a85224
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark396
Best CPU time to get the best result obtained on this benchmark1793.24
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 452
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 493167
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 493167
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.08	c version 2.1.1.v20090612
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version	1.6.0_24
0.05/0.08	c os.name	Linux
0.05/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch	amd64
0.05/0.08	c Free memory 1299577560
0.05/0.08	c Max memory 1306394624
0.05/0.08	c Total memory 1306394624
0.05/0.08	c Number of processors 8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c MiniSAT restarts strategy
0.10/0.11	c Memory based learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3731563-1338739368.opb
0.10/0.11	c reading problem ... 
3.19/2.65	c ... done. Wall clock time 2.538s.
3.19/2.65	c #vars     10000
3.19/2.65	c #constraints  656900
3.19/2.65	c constraints type 
3.19/2.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
3.19/2.65	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 200
597.54/594.40	c cleaning 85748 clauses out of 171502
788.41/785.23	c cleaning 65607 clauses out of 131253
1051.68/1048.41	c cleaning 67295 clauses out of 134646
1250.40/1247.16	c cleaning 58174 clauses out of 116350
1600.67/1597.30	c cleaning 65073 clauses out of 130176
1800.02/1796.61	c starts		: 20
1800.02/1796.61	c conflicts		: 462370
1800.02/1796.61	c decisions		: 577002
1800.02/1796.61	c propagations		: 82066865
1800.02/1796.61	c inspects		: 3650646279
1800.02/1796.61	c learnt literals	: 0
1800.02/1796.61	c learnt binary clauses	: 0
1800.02/1796.61	c learnt ternary clauses	: 0
1800.02/1796.61	c learnt clauses	: 462370
1800.02/1796.61	c ignored clauses	: 0
1800.02/1796.61	c root simplifications	: 0
1800.02/1796.61	c removed literals (reason simplification)	: 8885507
1800.02/1796.61	c reason swapping (by a shorter reason)	: 0
1800.02/1796.61	c Calls to reduceDB	: 5
1800.02/1796.61	c speed (assignments/second)	: 45746.151397771304
1800.02/1796.61	c non guided choices	0
1800.02/1796.64	c learnt constraints type 
1800.02/1796.64	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 120479
1800.02/1796.64	c constraints type 
1800.02/1796.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
1800.02/1796.64	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 200
1800.02/1796.64	s UNKNOWN
1800.02/1796.64	c Total wall clock time (in seconds): 1796.532

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-3731563-1338739368/watcher-3731563-1338739368 -o /tmp/evaluation-result-3731563-1338739368/solver-3731563-1338739368 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3731563-1338739368.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.03 1.88 3/194 10001
/proc/meminfo: memFree=30880696/32873844 swapFree=7116/7116
[pid=10001] ppid=9999 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/10001/stat : 10001 (java) R 9999 10001 9782 0 -1 4202496 991 0 0 0 0 0 0 0 20 0 1 0 340063843 23793664 718 33554432000 1073741824 1073778376 140735206350384 140735206339448 233402578280 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10001/statm: 5809 727 539 9 0 128 0

[startup+0.0626849 s]
/proc/loadavg: 2.16 2.03 1.88 3/194 10001
/proc/meminfo: memFree=30880696/32873844 swapFree=7116/7116
[pid=10001] ppid=9999 vsize=2648548 CPUtime=0.05 cores=0,2,4,6
/proc/10001/stat : 10001 (java) S 9999 10001 9782 0 -1 4202496 3805 0 1 0 4 1 0 0 20 0 18 0 340063843 2712113152 5524 33554432000 1073741824 1073778376 140735206350384 140735206341520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10001/statm: 662137 5524 1753 9 0 652835 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2648548

[startup+0.100254 s]
/proc/loadavg: 2.16 2.03 1.88 3/194 10001
/proc/meminfo: memFree=30880696/32873844 swapFree=7116/7116
[pid=10001] ppid=9999 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/10001/stat : 10001 (java) S 9999 10001 9782 0 -1 4202496 4688 0 1 0 9 1 0 0 20 0 18 0 340063843 2712133632 6406 33554432000 1073741824 1073778376 140735206350384 140735206341520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10001/statm: 662142 6406 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300223 s]
/proc/loadavg: 2.16 2.03 1.88 3/194 10001
/proc/meminfo: memFree=30880696/32873844 swapFree=7116/7116
[pid=10001] ppid=9999 vsize=2648568 CPUtime=0.47 cores=0,2,4,6
/proc/10001/stat : 10001 (java) S 9999 10001 9782 0 -1 4202496 5769 0 1 0 46 1 0 0 20 0 18 0 340063843 2712133632 9935 33554432000 1073741824 1073778376 140735206350384 140735206341520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10001/statm: 662142 9935 2217 9 0 652835 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2648568

[startup+0.700232 s]
/proc/loadavg: 2.16 2.03 1.88 3/194 10001
/proc/meminfo: memFree=30880696/32873844 swapFree=7116/7116
[pid=10001] ppid=9999 vsize=2648568 CPUtime=1.08 cores=0,2,4,6
/proc/10001/stat : 10001 (java) S 9999 10001 9782 0 -1 4202496 9204 0 1 0 104 4 0 0 20 0 18 0 340063843 2712133632 46127 33554432000 1073741824 1073778376 140735206350384 140735206341520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10001/statm: 662142 46127 2233 9 0 652835 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 2648568

[startup+1.50068 s]
/proc/loadavg: 2.16 2.03 1.88 3/212 10019
/proc/meminfo: memFree=30577768/32873844 swapFree=7116/7116
[pid=10001] ppid=9999 vsize=2648568 CPUtime=1.98 cores=0,2,4,6
/proc/10001/stat : 10001 (java) S 9999 10001 9782 0 -1 4202496 9344 0 1 0 189 9 0 0 20 0 18 0 340063843 2712133632 95301 33554432000 1073741824 1073778376 140735206350384 140735206341520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10001/statm: 662142 95301 2249 9 0 652835 0
[pid=10001/tid=10003] ppid=9999 vsize=2648568 CPUtime=1.44 cores=0,2,4,6
/proc/10001/task/10003/stat : 10003 (java) R 9999 10001 9782 0 -1 4202560 2913 0 1 0 137 7 0 0 20 0 18 0 340063844 2712133632 95301 33554432000 1073741824 1073778376 140735206350384 140639383990352 140639256018896 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10004] ppid=9999 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10004/stat : 10004 (java) S 9999 10001 9782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340063845 2712133632 95301 33554432000 1073741824 1073778376 140735206350384 140639250996136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10005] ppid=9999 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10005/stat : 10005 (java) S 9999 10001 9782 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 340063845 2712133632 95301 33554432000 1073741824 1073778376 140735206350384 140639249943592 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10006] ppid=9999 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10006/stat : 10006 (java) S 9999 10001 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 340063845 2712133632 95301 33554432000 1073741824 1073778376 140735206350384 140639248890536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10007] ppid=9999 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/10001/task/10007/stat : 10007 (java) S 9999 10001 9782 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 340063845 2712133632 95301 33554432000 1073741824 1073778376 140735206350384 140639247837992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10001/tid=10008] ppid=9999 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10008/stat : 10008 (java) S 9999 10001 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340063845 2712133632 95301 33554432000 1073741824 1073778376 140735206350384 140639246784936 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10001/tid=10009] ppid=9999 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10009/stat : 10009 (java) S 9999 10001 9782 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 340063845 2712133632 95301 33554432000 1073741824 1073778376 140735206350384 140639245732392 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10010] ppid=9999 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10010/stat : 10010 (java) S 9999 10001 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 340063845 2712133632 95301 33554432000 1073741824 1073778376 140735206350384 140639244679336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10011] ppid=9999 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10011/stat : 10011 (java) S 9999 10001 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 340063845 2712133632 95301 33554432000 1073741824 1073778376 140735206350384 140639243626792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10012] ppid=9999 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10012/stat : 10012 (java) S 9999 10001 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340063846 2712133632 95301 33554432000 1073741824 1073778376 140735206350384 140638761118568 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10013] ppid=9999 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10013/stat : 10013 (java) S 9999 10001 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340063847 2712133632 95301 33554432000 1073741824 1073778376 140735206350384 140638760064888 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10014] ppid=9999 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10014/stat : 10014 (java) S 9999 10001 9782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340063847 2712133632 95301 33554432000 1073741824 1073778376 140735206350384 140638759011720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10015] ppid=9999 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10015/stat : 10015 (java) S 9999 10001 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340063849 2712133632 95301 33554432000 1073741824 1073778376 140735206350384 140638757960464 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10016] ppid=9999 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/10001/task/10016/stat : 10016 (java) S 9999 10001 9782 0 -1 4202560 2346 0 0 0 18 0 0 0 20 0 18 0 340063849 2712133632 95301 33554432000 1073741824 1073778376 140735206350384 140638756907320 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10017] ppid=9999 vsize=2648568 CPUtime=0.19 cores=0,2,4,6
/proc/10001/task/10017/stat : 10017 (java) S 9999 10001 9782 0 -1 4202560 2854 0 0 0 19 0 0 0 20 0 18 0 340063849 2712133632 95301 33554432000 1073741824 1073778376 140735206350384 140638755854776 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10018] ppid=9999 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10018/stat : 10018 (java) S 9999 10001 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340063849 2712133632 95301 33554432000 1073741824 1073778376 140735206350384 140638754801912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10019] ppid=9999 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10019/stat : 10019 (java) S 9999 10001 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340063849 2712133632 95301 33554432000 1073741824 1073778376 140735206350384 140638753749576 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 2648568

[startup+3.1006 s]
/proc/loadavg: 2.15 2.03 1.88 3/212 10019
/proc/meminfo: memFree=30478224/32873844 swapFree=7116/7116
[pid=10001] ppid=9999 vsize=2715132 CPUtime=4.3 cores=0,2,4,6
/proc/10001/stat : 10001 (java) S 9999 10001 9782 0 -1 4202496 12030 0 1 0 416 14 0 0 20 0 19 0 340063843 2780295168 107702 33554432000 1073741824 1073778376 140735206350384 140735206341520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10001/statm: 678783 107702 2273 9 0 669476 0
[pid=10001/tid=10003] ppid=9999 vsize=2715132 CPUtime=2.96 cores=0,2,4,6
/proc/10001/task/10003/stat : 10003 (java) R 9999 10001 9782 0 -1 4202560 2925 0 1 0 288 8 0 0 20 0 19 0 340063844 2780295168 107702 33554432000 1073741824 1073778376 140735206350384 140639383997560 140639256379304 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10004] ppid=9999 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/10001/task/10004/stat : 10004 (java) S 9999 10001 9782 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 19 0 340063845 2780295168 107702 33554432000 1073741824 1073778376 140735206350384 140639250996136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10005] ppid=9999 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/10001/task/10005/stat : 10005 (java) S 9999 10001 9782 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 340063845 2780295168 107702 33554432000 1073741824 1073778376 140735206350384 140639249943592 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10006] ppid=9999 vsize=2715132 CPUtime=0.06 cores=0,2,4,6
/proc/10001/task/10006/stat : 10006 (java) S 9999 10001 9782 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 19 0 340063845 2780295168 107702 33554432000 1073741824 1073778376 140735206350384 140639248890536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10007] ppid=9999 vsize=2715132 CPUtime=0.06 cores=0,2,4,6
/proc/10001/task/10007/stat : 10007 (java) S 9999 10001 9782 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 19 0 340063845 2780295168 107702 33554432000 1073741824 1073778376 140735206350384 140639247837992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10001/tid=10008] ppid=9999 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/10001/task/10008/stat : 10008 (java) S 9999 10001 9782 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 340063845 2780295168 107702 33554432000 1073741824 1073778376 140735206350384 140639246784936 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10001/tid=10009] ppid=9999 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/10001/task/10009/stat : 10009 (java) S 9999 10001 9782 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 340063845 2780295168 107702 33554432000 1073741824 1073778376 140735206350384 140639245732392 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10010] ppid=9999 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/10001/task/10010/stat : 10010 (java) S 9999 10001 9782 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 340063845 2780295168 107702 33554432000 1073741824 1073778376 140735206350384 140639244679336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10011] ppid=9999 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/10001/task/10011/stat : 10011 (java) S 9999 10001 9782 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 340063845 2780295168 107702 33554432000 1073741824 1073778376 140735206350384 140639243626792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10012] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10012/stat : 10012 (java) S 9999 10001 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340063846 2780295168 107702 33554432000 1073741824 1073778376 140735206350384 140638761118568 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10013] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10013/stat : 10013 (java) S 9999 10001 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340063847 2780295168 107702 33554432000 1073741824 1073778376 140735206350384 140638760064888 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10014] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10014/stat : 10014 (java) S 9999 10001 9782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340063847 2780295168 107702 33554432000 1073741824 1073778376 140735206350384 140638759011720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10015] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10015/stat : 10015 (java) S 9999 10001 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340063849 2780295168 107702 33554432000 1073741824 1073778376 140735206350384 140638757960464 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10016] ppid=9999 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/10001/task/10016/stat : 10016 (java) R 9999 10001 9782 0 -1 4202560 3332 0 0 0 44 0 0 0 20 0 19 0 340063849 2780295168 107702 33554432000 1073741824 1073778376 140735206350384 140638756907200 140639388095178 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10001/tid=10017] ppid=9999 vsize=2715132 CPUtime=0.42 cores=0,2,4,6
/proc/10001/task/10017/stat : 10017 (java) R 9999 10001 9782 0 -1 4202560 4439 0 0 0 42 0 0 0 20 0 19 0 340063849 2780295168 107702 33554432000 1073741824 1073778376 140735206350384 140638755854776 140639390024335 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10018] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10018/stat : 10018 (java) S 9999 10001 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340063849 2780295168 107702 33554432000 1073741824 1073778376 140735206350384 140638754801912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10019] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10019/stat : 10019 (java) S 9999 10001 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340063849 2780295168 107702 33554432000 1073741824 1073778376 140735206350384 140638753749576 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 2715132

[startup+6.30066 s]
/proc/loadavg: 2.15 2.03 1.88 3/213 10020
/proc/meminfo: memFree=30456900/32873844 swapFree=7116/7116
[pid=10001] ppid=9999 vsize=2715132 CPUtime=7.51 cores=0,2,4,6
/proc/10001/stat : 10001 (java) S 9999 10001 9782 0 -1 4202496 12034 0 1 0 737 14 0 0 20 0 19 0 340063843 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140735206341520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10001/statm: 678783 107695 2273 9 0 669476 0
[pid=10001/tid=10003] ppid=9999 vsize=2715132 CPUtime=6.15 cores=0,2,4,6
/proc/10001/task/10003/stat : 10003 (java) R 9999 10001 9782 0 -1 4202560 2928 0 1 0 607 8 0 0 20 0 19 0 340063844 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140639383996592 140639256375079 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10004] ppid=9999 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/10001/task/10004/stat : 10004 (java) S 9999 10001 9782 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 19 0 340063845 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140639250996136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10005] ppid=9999 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/10001/task/10005/stat : 10005 (java) S 9999 10001 9782 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 340063845 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140639249943592 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10006] ppid=9999 vsize=2715132 CPUtime=0.06 cores=0,2,4,6
/proc/10001/task/10006/stat : 10006 (java) S 9999 10001 9782 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 19 0 340063845 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140639248890536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10007] ppid=9999 vsize=2715132 CPUtime=0.06 cores=0,2,4,6
/proc/10001/task/10007/stat : 10007 (java) S 9999 10001 9782 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 19 0 340063845 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140639247837992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10001/tid=10008] ppid=9999 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/10001/task/10008/stat : 10008 (java) S 9999 10001 9782 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 340063845 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140639246784936 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10001/tid=10009] ppid=9999 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/10001/task/10009/stat : 10009 (java) S 9999 10001 9782 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 340063845 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140639245732392 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10010] ppid=9999 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/10001/task/10010/stat : 10010 (java) S 9999 10001 9782 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 340063845 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140639244679336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10011] ppid=9999 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/10001/task/10011/stat : 10011 (java) S 9999 10001 9782 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 340063845 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140639243626792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10012] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10012/stat : 10012 (java) S 9999 10001 9782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340063846 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140638761118568 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10013] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10013/stat : 10013 (java) S 9999 10001 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340063847 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140638760064888 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10014] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10014/stat : 10014 (java) S 9999 10001 9782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340063847 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140638759011720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10015] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10015/stat : 10015 (java) S 9999 10001 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340063849 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140638757960464 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10016] ppid=9999 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/10001/task/10016/stat : 10016 (java) S 9999 10001 9782 0 -1 4202560 3332 0 0 0 45 0 0 0 20 0 19 0 340063849 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140638756907320 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10001/tid=10017] ppid=9999 vsize=2715132 CPUtime=0.43 cores=0,2,4,6
/proc/10001/task/10017/stat : 10017 (java) S 9999 10001 9782 0 -1 4202560 4439 0 0 0 43 0 0 0 20 0 19 0 340063849 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140638755854776 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10018] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10018/stat : 10018 (java) S 9999 10001 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340063849 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140638754801912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10019] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10019/stat : 10019 (java) S 9999 10001 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340063849 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140638753749576 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10020] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10020/stat : 10020 (java) S 9999 10001 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340064127 2780295168 107695 33554432000 1073741824 1073778376 140735206350384 140638752695848 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]
/proc/loadavg: 2.12 2.03 1.88 3/213 10020
/proc/meminfo: memFree=30456336/32873844 swapFree=7116/7116
[pid=10001] ppid=9999 vsize=2715132 CPUtime=13.95 cores=0,2,4,6
/proc/10001/stat : 10001 (java) S 9999 10001 9782 0 -1 4202496 12039 0 1 0 1381 14 0 0 20 0 19 0 340063843 2780295168 107691 33554432000 1073741824 1073778376 140735206350384 140735206341520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

[pid=10001/tid=10009] ppid=9999 vsize=2715132 CPUtime=0.21 cores=0,2,4,6
/proc/10001/task/10009/stat : 10009 (java) S 9999 10001 9782 0 -1 4202560 132 0 0 0 12 9 0 0 20 0 19 0 340063845 2780295168 341313 33554432000 1073741824 1073778376 140735206350384 140639245732392 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10010] ppid=9999 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/10001/task/10010/stat : 10010 (java) S 9999 10001 9782 0 -1 4202560 231 0 0 0 17 16 0 0 20 0 19 0 340063845 2780295168 341313 33554432000 1073741824 1073778376 140735206350384 140639244679336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10011] ppid=9999 vsize=2715132 CPUtime=0.32 cores=0,2,4,6
/proc/10001/task/10011/stat : 10011 (java) S 9999 10001 9782 0 -1 4202560 191 0 0 0 18 14 0 0 20 0 19 0 340063845 2780295168 341313 33554432000 1073741824 1073778376 140735206350384 140639243626792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10012] ppid=9999 vsize=2715132 CPUtime=3.23 cores=0,2,4,6
/proc/10001/task/10012/stat : 10012 (java) S 9999 10001 9782 0 -1 4202560 164 0 0 0 319 4 0 0 20 0 19 0 340063846 2780295168 341313 33554432000 1073741824 1073778376 140735206350384 140638761118568 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10013] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10013/stat : 10013 (java) S 9999 10001 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340063847 2780295168 341313 33554432000 1073741824 1073778376 140735206350384 140638760064888 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10014] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10014/stat : 10014 (java) S 9999 10001 9782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340063847 2780295168 341313 33554432000 1073741824 1073778376 140735206350384 140638759011720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10015] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10015/stat : 10015 (java) S 9999 10001 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340063849 2780295168 341313 33554432000 1073741824 1073778376 140735206350384 140638757960464 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10016] ppid=9999 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/10001/task/10016/stat : 10016 (java) S 9999 10001 9782 0 -1 4202560 8322 0 0 0 64 1 0 0 20 0 19 0 340063849 2780295168 341313 33554432000 1073741824 1073778376 140735206350384 140638756907320 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10001/tid=10017] ppid=9999 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/10001/task/10017/stat : 10017 (java) S 9999 10001 9782 0 -1 4202560 4940 0 0 0 53 0 0 0 20 0 19 0 340063849 2780295168 341313 33554432000 1073741824 1073778376 140735206350384 140638755854776 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10018] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10018/stat : 10018 (java) S 9999 10001 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340063849 2780295168 341313 33554432000 1073741824 1073778376 140735206350384 140638754801912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10019] ppid=9999 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/10001/task/10019/stat : 10019 (java) S 9999 10001 9782 0 -1 4202560 95 0 0 0 44 30 0 0 20 0 19 0 340063849 2780295168 341313 33554432000 1073741824 1073778376 140735206350384 140638753749576 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10020] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10020/stat : 10020 (java) S 9999 10001 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340064127 2780295168 341313 33554432000 1073741824 1073778376 140735206350384 140638752695848 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1665.67
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/213 10034
/proc/meminfo: memFree=28564292/32873844 swapFree=7116/7116
[pid=10001] ppid=9999 vsize=2715132 CPUtime=1725.69 cores=0,2,4,6
/proc/10001/stat : 10001 (java) S 9999 10001 9782 0 -1 4202496 19202 0 1 0 172425 144 0 0 20 0 19 0 340063843 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140735206341520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10001/statm: 678783 343644 2286 9 0 669476 0
[pid=10001/tid=10003] ppid=9999 vsize=2715132 CPUtime=1718.44 cores=0,2,4,6
/proc/10001/task/10003/stat : 10003 (java) R 9999 10001 9782 0 -1 4202560 2939 0 1 0 171809 35 0 0 20 0 19 0 340063844 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639383998752 140639256435684 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10004] ppid=9999 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/10001/task/10004/stat : 10004 (java) S 9999 10001 9782 0 -1 4202560 222 0 0 0 21 16 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639250996136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10005] ppid=9999 vsize=2715132 CPUtime=0.19 cores=0,2,4,6
/proc/10001/task/10005/stat : 10005 (java) S 9999 10001 9782 0 -1 4202560 118 0 0 0 10 9 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639249943592 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10006] ppid=9999 vsize=2715132 CPUtime=0.34 cores=0,2,4,6
/proc/10001/task/10006/stat : 10006 (java) S 9999 10001 9782 0 -1 4202560 200 0 0 0 19 15 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639248890536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10007] ppid=9999 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/10001/task/10007/stat : 10007 (java) S 9999 10001 9782 0 -1 4202560 266 0 0 0 26 20 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639247837992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10001/tid=10008] ppid=9999 vsize=2715132 CPUtime=0.32 cores=0,2,4,6
/proc/10001/task/10008/stat : 10008 (java) S 9999 10001 9782 0 -1 4202560 196 0 0 0 18 14 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639246784936 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10001/tid=10009] ppid=9999 vsize=2715132 CPUtime=0.21 cores=0,2,4,6
/proc/10001/task/10009/stat : 10009 (java) S 9999 10001 9782 0 -1 4202560 132 0 0 0 12 9 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639245732392 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10010] ppid=9999 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/10001/task/10010/stat : 10010 (java) S 9999 10001 9782 0 -1 4202560 231 0 0 0 17 16 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639244679336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10011] ppid=9999 vsize=2715132 CPUtime=0.32 cores=0,2,4,6
/proc/10001/task/10011/stat : 10011 (java) S 9999 10001 9782 0 -1 4202560 191 0 0 0 18 14 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639243626792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10012] ppid=9999 vsize=2715132 CPUtime=3.23 cores=0,2,4,6
/proc/10001/task/10012/stat : 10012 (java) S 9999 10001 9782 0 -1 4202560 164 0 0 0 319 4 0 0 20 0 19 0 340063846 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638761118568 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10013] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10013/stat : 10013 (java) S 9999 10001 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340063847 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638760064888 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10014] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10014/stat : 10014 (java) S 9999 10001 9782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340063847 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638759011720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10015] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10015/stat : 10015 (java) S 9999 10001 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340063849 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638757960464 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10016] ppid=9999 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/10001/task/10016/stat : 10016 (java) S 9999 10001 9782 0 -1 4202560 8322 0 0 0 64 1 0 0 20 0 19 0 340063849 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638756907320 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10001/tid=10017] ppid=9999 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/10001/task/10017/stat : 10017 (java) S 9999 10001 9782 0 -1 4202560 4940 0 0 0 53 0 0 0 20 0 19 0 340063849 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638755854776 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10018] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10018/stat : 10018 (java) S 9999 10001 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340063849 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638754801912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10019] ppid=9999 vsize=2715132 CPUtime=0.77 cores=0,2,4,6
/proc/10001/task/10019/stat : 10019 (java) S 9999 10001 9782 0 -1 4202560 99 0 0 0 46 31 0 0 20 0 19 0 340063849 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638753749576 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10020] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10020/stat : 10020 (java) S 9999 10001 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340064127 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638752695848 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.69
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/212 10034
/proc/meminfo: memFree=28564176/32873844 swapFree=7116/7116
[pid=10001] ppid=9999 vsize=2715132 CPUtime=1785.71 cores=0,2,4,6
/proc/10001/stat : 10001 (java) S 9999 10001 9782 0 -1 4202496 19206 0 1 0 178425 146 0 0 20 0 19 0 340063843 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140735206341520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10001/statm: 678783 343644 2286 9 0 669476 0
[pid=10001/tid=10003] ppid=9999 vsize=2715132 CPUtime=1778.44 cores=0,2,4,6
/proc/10001/task/10003/stat : 10003 (java) R 9999 10001 9782 0 -1 4202560 2939 0 1 0 177808 36 0 0 20 0 19 0 340063844 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639383998752 140639256328475 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10004] ppid=9999 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/10001/task/10004/stat : 10004 (java) S 9999 10001 9782 0 -1 4202560 222 0 0 0 21 16 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639250996136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10005] ppid=9999 vsize=2715132 CPUtime=0.19 cores=0,2,4,6
/proc/10001/task/10005/stat : 10005 (java) S 9999 10001 9782 0 -1 4202560 118 0 0 0 10 9 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639249943592 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10006] ppid=9999 vsize=2715132 CPUtime=0.34 cores=0,2,4,6
/proc/10001/task/10006/stat : 10006 (java) S 9999 10001 9782 0 -1 4202560 200 0 0 0 19 15 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639248890536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10007] ppid=9999 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/10001/task/10007/stat : 10007 (java) S 9999 10001 9782 0 -1 4202560 266 0 0 0 26 20 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639247837992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10001/tid=10008] ppid=9999 vsize=2715132 CPUtime=0.32 cores=0,2,4,6
/proc/10001/task/10008/stat : 10008 (java) S 9999 10001 9782 0 -1 4202560 196 0 0 0 18 14 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639246784936 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10001/tid=10009] ppid=9999 vsize=2715132 CPUtime=0.21 cores=0,2,4,6
/proc/10001/task/10009/stat : 10009 (java) S 9999 10001 9782 0 -1 4202560 132 0 0 0 12 9 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639245732392 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10010] ppid=9999 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/10001/task/10010/stat : 10010 (java) S 9999 10001 9782 0 -1 4202560 231 0 0 0 17 16 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639244679336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10011] ppid=9999 vsize=2715132 CPUtime=0.32 cores=0,2,4,6
/proc/10001/task/10011/stat : 10011 (java) S 9999 10001 9782 0 -1 4202560 191 0 0 0 18 14 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639243626792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10012] ppid=9999 vsize=2715132 CPUtime=3.23 cores=0,2,4,6
/proc/10001/task/10012/stat : 10012 (java) S 9999 10001 9782 0 -1 4202560 164 0 0 0 319 4 0 0 20 0 19 0 340063846 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638761118568 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10013] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10013/stat : 10013 (java) S 9999 10001 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340063847 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638760064888 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10014] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10014/stat : 10014 (java) S 9999 10001 9782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340063847 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638759011720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10015] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10015/stat : 10015 (java) S 9999 10001 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340063849 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638757960464 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10016] ppid=9999 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/10001/task/10016/stat : 10016 (java) S 9999 10001 9782 0 -1 4202560 8322 0 0 0 64 1 0 0 20 0 19 0 340063849 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638756907320 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10001/tid=10017] ppid=9999 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/10001/task/10017/stat : 10017 (java) S 9999 10001 9782 0 -1 4202560 4940 0 0 0 53 0 0 0 20 0 19 0 340063849 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638755854776 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10018] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10018/stat : 10018 (java) S 9999 10001 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340063849 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638754801912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10019] ppid=9999 vsize=2715132 CPUtime=0.8 cores=0,2,4,6
/proc/10001/task/10019/stat : 10019 (java) S 9999 10001 9782 0 -1 4202560 103 0 0 0 47 33 0 0 20 0 19 0 340063849 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638753749576 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10020] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10020/stat : 10020 (java) S 9999 10001 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340064127 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638752695848 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.71
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 2.00 2.00 1.99 3/213 10094
/proc/meminfo: memFree=29879624/32873844 swapFree=7116/7116
[pid=10001] ppid=9999 vsize=2715132 CPUtime=1800.02 cores=0,2,4,6
/proc/10001/stat : 10001 (java) S 9999 10001 9782 0 -1 4202496 19209 0 1 0 179856 146 0 0 20 0 19 0 340063843 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140735206341520 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10001/statm: 678783 343644 2286 9 0 669476 0
[pid=10001/tid=10003] ppid=9999 vsize=2715132 CPUtime=1792.3 cores=0,2,4,6
/proc/10001/task/10003/stat : 10003 (java) R 9999 10001 9782 0 -1 4202560 2940 0 1 0 179194 36 0 0 20 0 19 0 340063844 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639383997824 140639256374968 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10004] ppid=9999 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/10001/task/10004/stat : 10004 (java) S 9999 10001 9782 0 -1 4202560 222 0 0 0 21 16 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639250996136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10005] ppid=9999 vsize=2715132 CPUtime=0.19 cores=0,2,4,6
/proc/10001/task/10005/stat : 10005 (java) S 9999 10001 9782 0 -1 4202560 118 0 0 0 10 9 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639249943592 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10006] ppid=9999 vsize=2715132 CPUtime=0.34 cores=0,2,4,6
/proc/10001/task/10006/stat : 10006 (java) S 9999 10001 9782 0 -1 4202560 200 0 0 0 19 15 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639248890536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10007] ppid=9999 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/10001/task/10007/stat : 10007 (java) S 9999 10001 9782 0 -1 4202560 266 0 0 0 26 20 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639247837992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10001/tid=10008] ppid=9999 vsize=2715132 CPUtime=0.32 cores=0,2,4,6
/proc/10001/task/10008/stat : 10008 (java) S 9999 10001 9782 0 -1 4202560 196 0 0 0 18 14 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639246784936 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10001/tid=10009] ppid=9999 vsize=2715132 CPUtime=0.21 cores=0,2,4,6
/proc/10001/task/10009/stat : 10009 (java) S 9999 10001 9782 0 -1 4202560 132 0 0 0 12 9 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639245732392 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10010] ppid=9999 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/10001/task/10010/stat : 10010 (java) S 9999 10001 9782 0 -1 4202560 231 0 0 0 17 16 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639244679336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10011] ppid=9999 vsize=2715132 CPUtime=0.32 cores=0,2,4,6
/proc/10001/task/10011/stat : 10011 (java) S 9999 10001 9782 0 -1 4202560 191 0 0 0 18 14 0 0 20 0 19 0 340063845 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140639243626792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10012] ppid=9999 vsize=2715132 CPUtime=3.69 cores=0,2,4,6
/proc/10001/task/10012/stat : 10012 (java) S 9999 10001 9782 0 -1 4202560 166 0 0 0 365 4 0 0 20 0 19 0 340063846 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638761118568 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10013] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10013/stat : 10013 (java) S 9999 10001 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340063847 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638760064888 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10014] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10014/stat : 10014 (java) S 9999 10001 9782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340063847 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638759011720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10015] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10015/stat : 10015 (java) S 9999 10001 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340063849 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638757960464 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10001/tid=10016] ppid=9999 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/10001/task/10016/stat : 10016 (java) S 9999 10001 9782 0 -1 4202560 8322 0 0 0 64 1 0 0 20 0 19 0 340063849 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638756907320 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10001/tid=10017] ppid=9999 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/10001/task/10017/stat : 10017 (java) S 9999 10001 9782 0 -1 4202560 4940 0 0 0 53 0 0 0 20 0 19 0 340063849 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638755854776 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10018] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10018/stat : 10018 (java) S 9999 10001 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340063849 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638754801912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10001/tid=10019] ppid=9999 vsize=2715132 CPUtime=0.81 cores=0,2,4,6
/proc/10001/task/10019/stat : 10019 (java) S 9999 10001 9782 0 -1 4202560 103 0 0 0 47 34 0 0 20 0 19 0 340063849 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638753749576 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10001/tid=10020] ppid=9999 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/10001/task/10020/stat : 10020 (java) S 9999 10001 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340064127 2780295168 343644 33554432000 1073741824 1073778376 140735206350384 140638752695848 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2715132

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.65
CPU time (s): 1800.87
CPU user time (s): 1798.84
CPU system time (s): 2.03269
CPU usage (%): 100.235
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.84
system time used= 2.03269
maximum resident set size= 1375992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19263
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38127
involuntary context switches= 3535

runsolver used 6.00009 second user time and 15.2447 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-03 18:02:49
IDJOB=3731563
IDBENCH=1965
IDSOLVER=2322
FILE ID=node111/3731563-1338739368
RUNJOBID= node111-1338737568-9798
PBS_JOBID= 14636765
Free space on /tmp= 67364 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_7.opb.PB06.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731563-1338739368/watcher-3731563-1338739368 -o /tmp/evaluation-result-3731563-1338739368/solver-3731563-1338739368 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3731563-1338739368.opb

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

MD5SUM BENCH= 3119db8d3d273f04fc4f3b1324a85224
RANDOM SEED=1682031044

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30881076 kB
Buffers:          203068 kB
Cached:           573604 kB
SwapCached:         1404 kB
Active:           626148 kB
Inactive:         572204 kB
Active(anon):     422952 kB
Inactive(anon):     1276 kB
Active(file):     203196 kB
Inactive(file):   570928 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100152 kB
Dirty:             34324 kB
Writeback:             4 kB
AnonPages:        428048 kB
Mapped:            16972 kB
Shmem:                 0 kB
Slab:             648324 kB
SReclaimable:      89684 kB
SUnreclaim:       558640 kB
KernelStack:        1592 kB
PageTables:         5056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1516292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    397312 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= 67380 MiB
End job on node111 at 2012-06-03 18:32:47