Trace number 3728944

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.4 899.545

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin18.opb
MD5SUMf17e31cb6762bd0e8d3e659d7bd1050c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23409
Total number of constraints1386
Number of constraints which are clauses612
Number of constraints which are cardinality constraints (but not clauses)774
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint153
Maximum length of a constraint289
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 291
Number of bits of the biggest sum of numbers9
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.06	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.09/0.10	c Pseudo Boolean Optimization
0.09/0.10	c ManyCore solver with 2 solvers running in parallel
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.10	c No reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	
0.09/0.10	c solving HOME/instance-3728944-1338725824.opb
0.09/0.10	c reading problem ... 
0.94/0.65	c ... done. Wall clock time 0.553s.
0.94/0.65	c #vars     23409
0.94/0.65	c #constraints  1386
0.94/0.65	c constraints type 
0.94/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 612
0.94/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 774
0.94/0.65	c constraints type 
0.94/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 612
0.94/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 774
13.24/5.88	c cleaning 2491 clauses out of 5001 with flag 5001/5001
24.55/11.47	c cleaning 4245 clauses out of 8512 with flag 11003/11003
40.05/19.19	c cleaning 5621 clauses out of 11265 with flag 18001/18001
61.80/29.99	c cleaning 6779 clauses out of 13644 with flag 26001/26001
83.27/40.64	c cleaning 7902 clauses out of 15864 with flag 35000/35000
126.04/61.93	c cleaning 8934 clauses out of 17963 with flag 45001/45001
157.50/77.69	c cleaning 9468 clauses out of 19028 with flag 55000/55000
196.63/97.21	c cleaning 9664 clauses out of 19561 with flag 65001/65001
238.80/118.31	c cleaning 9942 clauses out of 19896 with flag 75000/75000
273.70/135.70	c cleaning 9882 clauses out of 19957 with flag 85003/85003
311.06/154.39	c cleaning 9942 clauses out of 20074 with flag 95002/95002
351.76/174.68	c cleaning 9972 clauses out of 20130 with flag 105000/105000
403.14/200.36	c cleaning 10035 clauses out of 20159 with flag 115001/115001
430.59/214.01	c cleaning 10045 clauses out of 20124 with flag 125001/125001
468.26/232.83	c cleaning 9921 clauses out of 20078 with flag 135000/135000
512.69/255.10	c cleaning 9975 clauses out of 20159 with flag 145002/145002
580.96/289.15	c cleaning 9987 clauses out of 20185 with flag 155003/155003
676.36/336.68	c cleaning 9988 clauses out of 20195 with flag 165000/165000
732.52/364.68	c cleaning 10052 clauses out of 20208 with flag 175001/175001
769.19/383.04	c cleaning 10023 clauses out of 20156 with flag 185001/185001
796.67/396.99	c cleaning 9913 clauses out of 20133 with flag 195001/195001
825.96/411.68	c cleaning 10014 clauses out of 20221 with flag 205002/205002
870.10/433.77	c cleaning 9985 clauses out of 20205 with flag 215000/215000
962.68/479.96	c cleaning 9975 clauses out of 20221 with flag 225001/225001
1009.10/503.29	c cleaning 10047 clauses out of 20245 with flag 235000/235000
1091.73/544.41	c cleaning 10013 clauses out of 20201 with flag 245003/245003
1213.31/605.15	c cleaning 9976 clauses out of 20187 with flag 255002/255002
1250.89/624.08	c cleaning 10072 clauses out of 20209 with flag 265000/265000
1286.51/642.06	c cleaning 9983 clauses out of 20137 with flag 275000/275000
1318.39/658.08	c cleaning 10053 clauses out of 20155 with flag 285001/285001
1364.31/681.05	c cleaning 9949 clauses out of 20102 with flag 295001/295001
1422.48/710.21	c cleaning 9939 clauses out of 20152 with flag 305000/305000
1485.35/741.81	c cleaning 9952 clauses out of 20213 with flag 315000/315000
1518.01/758.26	c cleaning 10017 clauses out of 20262 with flag 325001/325001
1621.22/809.70	c cleaning 9974 clauses out of 20244 with flag 335000/335000
1687.19/842.79	c cleaning 9983 clauses out of 20271 with flag 345001/345001
1738.93/868.78	c cleaning 10072 clauses out of 20288 with flag 355001/355001
1787.39/893.05	c cleaning 9956 clauses out of 20215 with flag 365000/365000
1800.05/899.51	c starts		: 136
1800.05/899.51	c conflicts		: 367668
1800.05/899.51	c decisions		: 2614132
1800.05/899.51	c propagations		: 51554085
1800.05/899.51	c inspects		: 279925345
1800.05/899.51	c learnt literals	: 0
1800.05/899.51	c learnt binary clauses	: 0
1800.05/899.51	c learnt ternary clauses	: 0
1800.05/899.51	c learnt clauses	: 367667
1800.05/899.51	c ignored clauses	: 0
1800.05/899.51	c root simplifications	: 0
1800.05/899.51	c removed literals (reason simplification)	: 32197290
1800.05/899.51	c reason swapping (by a shorter reason)	: 0
1800.05/899.51	c Calls to reduceDB	: 38
1800.05/899.51	c number of reductions to clauses (during analyze)	: 0
1800.05/899.51	c number of learned constraints concerned by reduction	: 0
1800.05/899.51	c number of learning phase by resolution	: 0
1800.05/899.51	c number of learning phase by cutting planes	: 0
1800.05/899.51	c speed (assignments/second)	: 57355.069037524234
1800.05/899.51	c non guided choices	22997
1800.05/899.52	c learnt constraints type 
1800.05/899.52	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12929
1800.05/899.52	c constraints type 
1800.05/899.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 612
1800.05/899.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 774
1800.05/899.52	c constraints type 
1800.05/899.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 612
1800.05/899.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 774
1800.05/899.52	s UNKNOWN
1800.05/899.52	c Total wall clock time (in seconds): 899.422

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-3728944-1338725824/watcher-3728944-1338725824 -o /tmp/evaluation-result-3728944-1338725824/solver-3728944-1338725824 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3728944-1338725824.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.53 2.13 2.04 5/197 3821
/proc/meminfo: memFree=26628824/32873648 swapFree=7120/7120
[pid=3821] ppid=3819 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/3821/stat : 3821 (java) S 3819 3821 27000 0 -1 4202496 1245 0 0 0 0 0 0 0 20 0 2 0 338709738 98635776 954 33554432000 1073741824 1073778376 140734291112816 140734291103952 219517321277 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3821/statm: 24081 959 727 9 0 16771 0
[pid=3821/tid=3822] ppid=3819 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3822/stat : 3822 (java) R 3819 3821 27000 0 -1 4202560 131 0 0 0 0 0 0 0 20 0 2 0 338709738 98570240 979 33554432000 1073741824 1073778376 140734291112816 140266709118504 219513963904 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0897929 s]
/proc/loadavg: 2.53 2.13 2.04 5/197 3821
/proc/meminfo: memFree=26628824/32873648 swapFree=7120/7120
[pid=3821] ppid=3819 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/3821/stat : 3821 (java) S 3819 3821 27000 0 -1 4202496 4758 0 1 0 8 1 0 0 20 0 18 0 338709738 2764726272 6440 33554432000 1073741824 1073778376 140734291112816 140734291103952 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3821/statm: 674982 6440 2109 9 0 665676 0
[pid=3821/tid=3822] ppid=3819 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/3821/task/3822/stat : 3822 (java) R 3819 3821 27000 0 -1 4202560 2775 0 1 0 7 0 0 0 20 0 18 0 338709738 2764726272 6440 33554432000 1073741824 1073778376 140734291112816 140266709119816 219517347085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.100235 s]
/proc/loadavg: 2.53 2.13 2.04 5/197 3821
/proc/meminfo: memFree=26628824/32873648 swapFree=7120/7120
[pid=3821] ppid=3819 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/3821/stat : 3821 (java) S 3819 3821 27000 0 -1 4202496 4881 0 1 0 10 1 0 0 20 0 18 0 338709738 2764726272 6547 33554432000 1073741824 1073778376 140734291112816 140734291103952 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3821/statm: 674982 6547 2153 9 0 665676 0
[pid=3821/tid=3822] ppid=3819 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/3821/task/3822/stat : 3822 (java) R 3819 3821 27000 0 -1 4202560 2783 0 1 0 8 0 0 0 20 0 18 0 338709738 2764726272 6547 33554432000 1073741824 1073778376 140734291112816 140266709119816 219517347085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300176 s]
/proc/loadavg: 2.53 2.13 2.04 5/197 3821
/proc/meminfo: memFree=26628824/32873648 swapFree=7120/7120
[pid=3821] ppid=3819 vsize=2699928 CPUtime=0.61 cores=1,3,5,7
/proc/3821/stat : 3821 (java) S 3819 3821 27000 0 -1 4202496 7687 0 1 0 59 2 0 0 20 0 18 0 338709738 2764726272 15435 33554432000 1073741824 1073778376 140734291112816 140734291103952 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3821/statm: 674982 15435 2220 9 0 665676 0
[pid=3821/tid=3822] ppid=3819 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/3821/task/3822/stat : 3822 (java) R 3819 3821 27000 0 -1 4202560 2804 0 1 0 26 2 0 0 20 0 18 0 338709738 2764726272 15435 33554432000 1073741824 1073778376 140734291112816 140266709123224 140266716887888 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 2699928

