Trace number 3730803

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.62 895.443

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM939f54a73a83900b8b6d857af47a0b62
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark133.03
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization
0.00/0.10	c ManyCore solver with 2 solvers running in parallel
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.10	c No reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	
0.00/0.10	c solving HOME/instance-3730803-1338731241.opb
0.00/0.10	c reading problem ... 
1.90/1.28	c ... done. Wall clock time 1.18s.
1.90/1.28	c #vars     62704
1.90/1.28	c #constraints  187107
1.90/1.28	c constraints type 
1.90/1.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61868
1.90/1.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 124734
1.90/1.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 504
1.90/1.28	c constraints type 
1.90/1.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 124734
1.90/1.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61868
1.90/1.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 504
35.09/16.90	c cleaning 2496 clauses out of 4996 with flag 5002/5002
82.20/40.30	c cleaning 4242 clauses out of 8494 with flag 11002/11002
145.90/71.90	c cleaning 5620 clauses out of 11247 with flag 18001/18001
214.73/106.21	c cleaning 6809 clauses out of 13627 with flag 26001/26001
217.53/107.72	c cleaning 0 clauses out of 5000 with flag 0/5003
302.25/149.81	c cleaning 7898 clauses out of 15814 with flag 35000/35000
395.61/196.29	c cleaning 8952 clauses out of 17915 with flag 45000/45000
500.55/248.55	c cleaning 9971 clauses out of 19962 with flag 56001/56001
613.64/304.98	c cleaning 10991 clauses out of 21988 with flag 68000/68000
741.04/368.35	c cleaning 11995 clauses out of 23996 with flag 81000/81000
882.48/438.74	c cleaning 12998 clauses out of 25999 with flag 95000/95000
1026.74/510.46	c cleaning 13993 clauses out of 28002 with flag 110002/110002
1194.95/594.26	c cleaning 15000 clauses out of 30005 with flag 126000/126000
1275.36/634.34	c cleaning 0 clauses out of 10997 with flag 0/11000
1369.89/681.42	c cleaning 15993 clauses out of 32003 with flag 143001/143001
1551.41/771.71	c cleaning 17003 clauses out of 34009 with flag 161000/161000
1738.57/864.82	c cleaning 17998 clauses out of 36006 with flag 180000/180000
1800.04/895.42	c starts		: 104
1800.04/895.42	c conflicts		: 186663
1800.04/895.42	c decisions		: 280992
1800.04/895.42	c propagations		: 1454730957
1800.04/895.42	c inspects		: 4287136434
1800.04/895.42	c learnt literals	: 33
1800.04/895.42	c learnt binary clauses	: 119
1800.04/895.42	c learnt ternary clauses	: 187
1800.04/895.42	c learnt clauses	: 186629
1800.04/895.42	c ignored clauses	: 0
1800.04/895.42	c root simplifications	: 0
1800.04/895.42	c removed literals (reason simplification)	: 25186088
1800.04/895.42	c reason swapping (by a shorter reason)	: 0
1800.04/895.42	c Calls to reduceDB	: 15
1800.04/895.42	c number of reductions to clauses (during analyze)	: 0
1800.04/895.42	c number of learned constraints concerned by reduction	: 0
1800.04/895.42	c number of learning phase by resolution	: 0
1800.04/895.42	c number of learning phase by cutting planes	: 0
1800.04/895.42	c speed (assignments/second)	: 1626959.234617359
1800.04/895.42	c non guided choices	2208
1800.04/895.43	c learnt constraints type 
1800.04/895.43	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 24554
1800.04/895.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 119
1800.04/895.43	c constraints type 
1800.04/895.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61868
1800.04/895.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 124734
1800.04/895.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 504
1800.04/895.43	c constraints type 
1800.04/895.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 124734
1800.04/895.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61868
1800.04/895.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 504
1800.04/895.43	s UNKNOWN
1800.04/895.43	c Total wall clock time (in seconds): 895.337

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-3730803-1338731241/watcher-3730803-1338731241 -o /tmp/evaluation-result-3730803-1338731241/solver-3730803-1338731241 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3730803-1338731241.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: 4.03 3.92 3.79 4/197 7624
/proc/meminfo: memFree=26441684/32873648 swapFree=7120/7120
[pid=7624] ppid=7622 vsize=91880 CPUtime=0 cores=1,3,5,7
/proc/7624/stat : 7624 (java) S 7622 7624 27000 0 -1 4202496 1186 0 0 0 0 0 0 0 20 0 2 0 339251479 94085120 905 33554432000 1073741824 1073778376 140734962797728 140734962788864 219517321277 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7624/statm: 22970 909 689 9 0 16769 0
[pid=7624/tid=7625] ppid=7622 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7625/stat : 7625 (java) D 7622 7624 27000 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 339251480 94019584 918 33554432000 1073741824 1073778376 140734962797728 140251445415464 219504799015 0 0 4096 0 18446744072100609316 0 0 -1 3 0 0 0 0 0

