Trace number 3740978

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) 1801.15 897.355

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-47.opb
MD5SUM17efc5fe25abdce41d8265867254d297
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 variables10052
Total number of constraints226117
Number of constraints which are clauses203168
Number of constraints which are cardinality constraints (but not clauses)731
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint1
Maximum length of a constraint231
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 232
Number of bits of the biggest sum of numbers8
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.06/0.08	c version 2.2.0.v20100531
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		1349517296
0.06/0.08	c Max memory 		1356595200
0.06/0.08	c Total memory 		1356595200
0.06/0.08	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	
0.08/0.11	c solving HOME/instance-3740978-1338761167.opb
0.08/0.11	c reading problem ... 
2.95/1.94	c ... done. Wall clock time 1.828s.
2.95/1.94	c #vars     10052
2.95/1.94	c #constraints  223404
2.95/1.94	c constraints type 
2.95/1.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 152425
2.95/1.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
2.95/1.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47940
2.95/1.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
2.95/1.94	c constraints type 
2.95/1.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47940
2.95/1.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 152425
2.95/1.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 721
2.95/1.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
10.69/5.14	c cleaning 0 clauses out of 5000 with flag 0/5000
16.99/7.95	c cleaning 2478 clauses out of 5000 with flag 5000/5000
21.27/9.97	c cleaning 0 clauses out of 11001 with flag 0/11001
22.56/10.50	c cleaning 4231 clauses out of 8522 with flag 11000/11000
28.38/13.54	c cleaning 5603 clauses out of 11291 with flag 18000/18000
34.85/16.83	c cleaning 6805 clauses out of 13685 with flag 26000/26000
40.86/19.87	c cleaning 7920 clauses out of 15879 with flag 35001/35001
47.11/23.03	c cleaning 8941 clauses out of 17956 with flag 45000/45000
52.44/25.86	c cleaning 0 clauses out of 18000 with flag 0/18000
54.63/27.05	c cleaning 10004 clauses out of 20015 with flag 56001/56001
61.68/30.67	c cleaning 10984 clauses out of 22010 with flag 68001/68001
71.18/35.43	c cleaning 12008 clauses out of 24025 with flag 81000/81000
81.15/40.54	c cleaning 13008 clauses out of 26017 with flag 95000/95000
91.58/45.82	c cleaning 14003 clauses out of 28009 with flag 110000/110000
104.71/52.43	c cleaning 14850 clauses out of 30008 with flag 126002/126002
117.85/59.03	c cleaning 0 clauses out of 26000 with flag 0/26000
119.92/60.27	c cleaning 16073 clauses out of 32156 with flag 143000/143000
136.05/68.35	c cleaning 17036 clauses out of 34084 with flag 161001/161001
156.22/78.45	c cleaning 18012 clauses out of 36047 with flag 180000/180000
170.33/85.51	c cleaning 19013 clauses out of 38035 with flag 200000/200000
186.54/93.70	c cleaning 19880 clauses out of 40022 with flag 221000/221000
207.29/104.17	c cleaning 21017 clauses out of 42143 with flag 243001/243001
219.59/110.38	c cleaning 22045 clauses out of 44124 with flag 266000/266000
234.50/117.83	c cleaning 22997 clauses out of 46079 with flag 290000/290000
249.88/125.61	c cleaning 23985 clauses out of 48081 with flag 315000/315000
270.64/136.00	c cleaning 24932 clauses out of 50096 with flag 341000/341000
290.38/145.94	c cleaning 26073 clauses out of 52166 with flag 368003/368003
306.10/153.90	c cleaning 0 clauses out of 35000 with flag 0/35000
314.77/158.34	c cleaning 26981 clauses out of 54091 with flag 396001/396001
332.70/167.31	c cleaning 28015 clauses out of 56111 with flag 425002/425002
354.14/178.09	c cleaning 28883 clauses out of 58092 with flag 455000/455000
391.16/196.50	c cleaning 30095 clauses out of 60211 with flag 486002/486002
423.65/212.81	c cleaning 31013 clauses out of 62116 with flag 518002/518002
451.28/226.66	c cleaning 31961 clauses out of 64102 with flag 551001/551001
496.79/249.20	c cleaning 32950 clauses out of 66140 with flag 585000/585000
526.01/263.82	c cleaning 33929 clauses out of 68190 with flag 620001/620001
558.94/280.40	c cleaning 35055 clauses out of 70260 with flag 656000/656000
593.68/297.62	c cleaning 36082 clauses out of 72205 with flag 693000/693000
622.90/312.26	c cleaning 37044 clauses out of 74124 with flag 731001/731001
674.19/337.78	c cleaning 37895 clauses out of 76079 with flag 770000/770000
684.71/343.14	c cleaning 0 clauses out of 45001 with flag 0/45001
723.06/362.21	c cleaning 38889 clauses out of 78186 with flag 810002/810002
762.54/381.85	c cleaning 39891 clauses out of 80295 with flag 851000/851000
808.21/404.55	c cleaning 41197 clauses out of 82405 with flag 893001/893001
865.62/433.18	c cleaning 42040 clauses out of 84208 with flag 936001/936001
913.21/456.78	c cleaning 42929 clauses out of 86167 with flag 980000/980000
959.88/479.92	c cleaning 44063 clauses out of 88238 with flag 1025000/1025000
1005.34/502.58	c cleaning 44982 clauses out of 90175 with flag 1071000/1071000
1072.33/535.99	c cleaning 45919 clauses out of 92193 with flag 1118000/1118000
1141.45/570.21	c cleaning 47054 clauses out of 94274 with flag 1166000/1166000
1199.34/599.02	c cleaning 48076 clauses out of 96223 with flag 1215003/1215003
1254.16/626.28	c cleaning 49050 clauses out of 98144 with flag 1265000/1265000
1334.52/666.25	c cleaning 49780 clauses out of 100095 with flag 1316001/1316001
1399.79/698.62	c cleaning 51069 clauses out of 102314 with flag 1368000/1368000
1477.92/737.34	c cleaning 51962 clauses out of 104246 with flag 1421001/1421001
1582.61/789.36	c cleaning 53081 clauses out of 106283 with flag 1475000/1475000
1654.92/825.25	c cleaning 53981 clauses out of 108202 with flag 1530000/1530000
1733.53/864.14	c cleaning 54959 clauses out of 110222 with flag 1586001/1586001
1795.18/894.76	c cleaning 0 clauses out of 56000 with flag 0/56000
1800.05/897.31	c starts		: 208
1800.05/897.31	c conflicts		: 1621964
1800.05/897.31	c decisions		: 11742790
1800.05/897.31	c propagations		: 434074651
1800.05/897.31	c inspects		: 4337195587
1800.05/897.31	c learnt literals	: 15
1800.05/897.31	c learnt binary clauses	: 752
1800.05/897.31	c learnt ternary clauses	: 2068
1800.05/897.31	c learnt clauses	: 1621949
1800.05/897.31	c ignored clauses	: 0
1800.05/897.31	c root simplifications	: 0
1800.05/897.31	c removed literals (reason simplification)	: 33386880
1800.05/897.31	c reason swapping (by a shorter reason)	: 0
1800.05/897.31	c Calls to reduceDB	: 52
1800.05/897.31	c number of reductions to clauses (during analyze)	: 0
1800.05/897.31	c number of learned constraints concerned by reduction	: 0
1800.05/897.31	c number of learning phase by resolution	: 0
1800.05/897.31	c number of learning phase by cutting planes	: 0
1800.05/897.31	c speed (assignments/second)	: 484800.28211863723
1800.05/897.31	c non guided choices	858058
1800.05/897.34	c learnt constraints type 
1800.05/897.34	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 90491
1800.05/897.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 752
1800.05/897.34	c constraints type 
1800.05/897.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 152425
1800.05/897.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
1800.05/897.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47940
1800.05/897.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
1800.05/897.34	c constraints type 
1800.05/897.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47940
1800.05/897.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 152425
1800.05/897.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 721
1800.05/897.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
1800.05/897.34	s UNKNOWN
1800.05/897.34	c Total wall clock time (in seconds): 897.229

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-3740978-1338761167/watcher-3740978-1338761167 -o /tmp/evaluation-result-3740978-1338761167/solver-3740978-1338761167 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3740978-1338761167.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.03 3.24 3.52 3/191 7695
/proc/meminfo: memFree=25836592/32873852 swapFree=6856/6856
[pid=7695] ppid=7693 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/7695/stat : 7695 (java6) D 7693 7695 4574 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 342242674 9515008 182 33554432000 1073741824 1073778376 140736898538384 140736898529416 273448517301 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/7695/statm: 2323 182 140 9 0 71 0