[startup+0.700191 s]
/proc/loadavg: 2.53 2.13 2.04 5/197 3821
/proc/meminfo: memFree=26628824/32873648 swapFree=7120/7120
[pid=3821] ppid=3819 vsize=2966184 CPUtime=1.15 cores=1,3,5,7
/proc/3821/stat : 3821 (java) S 3819 3821 27000 0 -1 4202496 7956 0 1 0 109 6 0 0 20 0 22 0 338709738 3037372416 87703 33554432000 1073741824 1073778376 140734291112816 140734291103952 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3821/statm: 741546 87703 2235 9 0 732240 0
[pid=3821/tid=3822] ppid=3819 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/3821/task/3822/stat : 3822 (java) S 3819 3821 27000 0 -1 4202560 2955 0 1 0 58 5 0 0 20 0 22 0 338709738 3037372416 87703 33554432000 1073741824 1073778376 140734291112816 140266709124248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 2966184

[startup+1.50069 s]
/proc/loadavg: 2.53 2.13 2.04 8/219 3843
/proc/meminfo: memFree=26243544/32873648 swapFree=7120/7120
[pid=3821] ppid=3819 vsize=2966184 CPUtime=4.3 cores=1,3,5,7
/proc/3821/stat : 3821 (java) S 3819 3821 27000 0 -1 4202496 25703 0 1 0 419 11 0 0 20 0 22 0 338709738 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140734291103952 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3821/statm: 741546 108671 2260 9 0 732240 0
[pid=3821/tid=3822] ppid=3819 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/3821/task/3822/stat : 3822 (java) S 3819 3821 27000 0 -1 4202560 2955 0 1 0 58 5 0 0 20 0 22 0 338709738 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266709124248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3821/tid=3824] ppid=3819 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/3821/task/3824/stat : 3824 (java) S 3819 3821 27000 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 338709739 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266693405096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3825] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3825/stat : 3825 (java) S 3819 3821 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338709739 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266692352552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3826] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3826/stat : 3826 (java) S 3819 3821 27000 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338709739 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266691299496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3827] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3827/stat : 3827 (java) S 3819 3821 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338709739 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266690246952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3821/tid=3828] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3828/stat : 3828 (java) S 3819 3821 27000 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 338709739 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266689194920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3829] ppid=3819 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/3821/task/3829/stat : 3829 (java) S 3819 3821 27000 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 338709739 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266688142376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3830] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3830/stat : 3830 (java) S 3819 3821 27000 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338709739 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266687089320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3831] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3831/stat : 3831 (java) S 3819 3821 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338709739 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266686036776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3832] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3832/stat : 3832 (java) S 3819 3821 27000 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 338709740 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266673625448 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3833] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3833/stat : 3833 (java) S 3819 3821 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 338709741 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266672571768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3834] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3834/stat : 3834 (java) S 3819 3821 27000 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 338709741 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266671518600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3835] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3835/stat : 3835 (java) S 3819 3821 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338709743 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266670467344 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3836] ppid=3819 vsize=2966184 CPUtime=0.93 cores=1,3,5,7
/proc/3821/task/3836/stat : 3836 (java) S 3819 3821 27000 0 -1 4202560 10416 0 0 0 91 2 0 0 20 0 22 0 338709743 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266669415224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3837] ppid=3819 vsize=2966184 CPUtime=0.98 cores=1,3,5,7
/proc/3821/task/3837/stat : 3837 (java) R 3819 3821 27000 0 -1 4202560 10957 0 0 0 95 3 0 0 20 0 22 0 338709743 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266668362560 140266716107982 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3838] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3838/stat : 3838 (java) S 3819 3821 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338709743 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266667309816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3839] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3839/stat : 3839 (java) S 3819 3821 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338709743 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266666257480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3840] ppid=3819 vsize=2966184 CPUtime=0.8 cores=1,3,5,7
/proc/3821/task/3840/stat : 3840 (java) R 3819 3821 27000 0 -1 4202560 28 0 0 0 80 0 0 0 20 0 22 0 338709803 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266665202544 140266535847360 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3841] ppid=3819 vsize=2966184 CPUtime=0.79 cores=1,3,5,7
/proc/3821/task/3841/stat : 3841 (java) R 3819 3821 27000 0 -1 4202560 77 0 0 0 79 0 0 0 20 0 22 0 338709803 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266664146640 140266535818187 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3821/tid=3842] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3842/stat : 3842 (java) S 3819 3821 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338709806 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266663097128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3843] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3843/stat : 3843 (java) S 3819 3821 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338709806 3037372416 108671 33554432000 1073741824 1073778376 140734291112816 140266662044584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 2966184

