Trace number 3731695

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) 1801 1797.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_1.opb.PB06.opb
MD5SUM2fd45123d8e20b24379108257151f007
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark712
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 414
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 488873
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 488873
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.1.1.v20090612
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version	1.6.0_24
0.03/0.08	c os.name	Linux
0.03/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch	amd64
0.03/0.08	c Free memory 1299577560
0.03/0.08	c Max memory 1306394624
0.03/0.08	c Total memory 1306394624
0.03/0.08	c Number of processors 8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c MiniSAT restarts strategy
0.09/0.11	c Memory based learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3731695-1338740701.opb
0.09/0.11	c reading problem ... 
2.98/2.46	c ... done. Wall clock time 2.358s.
2.98/2.46	c #vars     10000
3.37/2.68	c #constraints  656900
3.37/2.68	c constraints type 
3.37/2.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
3.37/2.68	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 200
439.29/436.67	c cleaning 83972 clauses out of 168002
560.43/557.77	c cleaning 62510 clauses out of 125028
782.02/779.30	c cleaning 67009 clauses out of 134020
910.23/907.57	c cleaning 56503 clauses out of 113010
1120.93/1118.28	c cleaning 56249 clauses out of 112506
1333.03/1330.35	c cleaning 55373 clauses out of 110758
1704.56/1701.85	c cleaning 70939 clauses out of 141884
1800.09/1797.32	c starts		: 20
1800.09/1797.32	c conflicts		: 548865
1800.09/1797.32	c decisions		: 698969
1800.09/1797.32	c propagations		: 94633877
1800.09/1797.32	c inspects		: 3527850083
1800.09/1797.32	c learnt literals	: 0
1800.09/1797.32	c learnt binary clauses	: 0
1800.09/1797.32	c learnt ternary clauses	: 0
1800.09/1797.32	c learnt clauses	: 548864
1800.09/1797.32	c ignored clauses	: 0
1800.09/1797.32	c root simplifications	: 0
1800.09/1797.32	c removed literals (reason simplification)	: 9866962
1800.09/1797.32	c reason swapping (by a shorter reason)	: 0
1800.09/1797.32	c Calls to reduceDB	: 7
1800.09/1797.32	c speed (assignments/second)	: 52725.17009759021
1800.09/1797.32	c non guided choices	0
1800.09/1797.34	c learnt constraints type 
1800.09/1797.34	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 96313
1800.09/1797.34	c constraints type 
1800.09/1797.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
1800.09/1797.34	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 200
1800.09/1797.34	s UNKNOWN
1800.09/1797.34	c Total wall clock time (in seconds): 1797.237

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.04 2.00 2/174 22917
/proc/meminfo: memFree=27069500/32873648 swapFree=7368/7368
[pid=22917] ppid=22915 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22917/stat : 22917 (java6) D 22915 22917 15301 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 340194246 9515008 182 33554432000 1073741824 1073778376 140733947144640 140733947135672 251053031093 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/22917/statm: 2323 182 140 9 0 71 0

[startup+0.059896 s]
/proc/loadavg: 2.00 2.04 2.00 2/174 22917
/proc/meminfo: memFree=27069500/32873648 swapFree=7368/7368
[pid=22917] ppid=22915 vsize=2315716 CPUtime=0.03 cores=1,3,5,7
/proc/22917/stat : 22917 (java) S 22915 22917 15301 0 -1 4202496 3708 0 1 0 3 0 0 0 20 0 13 0 340194246 2371293184 5427 33554432000 1073741824 1073778376 140733352223296 140733352214432 251056390205 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22917/statm: 578929 5427 1709 9 0 569630 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2315716

[startup+0.100265 s]
/proc/loadavg: 2.00 2.04 2.00 2/174 22917
/proc/meminfo: memFree=27069500/32873648 swapFree=7368/7368
[pid=22917] ppid=22915 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/22917/stat : 22917 (java) S 22915 22917 15301 0 -1 4202496 4692 0 1 0 9 0 0 0 20 0 18 0 340194246 2712133632 6410 33554432000 1073741824 1073778376 140733352223296 140733352214432 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22917/statm: 662142 6410 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.300247 s]
/proc/loadavg: 2.00 2.04 2.00 2/174 22917
/proc/meminfo: memFree=27069500/32873648 swapFree=7368/7368
[pid=22917] ppid=22915 vsize=2648568 CPUtime=0.48 cores=1,3,5,7
/proc/22917/stat : 22917 (java) S 22915 22917 15301 0 -1 4202496 5890 0 1 0 47 1 0 0 20 0 18 0 340194246 2712133632 10469 33554432000 1073741824 1073778376 140733352223296 140733352214432 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22917/statm: 662142 10469 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2648568