[startup+0.0876019 s]
/proc/loadavg: 3.03 3.24 3.52 3/191 7695
/proc/meminfo: memFree=25836592/32873852 swapFree=6856/6856
[pid=7695] ppid=7693 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/7695/stat : 7695 (java) S 7693 7695 4574 0 -1 4202496 3896 0 1 0 5 1 0 0 20 0 18 0 342242674 2764726272 5615 33554432000 1073741824 1073778376 140733983334816 140733983325952 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7695/statm: 674982 5615 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.10028 s]
/proc/loadavg: 3.03 3.24 3.52 3/191 7695
/proc/meminfo: memFree=25836592/32873852 swapFree=6856/6856
[pid=7695] ppid=7693 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/7695/stat : 7695 (java) S 7693 7695 4574 0 -1 4202496 4653 0 1 0 7 1 0 0 20 0 18 0 342242674 2764726272 6363 33554432000 1073741824 1073778376 140733983334816 140733983325952 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7695/statm: 674982 6368 2092 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300265 s]
/proc/loadavg: 3.03 3.24 3.52 3/191 7695
/proc/meminfo: memFree=25836592/32873852 swapFree=6856/6856
[pid=7695] ppid=7693 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/7695/stat : 7695 (java) S 7693 7695 4574 0 -1 4202496 6080 0 1 0 46 1 0 0 20 0 18 0 342242674 2764726272 9184 33554432000 1073741824 1073778376 140733983334816 140733983325952 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7695/statm: 674982 9184 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700273 s]
/proc/loadavg: 3.03 3.24 3.52 3/191 7695
/proc/meminfo: memFree=25836592/32873852 swapFree=6856/6856
[pid=7695] ppid=7693 vsize=2699928 CPUtime=1.27 cores=1,3,5,7
/proc/7695/stat : 7695 (java) S 7693 7695 4574 0 -1 4202496 11388 0 1 0 121 6 0 0 20 0 18 0 342242674 2764726272 49453 33554432000 1073741824 1073778376 140733983334816 140733983325952 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7695/statm: 674982 49453 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 2699928

