Trace number 3740835

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.98 916.556

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-146.opb
MD5SUM132271a8a55b01af9ffef359148ae5e1
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48417
Total number of constraints1121431
Number of constraints which are clauses1007614
Number of constraints which are cardinality constraints (but not clauses)3525
Number of constraints which are nor clauses,nor cardinality constraints110292
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3740835-1338760248.opb
0.09/0.11	c reading problem ... 
12.42/8.16	c ... done. Wall clock time 8.053s.
12.42/8.16	c #vars     48417
12.42/8.16	c #constraints  1123206
12.42/8.16	c constraints type 
12.42/8.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773802
12.42/8.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 3527
12.42/8.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235585
12.42/8.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110292
12.42/8.17	c constraints type 
12.42/8.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235585
12.42/8.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773802
12.42/8.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3527
12.42/8.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110292
32.14/17.01	c cleaning 0 clauses out of 5000 with flag 0/5000
47.40/25.09	c cleaning 0 clauses out of 11000 with flag 0/11000
50.26/26.96	c cleaning 2486 clauses out of 5000 with flag 5000/5000
70.31/37.30	c cleaning 0 clauses out of 18003 with flag 0/18003
95.58/50.48	c cleaning 0 clauses out of 26001 with flag 0/26001
121.20/63.55	c cleaning 4246 clauses out of 8516 with flag 11002/11002
132.07/69.42	c cleaning 0 clauses out of 35001 with flag 0/35001
168.53/87.99	c cleaning 5601 clauses out of 11270 with flag 18002/18002
170.82/89.84	c cleaning 0 clauses out of 45001 with flag 0/45001
213.24/111.33	c cleaning 6831 clauses out of 13668 with flag 26001/26001
214.82/112.68	c cleaning 0 clauses out of 56001 with flag 0/56001
274.54/142.74	c cleaning 0 clauses out of 68002 with flag 0/68002
321.34/166.64	c cleaning 7685 clauses out of 15836 with flag 35000/35000
339.04/175.99	c cleaning 0 clauses out of 81000 with flag 0/81000
389.02/201.27	c cleaning 8981 clauses out of 18151 with flag 45000/45000
417.46/215.88	c cleaning 0 clauses out of 95001 with flag 0/95001
499.67/257.26	c cleaning 0 clauses out of 110000 with flag 0/110000
502.81/259.36	c cleaning 10068 clauses out of 20171 with flag 56001/56001
587.07/301.67	c cleaning 10958 clauses out of 22102 with flag 68000/68000
603.78/310.40	c cleaning 0 clauses out of 126001 with flag 0/126001
676.10/346.97	c cleaning 12038 clauses out of 24146 with flag 81002/81002
749.33/383.72	c cleaning 0 clauses out of 143003 with flag 0/143003
758.50/388.85	c cleaning 12949 clauses out of 26108 with flag 95002/95002
801.03/410.51	c cleaning 14062 clauses out of 28158 with flag 110001/110001
864.71/442.98	c cleaning 15034 clauses out of 30095 with flag 126000/126000
894.72/458.30	c cleaning 0 clauses out of 161000 with flag 0/161000
934.55/478.58	c cleaning 16027 clauses out of 32061 with flag 143000/143000
994.77/509.04	c cleaning 16990 clauses out of 34034 with flag 161000/161000
1060.24/542.20	c cleaning 0 clauses out of 180002 with flag 0/180002
1091.81/558.43	c cleaning 18007 clauses out of 36044 with flag 180001/180001
1181.45/603.26	c cleaning 18989 clauses out of 38033 with flag 200000/200000
1223.99/624.98	c cleaning 20011 clauses out of 40044 with flag 221001/221001
1254.37/640.84	c cleaning 0 clauses out of 200002 with flag 0/200002
1301.31/664.76	c cleaning 20991 clauses out of 42030 with flag 243000/243000
1404.96/716.99	c cleaning 22006 clauses out of 44039 with flag 266000/266000
1485.14/757.26	c cleaning 0 clauses out of 221000 with flag 0/221000
1511.51/771.28	c cleaning 22996 clauses out of 46034 with flag 290001/290001
1613.57/822.36	c cleaning 23995 clauses out of 48031 with flag 315000/315000
1676.28/854.08	c cleaning 0 clauses out of 243001 with flag 0/243001
1729.44/880.74	c cleaning 24991 clauses out of 50037 with flag 341001/341001
1800.10/916.51	c starts		: 135
1800.10/916.51	c conflicts		: 361707
1800.10/916.51	c decisions		: 20907517
1800.10/916.51	c propagations		: 667980984
1800.10/916.51	c inspects		: 3226180874
1800.10/916.51	c learnt literals	: 13
1800.10/916.51	c learnt binary clauses	: 698
1800.10/916.51	c learnt ternary clauses	: 1309
1800.10/916.51	c learnt clauses	: 361694
1800.10/916.51	c ignored clauses	: 0
1800.10/916.51	c root simplifications	: 0
1800.10/916.51	c removed literals (reason simplification)	: 4204490
1800.10/916.51	c reason swapping (by a shorter reason)	: 0
1800.10/916.51	c Calls to reduceDB	: 22
1800.10/916.51	c number of reductions to clauses (during analyze)	: 0
1800.10/916.51	c number of learned constraints concerned by reduction	: 0
1800.10/916.51	c number of learning phase by resolution	: 0
1800.10/916.51	c number of learning phase by cutting planes	: 0
1800.10/916.51	c speed (assignments/second)	: 735383.3448561338
1800.10/916.51	c non guided choices	4667949
1800.10/916.53	c learnt constraints type 
1800.10/916.53	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 45072
1800.10/916.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 698
1800.10/916.53	c constraints type 
1800.10/916.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773802
1800.10/916.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 3527
1800.10/916.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235585
1800.10/916.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110292
1800.10/916.53	c constraints type 
1800.10/916.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235585
1800.10/916.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773802
1800.10/916.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3527
1800.10/916.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110292
1800.10/916.53	s UNKNOWN
1800.10/916.53	c Total wall clock time (in seconds): 916.421

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-3740835-1338760248/watcher-3740835-1338760248 -o /tmp/evaluation-result-3740835-1338760248/solver-3740835-1338760248 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3740835-1338760248.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: 3.92 3.87 3.77 4/196 7530
/proc/meminfo: memFree=26752832/32873852 swapFree=6856/6856
[pid=7530] ppid=7528 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/7530/stat : 7530 (java6) D 7528 7530 4574 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 342150785 9515008 183 33554432000 1073741824 1073778376 140736990479216 140736990470248 273448517301 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/7530/statm: 2323 183 140 9 0 71 0