[startup+0.103705 s]
/proc/loadavg: 4.03 3.92 3.79 4/197 7624
/proc/meminfo: memFree=26441684/32873648 swapFree=7120/7120
[pid=7624] ppid=7622 vsize=2699928 CPUtime=0.12 cores=1,3,5,7
/proc/7624/stat : 7624 (java) S 7622 7624 27000 0 -1 4202496 4885 0 1 0 10 2 0 0 20 0 18 0 339251479 2764726272 7076 33554432000 1073741824 1073778376 140734962797728 140734962788864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7624/statm: 674982 7076 2153 9 0 665676 0
[pid=7624/tid=7625] ppid=7622 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/7624/task/7625/stat : 7625 (java) R 7622 7624 27000 0 -1 4202560 2782 0 1 0 7 1 0 0 20 0 18 0 339251480 2764726272 7076 33554432000 1073741824 1073778376 140734962797728 140251445406520 140251449546376 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 2699928

[startup+0.20024 s]
/proc/loadavg: 4.03 3.92 3.79 4/197 7624
/proc/meminfo: memFree=26441684/32873648 swapFree=7120/7120
[pid=7624] ppid=7622 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/7624/stat : 7624 (java) S 7622 7624 27000 0 -1 4202496 5308 0 1 0 25 2 0 0 20 0 18 0 339251479 2764726272 8473 33554432000 1073741824 1073778376 140734962797728 140734962788864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7624/statm: 674982 8481 2205 9 0 665676 0
[pid=7624/tid=7625] ppid=7622 vsize=2699928 CPUtime=0.18 cores=1,3,5,7
/proc/7624/task/7625/stat : 7625 (java) R 7622 7624 27000 0 -1 4202560 2791 0 1 0 16 2 0 0 20 0 18 0 339251480 2764726272 8490 33554432000 1073741824 1073778376 140734962797728 140251445406520 140251301492033 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 2699928

[startup+0.30026 s]
/proc/loadavg: 4.03 3.92 3.79 4/197 7624
/proc/meminfo: memFree=26441684/32873648 swapFree=7120/7120
[pid=7624] ppid=7622 vsize=2699928 CPUtime=0.51 cores=1,3,5,7
/proc/7624/stat : 7624 (java) S 7622 7624 27000 0 -1 4202496 6253 0 1 0 49 2 0 0 20 0 18 0 339251479 2764726272 10268 33554432000 1073741824 1073778376 140734962797728 140734962788864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7624/statm: 674982 10268 2218 9 0 665676 0
[pid=7624/tid=7625] ppid=7622 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/7624/task/7625/stat : 7625 (java) R 7622 7624 27000 0 -1 4202560 2794 0 1 0 26 2 0 0 20 0 18 0 339251480 2764726272 10268 33554432000 1073741824 1073778376 140734962797728 140251445406520 140251301886261 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2699928

[startup+0.700325 s]
/proc/loadavg: 4.03 3.92 3.79 4/197 7624
/proc/meminfo: memFree=26441684/32873648 swapFree=7120/7120
[pid=7624] ppid=7622 vsize=2699928 CPUtime=1.24 cores=1,3,5,7
/proc/7624/stat : 7624 (java) S 7622 7624 27000 0 -1 4202496 11661 0 1 0 120 4 0 0 20 0 18 0 339251479 2764726272 54171 33554432000 1073741824 1073778376 140734962797728 140734962788864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7624/statm: 674982 54171 2230 9 0 665676 0
[pid=7624/tid=7625] ppid=7622 vsize=2699928 CPUtime=0.68 cores=1,3,5,7
/proc/7624/task/7625/stat : 7625 (java) R 7622 7624 27000 0 -1 4202560 2873 0 1 0 65 3 0 0 20 0 18 0 339251480 2764726272 54171 33554432000 1073741824 1073778376 140734962797728 140251445406520 219517347085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 2699928

