Trace number 3689590

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.83 926.481

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K99.opb
MD5SUM827b46126fccb5cb8162396480ca6949
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark341.971
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6732
Total number of constraints6932
Number of constraints which are clauses6833
Number of constraints which are cardinality constraints (but not clauses)99
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint99
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3689590-1337883383.opb
0.09/0.13	c reading problem ... 
1.05/0.50	c ... done. Wall clock time 0.373s.
1.05/0.50	c declared #vars     6732
1.05/0.50	c #constraints  6932
1.05/0.50	c constraints type 
1.05/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5557
1.05/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 99
1.05/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.05/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1274
1.05/0.51	c 6932 constraints processed.
1.05/0.51	c constraints type 
1.05/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1274
1.05/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5557
1.05/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 99
1.05/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.05/0.51	c 6932 constraints processed.
4.78/1.78	c cleaning 2485 clauses out of 4985 with flag 5001/5001
7.40/2.91	c cleaning 4222 clauses out of 8490 with flag 11001/11001
10.02/4.26	c cleaning 5603 clauses out of 11252 with flag 18001/18001
13.26/5.88	c cleaning 6733 clauses out of 13635 with flag 26000/26000
17.43/7.98	c cleaning 7897 clauses out of 15894 with flag 35000/35000
21.13/9.84	c cleaning 8944 clauses out of 17993 with flag 45001/45001
25.64/12.13	c cleaning 9940 clauses out of 20038 with flag 56001/56001
30.66/14.78	c cleaning 10950 clauses out of 22092 with flag 68000/68000
36.41/17.75	c cleaning 11929 clauses out of 24132 with flag 81000/81000
44.87/22.05	c cleaning 13002 clauses out of 26202 with flag 95001/95001
50.88/25.15	c cleaning 13988 clauses out of 28195 with flag 110002/110002
57.29/28.46	c cleaning 14967 clauses out of 30202 with flag 126000/126000
64.96/32.44	c cleaning 15885 clauses out of 32232 with flag 143000/143000
73.34/36.76	c cleaning 16975 clauses out of 34343 with flag 161000/161000
83.32/41.87	c cleaning 18028 clauses out of 36363 with flag 180000/180000
92.25/46.41	c cleaning 18994 clauses out of 38325 with flag 200000/200000
102.00/51.51	c cleaning 20038 clauses out of 40328 with flag 221000/221000
112.11/56.80	c cleaning 20925 clauses out of 42290 with flag 243000/243000
124.98/63.38	c cleaning 22010 clauses out of 44365 with flag 266000/266000
137.64/69.80	c cleaning 22921 clauses out of 46354 with flag 290000/290000
159.32/80.99	c cleaning 24182 clauses out of 48432 with flag 315000/315000
179.73/91.34	c cleaning 24780 clauses out of 50250 with flag 341000/341000
192.52/97.99	c cleaning 26013 clauses out of 52468 with flag 368000/368000
210.58/107.27	c cleaning 26961 clauses out of 54457 with flag 396002/396002
228.63/116.67	c cleaning 28080 clauses out of 56495 with flag 425002/425002
249.28/127.20	c cleaning 28995 clauses out of 58411 with flag 455000/455000
287.96/146.87	c cleaning 30138 clauses out of 60416 with flag 486000/486000
310.43/158.93	c cleaning 30950 clauses out of 62276 with flag 518000/518000
330.59/169.51	c cleaning 31913 clauses out of 64328 with flag 551002/551002
346.87/178.08	c cleaning 32508 clauses out of 66410 with flag 585000/585000
364.09/187.16	c cleaning 33149 clauses out of 68900 with flag 620000/620000
383.62/197.45	c cleaning 34307 clauses out of 71751 with flag 656000/656000
388.12/200.58	c cleaning 0 clauses out of 5002 with flag 0/5002
416.98/216.03	c cleaning 35619 clauses out of 74443 with flag 693000/693000
442.30/229.02	c cleaning 36021 clauses out of 76826 with flag 731002/731002
501.15/259.01	c cleaning 37737 clauses out of 79805 with flag 770002/770002
529.03/273.40	c cleaning 38418 clauses out of 82066 with flag 810000/810000
562.04/290.27	c cleaning 38799 clauses out of 84647 with flag 851000/851000
597.21/308.26	c cleaning 40926 clauses out of 87851 with flag 893003/893003
637.65/329.14	c cleaning 41738 clauses out of 89924 with flag 936002/936002
698.30/359.82	c cleaning 42617 clauses out of 92189 with flag 980005/980005
731.18/376.70	c cleaning 43770 clauses out of 94567 with flag 1025000/1025000
768.44/395.89	c cleaning 44719 clauses out of 96798 with flag 1071001/1071001
801.85/413.42	c cleaning 45583 clauses out of 99078 with flag 1118000/1118000
837.03/431.52	c cleaning 46105 clauses out of 101498 with flag 1166003/1166003
875.88/451.55	c cleaning 47541 clauses out of 104388 with flag 1215000/1215000
913.42/470.85	c cleaning 48265 clauses out of 106847 with flag 1265001/1265001
982.15/506.72	c cleaning 49706 clauses out of 109582 with flag 1316001/1316001
1034.01/533.19	c cleaning 50764 clauses out of 111875 with flag 1368000/1368000
1084.71/559.18	c cleaning 52012 clauses out of 114111 with flag 1421000/1421000
1117.68/576.63	c cleaning 52162 clauses out of 116099 with flag 1475000/1475000
1154.36/595.64	c cleaning 52996 clauses out of 118939 with flag 1530003/1530003
1198.87/618.51	c cleaning 54423 clauses out of 121941 with flag 1586001/1586001
1264.58/652.05	c cleaning 55634 clauses out of 124521 with flag 1643004/1643004
1299.51/670.56	c cleaning 56243 clauses out of 126885 with flag 1701002/1701002
1341.00/691.95	c cleaning 57043 clauses out of 129640 with flag 1760000/1760000
1408.32/726.25	c cleaning 58753 clauses out of 132596 with flag 1820000/1820000
1479.63/762.54	c cleaning 59470 clauses out of 134841 with flag 1881000/1881000
1520.17/783.88	c cleaning 60091 clauses out of 137371 with flag 1943000/1943000
1570.80/809.75	c cleaning 61588 clauses out of 140279 with flag 2006000/2006000
1632.10/840.93	c cleaning 62660 clauses out of 142691 with flag 2070001/2070001
1717.18/884.05	c cleaning 63672 clauses out of 145030 with flag 2135000/2135000
1800.13/926.41	c starts		: 209
1800.13/926.41	c conflicts		: 2180913
1800.13/926.41	c decisions		: 19044933
1800.13/926.41	c propagations		: 736240300
1800.13/926.41	c inspects		: 2951983747
1800.13/926.41	c shortcuts		: 0
1800.13/926.41	c learnt literals	: 155
1800.13/926.41	c learnt binary clauses	: 70305
1800.13/926.41	c learnt ternary clauses	: 86819
1800.13/926.41	c learnt constraints	: 2180758
1800.13/926.41	c ignored constraints	: 0
1800.13/926.41	c root simplifications	: 0
1800.13/926.41	c removed literals (reason simplification)	: 54262262
1800.13/926.41	c reason swapping (by a shorter reason)	: 0
1800.13/926.41	c Calls to reduceDB	: 61
1800.13/926.41	c number of reductions to clauses (during analyze)	: 0
1800.13/926.41	c number of learned constraints concerned by reduction	: 0
1800.13/926.41	c number of learning phase by resolution	: 0
1800.13/926.41	c number of learning phase by cutting planes	: 0
1800.13/926.41	c speed (assignments/second)	: 795179.9036375163
1800.13/926.41	c non guided choices	7410
1800.13/926.46	c learnt constraints type 
1800.13/926.46	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 70305
1800.13/926.46	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 56989
1800.13/926.46	c constraints type 
1800.13/926.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5557
1800.13/926.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 99
1800.13/926.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.13/926.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1274
1800.13/926.46	c 6932 constraints processed.
1800.13/926.46	c constraints type 
1800.13/926.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1274
1800.13/926.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5557
1800.13/926.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 99
1800.13/926.46	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.13/926.46	c 6932 constraints processed.
1800.13/926.46	s UNKNOWN
1800.13/926.46	c Total wall clock time (in seconds): 926.326

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-3689590-1337883383/watcher-3689590-1337883383 -o /tmp/evaluation-result-3689590-1337883383/solver-3689590-1337883383 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689590-1337883383.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.32 3.67 3.76 4/197 25596
/proc/meminfo: memFree=25730964/32873844 swapFree=7100/7100
[pid=25596] ppid=25594 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25596/stat : 25596 (java) D 25594 25596 22059 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254465237 9515008 182 33554432000 1073741824 1073778376 140733328524896 140733328515928 233411788469 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/25596/statm: 2323 182 140 9 0 71 0