[startup+3.10078 s]
/proc/loadavg: 2.53 2.13 2.04 6/219 3843
/proc/meminfo: memFree=26193700/32873648 swapFree=7120/7120
[pid=3821] ppid=3819 vsize=2966184 CPUtime=7.68 cores=1,3,5,7
/proc/3821/stat : 3821 (java) S 3819 3821 27000 0 -1 4202496 25770 0 1 0 754 14 0 0 20 0 22 0 338709738 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140734291103952 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3821/statm: 741546 116868 2260 9 0 732240 0
[pid=3821/tid=3822] ppid=3819 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/3821/task/3822/stat : 3822 (java) S 3819 3821 27000 0 -1 4202560 2955 0 1 0 58 5 0 0 20 0 22 0 338709738 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266709124248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3821/tid=3824] ppid=3819 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/3821/task/3824/stat : 3824 (java) S 3819 3821 27000 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 22 0 338709739 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266693405096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3825] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3825/stat : 3825 (java) S 3819 3821 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338709739 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266692352552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3826] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3826/stat : 3826 (java) S 3819 3821 27000 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 338709739 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266691299496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3827] ppid=3819 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/3821/task/3827/stat : 3827 (java) S 3819 3821 27000 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 338709739 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266690246952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3821/tid=3828] ppid=3819 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/3821/task/3828/stat : 3828 (java) S 3819 3821 27000 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 338709739 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266689194920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3829] ppid=3819 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/3821/task/3829/stat : 3829 (java) S 3819 3821 27000 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 22 0 338709739 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266688142376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3821/tid=3830] ppid=3819 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/3821/task/3830/stat : 3830 (java) S 3819 3821 27000 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 338709739 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266687089320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3831] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3831/stat : 3831 (java) S 3819 3821 27000 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 338709739 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266686036776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3832] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3832/stat : 3832 (java) S 3819 3821 27000 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 338709740 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266673625448 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3833] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3833/stat : 3833 (java) S 3819 3821 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 338709741 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266672571768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3834] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3834/stat : 3834 (java) S 3819 3821 27000 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 338709741 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266671518600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3835] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3835/stat : 3835 (java) S 3819 3821 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338709743 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266670467344 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3836] ppid=3819 vsize=2966184 CPUtime=0.97 cores=1,3,5,7
/proc/3821/task/3836/stat : 3836 (java) S 3819 3821 27000 0 -1 4202560 10416 0 0 0 95 2 0 0 20 0 22 0 338709743 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266669415224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3837] ppid=3819 vsize=2966184 CPUtime=1.07 cores=1,3,5,7
/proc/3821/task/3837/stat : 3837 (java) S 3819 3821 27000 0 -1 4202560 10958 0 0 0 104 3 0 0 20 0 22 0 338709743 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266668362680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3838] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3838/stat : 3838 (java) S 3819 3821 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338709743 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266667309816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3839] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3839/stat : 3839 (java) S 3819 3821 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338709743 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266666257480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3840] ppid=3819 vsize=2966184 CPUtime=2.37 cores=1,3,5,7
/proc/3821/task/3840/stat : 3840 (java) R 3819 3821 27000 0 -1 4202560 29 0 0 0 237 0 0 0 20 0 22 0 338709803 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266665199808 140266535807584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3841] ppid=3819 vsize=2966184 CPUtime=2.36 cores=1,3,5,7
/proc/3821/task/3841/stat : 3841 (java) R 3819 3821 27000 0 -1 4202560 80 0 0 0 236 0 0 0 20 0 22 0 338709803 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266664149096 140266535818087 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3821/tid=3842] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3842/stat : 3842 (java) S 3819 3821 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338709806 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266663097128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3843] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3843/stat : 3843 (java) S 3819 3821 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338709806 3037372416 116868 33554432000 1073741824 1073778376 140734291112816 140266662044584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 2966184