[startup+1.50063 s]
/proc/loadavg: 4.03 3.92 3.79 4/215 7642
/proc/meminfo: memFree=26025952/32873648 swapFree=7120/7120
[pid=7624] ppid=7622 vsize=2966184 CPUtime=2.87 cores=1,3,5,7
/proc/7624/stat : 7624 (java) S 7622 7624 27000 0 -1 4202496 11989 0 1 0 277 10 0 0 20 0 22 0 339251479 3037372416 106044 33554432000 1073741824 1073778376 140734962797728 140734962788864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7624/statm: 741546 106044 2264 9 0 732240 0
[pid=7624/tid=7625] ppid=7622 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/7624/task/7625/stat : 7625 (java) S 7622 7624 27000 0 -1 4202560 2973 0 1 0 114 6 0 0 20 0 22 0 339251480 3037372416 106044 33554432000 1073741824 1073778376 140734962797728 140251445421208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7624/tid=7627] ppid=7622 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/7624/task/7627/stat : 7627 (java) S 7622 7624 27000 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 339251481 3037372416 106044 33554432000 1073741824 1073778376 140734962797728 140251429702696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7628] ppid=7622 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/7624/task/7628/stat : 7628 (java) S 7622 7624 27000 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 339251481 3037372416 106044 33554432000 1073741824 1073778376 140734962797728 140251428649896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7629] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7629/stat : 7629 (java) S 7622 7624 27000 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339251481 3037372416 106044 33554432000 1073741824 1073778376 140734962797728 140251427597096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7630] ppid=7622 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/7624/task/7630/stat : 7630 (java) S 7622 7624 27000 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 339251481 3037372416 106044 33554432000 1073741824 1073778376 140734962797728 140251426544296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7631] ppid=7622 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/7624/task/7631/stat : 7631 (java) S 7622 7624 27000 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 339251481 3037372416 106044 33554432000 1073741824 1073778376 140734962797728 140251425491496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7632] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7632/stat : 7632 (java) S 7622 7624 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339251481 3037372416 106044 33554432000 1073741824 1073778376 140734962797728 140251424438696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7633] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7633/stat : 7633 (java) S 7622 7624 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339251481 3037372416 106044 33554432000 1073741824 1073778376 140734962797728 140251423385896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7634] ppid=7622 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/7624/task/7634/stat : 7634 (java) S 7622 7624 27000 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 339251481 3037372416 106044 33554432000 1073741824 1073778376 140734962797728 140251422333096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7635] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7635/stat : 7635 (java) S 7622 7624 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339251482 3037372416 106044 33554432000 1073741824 1073778376 140734962797728 140251291933672 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7636] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7636/stat : 7636 (java) S 7622 7624 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339251482 3037372416 106044 33554432000 1073741824 1073778376 140734962797728 140251290879736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7637] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7637/stat : 7637 (java) S 7622 7624 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339251482 3037372416 106044 33554432000 1073741824 1073778376 140734962797728 140251289826824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7638] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7638/stat : 7638 (java) S 7622 7624 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339251484 3037372416 106044 33554432000 1073741824 1073778376 140734962797728 140251288775312 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7639] ppid=7622 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/7624/task/7639/stat : 7639 (java) R 7622 7624 27000 0 -1 4202560 3097 0 0 0 47 2 0 0 20 0 22 0 339251484 3037372416 106044 33554432000 1073741824 1073778376 140734962797728 140251287722424 140251448287328 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7640] ppid=7622 vsize=2966184 CPUtime=0.5 cores=1,3,5,7
/proc/7624/task/7640/stat : 7640 (java) R 7622 7624 27000 0 -1 4202560 4541 0 0 0 50 0 0 0 20 0 22 0 339251484 3037372416 106044 33554432000 1073741824 1073778376 140734962797728 140251286656912 140251448999680 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7641] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7641/stat : 7641 (java) S 7622 7624 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339251484 3037372416 106044 33554432000 1073741824 1073778376 140734962797728 140250412214648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7642] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7642/stat : 7642 (java) S 7622 7624 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339251484 3037372416 106044 33554432000 1073741824 1073778376 140734962797728 140250411162056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 2966184