[startup+0.103688 s]
/proc/loadavg: 3.32 3.67 3.76 4/197 25596
/proc/meminfo: memFree=25730964/32873844 swapFree=7100/7100
[pid=25596] ppid=25594 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25596/stat : 25596 (java) S 25594 25596 22059 0 -1 4202496 4180 0 1 0 8 1 0 0 20 0 18 0 254465237 9787813888 5375 33554432000 1073741824 1073778376 140734728352768 140734728343904 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25596/statm: 2389603 5375 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.200389 s]
/proc/loadavg: 3.32 3.67 3.76 4/197 25596
/proc/meminfo: memFree=25730964/32873844 swapFree=7100/7100
[pid=25596] ppid=25594 vsize=9558412 CPUtime=0.25 cores=1,3,5,7
/proc/25596/stat : 25596 (java) S 25594 25596 22059 0 -1 4202496 4693 0 1 0 24 1 0 0 20 0 18 0 254465237 9787813888 6793 33554432000 1073741824 1073778376 140734728352768 140734728343904 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25596/statm: 2389603 6793 2187 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558412

[startup+0.300355 s]
/proc/loadavg: 3.32 3.67 3.76 4/197 25596
/proc/meminfo: memFree=25730964/32873844 swapFree=7100/7100
[pid=25596] ppid=25594 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/25596/stat : 25596 (java) S 25594 25596 22059 0 -1 4202496 7073 0 1 0 51 2 0 0 20 0 18 0 254465237 9787813888 9863 33554432000 1073741824 1073778376 140734728352768 140734728343904 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25596/statm: 2389603 9863 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700262 s]
/proc/loadavg: 3.32 3.67 3.76 4/197 25596
/proc/meminfo: memFree=25730964/32873844 swapFree=7100/7100
[pid=25596] ppid=25594 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/25596/stat : 25596 (java) S 25594 25596 22059 0 -1 4202496 14528 0 1 0 179 5 0 0 20 0 22 0 254465237 10060460032 23939 33554432000 1073741824 1073778376 140734728352768 140734728343904 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25596/statm: 2456167 23939 2250 9 0 2446860 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9824668