[startup+0.0984081 s]
/proc/loadavg: 3.92 3.87 3.77 4/196 7530
/proc/meminfo: memFree=26752832/32873852 swapFree=6856/6856
[pid=7530] ppid=7528 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/7530/stat : 7530 (java) S 7528 7530 4574 0 -1 4202496 4687 0 1 0 8 1 0 0 20 0 18 0 342150785 2764726272 6392 33554432000 1073741824 1073778376 140735318524672 140735318515808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7530/statm: 674982 6393 2095 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.100322 s]
/proc/loadavg: 3.92 3.87 3.77 4/196 7530
/proc/meminfo: memFree=26752832/32873852 swapFree=6856/6856
[pid=7530] ppid=7528 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/7530/stat : 7530 (java) S 7528 7530 4574 0 -1 4202496 4710 0 1 0 8 1 0 0 20 0 18 0 342150785 2764726272 6414 33554432000 1073741824 1073778376 140735318524672 140735318515808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7530/statm: 674982 6414 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300257 s]
/proc/loadavg: 3.92 3.87 3.77 4/196 7530
/proc/meminfo: memFree=26752832/32873852 swapFree=6856/6856
[pid=7530] ppid=7528 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/7530/stat : 7530 (java) S 7528 7530 4574 0 -1 4202496 5817 0 1 0 45 2 0 0 20 0 18 0 342150785 2764726272 10724 33554432000 1073741824 1073778376 140735318524672 140735318515808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7530/statm: 674982 10724 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700275 s]
/proc/loadavg: 3.92 3.87 3.77 4/196 7530
/proc/meminfo: memFree=26752832/32873852 swapFree=6856/6856
[pid=7530] ppid=7528 vsize=2699928 CPUtime=1.26 cores=1,3,5,7
/proc/7530/stat : 7530 (java) S 7528 7530 4574 0 -1 4202496 11575 0 1 0 119 7 0 0 20 0 18 0 342150785 2764726272 60282 33554432000 1073741824 1073778376 140735318524672 140735318515808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7530/statm: 674982 60282 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 2699928