[startup+3.10081 s]
/proc/loadavg: 4.03 3.92 3.79 6/219 7646
/proc/meminfo: memFree=26021448/32873648 swapFree=7120/7120
[pid=7624] ppid=7622 vsize=2966184 CPUtime=6.89 cores=1,3,5,7
/proc/7624/stat : 7624 (java) S 7622 7624 27000 0 -1 4202496 13976 0 1 0 673 16 0 0 20 0 22 0 339251479 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140734962788864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7624/statm: 741546 119437 2268 9 0 732240 0
[pid=7624/tid=7625] ppid=7622 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/7624/task/7625/stat : 7625 (java) S 7622 7624 27000 0 -1 4202560 2973 0 1 0 114 6 0 0 20 0 22 0 339251480 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140251445421208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7624/tid=7627] ppid=7622 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/7624/task/7627/stat : 7627 (java) S 7622 7624 27000 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 339251481 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140251429702696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7628] ppid=7622 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/7624/task/7628/stat : 7628 (java) S 7622 7624 27000 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 339251481 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140251428649896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7629] ppid=7622 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/7624/task/7629/stat : 7629 (java) S 7622 7624 27000 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 339251481 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140251427597096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7630] ppid=7622 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/7624/task/7630/stat : 7630 (java) S 7622 7624 27000 0 -1 4202560 35 0 0 0 6 0 0 0 20 0 22 0 339251481 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140251426544296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7631] ppid=7622 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/7624/task/7631/stat : 7631 (java) S 7622 7624 27000 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 339251481 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140251425491496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7632] ppid=7622 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/7624/task/7632/stat : 7632 (java) S 7622 7624 27000 0 -1 4202560 34 0 0 0 5 1 0 0 20 0 22 0 339251481 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140251424438696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7633] ppid=7622 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/7624/task/7633/stat : 7633 (java) S 7622 7624 27000 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 339251481 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140251423385896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7634] ppid=7622 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/7624/task/7634/stat : 7634 (java) S 7622 7624 27000 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 339251481 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140251422333096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7635] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7635/stat : 7635 (java) S 7622 7624 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339251482 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140251291933672 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7636] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7636/stat : 7636 (java) S 7622 7624 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339251482 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140251290879736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7637] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7637/stat : 7637 (java) S 7622 7624 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339251482 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140251289826824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7638] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7638/stat : 7638 (java) S 7622 7624 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339251484 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140251288775312 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7639] ppid=7622 vsize=2966184 CPUtime=0.73 cores=1,3,5,7
/proc/7624/task/7639/stat : 7639 (java) S 7622 7624 27000 0 -1 4202560 3097 0 0 0 71 2 0 0 20 0 22 0 339251484 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140251287722424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7640] ppid=7622 vsize=2966184 CPUtime=0.97 cores=1,3,5,7
/proc/7624/task/7640/stat : 7640 (java) S 7622 7624 27000 0 -1 4202560 6417 0 0 0 97 0 0 0 20 0 22 0 339251484 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140251286669624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7641] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7641/stat : 7641 (java) S 7622 7624 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339251484 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140250412214648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7642] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7642/stat : 7642 (java) S 7622 7624 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339251484 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140250411162056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7643] ppid=7622 vsize=2966184 CPUtime=1.74 cores=1,3,5,7
/proc/7624/task/7643/stat : 7643 (java) R 7622 7624 27000 0 -1 4202560 25 0 0 0 174 0 0 0 20 0 22 0 339251607 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140250410106128 140251302168548 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7624/tid=7644] ppid=7622 vsize=2966184 CPUtime=1.74 cores=1,3,5,7
/proc/7624/task/7644/stat : 7644 (java) R 7622 7624 27000 0 -1 4202560 64 0 0 0 174 0 0 0 20 0 22 0 339251607 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140250409054664 140251301681058 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7645] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7645/stat : 7645 (java) S 7622 7624 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339251611 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140250408002984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7646] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7646/stat : 7646 (java) S 7622 7624 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339251611 3037372416 119437 33554432000 1073741824 1073778376 140734962797728 140250406950184 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 2966184

[startup+6.30083 s]
/proc/loadavg: 4.02 3.93 3.79 5/219 7646
/proc/meminfo: memFree=25952432/32873648 swapFree=7120/7120
[pid=7624] ppid=7622 vsize=2966184 CPUtime=13.66 cores=1,3,5,7
/proc/7624/stat : 7624 (java) S 7622 7624 27000 0 -1 4202496 16409 0 1 0 1347 19 0 0 20 0 22 0 339251479 3037372416 124953 33554432000 1073741824 1073778376 140734962797728 140734962788864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7624/statm: 741546 124953 2271 9 0 732240 0
[pid=7624/tid=7625] ppid=7622 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/7624/task/7625/stat : 7625 (java) S 7622 7624 27000 0 -1 4202560 2973 0 1 0 114 6 0 0 20 0 22 0 339251480 3037372416 124953 33554432000 1073741824 1073778376 140734962797728 140251445421208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7624/tid=7627] ppid=7622 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/7624/task/7627/stat : 7627 (java) S 7622 7624 27000 0 -1 4202560 36 0 0 0 8 1 0 0 20 0 22 0 339251481 3037372416 124953 33554432000 1073741824 1073778376 140734962797728 140251429702696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7628] ppid=7622 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/7624/task/7628/stat : 7628 (java) S 7622 7624 27000 0 -1 4202560 23 0 0 0 6 0 0 0 20 0 22 0 339251481 3037372416 124953 33554432000 1073741824 1073778376 140734962797728 140251428649896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7629] ppid=7622 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/7624/task/7629/stat : 7629 (java) S 7622 7624 27000 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 339251481 3037372416 124953 33554432000 1073741824 1073778376 140734962797728 140251427597096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7630] ppid=7622 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/7624/task/7630/stat : 7630 (java) S 7622 7624 27000 0 -1 4202560 47 0 0 0 13 2 0 0 20 0 22 0 339251481 3037372416 124953 33554432000 1073741824 1073778376 140734962797728 140251426544296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7631] ppid=7622 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/7624/task/7631/stat : 7631 (java) S 7622 7624 27000 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 22 0 339251481 3037372416 124953 33554432000 1073741824 1073778376 140734962797728 140251425491496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7632] ppid=7622 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/7624/task/7632/stat : 7632 (java) S 7622 7624 27000 0 -1 4202560 38 0 0 0 9 2 0 0 20 0 22 0 339251481 3037372416 124953 33554432000 1073741824 1073778376 140734962797728 140251424438696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7633] ppid=7622 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/7624/task/7633/stat : 7633 (java) S 7622 7624 27000 0 -1 4202560 40 0 0 0 10 2 0 0 20 0 22 0 339251481 3037372416 124953 33554432000 1073741824 1073778376 140734962797728 140251423385896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7634] ppid=7622 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/7624/task/7634/stat : 7634 (java) S 7622 7624 27000 0 -1 4202560 23 0 0 0 6 0 0 0 20 0 22 0 339251481 3037372416 124953 33554432000 1073741824 1073778376 140734962797728 140251422333096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7635] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7635/stat : 7635 (java) S 7622 7624 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339251482 3037372416 124953 33554432000 1073741824 1073778376 140734962797728 140251291933672 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7636] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7636/stat : 7636 (java) S 7622 7624 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339251482 3037372416 124953 33554432000 1073741824 1073778376 140734962797728 140251290879736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7637] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7637/stat : 7637 (java) S 7622 7624 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339251482 3037372416 124953 33554432000 1073741824 1073778376 140734962797728 140251289826824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7638] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7638/stat : 7638 (java) S 7622 7624 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339251484 3037372416 124953 33554432000 1073741824 1073778376 140734962797728 140251288775312 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=7624/tid=7644] ppid=7622 vsize=2966184 CPUtime=808.6 cores=1,3,5,7
/proc/7624/task/7644/stat : 7644 (java) R 7622 7624 27000 0 -1 4202560 292 0 0 0 80846 14 0 0 20 0 22 0 339251607 3037372416 178418 33554432000 1073741824 1073778376 140734962797728 140250409053232 140251302410085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7645] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7645/stat : 7645 (java) S 7622 7624 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339251611 3037372416 178418 33554432000 1073741824 1073778376 140734962797728 140250408002984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7646] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7646/stat : 7646 (java) S 7622 7624 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339251611 3037372416 178418 33554432000 1073741824 1073778376 140734962797728 140250406950184 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1652.87
Current children cumulated vsize (KiB) 2966184