[startup+1.50077 s]
/proc/loadavg: 3.32 3.67 3.76 8/218 25618
/proc/meminfo: memFree=25624988/32873844 swapFree=7100/7100
[pid=25596] ppid=25594 vsize=9824668 CPUtime=4.28 cores=1,3,5,7
/proc/25596/stat : 25596 (java) S 25594 25596 22059 0 -1 4202496 15968 0 1 0 419 9 0 0 20 0 22 0 254465237 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 140734728343904 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25596/statm: 2456167 46588 2274 9 0 2446860 0
[pid=25596/tid=25598] ppid=25594 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/25596/task/25598/stat : 25598 (java) S 25594 25596 22059 0 -1 4202560 2503 0 1 0 45 2 0 0 20 0 22 0 254465238 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139730055775224 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25596/tid=25599] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25599/stat : 25599 (java) S 25594 25596 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465240 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729899825704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25596/tid=25600] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25600/stat : 25600 (java) S 25594 25596 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465240 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729898772904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25601] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25601/stat : 25601 (java) S 25594 25596 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254465240 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729897720104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25602] ppid=25594 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25596/task/25602/stat : 25602 (java) S 25594 25596 22059 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254465240 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729896667304 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25603] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25603/stat : 25603 (java) S 25594 25596 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254465240 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729895615528 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25604] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25604/stat : 25604 (java) S 25594 25596 22059 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254465240 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729894562728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25605] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25605/stat : 25605 (java) S 25594 25596 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254465240 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729893509928 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25606] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25606/stat : 25606 (java) S 25594 25596 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254465240 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729892457128 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25607] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25607/stat : 25607 (java) S 25594 25596 22059 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254465241 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729880046056 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25596/tid=25608] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25608/stat : 25608 (java) S 25594 25596 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254465242 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729878992120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25609] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25609/stat : 25609 (java) S 25594 25596 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465242 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729877939208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25610] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25610/stat : 25610 (java) S 25594 25596 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465244 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729876887696 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25611] ppid=25594 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/25596/task/25611/stat : 25611 (java) S 25594 25596 22059 0 -1 4202560 6483 0 0 0 78 2 0 0 20 0 22 0 254465244 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729875835832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25612] ppid=25594 vsize=9824668 CPUtime=0.96 cores=1,3,5,7
/proc/25596/task/25612/stat : 25612 (java) S 25594 25596 22059 0 -1 4202560 5528 0 0 0 94 2 0 0 20 0 22 0 254465244 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729874783032 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25613] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25613/stat : 25613 (java) S 25594 25596 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465244 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729873730424 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25614] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25614/stat : 25614 (java) S 25594 25596 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465244 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729872677832 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25615] ppid=25594 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/25596/task/25615/stat : 25615 (java) R 25594 25596 22059 0 -1 4202560 28 0 0 0 93 0 0 0 20 0 22 0 254465288 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729871622984 139729929117228 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25616] ppid=25594 vsize=9824668 CPUtime=0.94 cores=1,3,5,7
/proc/25596/task/25616/stat : 25616 (java) R 25594 25596 22059 0 -1 4202560 118 0 0 0 92 2 0 0 20 0 22 0 254465288 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729870568872 139729929501366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25596/tid=25617] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25617/stat : 25617 (java) S 25594 25596 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254465291 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729869517736 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25618] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25618/stat : 25618 (java) S 25594 25596 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465291 10060460032 46588 33554432000 1073741824 1073778376 140734728352768 139729868464936 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9824668