[startup+1.50075 s]
/proc/loadavg: 3.03 3.24 3.52 3/209 7713
/proc/meminfo: memFree=25481896/32873852 swapFree=6856/6856
[pid=7695] ppid=7693 vsize=2699928 CPUtime=2.26 cores=1,3,5,7
/proc/7695/stat : 7695 (java) S 7693 7695 4574 0 -1 4202496 11575 0 1 0 212 14 0 0 20 0 18 0 342242674 2764726272 102747 33554432000 1073741824 1073778376 140733983334816 140733983325952 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7695/statm: 674982 102747 2248 9 0 665676 0
[pid=7695/tid=7697] ppid=7693 vsize=2699928 CPUtime=1.41 cores=1,3,5,7
/proc/7695/task/7697/stat : 7697 (java) R 7693 7695 4574 0 -1 4202560 2957 0 1 0 133 8 0 0 20 0 18 0 342242675 2764726272 102747 33554432000 1073741824 1073778376 140733983334816 140462728674840 273451902221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7698] ppid=7693 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/7695/task/7698/stat : 7698 (java) S 7693 7695 4574 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 342242676 2764726272 102747 33554432000 1073741824 1073778376 140733983334816 140462712957096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7699] ppid=7693 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/7695/task/7699/stat : 7699 (java) S 7693 7695 4574 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 342242676 2764726272 102747 33554432000 1073741824 1073778376 140733983334816 140462711904552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7700] ppid=7693 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/7695/task/7700/stat : 7700 (java) S 7693 7695 4574 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 342242676 2764726272 102747 33554432000 1073741824 1073778376 140733983334816 140462710852008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7701] ppid=7693 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/7695/task/7701/stat : 7701 (java) S 7693 7695 4574 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 342242676 2764726272 102747 33554432000 1073741824 1073778376 140733983334816 140462709799464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7702] ppid=7693 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/7695/task/7702/stat : 7702 (java) S 7693 7695 4574 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 18 0 342242676 2764726272 102747 33554432000 1073741824 1073778376 140733983334816 140462708746920 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7703] ppid=7693 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/7695/task/7703/stat : 7703 (java) S 7693 7695 4574 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 342242676 2764726272 102747 33554432000 1073741824 1073778376 140733983334816 140462707694376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7704] ppid=7693 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/7695/task/7704/stat : 7704 (java) S 7693 7695 4574 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 342242676 2764726272 102747 33554432000 1073741824 1073778376 140733983334816 140462706641832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7705] ppid=7693 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/7695/task/7705/stat : 7705 (java) S 7693 7695 4574 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 342242676 2764726272 102747 33554432000 1073741824 1073778376 140733983334816 140462705589288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7706] ppid=7693 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7706/stat : 7706 (java) S 7693 7695 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342242678 2764726272 102747 33554432000 1073741824 1073778376 140733983334816 140462693177448 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7707] ppid=7693 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7707/stat : 7707 (java) S 7693 7695 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342242678 2764726272 102747 33554432000 1073741824 1073778376 140733983334816 140462692123768 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7708] ppid=7693 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7708/stat : 7708 (java) S 7693 7695 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342242678 2764726272 102747 33554432000 1073741824 1073778376 140733983334816 140462691071112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7709] ppid=7693 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7709/stat : 7709 (java) S 7693 7695 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342242681 2764726272 102747 33554432000 1073741824 1073778376 140733983334816 140462690019856 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7710] ppid=7693 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/7695/task/7710/stat : 7710 (java) S 7693 7695 4574 0 -1 4202560 2788 0 0 0 29 0 0 0 20 0 18 0 342242681 2764726272 102747 33554432000 1073741824 1073778376 140733983334816 140462688967224 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7711] ppid=7693 vsize=2699928 CPUtime=0.33 cores=1,3,5,7
/proc/7695/task/7711/stat : 7711 (java) S 7693 7695 4574 0 -1 4202560 4581 0 0 0 32 1 0 0 20 0 18 0 342242681 2764726272 102747 33554432000 1073741824 1073778376 140733983334816 140462687914680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7712] ppid=7693 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7712/stat : 7712 (java) S 7693 7695 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342242681 2764726272 102747 33554432000 1073741824 1073778376 140733983334816 140462686862328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7713] ppid=7693 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7713/stat : 7713 (java) S 7693 7695 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342242681 2764726272 102747 33554432000 1073741824 1073778376 140733983334816 140462685809992 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 2699928