[startup+882.307 s]
/proc/loadavg: 4.11 4.03 3.89 5/219 8101
/proc/meminfo: memFree=25616364/32873648 swapFree=7120/7120
[pid=7624] ppid=7622 vsize=2966184 CPUtime=1773.61 cores=1,3,5,7
/proc/7624/stat : 7624 (java) S 7622 7624 27000 0 -1 4202496 56454 0 1 0 177255 106 0 0 20 0 22 0 339251479 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140734962788864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7624/statm: 741546 178567 2283 9 0 732240 0
[pid=7624/tid=7625] ppid=7622 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/7624/task/7625/stat : 7625 (java) S 7622 7624 27000 0 -1 4202560 2980 0 1 0 115 7 0 0 20 0 22 0 339251480 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140251445421208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7624/tid=7627] ppid=7622 vsize=2966184 CPUtime=3.65 cores=1,3,5,7
/proc/7624/task/7627/stat : 7627 (java) S 7622 7624 27000 0 -1 4202560 301 0 0 0 358 7 0 0 20 0 22 0 339251481 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140251429702696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7628] ppid=7622 vsize=2966184 CPUtime=3.58 cores=1,3,5,7
/proc/7624/task/7628/stat : 7628 (java) S 7622 7624 27000 0 -1 4202560 294 0 0 0 352 6 0 0 20 0 22 0 339251481 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140251428649896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7629] ppid=7622 vsize=2966184 CPUtime=3.7 cores=1,3,5,7
/proc/7624/task/7629/stat : 7629 (java) S 7622 7624 27000 0 -1 4202560 271 0 0 0 365 5 0 0 20 0 22 0 339251481 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140251427597096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7630] ppid=7622 vsize=2966184 CPUtime=3.77 cores=1,3,5,7
/proc/7624/task/7630/stat : 7630 (java) S 7622 7624 27000 0 -1 4202560 319 0 0 0 372 5 0 0 20 0 22 0 339251481 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140251426544296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7631] ppid=7622 vsize=2966184 CPUtime=3.64 cores=1,3,5,7
/proc/7624/task/7631/stat : 7631 (java) S 7622 7624 27000 0 -1 4202560 246 0 0 0 360 4 0 0 20 0 22 0 339251481 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140251425491496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7632] ppid=7622 vsize=2966184 CPUtime=3.68 cores=1,3,5,7
/proc/7624/task/7632/stat : 7632 (java) S 7622 7624 27000 0 -1 4202560 283 0 0 0 362 6 0 0 20 0 22 0 339251481 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140251424438696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7633] ppid=7622 vsize=2966184 CPUtime=3.69 cores=1,3,5,7
/proc/7624/task/7633/stat : 7633 (java) S 7622 7624 27000 0 -1 4202560 268 0 0 0 364 5 0 0 20 0 22 0 339251481 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140251423385896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7634] ppid=7622 vsize=2966184 CPUtime=3.4 cores=1,3,5,7
/proc/7624/task/7634/stat : 7634 (java) S 7622 7624 27000 0 -1 4202560 260 0 0 0 334 6 0 0 20 0 22 0 339251481 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140251422333096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7635] ppid=7622 vsize=2966184 CPUtime=5.23 cores=1,3,5,7
/proc/7624/task/7635/stat : 7635 (java) S 7622 7624 27000 0 -1 4202560 33012 0 0 0 491 32 0 0 20 0 22 0 339251482 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140251291933672 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7624/tid=7636] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7636/stat : 7636 (java) S 7622 7624 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339251482 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140251290879736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7637] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7637/stat : 7637 (java) S 7622 7624 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339251482 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140251289826824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7638] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7638/stat : 7638 (java) S 7622 7624 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339251484 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140251288775312 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7639] ppid=7622 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/7624/task/7639/stat : 7639 (java) S 7622 7624 27000 0 -1 4202560 5476 0 0 0 101 2 0 0 20 0 22 0 339251484 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140251287722424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7640] ppid=7622 vsize=2966184 CPUtime=1.64 cores=1,3,5,7
/proc/7624/task/7640/stat : 7640 (java) S 7622 7624 27000 0 -1 4202560 11018 0 0 0 162 2 0 0 20 0 22 0 339251484 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140251286669624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7641] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7641/stat : 7641 (java) S 7622 7624 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339251484 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140250412214648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7642] ppid=7622 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/7624/task/7642/stat : 7642 (java) S 7622 7624 27000 0 -1 4202560 51 0 0 0 12 23 0 0 20 0 22 0 339251484 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140250411162056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7643] ppid=7622 vsize=2966184 CPUtime=867.59 cores=1,3,5,7
/proc/7624/task/7643/stat : 7643 (java) R 7622 7624 27000 0 -1 4202560 177 0 0 0 86743 16 0 0 20 0 22 0 339251607 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140250410106144 140251302286064 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7644] ppid=7622 vsize=2966184 CPUtime=867.64 cores=1,3,5,7
/proc/7624/task/7644/stat : 7644 (java) R 7622 7624 27000 0 -1 4202560 309 0 0 0 86749 15 0 0 20 0 22 0 339251607 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140250409054160 140251302511616 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7624/tid=7645] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7645/stat : 7645 (java) S 7622 7624 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339251611 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140250408002984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7646] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7646/stat : 7646 (java) S 7622 7624 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339251611 3037372416 178567 33554432000 1073741824 1073778376 140734962797728 140250406950184 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1773.61
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.401 s]
/proc/loadavg: 4.08 4.03 3.89 5/219 8101
/proc/meminfo: memFree=25615748/32873648 swapFree=7120/7120
[pid=7624] ppid=7622 vsize=2966184 CPUtime=1800.04 cores=1,3,5,7
/proc/7624/stat : 7624 (java) S 7622 7624 27000 0 -1 4202496 56502 0 1 0 179897 107 0 0 20 0 22 0 339251479 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140734962788864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7624/statm: 741546 178610 2283 9 0 732240 0
[pid=7624/tid=7625] ppid=7622 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/7624/task/7625/stat : 7625 (java) S 7622 7624 27000 0 -1 4202560 2980 0 1 0 115 7 0 0 20 0 22 0 339251480 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251445421208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7624/tid=7627] ppid=7622 vsize=2966184 CPUtime=3.71 cores=1,3,5,7
/proc/7624/task/7627/stat : 7627 (java) S 7622 7624 27000 0 -1 4202560 306 0 0 0 364 7 0 0 20 0 22 0 339251481 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251429702696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7624/tid=7628] ppid=7622 vsize=2966184 CPUtime=3.63 cores=1,3,5,7
/proc/7624/task/7628/stat : 7628 (java) S 7622 7624 27000 0 -1 4202560 299 0 0 0 357 6 0 0 20 0 22 0 339251481 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251428649896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7629] ppid=7622 vsize=2966184 CPUtime=3.79 cores=1,3,5,7
/proc/7624/task/7629/stat : 7629 (java) S 7622 7624 27000 0 -1 4202560 281 0 0 0 374 5 0 0 20 0 22 0 339251481 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251427597096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7630] ppid=7622 vsize=2966184 CPUtime=3.82 cores=1,3,5,7
/proc/7624/task/7630/stat : 7630 (java) S 7622 7624 27000 0 -1 4202560 327 0 0 0 377 5 0 0 20 0 22 0 339251481 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251426544296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7631] ppid=7622 vsize=2966184 CPUtime=3.69 cores=1,3,5,7
/proc/7624/task/7631/stat : 7631 (java) S 7622 7624 27000 0 -1 4202560 250 0 0 0 365 4 0 0 20 0 22 0 339251481 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251425491496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7632] ppid=7622 vsize=2966184 CPUtime=3.76 cores=1,3,5,7
/proc/7624/task/7632/stat : 7632 (java) S 7622 7624 27000 0 -1 4202560 289 0 0 0 370 6 0 0 20 0 22 0 339251481 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251424438696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7633] ppid=7622 vsize=2966184 CPUtime=3.75 cores=1,3,5,7
/proc/7624/task/7633/stat : 7633 (java) S 7622 7624 27000 0 -1 4202560 268 0 0 0 370 5 0 0 20 0 22 0 339251481 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251423385896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7624/tid=7634] ppid=7622 vsize=2966184 CPUtime=3.45 cores=1,3,5,7
/proc/7624/task/7634/stat : 7634 (java) S 7622 7624 27000 0 -1 4202560 265 0 0 0 339 6 0 0 20 0 22 0 339251481 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251422333096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7635] ppid=7622 vsize=2966184 CPUtime=5.24 cores=1,3,5,7
/proc/7624/task/7635/stat : 7635 (java) S 7622 7624 27000 0 -1 4202560 33012 0 0 0 491 33 0 0 20 0 22 0 339251482 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251291933672 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7624/tid=7636] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7636/stat : 7636 (java) S 7622 7624 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339251482 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251290879736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7637] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7637/stat : 7637 (java) S 7622 7624 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339251482 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251289826824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7638] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7638/stat : 7638 (java) S 7622 7624 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339251484 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251288775312 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7639] ppid=7622 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/7624/task/7639/stat : 7639 (java) S 7622 7624 27000 0 -1 4202560 5476 0 0 0 101 2 0 0 20 0 22 0 339251484 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251287722424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7640] ppid=7622 vsize=2966184 CPUtime=1.64 cores=1,3,5,7
/proc/7624/task/7640/stat : 7640 (java) S 7622 7624 27000 0 -1 4202560 11018 0 0 0 162 2 0 0 20 0 22 0 339251484 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251286669624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7641] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7641/stat : 7641 (java) S 7622 7624 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339251484 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140250412214648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7642] ppid=7622 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/7624/task/7642/stat : 7642 (java) S 7622 7624 27000 0 -1 4202560 51 0 0 0 12 24 0 0 20 0 22 0 339251484 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140250411162056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7643] ppid=7622 vsize=2966184 CPUtime=880.55 cores=1,3,5,7
/proc/7624/task/7643/stat : 7643 (java) R 7622 7624 27000 0 -1 4202560 179 0 0 0 88039 16 0 0 20 0 22 0 339251607 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140250410105904 140251302274244 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7644] ppid=7622 vsize=2966184 CPUtime=880.6 cores=1,3,5,7
/proc/7624/task/7644/stat : 7644 (java) R 7622 7624 27000 0 -1 4202560 312 0 0 0 88045 15 0 0 20 0 22 0 339251607 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140250409054048 140251302409803 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7624/tid=7645] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7645/stat : 7645 (java) S 7622 7624 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339251611 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140250408002984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7646] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7646/stat : 7646 (java) S 7622 7624 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339251611 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140250406950184 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2966184

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

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