[startup+3.10092 s]
/proc/loadavg: 3.37 3.67 3.76 6/218 25618
/proc/meminfo: memFree=25523396/32873844 swapFree=7100/7100
[pid=25596] ppid=25594 vsize=9824668 CPUtime=7.76 cores=1,3,5,7
/proc/25596/stat : 25596 (java) S 25594 25596 22059 0 -1 4202496 16418 0 1 0 761 15 0 0 20 0 22 0 254465237 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 140734728343904 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25596/statm: 2456167 89282 2286 9 0 2446860 0
[pid=25596/tid=25598] ppid=25594 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/25596/task/25598/stat : 25598 (java) S 25594 25596 22059 0 -1 4202560 2503 0 1 0 45 2 0 0 20 0 22 0 254465238 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139730055775224 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25596/tid=25599] ppid=25594 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25596/task/25599/stat : 25599 (java) S 25594 25596 22059 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 22 0 254465240 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729899825704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25600] ppid=25594 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25596/task/25600/stat : 25600 (java) S 25594 25596 22059 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254465240 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729898772904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25601] ppid=25594 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25596/task/25601/stat : 25601 (java) S 25594 25596 22059 0 -1 4202560 3 0 0 0 2 0 0 0 20 0 22 0 254465240 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729897720104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25602] ppid=25594 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25596/task/25602/stat : 25602 (java) S 25594 25596 22059 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 22 0 254465240 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729896667304 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25603] ppid=25594 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25596/task/25603/stat : 25603 (java) S 25594 25596 22059 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254465240 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729895615528 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25596/tid=25604] ppid=25594 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25596/task/25604/stat : 25604 (java) S 25594 25596 22059 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254465240 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729894562728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25605] ppid=25594 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25596/task/25605/stat : 25605 (java) S 25594 25596 22059 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 254465240 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729893509928 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25596/tid=25606] ppid=25594 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25596/task/25606/stat : 25606 (java) S 25594 25596 22059 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 254465240 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729892457128 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25607] ppid=25594 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/25596/task/25607/stat : 25607 (java) S 25594 25596 22059 0 -1 4202560 229 0 0 0 10 0 0 0 20 0 22 0 254465241 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729880046056 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25608] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25608/stat : 25608 (java) S 25594 25596 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254465242 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729878992120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25609] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25609/stat : 25609 (java) S 25594 25596 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465242 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729877939208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25610] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25610/stat : 25610 (java) S 25594 25596 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465244 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729876887696 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25611] ppid=25594 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/25596/task/25611/stat : 25611 (java) S 25594 25596 22059 0 -1 4202560 6613 0 0 0 89 2 0 0 20 0 22 0 254465244 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729875835832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25612] ppid=25594 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/25596/task/25612/stat : 25612 (java) S 25594 25596 22059 0 -1 4202560 5562 0 0 0 115 2 0 0 20 0 22 0 254465244 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729874783032 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25613] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25613/stat : 25613 (java) S 25594 25596 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465244 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729873730424 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25614] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25614/stat : 25614 (java) S 25594 25596 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465244 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729872677832 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25615] ppid=25594 vsize=9824668 CPUtime=2.34 cores=1,3,5,7
/proc/25596/task/25615/stat : 25615 (java) R 25594 25596 22059 0 -1 4202560 29 0 0 0 234 0 0 0 20 0 22 0 254465288 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729871622744 139729928958208 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25616] ppid=25594 vsize=9824668 CPUtime=2.36 cores=1,3,5,7
/proc/25596/task/25616/stat : 25616 (java) R 25594 25596 22059 0 -1 4202560 176 0 0 0 232 4 0 0 20 0 22 0 254465288 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729870567936 139729929424679 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25596/tid=25617] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25617/stat : 25617 (java) S 25594 25596 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254465291 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729869517736 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25618] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25618/stat : 25618 (java) S 25594 25596 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465291 10060460032 89282 33554432000 1073741824 1073778376 140734728352768 139729868464936 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 9824668