[startup+0.700217 s]
/proc/loadavg: 2.00 2.04 2.00 2/174 22917
/proc/meminfo: memFree=27069500/32873648 swapFree=7368/7368
[pid=22917] ppid=22915 vsize=2648568 CPUtime=1.08 cores=1,3,5,7
/proc/22917/stat : 22917 (java) S 22915 22917 15301 0 -1 4202496 9277 0 1 0 105 3 0 0 20 0 18 0 340194246 2712133632 50709 33554432000 1073741824 1073778376 140733352223296 140733352214432 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22917/statm: 662142 50709 2233 9 0 652835 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 2648568

[startup+1.50067 s]
/proc/loadavg: 2.00 2.04 2.00 3/212 22991
/proc/meminfo: memFree=26701316/32873648 swapFree=7368/7368
[pid=22917] ppid=22915 vsize=2648568 CPUtime=1.97 cores=1,3,5,7
/proc/22917/stat : 22917 (java) S 22915 22917 15301 0 -1 4202496 9413 0 1 0 189 8 0 0 20 0 18 0 340194246 2712133632 95277 33554432000 1073741824 1073778376 140733352223296 140733352214432 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22917/statm: 662142 95277 2249 9 0 652835 0
[pid=22917/tid=22919] ppid=22915 vsize=2648568 CPUtime=1.43 cores=1,3,5,7
/proc/22917/task/22919/stat : 22919 (java) R 22915 22917 15301 0 -1 4202560 2910 0 1 0 137 6 0 0 20 0 18 0 340194247 2712133632 95277 33554432000 1073741824 1073778376 140733352223296 140668279238864 251056416013 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22917/tid=22920] ppid=22915 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22920/stat : 22920 (java) S 22915 22917 15301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340194249 2712133632 95277 33554432000 1073741824 1073778376 140733352223296 140668263696808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22921] ppid=22915 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22921/stat : 22921 (java) S 22915 22917 15301 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340194249 2712133632 95277 33554432000 1073741824 1073778376 140733352223296 140668262644264 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22922] ppid=22915 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/22917/task/22922/stat : 22922 (java) S 22915 22917 15301 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 340194249 2712133632 95277 33554432000 1073741824 1073778376 140733352223296 140668261591208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22923] ppid=22915 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22923/stat : 22923 (java) S 22915 22917 15301 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 340194249 2712133632 95277 33554432000 1073741824 1073778376 140733352223296 140668260538664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22924] ppid=22915 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22924/stat : 22924 (java) S 22915 22917 15301 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 340194249 2712133632 95277 33554432000 1073741824 1073778376 140733352223296 140668259486632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22925] ppid=22915 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22925/stat : 22925 (java) S 22915 22917 15301 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 340194249 2712133632 95277 33554432000 1073741824 1073778376 140733352223296 140668258434088 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22926] ppid=22915 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22926/stat : 22926 (java) S 22915 22917 15301 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 340194249 2712133632 95277 33554432000 1073741824 1073778376 140733352223296 140668257381032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22927] ppid=22915 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22927/stat : 22927 (java) S 22915 22917 15301 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 340194249 2712133632 95277 33554432000 1073741824 1073778376 140733352223296 140668256328488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22928] ppid=22915 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22928/stat : 22928 (java) S 22915 22917 15301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340194250 2712133632 95277 33554432000 1073741824 1073778376 140733352223296 140668243917160 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22929] ppid=22915 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22929/stat : 22929 (java) S 22915 22917 15301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340194250 2712133632 95277 33554432000 1073741824 1073778376 140733352223296 140668242863480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22930] ppid=22915 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22930/stat : 22930 (java) S 22915 22917 15301 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 340194250 2712133632 95277 33554432000 1073741824 1073778376 140733352223296 140668241810312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22931] ppid=22915 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22931/stat : 22931 (java) S 22915 22917 15301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340194253 2712133632 95277 33554432000 1073741824 1073778376 140733352223296 140668240759056 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22932] ppid=22915 vsize=2648568 CPUtime=0.17 cores=1,3,5,7
/proc/22917/task/22932/stat : 22932 (java) S 22915 22917 15301 0 -1 4202560 2318 0 0 0 17 0 0 0 20 0 18 0 340194253 2712133632 95277 33554432000 1073741824 1073778376 140733352223296 140668239706936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22933] ppid=22915 vsize=2648568 CPUtime=0.2 cores=1,3,5,7
/proc/22917/task/22933/stat : 22933 (java) S 22915 22917 15301 0 -1 4202560 2949 0 0 0 20 0 0 0 20 0 18 0 340194253 2712133632 95277 33554432000 1073741824 1073778376 140733352223296 140668238654392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22934] ppid=22915 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22934/stat : 22934 (java) S 22915 22917 15301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340194253 2712133632 95277 33554432000 1073741824 1073778376 140733352223296 140668237601528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22935] ppid=22915 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22935/stat : 22935 (java) S 22915 22917 15301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340194253 2712133632 95277 33554432000 1073741824 1073778376 140733352223296 140668236549192 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 2648568