[startup+3.10079 s]
/proc/loadavg: 3.03 3.24 3.52 6/213 7717
/proc/meminfo: memFree=25387288/32873852 swapFree=6856/6856
[pid=7695] ppid=7693 vsize=2966184 CPUtime=6.1 cores=1,3,5,7
/proc/7695/stat : 7695 (java) S 7693 7695 4574 0 -1 4202496 13105 0 1 0 583 27 0 0 20 0 22 0 342242674 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140733983325952 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7695/statm: 741546 123407 2267 9 0 732240 0
[pid=7695/tid=7697] ppid=7693 vsize=2966184 CPUtime=1.78 cores=1,3,5,7
/proc/7695/task/7697/stat : 7697 (java) S 7693 7695 4574 0 -1 4202560 2970 0 1 0 169 9 0 0 20 0 22 0 342242675 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462728676504 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7698] ppid=7693 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/7695/task/7698/stat : 7698 (java) S 7693 7695 4574 0 -1 4202560 23 0 0 0 5 2 0 0 20 0 22 0 342242676 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462712957096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7699] ppid=7693 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/7695/task/7699/stat : 7699 (java) S 7693 7695 4574 0 -1 4202560 21 0 0 0 4 2 0 0 20 0 22 0 342242676 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462711904552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7700] ppid=7693 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/7695/task/7700/stat : 7700 (java) S 7693 7695 4574 0 -1 4202560 25 0 0 0 5 1 0 0 20 0 22 0 342242676 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462710852008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7701] ppid=7693 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/7695/task/7701/stat : 7701 (java) S 7693 7695 4574 0 -1 4202560 29 0 0 0 5 2 0 0 20 0 22 0 342242676 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462709799464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7702] ppid=7693 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/7695/task/7702/stat : 7702 (java) S 7693 7695 4574 0 -1 4202560 37 0 0 0 8 4 0 0 20 0 22 0 342242676 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462708746920 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7703] ppid=7693 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/7695/task/7703/stat : 7703 (java) S 7693 7695 4574 0 -1 4202560 30 0 0 0 9 2 0 0 20 0 22 0 342242676 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462707694376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7704] ppid=7693 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/7695/task/7704/stat : 7704 (java) S 7693 7695 4574 0 -1 4202560 37 0 0 0 9 3 0 0 20 0 22 0 342242676 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462706641832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7705] ppid=7693 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/7695/task/7705/stat : 7705 (java) S 7693 7695 4574 0 -1 4202560 33 0 0 0 8 3 0 0 20 0 22 0 342242676 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462705589288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7706] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7706/stat : 7706 (java) S 7693 7695 4574 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342242678 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462693177448 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7707] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7707/stat : 7707 (java) S 7693 7695 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342242678 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462692123768 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7708] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7708/stat : 7708 (java) S 7693 7695 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342242678 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462691071112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7709] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7709/stat : 7709 (java) S 7693 7695 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342242681 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462690019856 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7710] ppid=7693 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/7695/task/7710/stat : 7710 (java) S 7693 7695 4574 0 -1 4202560 3976 0 0 0 70 0 0 0 20 0 22 0 342242681 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462688967224 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7711] ppid=7693 vsize=2966184 CPUtime=0.67 cores=1,3,5,7
/proc/7695/task/7711/stat : 7711 (java) S 7693 7695 4574 0 -1 4202560 4633 0 0 0 65 2 0 0 20 0 22 0 342242681 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462687914680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7712] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7712/stat : 7712 (java) S 7693 7695 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342242681 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462686862328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7713] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7713/stat : 7713 (java) S 7693 7695 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342242681 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462685809992 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7714] ppid=7693 vsize=2966184 CPUtime=1.05 cores=1,3,5,7
/proc/7695/task/7714/stat : 7714 (java) R 7693 7695 4574 0 -1 4202560 25 0 0 0 105 0 0 0 20 0 22 0 342242869 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462684754280 140462560913115 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7715] ppid=7693 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/7695/task/7715/stat : 7715 (java) R 7693 7695 4574 0 -1 4202560 69 0 0 0 104 0 0 0 20 0 22 0 342242869 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462683701496 140462560887417 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7716] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7716/stat : 7716 (java) S 7693 7695 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342242870 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462682649640 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7717] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7717/stat : 7717 (java) S 7693 7695 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342242870 3037372416 123407 33554432000 1073741824 1073778376 140733983334816 140462681597096 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 2966184