[startup+6.30096 s]
/proc/loadavg: 3.37 3.67 3.76 5/218 25618
/proc/meminfo: memFree=25276768/32873844 swapFree=7100/7100
[pid=25596] ppid=25594 vsize=9824668 CPUtime=14.21 cores=1,3,5,7
/proc/25596/stat : 25596 (java) S 25594 25596 22059 0 -1 4202496 17546 0 1 0 1400 21 0 0 20 0 22 0 254465237 10060460032 127641 33554432000 1073741824 1073778376 140734728352768 140734728343904 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25596/statm: 2456167 127641 2286 9 0 2446860 0
[pid=25596/tid=25598] ppid=25594 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/25596/task/25598/stat : 25598 (java) S 25594 25596 22059 0 -1 4202560 2503 0 1 0 45 2 0 0 20 0 22 0 254465238 10060460032 127641 33554432000 1073741824 1073778376 140734728352768 139730055775224 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25596/tid=25599] ppid=25594 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25596/task/25599/stat : 25599 (java) S 25594 25596 22059 0 -1 4202560 21 0 0 0 4 2 0 0 20 0 22 0 254465240 10060460032 127641 33554432000 1073741824 1073778376 140734728352768 139729899825704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25596/tid=25600] ppid=25594 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25596/task/25600/stat : 25600 (java) S 25594 25596 22059 0 -1 4202560 19 0 0 0 4 2 0 0 20 0 22 0 254465240 10060460032 127641 33554432000 1073741824 1073778376 140734728352768 139729898772904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25596/tid=25601] ppid=25594 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25596/task/25601/stat : 25601 (java) S 25594 25596 22059 0 -1 4202560 6 0 0 0 5 0 0 0 20 0 22 0 254465240 10060460032 127641 33554432000 1073741824 1073778376 140734728352768 139729897720104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25602] ppid=25594 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25596/task/25602/stat : 25602 (java) S 25594 25596 22059 0 -1 4202560 24 0 0 0 5 1 0 0 20 0 22 0 254465240 10060460032 127641 33554432000 1073741824 1073778376 140734728352768 139729896667304 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25603] ppid=25594 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25596/task/25603/stat : 25603 (java) S 25594 25596 22059 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 22 0 254465240 10060460032 127641 33554432000 1073741824 1073778376 140734728352768 139729895615528 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25596/tid=25604] ppid=25594 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25596/task/25604/stat : 25604 (java) S 25594 25596 22059 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 22 0 254465240 10060460032 127641 33554432000 1073741824 1073778376 140734728352768 139729894562728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25596/tid=25605] ppid=25594 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/25596/task/25605/stat : 25605 (java) S 25594 25596 22059 0 -1 4202560 27 0 0 0 5 2 0 0 20 0 22 0 254465240 10060460032 127641 33554432000 1073741824 1073778376 140734728352768 139729893509928 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25606] ppid=25594 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25596/task/25606/stat : 25606 (java) S 25594 25596 22059 0 -1 4202560 23 0 0 0 5 1 0 0 20 0 22 0 254465240 10060460032 127641 33554432000 1073741824 1073778376 140734728352768 139729892457128 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25607] ppid=25594 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/25596/task/25607/stat : 25607 (java) S 25594 25596 22059 0 -1 4202560 258 0 0 0 36 0 0 0 20 0 22 0 254465241 10060460032 127641 33554432000 1073741824 1073778376 140734728352768 139729880046056 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25608] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25608/stat : 25608 (java) S 25594 25596 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254465242 10060460032 127641 33554432000 1073741824 1073778376 140734728352768 139729878992120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25609] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25609/stat : 25609 (java) S 25594 25596 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465242 10060460032 127641 33554432000 1073741824 1073778376 140734728352768 139729877939208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25610] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25610/stat : 25610 (java) S 25594 25596 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465244 10060460032 127641 33554432000 1073741824 1073778376 140734728352768 139729876887696 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25611] ppid=25594 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/25596/task/25611/stat : 25611 (java) S 25594 25596 22059 0 -1 4202560 7604 0 0 0 105 2 0 0 20 0 22 0 254465244 10060460032 127641 33554432000 1073741824 1073778376 140734728352768 139729875835832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=25596/tid=25616] ppid=25594 vsize=9824668 CPUtime=759 cores=1,3,5,7
/proc/25596/task/25616/stat : 25616 (java) S 25594 25596 22059 0 -1 4202560 1372 0 0 0 75843 57 0 0 20 0 22 0 254465288 10060460032 881982 33554432000 1073741824 1073778376 140734728352768 139729870568056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25617] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25617/stat : 25617 (java) S 25594 25596 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254465291 10060460032 881982 33554432000 1073741824 1073778376 140734728352768 139729869517736 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25618] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25618/stat : 25618 (java) S 25594 25596 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465291 10060460032 881982 33554432000 1073741824 1073778376 140734728352768 139729868464936 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1594.78
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 3.99 3.92 3.83 5/219 25689
/proc/meminfo: memFree=22554916/32873844 swapFree=7100/7100
[pid=25596] ppid=25594 vsize=9824668 CPUtime=1713.79 cores=1,3,5,7
/proc/25596/stat : 25596 (java) S 25594 25596 22059 0 -1 4202496 32748 0 1 0 171214 165 0 0 20 0 22 0 254465237 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 140734728343904 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25596/statm: 2456167 886249 2287 9 0 2446860 0
[pid=25596/tid=25598] ppid=25594 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/25596/task/25598/stat : 25598 (java) S 25594 25596 22059 0 -1 4202560 2547 0 1 0 49 3 0 0 20 0 22 0 254465238 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139730055775224 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25596/tid=25599] ppid=25594 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/25596/task/25599/stat : 25599 (java) S 25594 25596 22059 0 -1 4202560 575 0 0 0 160 10 0 0 20 0 22 0 254465240 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729899825704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25600] ppid=25594 vsize=9824668 CPUtime=1.98 cores=1,3,5,7
/proc/25596/task/25600/stat : 25600 (java) S 25594 25596 22059 0 -1 4202560 1790 0 0 0 186 12 0 0 20 0 22 0 254465240 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729898772904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25601] ppid=25594 vsize=9824668 CPUtime=2.03 cores=1,3,5,7
/proc/25596/task/25601/stat : 25601 (java) S 25594 25596 22059 0 -1 4202560 1385 0 0 0 192 11 0 0 20 0 22 0 254465240 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729897720104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25602] ppid=25594 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/25596/task/25602/stat : 25602 (java) S 25594 25596 22059 0 -1 4202560 1559 0 0 0 161 9 0 0 20 0 22 0 254465240 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729896667304 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25603] ppid=25594 vsize=9824668 CPUtime=1.81 cores=1,3,5,7
/proc/25596/task/25603/stat : 25603 (java) S 25594 25596 22059 0 -1 4202560 733 0 0 0 172 9 0 0 20 0 22 0 254465240 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729895615528 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25604] ppid=25594 vsize=9824668 CPUtime=2.09 cores=1,3,5,7
/proc/25596/task/25604/stat : 25604 (java) S 25594 25596 22059 0 -1 4202560 552 0 0 0 198 11 0 0 20 0 22 0 254465240 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729894562728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25605] ppid=25594 vsize=9824668 CPUtime=2.07 cores=1,3,5,7
/proc/25596/task/25605/stat : 25605 (java) S 25594 25596 22059 0 -1 4202560 1013 0 0 0 196 11 0 0 20 0 22 0 254465240 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729893509928 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25606] ppid=25594 vsize=9824668 CPUtime=1.98 cores=1,3,5,7
/proc/25596/task/25606/stat : 25606 (java) S 25594 25596 22059 0 -1 4202560 1152 0 0 0 189 9 0 0 20 0 22 0 254465240 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729892457128 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25607] ppid=25594 vsize=9824668 CPUtime=60.25 cores=1,3,5,7
/proc/25596/task/25607/stat : 25607 (java) S 25594 25596 22059 0 -1 4202560 3328 0 0 0 6008 17 0 0 20 0 22 0 254465241 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729880046056 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25608] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25608/stat : 25608 (java) S 25594 25596 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254465242 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729878992120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25609] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25609/stat : 25609 (java) S 25594 25596 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465242 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729877939208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25610] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25610/stat : 25610 (java) S 25594 25596 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465244 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729876887696 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25611] ppid=25594 vsize=9824668 CPUtime=1.18 cores=1,3,5,7
/proc/25596/task/25611/stat : 25611 (java) S 25594 25596 22059 0 -1 4202560 7626 0 0 0 116 2 0 0 20 0 22 0 254465244 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729875835832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25612] ppid=25594 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/25596/task/25612/stat : 25612 (java) S 25594 25596 22059 0 -1 4202560 7771 0 0 0 152 2 0 0 20 0 22 0 254465244 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729874783032 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25613] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25613/stat : 25613 (java) S 25594 25596 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465244 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729873730424 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25614] ppid=25594 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/25596/task/25614/stat : 25614 (java) S 25594 25596 22059 0 -1 4202560 51 0 0 0 26 17 0 0 20 0 22 0 254465244 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729872677832 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25615] ppid=25594 vsize=9824668 CPUtime=817.38 cores=1,3,5,7
/proc/25596/task/25615/stat : 25615 (java) R 25594 25596 22059 0 -1 4202560 104 0 0 0 81722 16 0 0 20 0 22 0 254465288 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729871620624 139729929214400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25596/tid=25616] ppid=25594 vsize=9824668 CPUtime=817.28 cores=1,3,5,7
/proc/25596/task/25616/stat : 25616 (java) R 25594 25596 22059 0 -1 4202560 1375 0 0 0 81670 58 0 0 20 0 22 0 254465288 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729870568752 139729929522574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25617] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25617/stat : 25617 (java) S 25594 25596 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254465291 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729869517736 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25618] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25618/stat : 25618 (java) S 25594 25596 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465291 10060460032 886249 33554432000 1073741824 1073778376 140734728352768 139729868464936 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1713.79
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+926.401 s]
/proc/loadavg: 3.95 3.91 3.83 5/219 25690
/proc/meminfo: memFree=22627824/32873844 swapFree=7100/7100
[pid=25596] ppid=25594 vsize=9824668 CPUtime=1800.13 cores=1,3,5,7
/proc/25596/stat : 25596 (java) S 25594 25596 22059 0 -1 4202496 33314 0 1 0 179844 169 0 0 20 0 22 0 254465237 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 140734728343904 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25596/statm: 2456167 894721 2287 9 0 2446860 0
[pid=25596/tid=25598] ppid=25594 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/25596/task/25598/stat : 25598 (java) S 25594 25596 22059 0 -1 4202560 2548 0 1 0 49 3 0 0 20 0 22 0 254465238 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139730055775224 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25599] ppid=25594 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/25596/task/25599/stat : 25599 (java) S 25594 25596 22059 0 -1 4202560 616 0 0 0 177 10 0 0 20 0 22 0 254465240 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729899825704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25600] ppid=25594 vsize=9824668 CPUtime=2.09 cores=1,3,5,7
/proc/25596/task/25600/stat : 25600 (java) S 25594 25596 22059 0 -1 4202560 1888 0 0 0 197 12 0 0 20 0 22 0 254465240 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729898772904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25601] ppid=25594 vsize=9824668 CPUtime=2.19 cores=1,3,5,7
/proc/25596/task/25601/stat : 25601 (java) S 25594 25596 22059 0 -1 4202560 1424 0 0 0 208 11 0 0 20 0 22 0 254465240 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729897720104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25602] ppid=25594 vsize=9824668 CPUtime=1.91 cores=1,3,5,7
/proc/25596/task/25602/stat : 25602 (java) S 25594 25596 22059 0 -1 4202560 1718 0 0 0 181 10 0 0 20 0 22 0 254465240 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729896667304 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25603] ppid=25594 vsize=9824668 CPUtime=1.91 cores=1,3,5,7
/proc/25596/task/25603/stat : 25603 (java) S 25594 25596 22059 0 -1 4202560 745 0 0 0 182 9 0 0 20 0 22 0 254465240 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729895615528 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25604] ppid=25594 vsize=9824668 CPUtime=2.22 cores=1,3,5,7
/proc/25596/task/25604/stat : 25604 (java) S 25594 25596 22059 0 -1 4202560 555 0 0 0 211 11 0 0 20 0 22 0 254465240 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729894562728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25605] ppid=25594 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/25596/task/25605/stat : 25605 (java) S 25594 25596 22059 0 -1 4202560 1035 0 0 0 218 11 0 0 20 0 22 0 254465240 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729893509928 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25606] ppid=25594 vsize=9824668 CPUtime=2.21 cores=1,3,5,7
/proc/25596/task/25606/stat : 25606 (java) S 25594 25596 22059 0 -1 4202560 1312 0 0 0 211 10 0 0 20 0 22 0 254465240 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729892457128 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25607] ppid=25594 vsize=9824668 CPUtime=62.74 cores=1,3,5,7
/proc/25596/task/25607/stat : 25607 (java) S 25594 25596 22059 0 -1 4202560 3354 0 0 0 6257 17 0 0 20 0 22 0 254465241 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729880046056 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25608] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25608/stat : 25608 (java) S 25594 25596 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254465242 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729878992120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25609] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25609/stat : 25609 (java) S 25594 25596 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465242 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729877939208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25610] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25610/stat : 25610 (java) S 25594 25596 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465244 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729876887696 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25611] ppid=25594 vsize=9824668 CPUtime=1.18 cores=1,3,5,7
/proc/25596/task/25611/stat : 25611 (java) S 25594 25596 22059 0 -1 4202560 7626 0 0 0 116 2 0 0 20 0 22 0 254465244 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729875835832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25612] ppid=25594 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/25596/task/25612/stat : 25612 (java) S 25594 25596 22059 0 -1 4202560 7771 0 0 0 152 2 0 0 20 0 22 0 254465244 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729874783032 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25613] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25613/stat : 25613 (java) S 25594 25596 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465244 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729873730424 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25614] ppid=25594 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/25596/task/25614/stat : 25614 (java) S 25594 25596 22059 0 -1 4202560 53 0 0 0 27 18 0 0 20 0 22 0 254465244 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729872677832 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25615] ppid=25594 vsize=9824668 CPUtime=858.65 cores=1,3,5,7
/proc/25596/task/25615/stat : 25615 (java) R 25594 25596 22059 0 -1 4202560 104 0 0 0 85848 17 0 0 20 0 22 0 254465288 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729871620848 139729929182487 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25616] ppid=25594 vsize=9824668 CPUtime=858.56 cores=1,3,5,7
/proc/25596/task/25616/stat : 25616 (java) R 25594 25596 22059 0 -1 4202560 1378 0 0 0 85797 59 0 0 20 0 22 0 254465288 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729870568736 139729929501349 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25596/tid=25617] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25617/stat : 25617 (java) S 25594 25596 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254465291 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729869517736 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25618] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25618/stat : 25618 (java) S 25594 25596 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465291 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729868464936 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824668

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

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