[startup+3.10069 s]
/proc/loadavg: 2.00 2.04 2.00 3/212 22991
/proc/meminfo: memFree=26609716/32873648 swapFree=7368/7368
[pid=22917] ppid=22915 vsize=2715132 CPUtime=4.38 cores=1,3,5,7
/proc/22917/stat : 22917 (java) S 22915 22917 15301 0 -1 4202496 12952 0 1 0 424 14 0 0 20 0 19 0 340194246 2780295168 107693 33554432000 1073741824 1073778376 140733352223296 140733352214432 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22917/statm: 678783 107693 2273 9 0 669476 0
[pid=22917/tid=22919] ppid=22915 vsize=2715132 CPUtime=2.94 cores=1,3,5,7
/proc/22917/task/22919/stat : 22919 (java) R 22915 22917 15301 0 -1 4202560 2922 0 1 0 287 7 0 0 20 0 19 0 340194247 2780295168 107693 33554432000 1073741824 1073778376 140733352223296 140668279239192 140668115327478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22917/tid=22920] ppid=22915 vsize=2715132 CPUtime=0.05 cores=1,3,5,7
/proc/22917/task/22920/stat : 22920 (java) S 22915 22917 15301 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 19 0 340194249 2780295168 107693 33554432000 1073741824 1073778376 140733352223296 140668263696808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22917/tid=22921] ppid=22915 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/22917/task/22921/stat : 22921 (java) S 22915 22917 15301 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 340194249 2780295168 107693 33554432000 1073741824 1073778376 140733352223296 140668262644264 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22922] ppid=22915 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/22917/task/22922/stat : 22922 (java) S 22915 22917 15301 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 340194249 2780295168 107693 33554432000 1073741824 1073778376 140733352223296 140668261591208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22923] ppid=22915 vsize=2715132 CPUtime=0.07 cores=1,3,5,7
/proc/22917/task/22923/stat : 22923 (java) S 22915 22917 15301 0 -1 4202560 28 0 0 0 6 1 0 0 20 0 19 0 340194249 2780295168 107693 33554432000 1073741824 1073778376 140733352223296 140668260538664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22924] ppid=22915 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/22917/task/22924/stat : 22924 (java) S 22915 22917 15301 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 340194249 2780295168 107693 33554432000 1073741824 1073778376 140733352223296 140668259486632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22925] ppid=22915 vsize=2715132 CPUtime=0.05 cores=1,3,5,7
/proc/22917/task/22925/stat : 22925 (java) S 22915 22917 15301 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 340194249 2780295168 107693 33554432000 1073741824 1073778376 140733352223296 140668258434088 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22926] ppid=22915 vsize=2715132 CPUtime=0.02 cores=1,3,5,7
/proc/22917/task/22926/stat : 22926 (java) S 22915 22917 15301 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 340194249 2780295168 107693 33554432000 1073741824 1073778376 140733352223296 140668257381032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22927] ppid=22915 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/22917/task/22927/stat : 22927 (java) S 22915 22917 15301 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 340194249 2780295168 107693 33554432000 1073741824 1073778376 140733352223296 140668256328488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22928] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22928/stat : 22928 (java) S 22915 22917 15301 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340194250 2780295168 107693 33554432000 1073741824 1073778376 140733352223296 140668243917160 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22929] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22929/stat : 22929 (java) S 22915 22917 15301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340194250 2780295168 107693 33554432000 1073741824 1073778376 140733352223296 140668242863480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22930] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22930/stat : 22930 (java) S 22915 22917 15301 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 340194250 2780295168 107693 33554432000 1073741824 1073778376 140733352223296 140668241810312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22931] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22931/stat : 22931 (java) S 22915 22917 15301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340194253 2780295168 107693 33554432000 1073741824 1073778376 140733352223296 140668240759056 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22932] ppid=22915 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/22917/task/22932/stat : 22932 (java) S 22915 22917 15301 0 -1 4202560 4695 0 0 0 48 0 0 0 20 0 19 0 340194253 2780295168 107693 33554432000 1073741824 1073778376 140733352223296 140668239706936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22933] ppid=22915 vsize=2715132 CPUtime=0.45 cores=1,3,5,7
/proc/22917/task/22933/stat : 22933 (java) S 22915 22917 15301 0 -1 4202560 3996 0 0 0 45 0 0 0 20 0 19 0 340194253 2780295168 107693 33554432000 1073741824 1073778376 140733352223296 140668238654392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22934] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22934/stat : 22934 (java) S 22915 22917 15301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340194253 2780295168 107693 33554432000 1073741824 1073778376 140733352223296 140668237601528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22935] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22935/stat : 22935 (java) S 22915 22917 15301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340194253 2780295168 107693 33554432000 1073741824 1073778376 140733352223296 140668236549192 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 2715132