[startup+6.30076 s]
/proc/loadavg: 2.64 2.16 2.05 5/219 3843
/proc/meminfo: memFree=26125776/32873648 swapFree=7120/7120
[pid=3821] ppid=3819 vsize=2966184 CPUtime=14.23 cores=1,3,5,7
/proc/3821/stat : 3821 (java) S 3819 3821 27000 0 -1 4202496 25916 0 1 0 1401 22 0 0 20 0 22 0 338709738 3037372416 136308 33554432000 1073741824 1073778376 140734291112816 140734291103952 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3821/statm: 741546 136308 2272 9 0 732240 0
[pid=3821/tid=3822] ppid=3819 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/3821/task/3822/stat : 3822 (java) S 3819 3821 27000 0 -1 4202560 2955 0 1 0 58 5 0 0 20 0 22 0 338709738 3037372416 136308 33554432000 1073741824 1073778376 140734291112816 140266709124248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3821/tid=3824] ppid=3819 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/3821/task/3824/stat : 3824 (java) S 3819 3821 27000 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 22 0 338709739 3037372416 136308 33554432000 1073741824 1073778376 140734291112816 140266693405096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3821/tid=3825] ppid=3819 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/3821/task/3825/stat : 3825 (java) S 3819 3821 27000 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 338709739 3037372416 136308 33554432000 1073741824 1073778376 140734291112816 140266692352552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3826] ppid=3819 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/3821/task/3826/stat : 3826 (java) S 3819 3821 27000 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 338709739 3037372416 136308 33554432000 1073741824 1073778376 140734291112816 140266691299496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3827] ppid=3819 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/3821/task/3827/stat : 3827 (java) S 3819 3821 27000 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 22 0 338709739 3037372416 136308 33554432000 1073741824 1073778376 140734291112816 140266690246952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3828] ppid=3819 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/3821/task/3828/stat : 3828 (java) S 3819 3821 27000 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 338709739 3037372416 136308 33554432000 1073741824 1073778376 140734291112816 140266689194920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3821/tid=3829] ppid=3819 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/3821/task/3829/stat : 3829 (java) S 3819 3821 27000 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 22 0 338709739 3037372416 136308 33554432000 1073741824 1073778376 140734291112816 140266688142376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3821/tid=3830] ppid=3819 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/3821/task/3830/stat : 3830 (java) S 3819 3821 27000 0 -1 4202560 31 0 0 0 5 3 0 0 20 0 22 0 338709739 3037372416 136308 33554432000 1073741824 1073778376 140734291112816 140266687089320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3831] ppid=3819 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/3821/task/3831/stat : 3831 (java) S 3819 3821 27000 0 -1 4202560 16 0 0 0 4 2 0 0 20 0 22 0 338709739 3037372416 136308 33554432000 1073741824 1073778376 140734291112816 140266686036776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=3821/tid=3841] ppid=3819 vsize=2966184 CPUtime=802.56 cores=1,3,5,7
/proc/3821/task/3841/stat : 3841 (java) R 3819 3821 27000 0 -1 4202560 283 0 0 0 80240 16 0 0 20 0 22 0 338709803 3037372416 252024 33554432000 1073741824 1073778376 140734291112816 140266664147320 140266535950124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3821/tid=3842] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3842/stat : 3842 (java) S 3819 3821 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338709806 3037372416 252024 33554432000 1073741824 1073778376 140734291112816 140266663097128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3843] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3843/stat : 3843 (java) S 3819 3821 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338709806 3037372416 252024 33554432000 1073741824 1073778376 140734291112816 140266662044584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1646.12
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.73 3.84 3.19 7/219 3916
/proc/meminfo: memFree=25975944/32873648 swapFree=7120/7120
[pid=3821] ppid=3819 vsize=2966184 CPUtime=1765.84 cores=1,3,5,7
/proc/3821/stat : 3821 (java) S 3819 3821 27000 0 -1 4202496 29528 0 1 0 176442 142 0 0 20 0 22 0 338709738 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140734291103952 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3821/statm: 741546 252106 2273 9 0 732240 0
[pid=3821/tid=3822] ppid=3819 vsize=2966184 CPUtime=0.65 cores=1,3,5,7
/proc/3821/task/3822/stat : 3822 (java) S 3819 3821 27000 0 -1 4202560 2966 0 1 0 59 6 0 0 20 0 22 0 338709738 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266709124248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3824] ppid=3819 vsize=2966184 CPUtime=3.58 cores=1,3,5,7
/proc/3821/task/3824/stat : 3824 (java) S 3819 3821 27000 0 -1 4202560 255 0 0 0 350 8 0 0 20 0 22 0 338709739 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266693405096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3821/tid=3825] ppid=3819 vsize=2966184 CPUtime=3.67 cores=1,3,5,7
/proc/3821/task/3825/stat : 3825 (java) S 3819 3821 27000 0 -1 4202560 334 0 0 0 358 9 0 0 20 0 22 0 338709739 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266692352552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3826] ppid=3819 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/3821/task/3826/stat : 3826 (java) S 3819 3821 27000 0 -1 4202560 287 0 0 0 376 8 0 0 20 0 22 0 338709739 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266691299496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3827] ppid=3819 vsize=2966184 CPUtime=3.62 cores=1,3,5,7
/proc/3821/task/3827/stat : 3827 (java) S 3819 3821 27000 0 -1 4202560 316 0 0 0 354 8 0 0 20 0 22 0 338709739 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266690246952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3828] ppid=3819 vsize=2966184 CPUtime=3.6 cores=1,3,5,7
/proc/3821/task/3828/stat : 3828 (java) S 3819 3821 27000 0 -1 4202560 331 0 0 0 350 10 0 0 20 0 22 0 338709739 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266689194920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3829] ppid=3819 vsize=2966184 CPUtime=3.9 cores=1,3,5,7
/proc/3821/task/3829/stat : 3829 (java) S 3819 3821 27000 0 -1 4202560 306 0 0 0 380 10 0 0 20 0 22 0 338709739 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266688142376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3830] ppid=3819 vsize=2966184 CPUtime=3.57 cores=1,3,5,7
/proc/3821/task/3830/stat : 3830 (java) S 3819 3821 27000 0 -1 4202560 357 0 0 0 347 10 0 0 20 0 22 0 338709739 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266687089320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3821/tid=3831] ppid=3819 vsize=2966184 CPUtime=3.64 cores=1,3,5,7
/proc/3821/task/3831/stat : 3831 (java) S 3819 3821 27000 0 -1 4202560 276 0 0 0 355 9 0 0 20 0 22 0 338709739 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266686036776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3832] ppid=3819 vsize=2966184 CPUtime=11.92 cores=1,3,5,7
/proc/3821/task/3832/stat : 3832 (java) S 3819 3821 27000 0 -1 4202560 464 0 0 0 1156 36 0 0 20 0 22 0 338709740 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266673625448 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3833] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3833/stat : 3833 (java) S 3819 3821 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 338709741 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266672571768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3834] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3834/stat : 3834 (java) S 3819 3821 27000 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 338709741 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266671518600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3835] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3835/stat : 3835 (java) S 3819 3821 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338709743 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266670467344 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3836] ppid=3819 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/3821/task/3836/stat : 3836 (java) S 3819 3821 27000 0 -1 4202560 10420 0 0 0 101 2 0 0 20 0 22 0 338709743 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266669415224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3837] ppid=3819 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/3821/task/3837/stat : 3837 (java) S 3819 3821 27000 0 -1 4202560 10970 0 0 0 132 3 0 0 20 0 22 0 338709743 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266668362680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3838] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3838/stat : 3838 (java) S 3819 3821 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338709743 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266667309816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3839] ppid=3819 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/3821/task/3839/stat : 3839 (java) S 3819 3821 27000 0 -1 4202560 51 0 0 0 12 19 0 0 20 0 22 0 338709743 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266666257480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3840] ppid=3819 vsize=2966184 CPUtime=860.44 cores=1,3,5,7
/proc/3821/task/3840/stat : 3840 (java) R 3819 3821 27000 0 -1 4202560 717 0 0 0 86027 17 0 0 20 0 22 0 338709803 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266665201040 140266536231699 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3841] ppid=3819 vsize=2966184 CPUtime=860.74 cores=1,3,5,7
/proc/3821/task/3841/stat : 3841 (java) R 3819 3821 27000 0 -1 4202560 287 0 0 0 86057 17 0 0 20 0 22 0 338709803 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266664147088 140266535651373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3842] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3842/stat : 3842 (java) S 3819 3821 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338709806 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266663097128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3843] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3843/stat : 3843 (java) S 3819 3821 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338709806 3037372416 252106 33554432000 1073741824 1073778376 140734291112816 140266662044584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1765.84
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.501 s]
/proc/loadavg: 3.93 3.88 3.21 5/219 3976
/proc/meminfo: memFree=25626164/32873648 swapFree=7120/7120
[pid=3821] ppid=3819 vsize=2966184 CPUtime=1800.05 cores=1,3,5,7
/proc/3821/stat : 3821 (java) S 3819 3821 27000 0 -1 4202496 29557 0 1 0 179862 143 0 0 20 0 22 0 338709738 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140734291103952 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3821/statm: 741546 252113 2273 9 0 732240 0
[pid=3821/tid=3822] ppid=3819 vsize=2966184 CPUtime=0.65 cores=1,3,5,7
/proc/3821/task/3822/stat : 3822 (java) S 3819 3821 27000 0 -1 4202560 2967 0 1 0 59 6 0 0 20 0 22 0 338709738 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266709124248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3824] ppid=3819 vsize=2966184 CPUtime=3.67 cores=1,3,5,7
/proc/3821/task/3824/stat : 3824 (java) S 3819 3821 27000 0 -1 4202560 255 0 0 0 359 8 0 0 20 0 22 0 338709739 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266693405096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3825] ppid=3819 vsize=2966184 CPUtime=3.76 cores=1,3,5,7
/proc/3821/task/3825/stat : 3825 (java) S 3819 3821 27000 0 -1 4202560 338 0 0 0 367 9 0 0 20 0 22 0 338709739 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266692352552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3826] ppid=3819 vsize=2966184 CPUtime=3.91 cores=1,3,5,7
/proc/3821/task/3826/stat : 3826 (java) S 3819 3821 27000 0 -1 4202560 290 0 0 0 383 8 0 0 20 0 22 0 338709739 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266691299496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3827] ppid=3819 vsize=2966184 CPUtime=3.68 cores=1,3,5,7
/proc/3821/task/3827/stat : 3827 (java) S 3819 3821 27000 0 -1 4202560 316 0 0 0 360 8 0 0 20 0 22 0 338709739 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266690246952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3828] ppid=3819 vsize=2966184 CPUtime=3.67 cores=1,3,5,7
/proc/3821/task/3828/stat : 3828 (java) S 3819 3821 27000 0 -1 4202560 331 0 0 0 357 10 0 0 20 0 22 0 338709739 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266689194920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3829] ppid=3819 vsize=2966184 CPUtime=3.97 cores=1,3,5,7
/proc/3821/task/3829/stat : 3829 (java) S 3819 3821 27000 0 -1 4202560 306 0 0 0 386 11 0 0 20 0 22 0 338709739 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266688142376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3830] ppid=3819 vsize=2966184 CPUtime=3.65 cores=1,3,5,7
/proc/3821/task/3830/stat : 3830 (java) S 3819 3821 27000 0 -1 4202560 357 0 0 0 355 10 0 0 20 0 22 0 338709739 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266687089320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3831] ppid=3819 vsize=2966184 CPUtime=3.71 cores=1,3,5,7
/proc/3821/task/3831/stat : 3831 (java) S 3819 3821 27000 0 -1 4202560 276 0 0 0 362 9 0 0 20 0 22 0 338709739 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266686036776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3832] ppid=3819 vsize=2966184 CPUtime=12.37 cores=1,3,5,7
/proc/3821/task/3832/stat : 3832 (java) S 3819 3821 27000 0 -1 4202560 466 0 0 0 1201 36 0 0 20 0 22 0 338709740 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266673625448 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3833] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3833/stat : 3833 (java) S 3819 3821 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 338709741 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266672571768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3834] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3834/stat : 3834 (java) S 3819 3821 27000 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 338709741 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266671518600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3835] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3835/stat : 3835 (java) S 3819 3821 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338709743 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266670467344 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3836] ppid=3819 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/3821/task/3836/stat : 3836 (java) S 3819 3821 27000 0 -1 4202560 10420 0 0 0 101 2 0 0 20 0 22 0 338709743 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266669415224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3837] ppid=3819 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/3821/task/3837/stat : 3837 (java) S 3819 3821 27000 0 -1 4202560 10970 0 0 0 132 3 0 0 20 0 22 0 338709743 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266668362680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3838] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3838/stat : 3838 (java) S 3819 3821 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338709743 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266667309816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3839] ppid=3819 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/3821/task/3839/stat : 3839 (java) S 3819 3821 27000 0 -1 4202560 53 0 0 0 12 19 0 0 20 0 22 0 338709743 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266666257480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3821/tid=3840] ppid=3819 vsize=2966184 CPUtime=877.01 cores=1,3,5,7
/proc/3821/task/3840/stat : 3840 (java) R 3819 3821 27000 0 -1 4202560 730 0 0 0 87684 17 0 0 20 0 22 0 338709803 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266665201056 140266535807564 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3841] ppid=3819 vsize=2966184 CPUtime=877.31 cores=1,3,5,7
/proc/3821/task/3841/stat : 3841 (java) R 3819 3821 27000 0 -1 4202560 291 0 0 0 87714 17 0 0 20 0 22 0 338709803 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266664147200 140266535949840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3821/tid=3842] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3842/stat : 3842 (java) S 3819 3821 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338709806 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266663097128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3843] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3843/stat : 3843 (java) S 3819 3821 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338709806 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266662044584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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+899.501 s]
/proc/loadavg: 3.93 3.88 3.21 5/219 3976
/proc/meminfo: memFree=25626164/32873648 swapFree=7120/7120
[pid=3821] ppid=3819 vsize=2966184 CPUtime=1800.05 cores=1,3,5,7
/proc/3821/stat : 3821 (java) S 3819 3821 27000 0 -1 4202496 29557 0 1 0 179862 143 0 0 20 0 22 0 338709738 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140734291103952 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3821/statm: 741546 252113 2273 9 0 732240 0
[pid=3821/tid=3822] ppid=3819 vsize=2966184 CPUtime=0.65 cores=1,3,5,7
/proc/3821/task/3822/stat : 3822 (java) S 3819 3821 27000 0 -1 4202560 2967 0 1 0 59 6 0 0 20 0 22 0 338709738 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266709124248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3824] ppid=3819 vsize=2966184 CPUtime=3.67 cores=1,3,5,7
/proc/3821/task/3824/stat : 3824 (java) S 3819 3821 27000 0 -1 4202560 255 0 0 0 359 8 0 0 20 0 22 0 338709739 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266693405096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3825] ppid=3819 vsize=2966184 CPUtime=3.76 cores=1,3,5,7
/proc/3821/task/3825/stat : 3825 (java) S 3819 3821 27000 0 -1 4202560 338 0 0 0 367 9 0 0 20 0 22 0 338709739 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266692352552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3826] ppid=3819 vsize=2966184 CPUtime=3.91 cores=1,3,5,7
/proc/3821/task/3826/stat : 3826 (java) S 3819 3821 27000 0 -1 4202560 290 0 0 0 383 8 0 0 20 0 22 0 338709739 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266691299496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3827] ppid=3819 vsize=2966184 CPUtime=3.68 cores=1,3,5,7
/proc/3821/task/3827/stat : 3827 (java) S 3819 3821 27000 0 -1 4202560 316 0 0 0 360 8 0 0 20 0 22 0 338709739 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266690246952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3828] ppid=3819 vsize=2966184 CPUtime=3.67 cores=1,3,5,7
/proc/3821/task/3828/stat : 3828 (java) S 3819 3821 27000 0 -1 4202560 331 0 0 0 357 10 0 0 20 0 22 0 338709739 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266689194920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3829] ppid=3819 vsize=2966184 CPUtime=3.97 cores=1,3,5,7
/proc/3821/task/3829/stat : 3829 (java) S 3819 3821 27000 0 -1 4202560 306 0 0 0 386 11 0 0 20 0 22 0 338709739 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266688142376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3830] ppid=3819 vsize=2966184 CPUtime=3.65 cores=1,3,5,7
/proc/3821/task/3830/stat : 3830 (java) S 3819 3821 27000 0 -1 4202560 357 0 0 0 355 10 0 0 20 0 22 0 338709739 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266687089320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3831] ppid=3819 vsize=2966184 CPUtime=3.71 cores=1,3,5,7
/proc/3821/task/3831/stat : 3831 (java) S 3819 3821 27000 0 -1 4202560 276 0 0 0 362 9 0 0 20 0 22 0 338709739 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266686036776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3821/tid=3832] ppid=3819 vsize=2966184 CPUtime=12.37 cores=1,3,5,7
/proc/3821/task/3832/stat : 3832 (java) S 3819 3821 27000 0 -1 4202560 466 0 0 0 1201 36 0 0 20 0 22 0 338709740 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266673625448 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3833] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3833/stat : 3833 (java) S 3819 3821 27000 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 338709741 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266672571768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3834] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3834/stat : 3834 (java) S 3819 3821 27000 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 338709741 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266671518600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3835] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3835/stat : 3835 (java) S 3819 3821 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338709743 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266670467344 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3836] ppid=3819 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/3821/task/3836/stat : 3836 (java) S 3819 3821 27000 0 -1 4202560 10420 0 0 0 101 2 0 0 20 0 22 0 338709743 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266669415224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3837] ppid=3819 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/3821/task/3837/stat : 3837 (java) S 3819 3821 27000 0 -1 4202560 10970 0 0 0 132 3 0 0 20 0 22 0 338709743 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266668362680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3838] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3838/stat : 3838 (java) S 3819 3821 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338709743 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266667309816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3821/tid=3839] ppid=3819 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/3821/task/3839/stat : 3839 (java) S 3819 3821 27000 0 -1 4202560 53 0 0 0 12 19 0 0 20 0 22 0 338709743 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266666257480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3821/tid=3840] ppid=3819 vsize=2966184 CPUtime=877.01 cores=1,3,5,7
/proc/3821/task/3840/stat : 3840 (java) R 3819 3821 27000 0 -1 4202560 730 0 0 0 87684 17 0 0 20 0 22 0 338709803 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266665201056 140266535807564 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3841] ppid=3819 vsize=2966184 CPUtime=877.31 cores=1,3,5,7
/proc/3821/task/3841/stat : 3841 (java) R 3819 3821 27000 0 -1 4202560 291 0 0 0 87714 17 0 0 20 0 22 0 338709803 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266664147200 140266535949840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3821/tid=3842] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3842/stat : 3842 (java) S 3819 3821 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338709806 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266663097128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3821/tid=3843] ppid=3819 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3821/task/3843/stat : 3843 (java) S 3819 3821 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338709806 3037372416 252113 33554432000 1073741824 1073778376 140734291112816 140266662044584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 899.545
CPU time (s): 1800.4
CPU user time (s): 1798.51
CPU system time (s): 1.89171
CPU usage (%): 200.146
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.51
system time used= 1.89171
maximum resident set size= 1008600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29598
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48296
involuntary context switches= 80987

runsolver used 3.2615 second user time and 7.9038 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 14:17:04
IDJOB=3728944
IDBENCH=1155
IDSOLVER=2324
FILE ID=node114/3728944-1338725824
RUNJOBID= node114-1338725802-3593
PBS_JOBID= 14636748
Free space on /tmp= 70136 MiB

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

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

MD5SUM BENCH= f17e31cb6762bd0e8d3e659d7bd1050c
RANDOM SEED=401681111

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:        26629468 kB
Buffers:         1050244 kB
Cached:          3621704 kB
SwapCached:         2180 kB
Active:          3455352 kB
Inactive:        1774216 kB
Active(anon):     543688 kB
Inactive(anon):     9052 kB
Active(file):    2911664 kB
Inactive(file):  1765164 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:              4764 kB
Writeback:             0 kB
AnonPages:        543144 kB
Mapped:            19136 kB
Shmem:               100 kB
Slab:             865708 kB
SReclaimable:     308524 kB
SUnreclaim:       557184 kB
KernelStack:        1808 kB
PageTables:         5248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    481280 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= 70140 MiB
End job on node114 at 2012-06-03 14:32:05