[startup+1.50069 s]
/proc/loadavg: 3.92 3.87 3.77 4/214 7548
/proc/meminfo: memFree=26354144/32873852 swapFree=6856/6856
[pid=7530] ppid=7528 vsize=2699928 CPUtime=2.4 cores=1,3,5,7
/proc/7530/stat : 7530 (java) S 7528 7530 4574 0 -1 4202496 11806 0 1 0 221 19 0 0 20 0 18 0 342150785 2764726272 112539 33554432000 1073741824 1073778376 140735318524672 140735318515808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7530/statm: 674982 112539 2248 9 0 665676 0
[pid=7530/tid=7532] ppid=7528 vsize=2699928 CPUtime=1.36 cores=1,3,5,7
/proc/7530/task/7532/stat : 7532 (java) S 7528 7530 4574 0 -1 4202560 2954 0 1 0 127 9 0 0 20 0 18 0 342150786 2764726272 112539 33554432000 1073741824 1073778376 140735318524672 140509677374712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7533] ppid=7528 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/7530/task/7533/stat : 7533 (java) R 7528 7530 4574 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 18 0 342150787 2764726272 112539 33554432000 1073741824 1073778376 140735318524672 140509661657896 273448471687 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7534] ppid=7528 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/7530/task/7534/stat : 7534 (java) R 7528 7530 4574 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 342150787 2764726272 112539 33554432000 1073741824 1073778376 140735318524672 140509660605272 140509679847105 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7535] ppid=7528 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/7530/task/7535/stat : 7535 (java) R 7528 7530 4574 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 342150787 2764726272 112539 33554432000 1073741824 1073778376 140735318524672 140509659552832 140509679847097 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7536] ppid=7528 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/7530/task/7536/stat : 7536 (java) R 7528 7530 4574 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 18 0 342150787 2764726272 112539 33554432000 1073741824 1073778376 140735318524672 140509658500136 273448471687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7537] ppid=7528 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/7530/task/7537/stat : 7537 (java) R 7528 7530 4574 0 -1 4202560 23 0 0 0 4 1 0 0 20 0 18 0 342150787 2764726272 112539 33554432000 1073741824 1073778376 140735318524672 140509657446872 273448471687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7538] ppid=7528 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/7530/task/7538/stat : 7538 (java) R 7528 7530 4574 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 18 0 342150787 2764726272 112539 33554432000 1073741824 1073778376 140735318524672 140509656394024 273448471687 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7530/tid=7539] ppid=7528 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/7530/task/7539/stat : 7539 (java) R 7528 7530 4574 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 342150787 2764726272 112539 33554432000 1073741824 1073778376 140735318524672 140509655341736 140509684871415 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7530/tid=7540] ppid=7528 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/7530/task/7540/stat : 7540 (java) R 7528 7530 4574 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 342150787 2764726272 112539 33554432000 1073741824 1073778376 140735318524672 140509536315944 273448471687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7541] ppid=7528 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7541/stat : 7541 (java) S 7528 7530 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342150789 2764726272 112539 33554432000 1073741824 1073778376 140735318524672 140509524117128 273451889724 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7542] ppid=7528 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7542/stat : 7542 (java) S 7528 7530 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342150789 2764726272 112539 33554432000 1073741824 1073778376 140735318524672 140509523064312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7543] ppid=7528 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7543/stat : 7543 (java) S 7528 7530 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342150789 2764726272 112539 33554432000 1073741824 1073778376 140735318524672 140509522011912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7544] ppid=7528 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7544/stat : 7544 (java) S 7528 7530 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342150791 2764726272 112539 33554432000 1073741824 1073778376 140735318524672 140509520960400 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7545] ppid=7528 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/7530/task/7545/stat : 7545 (java) S 7528 7530 4574 0 -1 4202560 3220 0 0 0 28 2 0 0 20 0 18 0 342150791 2764726272 112539 33554432000 1073741824 1073778376 140735318524672 140508781340856 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7546] ppid=7528 vsize=2699928 CPUtime=0.31 cores=1,3,5,7
/proc/7530/task/7546/stat : 7546 (java) S 7528 7530 4574 0 -1 4202560 4302 0 0 0 31 0 0 0 20 0 18 0 342150791 2764726272 112539 33554432000 1073741824 1073778376 140735318524672 140508780288056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7547] ppid=7528 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7547/stat : 7547 (java) S 7528 7530 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342150791 2764726272 112539 33554432000 1073741824 1073778376 140735318524672 140508779235960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7548] ppid=7528 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7548/stat : 7548 (java) S 7528 7530 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342150791 2764726272 112539 33554432000 1073741824 1073778376 140735318524672 140508778183368 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 2699928

[startup+3.10076 s]
/proc/loadavg: 3.85 3.85 3.76 4/214 7548
/proc/meminfo: memFree=26273900/32873852 swapFree=6856/6856
[pid=7530] ppid=7528 vsize=2699928 CPUtime=4.56 cores=1,3,5,7
/proc/7530/stat : 7530 (java) S 7528 7530 4574 0 -1 4202496 11983 0 1 0 424 32 0 0 20 0 18 0 342150785 2764726272 130485 33554432000 1073741824 1073778376 140735318524672 140735318515808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7530/statm: 674982 130485 2248 9 0 665676 0
[pid=7530/tid=7532] ppid=7528 vsize=2699928 CPUtime=2.78 cores=1,3,5,7
/proc/7530/task/7532/stat : 7532 (java) R 7528 7530 4574 0 -1 4202560 2957 0 1 0 269 9 0 0 20 0 18 0 342150786 2764726272 130485 33554432000 1073741824 1073778376 140735318524672 140509677367264 273451902221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7533] ppid=7528 vsize=2699928 CPUtime=0.22 cores=1,3,5,7
/proc/7530/task/7533/stat : 7533 (java) S 7528 7530 4574 0 -1 4202560 67 0 0 0 17 5 0 0 20 0 18 0 342150787 2764726272 130485 33554432000 1073741824 1073778376 140735318524672 140509661657896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7534] ppid=7528 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/7530/task/7534/stat : 7534 (java) S 7528 7530 4574 0 -1 4202560 21 0 0 0 5 1 0 0 20 0 18 0 342150787 2764726272 130485 33554432000 1073741824 1073778376 140735318524672 140509660605096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7535] ppid=7528 vsize=2699928 CPUtime=0.13 cores=1,3,5,7
/proc/7530/task/7535/stat : 7535 (java) S 7528 7530 4574 0 -1 4202560 40 0 0 0 10 3 0 0 20 0 18 0 342150787 2764726272 130485 33554432000 1073741824 1073778376 140735318524672 140509659552808 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7536] ppid=7528 vsize=2699928 CPUtime=0.12 cores=1,3,5,7
/proc/7530/task/7536/stat : 7536 (java) S 7528 7530 4574 0 -1 4202560 46 0 0 0 9 3 0 0 20 0 18 0 342150787 2764726272 130485 33554432000 1073741824 1073778376 140735318524672 140509658500008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7530/tid=7537] ppid=7528 vsize=2699928 CPUtime=0.12 cores=1,3,5,7
/proc/7530/task/7537/stat : 7537 (java) S 7528 7530 4574 0 -1 4202560 41 0 0 0 9 3 0 0 20 0 18 0 342150787 2764726272 130485 33554432000 1073741824 1073778376 140735318524672 140509657446696 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7538] ppid=7528 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/7530/task/7538/stat : 7538 (java) S 7528 7530 4574 0 -1 4202560 32 0 0 0 8 3 0 0 20 0 18 0 342150787 2764726272 130485 33554432000 1073741824 1073778376 140735318524672 140509656393896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7539] ppid=7528 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/7530/task/7539/stat : 7539 (java) S 7528 7530 4574 0 -1 4202560 32 0 0 0 7 2 0 0 20 0 18 0 342150787 2764726272 130485 33554432000 1073741824 1073778376 140735318524672 140509655341608 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7540] ppid=7528 vsize=2699928 CPUtime=0.14 cores=1,3,5,7
/proc/7530/task/7540/stat : 7540 (java) S 7528 7530 4574 0 -1 4202560 39 0 0 0 11 3 0 0 20 0 18 0 342150787 2764726272 130485 33554432000 1073741824 1073778376 140735318524672 140509536315816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7530/tid=7541] ppid=7528 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7541/stat : 7541 (java) S 7528 7530 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342150789 2764726272 130485 33554432000 1073741824 1073778376 140735318524672 140509524118248 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7542] ppid=7528 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7542/stat : 7542 (java) S 7528 7530 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342150789 2764726272 130485 33554432000 1073741824 1073778376 140735318524672 140509523064312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7543] ppid=7528 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7543/stat : 7543 (java) S 7528 7530 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342150789 2764726272 130485 33554432000 1073741824 1073778376 140735318524672 140509522011912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7544] ppid=7528 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7544/stat : 7544 (java) S 7528 7530 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342150791 2764726272 130485 33554432000 1073741824 1073778376 140735318524672 140509520960400 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7545] ppid=7528 vsize=2699928 CPUtime=0.32 cores=1,3,5,7
/proc/7530/task/7545/stat : 7545 (java) S 7528 7530 4574 0 -1 4202560 3224 0 0 0 30 2 0 0 20 0 18 0 342150791 2764726272 130485 33554432000 1073741824 1073778376 140735318524672 140508781340856 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7546] ppid=7528 vsize=2699928 CPUtime=0.34 cores=1,3,5,7
/proc/7530/task/7546/stat : 7546 (java) S 7528 7530 4574 0 -1 4202560 4302 0 0 0 34 0 0 0 20 0 18 0 342150791 2764726272 130485 33554432000 1073741824 1073778376 140735318524672 140508780288056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7547] ppid=7528 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7547/stat : 7547 (java) S 7528 7530 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342150791 2764726272 130485 33554432000 1073741824 1073778376 140735318524672 140508779235960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7548] ppid=7528 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7548/stat : 7548 (java) S 7528 7530 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342150791 2764726272 130485 33554432000 1073741824 1073778376 140735318524672 140508778183368 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 2699928