[startup+6.30071 s]
/proc/loadavg: 2.24 2.09 2.01 3/213 22992
/proc/meminfo: memFree=26533408/32873648 swapFree=7368/7368
[pid=22917] ppid=22915 vsize=2715132 CPUtime=7.58 cores=1,3,5,7
/proc/22917/stat : 22917 (java) S 22915 22917 15301 0 -1 4202496 12955 0 1 0 744 14 0 0 20 0 19 0 340194246 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140733352214432 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22917/statm: 678783 107258 2273 9 0 669476 0
[pid=22917/tid=22919] ppid=22915 vsize=2715132 CPUtime=6.14 cores=1,3,5,7
/proc/22917/task/22919/stat : 22919 (java) R 22915 22917 15301 0 -1 4202560 2925 0 1 0 607 7 0 0 20 0 19 0 340194247 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140668279245376 140668115391329 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22917/tid=22920] ppid=22915 vsize=2715132 CPUtime=0.05 cores=1,3,5,7
/proc/22917/task/22920/stat : 22920 (java) S 22915 22917 15301 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 19 0 340194249 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140668263696808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22917/tid=22921] ppid=22915 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/22917/task/22921/stat : 22921 (java) S 22915 22917 15301 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 340194249 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140668262644264 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22922] ppid=22915 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/22917/task/22922/stat : 22922 (java) S 22915 22917 15301 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 340194249 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140668261591208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22923] ppid=22915 vsize=2715132 CPUtime=0.07 cores=1,3,5,7
/proc/22917/task/22923/stat : 22923 (java) S 22915 22917 15301 0 -1 4202560 28 0 0 0 6 1 0 0 20 0 19 0 340194249 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140668260538664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22924] ppid=22915 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/22917/task/22924/stat : 22924 (java) S 22915 22917 15301 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 340194249 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140668259486632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22925] ppid=22915 vsize=2715132 CPUtime=0.05 cores=1,3,5,7
/proc/22917/task/22925/stat : 22925 (java) S 22915 22917 15301 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 340194249 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140668258434088 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22926] ppid=22915 vsize=2715132 CPUtime=0.02 cores=1,3,5,7
/proc/22917/task/22926/stat : 22926 (java) S 22915 22917 15301 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 340194249 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140668257381032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22927] ppid=22915 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/22917/task/22927/stat : 22927 (java) S 22915 22917 15301 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 340194249 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140668256328488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22928] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22928/stat : 22928 (java) S 22915 22917 15301 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340194250 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140668243917160 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22929] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22929/stat : 22929 (java) S 22915 22917 15301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340194250 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140668242863480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22930] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22930/stat : 22930 (java) S 22915 22917 15301 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 340194250 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140668241810312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22931] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22931/stat : 22931 (java) S 22915 22917 15301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340194253 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140668240759056 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22932] ppid=22915 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/22917/task/22932/stat : 22932 (java) S 22915 22917 15301 0 -1 4202560 4695 0 0 0 48 0 0 0 20 0 19 0 340194253 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140668239706936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22933] ppid=22915 vsize=2715132 CPUtime=0.46 cores=1,3,5,7
/proc/22917/task/22933/stat : 22933 (java) S 22915 22917 15301 0 -1 4202560 3996 0 0 0 46 0 0 0 20 0 19 0 340194253 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140668238654392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22934] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22934/stat : 22934 (java) S 22915 22917 15301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340194253 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140668237601528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22935] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22935/stat : 22935 (java) S 22915 22917 15301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340194253 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140668236549192 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22992] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22992/stat : 22992 (java) S 22915 22917 15301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340194512 2780295168 107258 33554432000 1073741824 1073778376 140733352223296 140668235494440 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]
/proc/loadavg: 2.22 2.09 2.01 3/213 22992
/proc/meminfo: memFree=26436784/32873648 swapFree=7368/7368
[pid=22917] ppid=22915 vsize=2715132 CPUtime=14.02 cores=1,3,5,7
/proc/22917/stat : 22917 (java) S 22915 22917 15301 0 -1 4202496 12962 0 1 0 1388 14 0 0 20 0 19 0 340194246 2780295168 107265 33554432000 1073741824 1073778376 140733352223296 140733352214432 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