[startup+895.401 s]
/proc/loadavg: 4.08 4.03 3.89 5/219 8101
/proc/meminfo: memFree=25615748/32873648 swapFree=7120/7120
[pid=7624] ppid=7622 vsize=2966184 CPUtime=1800.04 cores=1,3,5,7
/proc/7624/stat : 7624 (java) S 7622 7624 27000 0 -1 4202496 56502 0 1 0 179897 107 0 0 20 0 22 0 339251479 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140734962788864 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7624/statm: 741546 178610 2283 9 0 732240 0
[pid=7624/tid=7625] ppid=7622 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/7624/task/7625/stat : 7625 (java) S 7622 7624 27000 0 -1 4202560 2980 0 1 0 115 7 0 0 20 0 22 0 339251480 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251445421208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7624/tid=7627] ppid=7622 vsize=2966184 CPUtime=3.71 cores=1,3,5,7
/proc/7624/task/7627/stat : 7627 (java) S 7622 7624 27000 0 -1 4202560 306 0 0 0 364 7 0 0 20 0 22 0 339251481 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251429702696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7624/tid=7628] ppid=7622 vsize=2966184 CPUtime=3.63 cores=1,3,5,7
/proc/7624/task/7628/stat : 7628 (java) S 7622 7624 27000 0 -1 4202560 299 0 0 0 357 6 0 0 20 0 22 0 339251481 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251428649896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7629] ppid=7622 vsize=2966184 CPUtime=3.79 cores=1,3,5,7
/proc/7624/task/7629/stat : 7629 (java) S 7622 7624 27000 0 -1 4202560 281 0 0 0 374 5 0 0 20 0 22 0 339251481 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251427597096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7630] ppid=7622 vsize=2966184 CPUtime=3.82 cores=1,3,5,7
/proc/7624/task/7630/stat : 7630 (java) S 7622 7624 27000 0 -1 4202560 327 0 0 0 377 5 0 0 20 0 22 0 339251481 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251426544296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7631] ppid=7622 vsize=2966184 CPUtime=3.69 cores=1,3,5,7
/proc/7624/task/7631/stat : 7631 (java) S 7622 7624 27000 0 -1 4202560 250 0 0 0 365 4 0 0 20 0 22 0 339251481 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251425491496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7632] ppid=7622 vsize=2966184 CPUtime=3.76 cores=1,3,5,7
/proc/7624/task/7632/stat : 7632 (java) S 7622 7624 27000 0 -1 4202560 289 0 0 0 370 6 0 0 20 0 22 0 339251481 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251424438696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7633] ppid=7622 vsize=2966184 CPUtime=3.75 cores=1,3,5,7
/proc/7624/task/7633/stat : 7633 (java) S 7622 7624 27000 0 -1 4202560 268 0 0 0 370 5 0 0 20 0 22 0 339251481 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251423385896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7624/tid=7634] ppid=7622 vsize=2966184 CPUtime=3.45 cores=1,3,5,7
/proc/7624/task/7634/stat : 7634 (java) S 7622 7624 27000 0 -1 4202560 265 0 0 0 339 6 0 0 20 0 22 0 339251481 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251422333096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7635] ppid=7622 vsize=2966184 CPUtime=5.24 cores=1,3,5,7
/proc/7624/task/7635/stat : 7635 (java) S 7622 7624 27000 0 -1 4202560 33012 0 0 0 491 33 0 0 20 0 22 0 339251482 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251291933672 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7624/tid=7636] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7636/stat : 7636 (java) S 7622 7624 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339251482 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251290879736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7637] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7637/stat : 7637 (java) S 7622 7624 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339251482 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251289826824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7638] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7638/stat : 7638 (java) S 7622 7624 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339251484 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251288775312 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7639] ppid=7622 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/7624/task/7639/stat : 7639 (java) S 7622 7624 27000 0 -1 4202560 5476 0 0 0 101 2 0 0 20 0 22 0 339251484 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251287722424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7640] ppid=7622 vsize=2966184 CPUtime=1.64 cores=1,3,5,7
/proc/7624/task/7640/stat : 7640 (java) S 7622 7624 27000 0 -1 4202560 11018 0 0 0 162 2 0 0 20 0 22 0 339251484 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140251286669624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7641] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7641/stat : 7641 (java) S 7622 7624 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339251484 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140250412214648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7624/tid=7642] ppid=7622 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/7624/task/7642/stat : 7642 (java) S 7622 7624 27000 0 -1 4202560 51 0 0 0 12 24 0 0 20 0 22 0 339251484 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140250411162056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7643] ppid=7622 vsize=2966184 CPUtime=880.55 cores=1,3,5,7
/proc/7624/task/7643/stat : 7643 (java) R 7622 7624 27000 0 -1 4202560 179 0 0 0 88039 16 0 0 20 0 22 0 339251607 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140250410105904 140251302274244 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7624/tid=7644] ppid=7622 vsize=2966184 CPUtime=880.6 cores=1,3,5,7
/proc/7624/task/7644/stat : 7644 (java) R 7622 7624 27000 0 -1 4202560 312 0 0 0 88045 15 0 0 20 0 22 0 339251607 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140250409054048 140251302409803 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7624/tid=7645] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7645/stat : 7645 (java) S 7622 7624 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339251611 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140250408002984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7624/tid=7646] ppid=7622 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7624/task/7646/stat : 7646 (java) S 7622 7624 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339251611 3037372416 178610 33554432000 1073741824 1073778376 140734962797728 140250406950184 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 895.443
CPU time (s): 1800.62
CPU user time (s): 1799.03
CPU system time (s): 1.59376
CPU usage (%): 201.087
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.59376
maximum resident set size= 723540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56535
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32155
involuntary context switches= 59498