[startup+926.401 s]
/proc/loadavg: 3.95 3.91 3.83 5/219 25690
/proc/meminfo: memFree=22627824/32873844 swapFree=7100/7100
[pid=25596] ppid=25594 vsize=9824668 CPUtime=1800.13 cores=1,3,5,7
/proc/25596/stat : 25596 (java) S 25594 25596 22059 0 -1 4202496 33314 0 1 0 179844 169 0 0 20 0 22 0 254465237 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 140734728343904 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25596/statm: 2456167 894721 2287 9 0 2446860 0
[pid=25596/tid=25598] ppid=25594 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/25596/task/25598/stat : 25598 (java) S 25594 25596 22059 0 -1 4202560 2548 0 1 0 49 3 0 0 20 0 22 0 254465238 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139730055775224 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25599] ppid=25594 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/25596/task/25599/stat : 25599 (java) S 25594 25596 22059 0 -1 4202560 616 0 0 0 177 10 0 0 20 0 22 0 254465240 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729899825704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25600] ppid=25594 vsize=9824668 CPUtime=2.09 cores=1,3,5,7
/proc/25596/task/25600/stat : 25600 (java) S 25594 25596 22059 0 -1 4202560 1888 0 0 0 197 12 0 0 20 0 22 0 254465240 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729898772904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25601] ppid=25594 vsize=9824668 CPUtime=2.19 cores=1,3,5,7
/proc/25596/task/25601/stat : 25601 (java) S 25594 25596 22059 0 -1 4202560 1424 0 0 0 208 11 0 0 20 0 22 0 254465240 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729897720104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25602] ppid=25594 vsize=9824668 CPUtime=1.91 cores=1,3,5,7
/proc/25596/task/25602/stat : 25602 (java) S 25594 25596 22059 0 -1 4202560 1718 0 0 0 181 10 0 0 20 0 22 0 254465240 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729896667304 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25603] ppid=25594 vsize=9824668 CPUtime=1.91 cores=1,3,5,7
/proc/25596/task/25603/stat : 25603 (java) S 25594 25596 22059 0 -1 4202560 745 0 0 0 182 9 0 0 20 0 22 0 254465240 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729895615528 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25604] ppid=25594 vsize=9824668 CPUtime=2.22 cores=1,3,5,7
/proc/25596/task/25604/stat : 25604 (java) S 25594 25596 22059 0 -1 4202560 555 0 0 0 211 11 0 0 20 0 22 0 254465240 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729894562728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25605] ppid=25594 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/25596/task/25605/stat : 25605 (java) S 25594 25596 22059 0 -1 4202560 1035 0 0 0 218 11 0 0 20 0 22 0 254465240 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729893509928 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25606] ppid=25594 vsize=9824668 CPUtime=2.21 cores=1,3,5,7
/proc/25596/task/25606/stat : 25606 (java) S 25594 25596 22059 0 -1 4202560 1312 0 0 0 211 10 0 0 20 0 22 0 254465240 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729892457128 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25607] ppid=25594 vsize=9824668 CPUtime=62.74 cores=1,3,5,7
/proc/25596/task/25607/stat : 25607 (java) S 25594 25596 22059 0 -1 4202560 3354 0 0 0 6257 17 0 0 20 0 22 0 254465241 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729880046056 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25608] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25608/stat : 25608 (java) S 25594 25596 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254465242 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729878992120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25609] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25609/stat : 25609 (java) S 25594 25596 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465242 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729877939208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25610] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25610/stat : 25610 (java) S 25594 25596 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465244 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729876887696 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25611] ppid=25594 vsize=9824668 CPUtime=1.18 cores=1,3,5,7
/proc/25596/task/25611/stat : 25611 (java) S 25594 25596 22059 0 -1 4202560 7626 0 0 0 116 2 0 0 20 0 22 0 254465244 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729875835832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25596/tid=25612] ppid=25594 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/25596/task/25612/stat : 25612 (java) S 25594 25596 22059 0 -1 4202560 7771 0 0 0 152 2 0 0 20 0 22 0 254465244 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729874783032 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25613] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25613/stat : 25613 (java) S 25594 25596 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465244 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729873730424 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25614] ppid=25594 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/25596/task/25614/stat : 25614 (java) S 25594 25596 22059 0 -1 4202560 53 0 0 0 27 18 0 0 20 0 22 0 254465244 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729872677832 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25615] ppid=25594 vsize=9824668 CPUtime=858.65 cores=1,3,5,7
/proc/25596/task/25615/stat : 25615 (java) R 25594 25596 22059 0 -1 4202560 104 0 0 0 85848 17 0 0 20 0 22 0 254465288 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729871620848 139729929182487 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25596/tid=25616] ppid=25594 vsize=9824668 CPUtime=858.56 cores=1,3,5,7
/proc/25596/task/25616/stat : 25616 (java) R 25594 25596 22059 0 -1 4202560 1378 0 0 0 85797 59 0 0 20 0 22 0 254465288 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729870568736 139729929501349 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25596/tid=25617] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25617/stat : 25617 (java) S 25594 25596 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254465291 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729869517736 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25596/tid=25618] ppid=25594 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25596/task/25618/stat : 25618 (java) S 25594 25596 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465291 10060460032 894721 33554432000 1073741824 1073778376 140734728352768 139729868464936 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 926.481
CPU time (s): 1800.83
CPU user time (s): 1798.63
CPU system time (s): 2.20167
CPU usage (%): 194.373
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 2.20167
maximum resident set size= 3587796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33345
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24472
involuntary context switches= 27420