[startup+6.30076 s]
/proc/loadavg: 3.85 3.85 3.76 4/214 7548
/proc/meminfo: memFree=26113724/32873852 swapFree=6856/6856
[pid=7530] ppid=7528 vsize=2699928 CPUtime=9.77 cores=1,3,5,7
/proc/7530/stat : 7530 (java) S 7528 7530 4574 0 -1 4202496 13242 0 1 0 921 56 0 0 20 0 18 0 342150785 2764726272 172213 33554432000 1073741824 1073778376 140735318524672 140735318515808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7530/statm: 674982 172213 2248 9 0 665676 0
[pid=7530/tid=7532] ppid=7528 vsize=2699928 CPUtime=5.29 cores=1,3,5,7
/proc/7530/task/7532/stat : 7532 (java) R 7528 7530 4574 0 -1 4202560 2966 0 1 0 517 12 0 0 20 0 18 0 342150786 2764726272 172213 33554432000 1073741824 1073778376 140735318524672 140509677374504 273451902221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7533] ppid=7528 vsize=2699928 CPUtime=0.63 cores=1,3,5,7
/proc/7530/task/7533/stat : 7533 (java) S 7528 7530 4574 0 -1 4202560 170 0 0 0 55 8 0 0 20 0 18 0 342150787 2764726272 172213 33554432000 1073741824 1073778376 140735318524672 140509661657896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7534] ppid=7528 vsize=2699928 CPUtime=0.35 cores=1,3,5,7
/proc/7530/task/7534/stat : 7534 (java) S 7528 7530 4574 0 -1 4202560 96 0 0 0 31 4 0 0 20 0 18 0 342150787 2764726272 172213 33554432000 1073741824 1073778376 140735318524672 140509660605096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7530/tid=7535] ppid=7528 vsize=2699928 CPUtime=0.5 cores=1,3,5,7
/proc/7530/task/7535/stat : 7535 (java) S 7528 7530 4574 0 -1 4202560 137 0 0 0 44 6 0 0 20 0 18 0 342150787 2764726272 172213 33554432000 1073741824 1073778376 140735318524672 140509659552808 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7536] ppid=7528 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/7530/task/7536/stat : 7536 (java) S 7528 7530 4574 0 -1 4202560 117 0 0 0 41 6 0 0 20 0 18 0 342150787 2764726272 172213 33554432000 1073741824 1073778376 140735318524672 140509658500008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7530/tid=7537] ppid=7528 vsize=2699928 CPUtime=0.42 cores=1,3,5,7
/proc/7530/task/7537/stat : 7537 (java) S 7528 7530 4574 0 -1 4202560 316 0 0 0 37 5 0 0 20 0 18 0 342150787 2764726272 172213 33554432000 1073741824 1073778376 140735318524672 140509657446696 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7538] ppid=7528 vsize=2699928 CPUtime=0.53 cores=1,3,5,7
/proc/7530/task/7538/stat : 7538 (java) S 7528 7530 4574 0 -1 4202560 392 0 0 0 46 7 0 0 20 0 18 0 342150787 2764726272 172213 33554432000 1073741824 1073778376 140735318524672 140509656393896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7539] ppid=7528 vsize=2699928 CPUtime=0.33 cores=1,3,5,7
/proc/7530/task/7539/stat : 7539 (java) S 7528 7530 4574 0 -1 4202560 107 0 0 0 29 4 0 0 20 0 18 0 342150787 2764726272 172213 33554432000 1073741824 1073778376 140735318524672 140509655341608 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7540] ppid=7528 vsize=2699928 CPUtime=0.46 cores=1,3,5,7
/proc/7530/task/7540/stat : 7540 (java) S 7528 7530 4574 0 -1 4202560 233 0 0 0 40 6 0 0 20 0 18 0 342150787 2764726272 172213 33554432000 1073741824 1073778376 140735318524672 140509536315816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7530/tid=7541] ppid=7528 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7541/stat : 7541 (java) S 7528 7530 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342150789 2764726272 172213 33554432000 1073741824 1073778376 140735318524672 140509524118248 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7542] ppid=7528 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7542/stat : 7542 (java) S 7528 7530 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342150789 2764726272 172213 33554432000 1073741824 1073778376 140735318524672 140509523064312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7543] ppid=7528 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7543/stat : 7543 (java) S 7528 7530 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342150789 2764726272 172213 33554432000 1073741824 1073778376 140735318524672 140509522011912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7544] ppid=7528 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7544/stat : 7544 (java) S 7528 7530 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342150791 2764726272 172213 33554432000 1073741824 1073778376 140735318524672 140509520960400 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7545] ppid=7528 vsize=2699928 CPUtime=0.32 cores=1,3,5,7
/proc/7530/task/7545/stat : 7545 (java) S 7528 7530 4574 0 -1 4202560 3224 0 0 0 30 2 0 0 20 0 18 0 342150791 2764726272 172213 33554432000 1073741824 1073778376 140735318524672 140508781340856 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7546] ppid=7528 vsize=2699928 CPUtime=0.35 cores=1,3,5,7
/proc/7530/task/7546/stat : 7546 (java) S 7528 7530 4574 0 -1 4202560 4302 0 0 0 35 0 0 0 20 0 18 0 342150791 2764726272 172213 33554432000 1073741824 1073778376 140735318524672 140508780288056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7547] ppid=7528 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7547/stat : 7547 (java) S 7528 7530 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342150791 2764726272 172213 33554432000 1073741824 1073778376 140735318524672 140508779235960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7548] ppid=7528 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7548/stat : 7548 (java) S 7528 7530 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342150791 2764726272 172213 33554432000 1073741824 1073778376 140735318524672 140508778183368 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.77
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 3.80 3.84 3.76 5/218 7552
/proc/meminfo: memFree=25936928/32873852 swapFree=6856/6856
[pid=7530] ppid=7528 vsize=2966184 CPUtime=23.19 cores=1,3,5,7
/proc/7530/stat : 7530 (java) S 7528 7530 4574 0 -1 4202496 19444 0 1 0 2249 70 0 0 20 0 22 0 342150785 3037372416 205693 33554432000 1073741824 1073778376 140735318524672 140735318515808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7530/statm: 741546 205693 2270 9 0 732240 0
[pid=7530/tid=7532] ppid=7528 vsize=2966184 CPUtime=6.87 cores=1,3,5,7

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