[pid=22917/tid=22925] ppid=22915 vsize=2715132 CPUtime=0.24 cores=1,3,5,7
/proc/22917/task/22925/stat : 22925 (java) S 22915 22917 15301 0 -1 4202560 164 0 0 0 13 11 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668258434088 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22926] ppid=22915 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/22917/task/22926/stat : 22926 (java) S 22915 22917 15301 0 -1 4202560 206 0 0 0 14 13 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668257381032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22927] ppid=22915 vsize=2715132 CPUtime=0.39 cores=1,3,5,7
/proc/22917/task/22927/stat : 22927 (java) S 22915 22917 15301 0 -1 4202560 274 0 0 0 22 17 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668256328488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22928] ppid=22915 vsize=2715132 CPUtime=4.52 cores=1,3,5,7
/proc/22917/task/22928/stat : 22928 (java) S 22915 22917 15301 0 -1 4202560 173 0 0 0 447 5 0 0 20 0 19 0 340194250 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668243917160 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22929] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22929/stat : 22929 (java) S 22915 22917 15301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340194250 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668242863480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22930] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22930/stat : 22930 (java) S 22915 22917 15301 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 340194250 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668241810312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22931] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22931/stat : 22931 (java) S 22915 22917 15301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668240759056 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22932] ppid=22915 vsize=2715132 CPUtime=0.6 cores=1,3,5,7
/proc/22917/task/22932/stat : 22932 (java) S 22915 22917 15301 0 -1 4202560 5233 0 0 0 60 0 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668239706936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22917/tid=22933] ppid=22915 vsize=2715132 CPUtime=0.5 cores=1,3,5,7
/proc/22917/task/22933/stat : 22933 (java) S 22915 22917 15301 0 -1 4202560 4004 0 0 0 50 0 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668238654392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22934] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22934/stat : 22934 (java) S 22915 22917 15301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668237601528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22935] ppid=22915 vsize=2715132 CPUtime=0.77 cores=1,3,5,7
/proc/22917/task/22935/stat : 22935 (java) S 22915 22917 15301 0 -1 4202560 99 0 0 0 41 36 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668236549192 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22992] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22992/stat : 22992 (java) S 22915 22917 15301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340194512 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668235494440 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.06
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/213 23008
/proc/meminfo: memFree=24337096/32873648 swapFree=7368/7368
[pid=22917] ppid=22915 vsize=2715132 CPUtime=1785.07 cores=1,3,5,7
/proc/22917/stat : 22917 (java) S 22915 22917 15301 0 -1 4202496 15178 0 1 0 178381 126 0 0 20 0 19 0 340194246 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140733352214432 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22917/statm: 678783 343137 2286 9 0 669476 0
[pid=22917/tid=22919] ppid=22915 vsize=2715132 CPUtime=1777.1 cores=1,3,5,7
/proc/22917/task/22919/stat : 22919 (java) R 22915 22917 15301 0 -1 4202560 2938 0 1 0 177674 36 0 0 20 0 19 0 340194247 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668279247136 140668115327148 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22917/tid=22920] ppid=22915 vsize=2715132 CPUtime=0.22 cores=1,3,5,7
/proc/22917/task/22920/stat : 22920 (java) S 22915 22917 15301 0 -1 4202560 167 0 0 0 13 9 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668263696808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22921] ppid=22915 vsize=2715132 CPUtime=0.21 cores=1,3,5,7
/proc/22917/task/22921/stat : 22921 (java) S 22915 22917 15301 0 -1 4202560 165 0 0 0 13 8 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668262644264 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22922] ppid=22915 vsize=2715132 CPUtime=0.22 cores=1,3,5,7
/proc/22917/task/22922/stat : 22922 (java) S 22915 22917 15301 0 -1 4202560 169 0 0 0 13 9 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668261591208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22923] ppid=22915 vsize=2715132 CPUtime=0.3 cores=1,3,5,7
/proc/22917/task/22923/stat : 22923 (java) S 22915 22917 15301 0 -1 4202560 209 0 0 0 17 13 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668260538664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22924] ppid=22915 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/22917/task/22924/stat : 22924 (java) S 22915 22917 15301 0 -1 4202560 190 0 0 0 15 12 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668259486632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22925] ppid=22915 vsize=2715132 CPUtime=0.24 cores=1,3,5,7
/proc/22917/task/22925/stat : 22925 (java) S 22915 22917 15301 0 -1 4202560 164 0 0 0 13 11 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668258434088 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22926] ppid=22915 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/22917/task/22926/stat : 22926 (java) S 22915 22917 15301 0 -1 4202560 206 0 0 0 14 13 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668257381032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22927] ppid=22915 vsize=2715132 CPUtime=0.39 cores=1,3,5,7
/proc/22917/task/22927/stat : 22927 (java) S 22915 22917 15301 0 -1 4202560 274 0 0 0 22 17 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668256328488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22928] ppid=22915 vsize=2715132 CPUtime=4.52 cores=1,3,5,7
/proc/22917/task/22928/stat : 22928 (java) S 22915 22917 15301 0 -1 4202560 173 0 0 0 447 5 0 0 20 0 19 0 340194250 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668243917160 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22929] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22929/stat : 22929 (java) S 22915 22917 15301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340194250 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668242863480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22930] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22930/stat : 22930 (java) S 22915 22917 15301 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 340194250 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668241810312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22931] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22931/stat : 22931 (java) S 22915 22917 15301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668240759056 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22932] ppid=22915 vsize=2715132 CPUtime=0.6 cores=1,3,5,7
/proc/22917/task/22932/stat : 22932 (java) S 22915 22917 15301 0 -1 4202560 5233 0 0 0 60 0 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668239706936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22917/tid=22933] ppid=22915 vsize=2715132 CPUtime=0.5 cores=1,3,5,7
/proc/22917/task/22933/stat : 22933 (java) S 22915 22917 15301 0 -1 4202560 4004 0 0 0 50 0 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668238654392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22934] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22934/stat : 22934 (java) S 22915 22917 15301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668237601528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22935] ppid=22915 vsize=2715132 CPUtime=0.8 cores=1,3,5,7
/proc/22917/task/22935/stat : 22935 (java) S 22915 22917 15301 0 -1 4202560 103 0 0 0 43 37 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668236549192 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22992] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22992/stat : 22992 (java) S 22915 22917 15301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340194512 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668235494440 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.07
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/213 23008
/proc/meminfo: memFree=24337100/32873648 swapFree=7368/7368
[pid=22917] ppid=22915 vsize=2715132 CPUtime=1800.09 cores=1,3,5,7
/proc/22917/stat : 22917 (java) S 22915 22917 15301 0 -1 4202496 15178 0 1 0 179883 126 0 0 20 0 19 0 340194246 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140733352214432 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22917/statm: 678783 343137 2286 9 0 669476 0
[pid=22917/tid=22919] ppid=22915 vsize=2715132 CPUtime=1792.11 cores=1,3,5,7
/proc/22917/task/22919/stat : 22919 (java) R 22915 22917 15301 0 -1 4202560 2938 0 1 0 179175 36 0 0 20 0 19 0 340194247 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668279247136 140668115391140 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22917/tid=22920] ppid=22915 vsize=2715132 CPUtime=0.22 cores=1,3,5,7
/proc/22917/task/22920/stat : 22920 (java) S 22915 22917 15301 0 -1 4202560 167 0 0 0 13 9 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668263696808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22921] ppid=22915 vsize=2715132 CPUtime=0.21 cores=1,3,5,7
/proc/22917/task/22921/stat : 22921 (java) S 22915 22917 15301 0 -1 4202560 165 0 0 0 13 8 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668262644264 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22922] ppid=22915 vsize=2715132 CPUtime=0.22 cores=1,3,5,7
/proc/22917/task/22922/stat : 22922 (java) S 22915 22917 15301 0 -1 4202560 169 0 0 0 13 9 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668261591208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22923] ppid=22915 vsize=2715132 CPUtime=0.3 cores=1,3,5,7
/proc/22917/task/22923/stat : 22923 (java) S 22915 22917 15301 0 -1 4202560 209 0 0 0 17 13 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668260538664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22924] ppid=22915 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/22917/task/22924/stat : 22924 (java) S 22915 22917 15301 0 -1 4202560 190 0 0 0 15 12 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668259486632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22925] ppid=22915 vsize=2715132 CPUtime=0.24 cores=1,3,5,7
/proc/22917/task/22925/stat : 22925 (java) S 22915 22917 15301 0 -1 4202560 164 0 0 0 13 11 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668258434088 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22926] ppid=22915 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/22917/task/22926/stat : 22926 (java) S 22915 22917 15301 0 -1 4202560 206 0 0 0 14 13 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668257381032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22927] ppid=22915 vsize=2715132 CPUtime=0.39 cores=1,3,5,7
/proc/22917/task/22927/stat : 22927 (java) S 22915 22917 15301 0 -1 4202560 274 0 0 0 22 17 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668256328488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22928] ppid=22915 vsize=2715132 CPUtime=4.52 cores=1,3,5,7
/proc/22917/task/22928/stat : 22928 (java) S 22915 22917 15301 0 -1 4202560 173 0 0 0 447 5 0 0 20 0 19 0 340194250 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668243917160 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22929] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22929/stat : 22929 (java) S 22915 22917 15301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340194250 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668242863480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22930] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22930/stat : 22930 (java) S 22915 22917 15301 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 340194250 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668241810312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22931] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22931/stat : 22931 (java) S 22915 22917 15301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668240759056 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22932] ppid=22915 vsize=2715132 CPUtime=0.6 cores=1,3,5,7
/proc/22917/task/22932/stat : 22932 (java) S 22915 22917 15301 0 -1 4202560 5233 0 0 0 60 0 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668239706936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22917/tid=22933] ppid=22915 vsize=2715132 CPUtime=0.5 cores=1,3,5,7
/proc/22917/task/22933/stat : 22933 (java) S 22915 22917 15301 0 -1 4202560 4004 0 0 0 50 0 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668238654392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22934] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22934/stat : 22934 (java) S 22915 22917 15301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668237601528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22935] ppid=22915 vsize=2715132 CPUtime=0.8 cores=1,3,5,7
/proc/22917/task/22935/stat : 22935 (java) S 22915 22917 15301 0 -1 4202560 103 0 0 0 43 37 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668236549192 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22992] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22992/stat : 22992 (java) S 22915 22917 15301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340194512 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668235494440 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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