runsolver used 4.15137 second user time and 8.28274 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-24 20:16:23
IDJOB=3689590
IDBENCH=90111
IDSOLVER=2268
FILE ID=node111/3689590-1337883383
RUNJOBID= node111-1337871880-22076
PBS_JOBID= 14620093
Free space on /tmp= 71592 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K99.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689590-1337883383/watcher-3689590-1337883383 -o /tmp/evaluation-result-3689590-1337883383/solver-3689590-1337883383 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689590-1337883383.opb

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

MD5SUM BENCH= 827b46126fccb5cb8162396480ca6949
RANDOM SEED=2058674001

node111.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.152
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.30
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.152
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.152
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	: 5331.92
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.152
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.152
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25731120 kB
Buffers:          210212 kB
Cached:          3109544 kB
SwapCached:            0 kB
Active:          3830992 kB
Inactive:        2538168 kB
Active(anon):    3051656 kB
Inactive(anon):        0 kB
Active(file):     779336 kB
Inactive(file):  2538168 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               792 kB
Writeback:             0 kB
AnonPages:       3056004 kB
Mapped:            22632 kB
Shmem:               200 kB
Slab:             630884 kB
SReclaimable:      73620 kB
SUnreclaim:       557264 kB
KernelStack:        1616 kB
PageTables:         9800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3277504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2998272 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= 71624 MiB
End job on node111 at 2012-05-24 20:31:51