[startup+6.30088 s]
/proc/loadavg: 3.51 3.33 3.55 3/213 7717
/proc/meminfo: memFree=25270796/32873852 swapFree=6856/6856
[pid=7695] ppid=7693 vsize=2966184 CPUtime=13.6 cores=1,3,5,7
/proc/7695/stat : 7695 (java) S 7693 7695 4574 0 -1 4202496 19746 0 1 0 1320 40 0 0 20 0 22 0 342242674 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140733983325952 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7695/statm: 741546 144385 2282 9 0 732240 0
[pid=7695/tid=7697] ppid=7693 vsize=2966184 CPUtime=1.78 cores=1,3,5,7
/proc/7695/task/7697/stat : 7697 (java) S 7693 7695 4574 0 -1 4202560 2970 0 1 0 169 9 0 0 20 0 22 0 342242675 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140462728676504 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7698] ppid=7693 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/7695/task/7698/stat : 7698 (java) S 7693 7695 4574 0 -1 4202560 46 0 0 0 15 3 0 0 20 0 22 0 342242676 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140462712957096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7699] ppid=7693 vsize=2966184 CPUtime=0.21 cores=1,3,5,7
/proc/7695/task/7699/stat : 7699 (java) S 7693 7695 4574 0 -1 4202560 50 0 0 0 18 3 0 0 20 0 22 0 342242676 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140462711904552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7700] ppid=7693 vsize=2966184 CPUtime=0.22 cores=1,3,5,7
/proc/7695/task/7700/stat : 7700 (java) S 7693 7695 4574 0 -1 4202560 52 0 0 0 18 4 0 0 20 0 22 0 342242676 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140462710852008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7701] ppid=7693 vsize=2966184 CPUtime=0.23 cores=1,3,5,7
/proc/7695/task/7701/stat : 7701 (java) S 7693 7695 4574 0 -1 4202560 56 0 0 0 20 3 0 0 20 0 22 0 342242676 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140462709799464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7702] ppid=7693 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/7695/task/7702/stat : 7702 (java) S 7693 7695 4574 0 -1 4202560 54 0 0 0 24 5 0 0 20 0 22 0 342242676 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140462708746920 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7703] ppid=7693 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/7695/task/7703/stat : 7703 (java) S 7693 7695 4574 0 -1 4202560 44 0 0 0 17 3 0 0 20 0 22 0 342242676 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140462707694376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7704] ppid=7693 vsize=2966184 CPUtime=0.21 cores=1,3,5,7
/proc/7695/task/7704/stat : 7704 (java) S 7693 7695 4574 0 -1 4202560 58 0 0 0 17 4 0 0 20 0 22 0 342242676 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140462706641832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7705] ppid=7693 vsize=2966184 CPUtime=0.26 cores=1,3,5,7
/proc/7695/task/7705/stat : 7705 (java) S 7693 7695 4574 0 -1 4202560 65 0 0 0 22 4 0 0 20 0 22 0 342242676 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140462705589288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7706] ppid=7693 vsize=2966184 CPUtime=0.22 cores=1,3,5,7
/proc/7695/task/7706/stat : 7706 (java) S 7693 7695 4574 0 -1 4202560 39 0 0 0 22 0 0 0 20 0 22 0 342242678 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140462693177448 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7707] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7707/stat : 7707 (java) S 7693 7695 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342242678 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140462692123768 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7708] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7708/stat : 7708 (java) S 7693 7695 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342242678 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140462691071112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7709] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7709/stat : 7709 (java) S 7693 7695 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342242681 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140462690019856 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7710] ppid=7693 vsize=2966184 CPUtime=0.97 cores=1,3,5,7
/proc/7695/task/7710/stat : 7710 (java) S 7693 7695 4574 0 -1 4202560 7846 0 0 0 95 2 0 0 20 0 22 0 342242681 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140462688967224 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7711] ppid=7693 vsize=2966184 CPUtime=1.24 cores=1,3,5,7
/proc/7695/task/7711/stat : 7711 (java) S 7693 7695 4574 0 -1 4202560 7178 0 0 0 122 2 0 0 20 0 22 0 342242681 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140462687914680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7712] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7712/stat : 7712 (java) S 7693 7695 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342242681 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140462686862328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7713] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7713/stat : 7713 (java) S 7693 7695 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342242681 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140462685809992 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7714] ppid=7693 vsize=2966184 CPUtime=3.72 cores=1,3,5,7
/proc/7695/task/7714/stat : 7714 (java) R 7693 7695 4574 0 -1 4202560 30 0 0 0 372 0 0 0 20 0 22 0 342242869 3037372416 144385 33554432000 1073741824 1073778376 140733983334816 140462684753008 140462560886872 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0

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