runsolver used 3.2505 second user time and 8.27374 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 15:47:21
IDJOB=3730803
IDBENCH=1479
IDSOLVER=2324
FILE ID=node114/3730803-1338731241
RUNJOBID= node114-1338725802-3593
PBS_JOBID= 14636748
Free space on /tmp= 70128 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730803-1338731241/watcher-3730803-1338731241 -o /tmp/evaluation-result-3730803-1338731241/solver-3730803-1338731241 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3730803-1338731241.opb

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

MD5SUM BENCH= 939f54a73a83900b8b6d857af47a0b62
RANDOM SEED=1844399894

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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.242
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.242
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:        26441312 kB
Buffers:         1053836 kB
Cached:          3636396 kB
SwapCached:         2244 kB
Active:          3638808 kB
Inactive:        1778892 kB
Active(anon):     713488 kB
Inactive(anon):     9112 kB
Active(file):    2925320 kB
Inactive(file):  1769780 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:              5904 kB
Writeback:             0 kB
AnonPages:        737500 kB
Mapped:            19240 kB
Shmem:               100 kB
Slab:             865968 kB
SReclaimable:     308928 kB
SUnreclaim:       557040 kB
KernelStack:        1664 kB
PageTables:         5640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    681984 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= 70132 MiB
End job on node114 at 2012-06-03 16:02:19