[startup+1797.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/213 23008
/proc/meminfo: memFree=24337100/32873648 swapFree=7368/7368
[pid=22917] ppid=22915 vsize=2715132 CPUtime=1800.09 cores=1,3,5,7
/proc/22917/stat : 22917 (java) S 22915 22917 15301 0 -1 4202496 15178 0 1 0 179883 126 0 0 20 0 19 0 340194246 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140733352214432 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22917/statm: 678783 343137 2286 9 0 669476 0
[pid=22917/tid=22919] ppid=22915 vsize=2715132 CPUtime=1792.11 cores=1,3,5,7
/proc/22917/task/22919/stat : 22919 (java) R 22915 22917 15301 0 -1 4202560 2938 0 1 0 179175 36 0 0 20 0 19 0 340194247 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668279247136 140668115391140 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22917/tid=22920] ppid=22915 vsize=2715132 CPUtime=0.22 cores=1,3,5,7
/proc/22917/task/22920/stat : 22920 (java) S 22915 22917 15301 0 -1 4202560 167 0 0 0 13 9 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668263696808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22921] ppid=22915 vsize=2715132 CPUtime=0.21 cores=1,3,5,7
/proc/22917/task/22921/stat : 22921 (java) S 22915 22917 15301 0 -1 4202560 165 0 0 0 13 8 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668262644264 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22922] ppid=22915 vsize=2715132 CPUtime=0.22 cores=1,3,5,7
/proc/22917/task/22922/stat : 22922 (java) S 22915 22917 15301 0 -1 4202560 169 0 0 0 13 9 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668261591208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22923] ppid=22915 vsize=2715132 CPUtime=0.3 cores=1,3,5,7
/proc/22917/task/22923/stat : 22923 (java) S 22915 22917 15301 0 -1 4202560 209 0 0 0 17 13 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668260538664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22917/tid=22924] ppid=22915 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/22917/task/22924/stat : 22924 (java) S 22915 22917 15301 0 -1 4202560 190 0 0 0 15 12 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668259486632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22925] ppid=22915 vsize=2715132 CPUtime=0.24 cores=1,3,5,7
/proc/22917/task/22925/stat : 22925 (java) S 22915 22917 15301 0 -1 4202560 164 0 0 0 13 11 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668258434088 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22926] ppid=22915 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/22917/task/22926/stat : 22926 (java) S 22915 22917 15301 0 -1 4202560 206 0 0 0 14 13 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668257381032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22927] ppid=22915 vsize=2715132 CPUtime=0.39 cores=1,3,5,7
/proc/22917/task/22927/stat : 22927 (java) S 22915 22917 15301 0 -1 4202560 274 0 0 0 22 17 0 0 20 0 19 0 340194249 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668256328488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22928] ppid=22915 vsize=2715132 CPUtime=4.52 cores=1,3,5,7
/proc/22917/task/22928/stat : 22928 (java) S 22915 22917 15301 0 -1 4202560 173 0 0 0 447 5 0 0 20 0 19 0 340194250 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668243917160 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22929] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22929/stat : 22929 (java) S 22915 22917 15301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340194250 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668242863480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22930] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22930/stat : 22930 (java) S 22915 22917 15301 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 340194250 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668241810312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22931] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22931/stat : 22931 (java) S 22915 22917 15301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668240759056 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22932] ppid=22915 vsize=2715132 CPUtime=0.6 cores=1,3,5,7
/proc/22917/task/22932/stat : 22932 (java) S 22915 22917 15301 0 -1 4202560 5233 0 0 0 60 0 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668239706936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22917/tid=22933] ppid=22915 vsize=2715132 CPUtime=0.5 cores=1,3,5,7
/proc/22917/task/22933/stat : 22933 (java) S 22915 22917 15301 0 -1 4202560 4004 0 0 0 50 0 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668238654392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22934] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22934/stat : 22934 (java) S 22915 22917 15301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668237601528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22917/tid=22935] ppid=22915 vsize=2715132 CPUtime=0.8 cores=1,3,5,7
/proc/22917/task/22935/stat : 22935 (java) S 22915 22917 15301 0 -1 4202560 103 0 0 0 43 37 0 0 20 0 19 0 340194253 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668236549192 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22917/tid=22992] ppid=22915 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/22917/task/22992/stat : 22992 (java) S 22915 22917 15301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340194512 2780295168 343137 33554432000 1073741824 1073778376 140733352223296 140668235494440 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2715132