[pid=7695/tid=7715] ppid=7693 vsize=2966184 CPUtime=786.89 cores=1,3,5,7
/proc/7695/task/7715/stat : 7715 (java) R 7693 7695 4574 0 -1 4202560 488 0 0 0 78675 14 0 0 20 0 22 0 342242869 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462683700584 140462560911470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7716] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7716/stat : 7716 (java) S 7693 7695 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342242870 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462682649640 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7717] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7717/stat : 7717 (java) S 7693 7695 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342242870 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462681597096 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1649.04
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.59 3.18 3.25 5/218 7786
/proc/meminfo: memFree=26321872/32873852 swapFree=6856/6856
[pid=7695] ppid=7693 vsize=2966184 CPUtime=1770.02 cores=1,3,5,7
/proc/7695/stat : 7695 (java) S 7693 7695 4574 0 -1 4202496 126750 0 1 0 176817 185 0 0 20 0 22 0 342242674 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140733983325952 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7695/statm: 741546 180322 2284 9 0 732240 0
[pid=7695/tid=7697] ppid=7693 vsize=2966184 CPUtime=1.8 cores=1,3,5,7
/proc/7695/task/7697/stat : 7697 (java) S 7693 7695 4574 0 -1 4202560 3000 0 1 0 171 9 0 0 20 0 22 0 342242675 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462728676504 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7698] ppid=7693 vsize=2966184 CPUtime=7.07 cores=1,3,5,7
/proc/7695/task/7698/stat : 7698 (java) S 7693 7695 4574 0 -1 4202560 314 0 0 0 699 8 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462712957096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7699] ppid=7693 vsize=2966184 CPUtime=6.97 cores=1,3,5,7
/proc/7695/task/7699/stat : 7699 (java) S 7693 7695 4574 0 -1 4202560 316 0 0 0 688 9 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462711904552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7700] ppid=7693 vsize=2966184 CPUtime=7.14 cores=1,3,5,7
/proc/7695/task/7700/stat : 7700 (java) S 7693 7695 4574 0 -1 4202560 331 0 0 0 705 9 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462710852008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7701] ppid=7693 vsize=2966184 CPUtime=6.98 cores=1,3,5,7
/proc/7695/task/7701/stat : 7701 (java) S 7693 7695 4574 0 -1 4202560 336 0 0 0 689 9 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462709799464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7702] ppid=7693 vsize=2966184 CPUtime=7.19 cores=1,3,5,7
/proc/7695/task/7702/stat : 7702 (java) S 7693 7695 4574 0 -1 4202560 328 0 0 0 709 10 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462708746920 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7703] ppid=7693 vsize=2966184 CPUtime=6.78 cores=1,3,5,7
/proc/7695/task/7703/stat : 7703 (java) S 7693 7695 4574 0 -1 4202560 311 0 0 0 671 7 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462707694376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7704] ppid=7693 vsize=2966184 CPUtime=6.79 cores=1,3,5,7
/proc/7695/task/7704/stat : 7704 (java) S 7693 7695 4574 0 -1 4202560 326 0 0 0 670 9 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462706641832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7705] ppid=7693 vsize=2966184 CPUtime=6.97 cores=1,3,5,7
/proc/7695/task/7705/stat : 7705 (java) S 7693 7695 4574 0 -1 4202560 334 0 0 0 688 9 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462705589288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7706] ppid=7693 vsize=2966184 CPUtime=19.36 cores=1,3,5,7
/proc/7695/task/7706/stat : 7706 (java) S 7693 7695 4574 0 -1 4202560 98129 0 0 0 1868 68 0 0 20 0 22 0 342242678 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462693177448 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7707] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7707/stat : 7707 (java) S 7693 7695 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342242678 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462692123768 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7708] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7708/stat : 7708 (java) S 7693 7695 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342242678 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462691071112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7709] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7709/stat : 7709 (java) S 7693 7695 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342242681 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462690019856 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7710] ppid=7693 vsize=2966184 CPUtime=1.7 cores=1,3,5,7
/proc/7695/task/7710/stat : 7710 (java) S 7693 7695 4574 0 -1 4202560 13705 0 0 0 168 2 0 0 20 0 22 0 342242681 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462688967224 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7711] ppid=7693 vsize=2966184 CPUtime=1.54 cores=1,3,5,7
/proc/7695/task/7711/stat : 7711 (java) S 7693 7695 4574 0 -1 4202560 7184 0 0 0 152 2 0 0 20 0 22 0 342242681 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462687914680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7712] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7712/stat : 7712 (java) S 7693 7695 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342242681 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462686862328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7713] ppid=7693 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/7695/task/7713/stat : 7713 (java) S 7693 7695 4574 0 -1 4202560 50 0 0 0 21 23 0 0 20 0 22 0 342242681 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462685809992 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7714] ppid=7693 vsize=2966184 CPUtime=844.95 cores=1,3,5,7
/proc/7695/task/7714/stat : 7714 (java) R 7693 7695 4574 0 -1 4202560 390 0 0 0 84478 17 0 0 20 0 22 0 342242869 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462684752424 140462560911754 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7715] ppid=7693 vsize=2966184 CPUtime=845.01 cores=1,3,5,7
/proc/7695/task/7715/stat : 7715 (java) R 7693 7695 4574 0 -1 4202560 509 0 0 0 84486 15 0 0 20 0 22 0 342242869 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462683700496 140462560887417 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7716] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7716/stat : 7716 (java) S 7693 7695 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342242870 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462682649640 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7717] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7717/stat : 7717 (java) S 7693 7695 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342242870 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462681597096 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1770.02
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.301 s]
/proc/loadavg: 3.60 3.20 3.25 4/213 7842
/proc/meminfo: memFree=26315924/32873852 swapFree=6856/6856
[pid=7695] ppid=7693 vsize=2966184 CPUtime=1800.05 cores=1,3,5,7
/proc/7695/stat : 7695 (java) S 7693 7695 4574 0 -1 4202496 128874 0 1 0 179816 189 0 0 20 0 22 0 342242674 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140733983325952 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7695/statm: 741546 180322 2284 9 0 732240 0
[pid=7695/tid=7697] ppid=7693 vsize=2966184 CPUtime=1.8 cores=1,3,5,7
/proc/7695/task/7697/stat : 7697 (java) S 7693 7695 4574 0 -1 4202560 3001 0 1 0 171 9 0 0 20 0 22 0 342242675 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462728676504 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7698] ppid=7693 vsize=2966184 CPUtime=7.2 cores=1,3,5,7
/proc/7695/task/7698/stat : 7698 (java) S 7693 7695 4574 0 -1 4202560 314 0 0 0 712 8 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462712957096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7699] ppid=7693 vsize=2966184 CPUtime=7.06 cores=1,3,5,7
/proc/7695/task/7699/stat : 7699 (java) S 7693 7695 4574 0 -1 4202560 316 0 0 0 697 9 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462711904552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7700] ppid=7693 vsize=2966184 CPUtime=7.23 cores=1,3,5,7
/proc/7695/task/7700/stat : 7700 (java) S 7693 7695 4574 0 -1 4202560 331 0 0 0 714 9 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462710852008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7701] ppid=7693 vsize=2966184 CPUtime=7.11 cores=1,3,5,7
/proc/7695/task/7701/stat : 7701 (java) S 7693 7695 4574 0 -1 4202560 336 0 0 0 702 9 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462709799464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7702] ppid=7693 vsize=2966184 CPUtime=7.33 cores=1,3,5,7
/proc/7695/task/7702/stat : 7702 (java) S 7693 7695 4574 0 -1 4202560 328 0 0 0 723 10 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462708746920 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7703] ppid=7693 vsize=2966184 CPUtime=6.88 cores=1,3,5,7
/proc/7695/task/7703/stat : 7703 (java) S 7693 7695 4574 0 -1 4202560 311 0 0 0 681 7 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462707694376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7704] ppid=7693 vsize=2966184 CPUtime=6.94 cores=1,3,5,7
/proc/7695/task/7704/stat : 7704 (java) S 7693 7695 4574 0 -1 4202560 326 0 0 0 685 9 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462706641832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7705] ppid=7693 vsize=2966184 CPUtime=7.06 cores=1,3,5,7
/proc/7695/task/7705/stat : 7705 (java) S 7693 7695 4574 0 -1 4202560 334 0 0 0 697 9 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462705589288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7706] ppid=7693 vsize=2966184 CPUtime=19.77 cores=1,3,5,7
/proc/7695/task/7706/stat : 7706 (java) S 7693 7695 4574 0 -1 4202560 100241 0 0 0 1906 71 0 0 20 0 22 0 342242678 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462693177448 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7707] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7707/stat : 7707 (java) S 7693 7695 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342242678 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462692123768 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7708] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7708/stat : 7708 (java) S 7693 7695 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342242678 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462691071112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7709] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7709/stat : 7709 (java) S 7693 7695 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342242681 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462690019856 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7710] ppid=7693 vsize=2966184 CPUtime=1.7 cores=1,3,5,7
/proc/7695/task/7710/stat : 7710 (java) S 7693 7695 4574 0 -1 4202560 13705 0 0 0 168 2 0 0 20 0 22 0 342242681 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462688967224 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7711] ppid=7693 vsize=2966184 CPUtime=1.54 cores=1,3,5,7
/proc/7695/task/7711/stat : 7711 (java) S 7693 7695 4574 0 -1 4202560 7184 0 0 0 152 2 0 0 20 0 22 0 342242681 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462687914680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7712] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7712/stat : 7712 (java) S 7693 7695 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342242681 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462686862328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7713] ppid=7693 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/7695/task/7713/stat : 7713 (java) S 7693 7695 4574 0 -1 4202560 50 0 0 0 22 23 0 0 20 0 22 0 342242681 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462685809992 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7714] ppid=7693 vsize=2966184 CPUtime=859.29 cores=1,3,5,7
/proc/7695/task/7714/stat : 7714 (java) R 7693 7695 4574 0 -1 4202560 394 0 0 0 85911 18 0 0 20 0 22 0 342242869 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462684752208 140462560887421 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7715] ppid=7693 vsize=2966184 CPUtime=859.34 cores=1,3,5,7
/proc/7695/task/7715/stat : 7715 (java) R 7693 7695 4574 0 -1 4202560 516 0 0 0 85918 16 0 0 20 0 22 0 342242869 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462683700480 140462560920120 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7716] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7716/stat : 7716 (java) S 7693 7695 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342242870 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462682649640 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7717] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7717/stat : 7717 (java) S 7693 7695 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342242870 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462681597096 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 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+897.301 s]
/proc/loadavg: 3.60 3.20 3.25 4/213 7842
/proc/meminfo: memFree=26315924/32873852 swapFree=6856/6856
[pid=7695] ppid=7693 vsize=2966184 CPUtime=1800.05 cores=1,3,5,7
/proc/7695/stat : 7695 (java) S 7693 7695 4574 0 -1 4202496 128874 0 1 0 179816 189 0 0 20 0 22 0 342242674 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140733983325952 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7695/statm: 741546 180322 2284 9 0 732240 0
[pid=7695/tid=7697] ppid=7693 vsize=2966184 CPUtime=1.8 cores=1,3,5,7
/proc/7695/task/7697/stat : 7697 (java) S 7693 7695 4574 0 -1 4202560 3001 0 1 0 171 9 0 0 20 0 22 0 342242675 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462728676504 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7698] ppid=7693 vsize=2966184 CPUtime=7.2 cores=1,3,5,7
/proc/7695/task/7698/stat : 7698 (java) S 7693 7695 4574 0 -1 4202560 314 0 0 0 712 8 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462712957096 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7699] ppid=7693 vsize=2966184 CPUtime=7.06 cores=1,3,5,7
/proc/7695/task/7699/stat : 7699 (java) S 7693 7695 4574 0 -1 4202560 316 0 0 0 697 9 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462711904552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7700] ppid=7693 vsize=2966184 CPUtime=7.23 cores=1,3,5,7
/proc/7695/task/7700/stat : 7700 (java) S 7693 7695 4574 0 -1 4202560 331 0 0 0 714 9 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462710852008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7701] ppid=7693 vsize=2966184 CPUtime=7.11 cores=1,3,5,7
/proc/7695/task/7701/stat : 7701 (java) S 7693 7695 4574 0 -1 4202560 336 0 0 0 702 9 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462709799464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7702] ppid=7693 vsize=2966184 CPUtime=7.33 cores=1,3,5,7
/proc/7695/task/7702/stat : 7702 (java) S 7693 7695 4574 0 -1 4202560 328 0 0 0 723 10 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462708746920 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7703] ppid=7693 vsize=2966184 CPUtime=6.88 cores=1,3,5,7
/proc/7695/task/7703/stat : 7703 (java) S 7693 7695 4574 0 -1 4202560 311 0 0 0 681 7 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462707694376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7704] ppid=7693 vsize=2966184 CPUtime=6.94 cores=1,3,5,7
/proc/7695/task/7704/stat : 7704 (java) S 7693 7695 4574 0 -1 4202560 326 0 0 0 685 9 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462706641832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7705] ppid=7693 vsize=2966184 CPUtime=7.06 cores=1,3,5,7
/proc/7695/task/7705/stat : 7705 (java) S 7693 7695 4574 0 -1 4202560 334 0 0 0 697 9 0 0 20 0 22 0 342242676 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462705589288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7706] ppid=7693 vsize=2966184 CPUtime=19.77 cores=1,3,5,7
/proc/7695/task/7706/stat : 7706 (java) S 7693 7695 4574 0 -1 4202560 100241 0 0 0 1906 71 0 0 20 0 22 0 342242678 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462693177448 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7695/tid=7707] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7707/stat : 7707 (java) S 7693 7695 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342242678 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462692123768 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7708] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7708/stat : 7708 (java) S 7693 7695 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342242678 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462691071112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7709] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7709/stat : 7709 (java) S 7693 7695 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342242681 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462690019856 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7710] ppid=7693 vsize=2966184 CPUtime=1.7 cores=1,3,5,7
/proc/7695/task/7710/stat : 7710 (java) S 7693 7695 4574 0 -1 4202560 13705 0 0 0 168 2 0 0 20 0 22 0 342242681 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462688967224 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7711] ppid=7693 vsize=2966184 CPUtime=1.54 cores=1,3,5,7
/proc/7695/task/7711/stat : 7711 (java) S 7693 7695 4574 0 -1 4202560 7184 0 0 0 152 2 0 0 20 0 22 0 342242681 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462687914680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7695/tid=7712] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7712/stat : 7712 (java) S 7693 7695 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342242681 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462686862328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7713] ppid=7693 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/7695/task/7713/stat : 7713 (java) S 7693 7695 4574 0 -1 4202560 50 0 0 0 22 23 0 0 20 0 22 0 342242681 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462685809992 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7714] ppid=7693 vsize=2966184 CPUtime=859.29 cores=1,3,5,7
/proc/7695/task/7714/stat : 7714 (java) R 7693 7695 4574 0 -1 4202560 394 0 0 0 85911 18 0 0 20 0 22 0 342242869 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462684752208 140462560887421 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7695/tid=7715] ppid=7693 vsize=2966184 CPUtime=859.34 cores=1,3,5,7
/proc/7695/task/7715/stat : 7715 (java) R 7693 7695 4574 0 -1 4202560 516 0 0 0 85918 16 0 0 20 0 22 0 342242869 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462683700480 140462560920120 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7716] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7716/stat : 7716 (java) S 7693 7695 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342242870 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462682649640 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7695/tid=7717] ppid=7693 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7695/task/7717/stat : 7717 (java) S 7693 7695 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342242870 3037372416 180322 33554432000 1073741824 1073778376 140733983334816 140462681597096 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 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): 897.355
CPU time (s): 1801.15
CPU user time (s): 1798.87
CPU system time (s): 2.28365
CPU usage (%): 200.718
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.87
system time used= 2.28365
maximum resident set size= 729736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128906
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45499
involuntary context switches= 93218

runsolver used 3.35149 second user time and 9.2146 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-04 00:06:08
IDJOB=3740978
IDBENCH=89714
IDSOLVER=2324
FILE ID=node128/3740978-1338761167
RUNJOBID= node128-1338749491-4591
PBS_JOBID= 14636803
Free space on /tmp= 70072 MiB

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

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

MD5SUM BENCH= 17efc5fe25abdce41d8265867254d297
RANDOM SEED=424427512

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:        25836592 kB
Buffers:          554872 kB
Cached:          4144848 kB
SwapCached:          744 kB
Active:          3790664 kB
Inactive:        2348820 kB
Active(anon):    1430740 kB
Inactive(anon):    11420 kB
Active(file):    2359924 kB
Inactive(file):  2337400 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:              9704 kB
Writeback:             0 kB
AnonPages:       1445912 kB
Mapped:            22248 kB
Shmem:               200 kB
Slab:             757572 kB
SReclaimable:     199576 kB
SUnreclaim:       557996 kB
KernelStack:        1560 kB
PageTables:         6868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1572672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1390592 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= 70388 MiB
End job on node128 at 2012-06-04 00:21:07