[pid=7530/tid=7550] ppid=7528 vsize=2966184 CPUtime=758.28 cores=1,3,5,7
/proc/7530/task/7550/stat : 7550 (java) R 7528 7530 4574 0 -1 4202560 293 0 0 0 75814 14 0 0 20 0 22 0 342151602 3037372416 262911 33554432000 1073741824 1073778376 140735318524672 140508776074912 140509537088209 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7551] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7551/stat : 7551 (java) S 7528 7530 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342151605 3037372416 262911 33554432000 1073741824 1073778376 140735318524672 140508775024296 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7552] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7552/stat : 7552 (java) S 7528 7530 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342151605 3037372416 262911 33554432000 1073741824 1073778376 140735318524672 140508773971496 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1613.57
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 2.91 3.25 3.53 3/213 7655
/proc/meminfo: memFree=24698564/32873852 swapFree=6856/6856
[pid=7530] ppid=7528 vsize=2966184 CPUtime=1731.15 cores=1,3,5,7
/proc/7530/stat : 7530 (java) S 7528 7530 4574 0 -1 4202496 213220 0 1 0 172903 212 0 0 20 0 22 0 342150785 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140735318515808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7530/statm: 741546 275561 2282 9 0 732240 0
[pid=7530/tid=7532] ppid=7528 vsize=2966184 CPUtime=6.9 cores=1,3,5,7
/proc/7530/task/7532/stat : 7532 (java) S 7528 7530 4574 0 -1 4202560 3017 0 1 0 676 14 0 0 20 0 22 0 342150786 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140509677376376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7533] ppid=7528 vsize=2966184 CPUtime=6.11 cores=1,3,5,7
/proc/7530/task/7533/stat : 7533 (java) S 7528 7530 4574 0 -1 4202560 422 0 0 0 597 14 0 0 20 0 22 0 342150787 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140509661657896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7530/tid=7534] ppid=7528 vsize=2966184 CPUtime=5.65 cores=1,3,5,7
/proc/7530/task/7534/stat : 7534 (java) S 7528 7530 4574 0 -1 4202560 374 0 0 0 553 12 0 0 20 0 22 0 342150787 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140509660605096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7530/tid=7535] ppid=7528 vsize=2966184 CPUtime=5.67 cores=1,3,5,7
/proc/7530/task/7535/stat : 7535 (java) S 7528 7530 4574 0 -1 4202560 397 0 0 0 555 12 0 0 20 0 22 0 342150787 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140509659552808 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7536] ppid=7528 vsize=2966184 CPUtime=5.75 cores=1,3,5,7
/proc/7530/task/7536/stat : 7536 (java) S 7528 7530 4574 0 -1 4202560 412 0 0 0 561 14 0 0 20 0 22 0 342150787 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140509658500008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7537] ppid=7528 vsize=2966184 CPUtime=6.22 cores=1,3,5,7
/proc/7530/task/7537/stat : 7537 (java) S 7528 7530 4574 0 -1 4202560 387 0 0 0 610 12 0 0 20 0 22 0 342150787 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140509657446696 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7538] ppid=7528 vsize=2966184 CPUtime=5.84 cores=1,3,5,7
/proc/7530/task/7538/stat : 7538 (java) S 7528 7530 4574 0 -1 4202560 465 0 0 0 569 15 0 0 20 0 22 0 342150787 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140509656393896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7530/tid=7539] ppid=7528 vsize=2966184 CPUtime=5.24 cores=1,3,5,7
/proc/7530/task/7539/stat : 7539 (java) S 7528 7530 4574 0 -1 4202560 362 0 0 0 513 11 0 0 20 0 22 0 342150787 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140509655341608 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7540] ppid=7528 vsize=2966184 CPUtime=5.89 cores=1,3,5,7
/proc/7530/task/7540/stat : 7540 (java) S 7528 7530 4574 0 -1 4202560 378 0 0 0 576 13 0 0 20 0 22 0 342150787 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140509536315816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7541] ppid=7528 vsize=2966184 CPUtime=48.92 cores=1,3,5,7
/proc/7530/task/7541/stat : 7541 (java) R 7528 7530 4574 0 -1 4202560 192206 0 0 0 4825 67 0 0 20 0 22 0 342150789 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140509524117104 140509684232263 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7542] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7542/stat : 7542 (java) S 7528 7530 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342150789 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140509523064312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7543] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7543/stat : 7543 (java) S 7528 7530 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342150789 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140509522011912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7544] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7544/stat : 7544 (java) S 7528 7530 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342150791 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140509520960400 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7545] ppid=7528 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/7530/task/7545/stat : 7545 (java) S 7528 7530 4574 0 -1 4202560 3832 0 0 0 97 2 0 0 20 0 22 0 342150791 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140508781340856 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7546] ppid=7528 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/7530/task/7546/stat : 7546 (java) S 7528 7530 4574 0 -1 4202560 9132 0 0 0 121 2 0 0 20 0 22 0 342150791 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140508780288056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7547] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7547/stat : 7547 (java) S 7528 7530 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342150791 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140508779235960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7548] ppid=7528 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/7530/task/7548/stat : 7548 (java) S 7528 7530 4574 0 -1 4202560 50 0 0 0 23 22 0 0 20 0 22 0 342150791 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140508778183368 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 30 0 0
[pid=7530/tid=7549] ppid=7528 vsize=2966184 CPUtime=813.37 cores=1,3,5,7
/proc/7530/task/7549/stat : 7549 (java) S 7528 7530 4574 0 -1 4202560 287 0 0 0 81322 15 0 0 20 0 22 0 342151602 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140508777128776 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7550] ppid=7528 vsize=2966184 CPUtime=813.41 cores=1,3,5,7
/proc/7530/task/7550/stat : 7550 (java) S 7528 7530 4574 0 -1 4202560 311 0 0 0 81326 15 0 0 20 0 22 0 342151602 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140508776074280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7551] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7551/stat : 7551 (java) S 7528 7530 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342151605 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140508775024296 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7552] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7552/stat : 7552 (java) S 7528 7530 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342151605 3037372416 275561 33554432000 1073741824 1073778376 140735318524672 140508773971496 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1731.15
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.501 s]
/proc/loadavg: 2.94 3.22 3.51 4/213 7655
/proc/meminfo: memFree=24715552/32873852 swapFree=6856/6856
[pid=7530] ppid=7528 vsize=2966184 CPUtime=1800.1 cores=1,3,5,7
/proc/7530/stat : 7530 (java) S 7528 7530 4574 0 -1 4202496 213241 0 1 0 179796 214 0 0 20 0 22 0 342150785 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140735318515808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7530/statm: 741546 271103 2282 9 0 732240 0
[pid=7530/tid=7532] ppid=7528 vsize=2966184 CPUtime=6.9 cores=1,3,5,7
/proc/7530/task/7532/stat : 7532 (java) S 7528 7530 4574 0 -1 4202560 3017 0 1 0 676 14 0 0 20 0 22 0 342150786 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509677376664 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7533] ppid=7528 vsize=2966184 CPUtime=6.37 cores=1,3,5,7
/proc/7530/task/7533/stat : 7533 (java) S 7528 7530 4574 0 -1 4202560 422 0 0 0 622 15 0 0 20 0 22 0 342150787 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509661657896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7530/tid=7534] ppid=7528 vsize=2966184 CPUtime=5.84 cores=1,3,5,7
/proc/7530/task/7534/stat : 7534 (java) S 7528 7530 4574 0 -1 4202560 374 0 0 0 572 12 0 0 20 0 22 0 342150787 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509660605096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7535] ppid=7528 vsize=2966184 CPUtime=5.85 cores=1,3,5,7
/proc/7530/task/7535/stat : 7535 (java) S 7528 7530 4574 0 -1 4202560 397 0 0 0 573 12 0 0 20 0 22 0 342150787 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509659552808 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7536] ppid=7528 vsize=2966184 CPUtime=5.95 cores=1,3,5,7
/proc/7530/task/7536/stat : 7536 (java) S 7528 7530 4574 0 -1 4202560 412 0 0 0 581 14 0 0 20 0 22 0 342150787 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509658500008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7530/tid=7537] ppid=7528 vsize=2966184 CPUtime=6.44 cores=1,3,5,7
/proc/7530/task/7537/stat : 7537 (java) S 7528 7530 4574 0 -1 4202560 387 0 0 0 632 12 0 0 20 0 22 0 342150787 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509657446696 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7538] ppid=7528 vsize=2966184 CPUtime=6.01 cores=1,3,5,7
/proc/7530/task/7538/stat : 7538 (java) S 7528 7530 4574 0 -1 4202560 465 0 0 0 586 15 0 0 20 0 22 0 342150787 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509656393896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7539] ppid=7528 vsize=2966184 CPUtime=5.46 cores=1,3,5,7
/proc/7530/task/7539/stat : 7539 (java) S 7528 7530 4574 0 -1 4202560 362 0 0 0 535 11 0 0 20 0 22 0 342150787 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509655341608 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7540] ppid=7528 vsize=2966184 CPUtime=6.09 cores=1,3,5,7
/proc/7530/task/7540/stat : 7540 (java) S 7528 7530 4574 0 -1 4202560 378 0 0 0 596 13 0 0 20 0 22 0 342150787 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509536315816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7541] ppid=7528 vsize=2966184 CPUtime=49.13 cores=1,3,5,7
/proc/7530/task/7541/stat : 7541 (java) S 7528 7530 4574 0 -1 4202560 192208 0 0 0 4846 67 0 0 20 0 22 0 342150789 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509524118248 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7542] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7542/stat : 7542 (java) S 7528 7530 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342150789 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509523064312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7543] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7543/stat : 7543 (java) S 7528 7530 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342150789 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509522011912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7544] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7544/stat : 7544 (java) S 7528 7530 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342150791 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509520960400 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7545] ppid=7528 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/7530/task/7545/stat : 7545 (java) S 7528 7530 4574 0 -1 4202560 3832 0 0 0 97 2 0 0 20 0 22 0 342150791 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140508781340856 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7546] ppid=7528 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/7530/task/7546/stat : 7546 (java) S 7528 7530 4574 0 -1 4202560 9132 0 0 0 121 2 0 0 20 0 22 0 342150791 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140508780288056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7547] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7547/stat : 7547 (java) S 7528 7530 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342150791 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140508779235960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7548] ppid=7528 vsize=2966184 CPUtime=0.47 cores=1,3,5,7
/proc/7530/task/7548/stat : 7548 (java) S 7528 7530 4574 0 -1 4202560 52 0 0 0 24 23 0 0 20 0 22 0 342150791 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140508778183368 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 30 0 0
[pid=7530/tid=7549] ppid=7528 vsize=2966184 CPUtime=846.93 cores=1,3,5,7
/proc/7530/task/7549/stat : 7549 (java) R 7528 7530 4574 0 -1 4202560 293 0 0 0 84678 15 0 0 20 0 22 0 342151602 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140508777126984 140509537212645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7550] ppid=7528 vsize=2966184 CPUtime=846.96 cores=1,3,5,7
/proc/7530/task/7550/stat : 7550 (java) R 7528 7530 4574 0 -1 4202560 322 0 0 0 84681 15 0 0 20 0 22 0 342151602 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140508776074936 140509537322430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7551] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7551/stat : 7551 (java) S 7528 7530 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342151605 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140508775024296 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7552] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7552/stat : 7552 (java) S 7528 7530 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342151605 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140508773971496 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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+916.501 s]
/proc/loadavg: 2.94 3.22 3.51 4/213 7655
/proc/meminfo: memFree=24715552/32873852 swapFree=6856/6856
[pid=7530] ppid=7528 vsize=2966184 CPUtime=1800.1 cores=1,3,5,7
/proc/7530/stat : 7530 (java) S 7528 7530 4574 0 -1 4202496 213241 0 1 0 179796 214 0 0 20 0 22 0 342150785 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140735318515808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7530/statm: 741546 271103 2282 9 0 732240 0
[pid=7530/tid=7532] ppid=7528 vsize=2966184 CPUtime=6.9 cores=1,3,5,7
/proc/7530/task/7532/stat : 7532 (java) S 7528 7530 4574 0 -1 4202560 3017 0 1 0 676 14 0 0 20 0 22 0 342150786 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509677376664 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7533] ppid=7528 vsize=2966184 CPUtime=6.37 cores=1,3,5,7
/proc/7530/task/7533/stat : 7533 (java) S 7528 7530 4574 0 -1 4202560 422 0 0 0 622 15 0 0 20 0 22 0 342150787 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509661657896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7530/tid=7534] ppid=7528 vsize=2966184 CPUtime=5.84 cores=1,3,5,7
/proc/7530/task/7534/stat : 7534 (java) S 7528 7530 4574 0 -1 4202560 374 0 0 0 572 12 0 0 20 0 22 0 342150787 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509660605096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7535] ppid=7528 vsize=2966184 CPUtime=5.85 cores=1,3,5,7
/proc/7530/task/7535/stat : 7535 (java) S 7528 7530 4574 0 -1 4202560 397 0 0 0 573 12 0 0 20 0 22 0 342150787 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509659552808 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7536] ppid=7528 vsize=2966184 CPUtime=5.95 cores=1,3,5,7
/proc/7530/task/7536/stat : 7536 (java) S 7528 7530 4574 0 -1 4202560 412 0 0 0 581 14 0 0 20 0 22 0 342150787 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509658500008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7530/tid=7537] ppid=7528 vsize=2966184 CPUtime=6.44 cores=1,3,5,7
/proc/7530/task/7537/stat : 7537 (java) S 7528 7530 4574 0 -1 4202560 387 0 0 0 632 12 0 0 20 0 22 0 342150787 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509657446696 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7538] ppid=7528 vsize=2966184 CPUtime=6.01 cores=1,3,5,7
/proc/7530/task/7538/stat : 7538 (java) S 7528 7530 4574 0 -1 4202560 465 0 0 0 586 15 0 0 20 0 22 0 342150787 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509656393896 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7539] ppid=7528 vsize=2966184 CPUtime=5.46 cores=1,3,5,7
/proc/7530/task/7539/stat : 7539 (java) S 7528 7530 4574 0 -1 4202560 362 0 0 0 535 11 0 0 20 0 22 0 342150787 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509655341608 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7540] ppid=7528 vsize=2966184 CPUtime=6.09 cores=1,3,5,7
/proc/7530/task/7540/stat : 7540 (java) S 7528 7530 4574 0 -1 4202560 378 0 0 0 596 13 0 0 20 0 22 0 342150787 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509536315816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7530/tid=7541] ppid=7528 vsize=2966184 CPUtime=49.13 cores=1,3,5,7
/proc/7530/task/7541/stat : 7541 (java) S 7528 7530 4574 0 -1 4202560 192208 0 0 0 4846 67 0 0 20 0 22 0 342150789 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509524118248 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7542] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7542/stat : 7542 (java) S 7528 7530 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342150789 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509523064312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7543] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7543/stat : 7543 (java) S 7528 7530 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342150789 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509522011912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7544] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7544/stat : 7544 (java) S 7528 7530 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342150791 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140509520960400 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7545] ppid=7528 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/7530/task/7545/stat : 7545 (java) S 7528 7530 4574 0 -1 4202560 3832 0 0 0 97 2 0 0 20 0 22 0 342150791 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140508781340856 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7546] ppid=7528 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/7530/task/7546/stat : 7546 (java) S 7528 7530 4574 0 -1 4202560 9132 0 0 0 121 2 0 0 20 0 22 0 342150791 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140508780288056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7547] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7547/stat : 7547 (java) S 7528 7530 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342150791 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140508779235960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7548] ppid=7528 vsize=2966184 CPUtime=0.47 cores=1,3,5,7
/proc/7530/task/7548/stat : 7548 (java) S 7528 7530 4574 0 -1 4202560 52 0 0 0 24 23 0 0 20 0 22 0 342150791 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140508778183368 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 30 0 0
[pid=7530/tid=7549] ppid=7528 vsize=2966184 CPUtime=846.93 cores=1,3,5,7
/proc/7530/task/7549/stat : 7549 (java) R 7528 7530 4574 0 -1 4202560 293 0 0 0 84678 15 0 0 20 0 22 0 342151602 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140508777126984 140509537212645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7530/tid=7550] ppid=7528 vsize=2966184 CPUtime=846.96 cores=1,3,5,7
/proc/7530/task/7550/stat : 7550 (java) R 7528 7530 4574 0 -1 4202560 322 0 0 0 84681 15 0 0 20 0 22 0 342151602 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140508776074936 140509537322430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7551] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7551/stat : 7551 (java) S 7528 7530 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342151605 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140508775024296 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7530/tid=7552] ppid=7528 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7530/task/7552/stat : 7552 (java) S 7528 7530 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342151605 3037372416 271103 33554432000 1073741824 1073778376 140735318524672 140508773971496 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 916.556
CPU time (s): 1800.98
CPU user time (s): 1798.39
CPU system time (s): 2.59161
CPU usage (%): 196.494
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.39
system time used= 2.59161
maximum resident set size= 1102244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213279
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38347
involuntary context switches= 75339