Child status: 143
Real time (s): 1797.35
CPU time (s): 1801
CPU user time (s): 1799.16
CPU system time (s): 1.84172
CPU usage (%): 100.203
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 1.84172
maximum resident set size= 1372736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15228
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38186
involuntary context switches= 12909

runsolver used 6.49201 second user time and 14.6908 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-03 18:25:02
IDJOB=3731695
IDBENCH=1977
IDSOLVER=2322
FILE ID=node149/3731695-1338740701
RUNJOBID= node149-1338737127-22639
PBS_JOBID= 14636730
Free space on /tmp= 71040 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_1.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-3731695-1338740701/watcher-3731695-1338740701 -o /tmp/evaluation-result-3731695-1338740701/solver-3731695-1338740701 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3731695-1338740701.opb

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

MD5SUM BENCH= 2fd45123d8e20b24379108257151f007
RANDOM SEED=371035804

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27070144 kB
Buffers:          775988 kB
Cached:          4108216 kB
SwapCached:         2468 kB
Active:          2025584 kB
Inactive:        2881408 kB
Active(anon):       5432 kB
Inactive(anon):     9368 kB
Active(file):    2020152 kB
Inactive(file):  2872040 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104892 kB
Dirty:             16748 kB
Writeback:             0 kB
AnonPages:         99624 kB
Mapped:            14352 kB
Shmem:                96 kB
Slab:             759288 kB
SReclaimable:     202508 kB
SUnreclaim:       556780 kB
KernelStack:        1472 kB
PageTables:         3980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     136824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71036 MiB
End job on node149 at 2012-06-03 18:55:01