runsolver used 3.64245 second user time and 8.98163 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 23:50:49
IDJOB=3740835
IDBENCH=89637
IDSOLVER=2324
FILE ID=node128/3740835-1338760248
RUNJOBID= node128-1338749491-4591
PBS_JOBID= 14636803
Free space on /tmp= 70368 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-146.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740835-1338760248/watcher-3740835-1338760248 -o /tmp/evaluation-result-3740835-1338760248/solver-3740835-1338760248 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3740835-1338760248.opb

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

MD5SUM BENCH= 132271a8a55b01af9ffef359148ae5e1
RANDOM SEED=1098775094

node128.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.389
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.77
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.389
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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        26753212 kB
Buffers:          554304 kB
Cached:          3819904 kB
SwapCached:          744 kB
Active:          2895584 kB
Inactive:        2325572 kB
Active(anon):     837576 kB
Inactive(anon):    11420 kB
Active(file):    2058008 kB
Inactive(file):  2314152 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:             49912 kB
Writeback:             0 kB
AnonPages:        853012 kB
Mapped:            22352 kB
Shmem:               200 kB
Slab:             759624 kB
SReclaimable:     200720 kB
SUnreclaim:       558904 kB
KernelStack:        1608 kB
PageTables:         5920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1576836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    788480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70032 MiB
End job on node128 at 2012-06-04 00:06:07