Trace number 3689734

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.2 923.575

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K68.opb
MD5SUM506a6fce450974b6f48fc0e3b77d8777
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 benchmark15.9726
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3740
Total number of constraints3878
Number of constraints which are clauses3810
Number of constraints which are cardinality constraints (but not clauses)68
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint68
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 69
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.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689734-1337884574.opb
0.08/0.12	c reading problem ... 
0.54/0.39	c ... done. Wall clock time 0.267s.
0.54/0.39	c declared #vars     3740
0.54/0.39	c #constraints  3878
0.54/0.39	c constraints type 
0.54/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3138
0.54/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 68
0.54/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.54/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 670
0.54/0.39	c 3878 constraints processed.
0.54/0.39	c constraints type 
0.54/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 670
0.54/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3138
0.54/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 68
0.54/0.39	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.54/0.39	c 3878 constraints processed.
3.72/1.37	c cleaning 2485 clauses out of 4983 with flag 5000/5000
6.01/2.30	c cleaning 4207 clauses out of 8484 with flag 11000/11000
8.20/3.43	c cleaning 5615 clauses out of 11267 with flag 18000/18000
10.99/4.87	c cleaning 6783 clauses out of 13654 with flag 26002/26002
14.14/6.43	c cleaning 7856 clauses out of 15866 with flag 35002/35002
18.07/8.41	c cleaning 8959 clauses out of 18005 with flag 45001/45001
23.40/11.16	c cleaning 9978 clauses out of 20043 with flag 56000/56000
27.89/13.49	c cleaning 10912 clauses out of 22064 with flag 68000/68000
33.71/16.41	c cleaning 11937 clauses out of 24150 with flag 81000/81000
39.38/19.37	c cleaning 13005 clauses out of 26213 with flag 95000/95000
46.91/23.18	c cleaning 14014 clauses out of 28207 with flag 110001/110001
54.50/27.03	c cleaning 15013 clauses out of 30194 with flag 126002/126002
62.19/31.02	c cleaning 16072 clauses out of 32179 with flag 143000/143000
69.76/34.91	c cleaning 16887 clauses out of 34106 with flag 161000/161000
80.53/40.43	c cleaning 17957 clauses out of 36218 with flag 180000/180000
89.89/45.26	c cleaning 18977 clauses out of 38263 with flag 200002/200002
99.88/50.50	c cleaning 20011 clauses out of 40285 with flag 221001/221001
113.58/57.44	c cleaning 21036 clauses out of 42274 with flag 243001/243001
126.45/64.08	c cleaning 21948 clauses out of 44239 with flag 266002/266002
141.76/71.81	c cleaning 23052 clauses out of 46290 with flag 290001/290001
155.14/78.83	c cleaning 23951 clauses out of 48236 with flag 315000/315000
172.43/87.70	c cleaning 24999 clauses out of 50286 with flag 341001/341001
187.87/95.57	c cleaning 26092 clauses out of 52288 with flag 368002/368002
207.70/105.63	c cleaning 26937 clauses out of 54194 with flag 396000/396000
226.40/115.30	c cleaning 28092 clauses out of 56261 with flag 425004/425004
243.77/124.23	c cleaning 28982 clauses out of 58165 with flag 455000/455000
265.06/135.16	c cleaning 30024 clauses out of 60184 with flag 486001/486001
288.82/147.77	c cleaning 30936 clauses out of 62163 with flag 518004/518004
297.31/152.22	c cleaning 0 clauses out of 5000 with flag 0/5000
315.37/161.42	c cleaning 32025 clauses out of 64222 with flag 551000/551000
344.30/176.16	c cleaning 32832 clauses out of 66199 with flag 585003/585003
377.35/193.17	c cleaning 34042 clauses out of 68363 with flag 620000/620000
411.43/210.46	c cleaning 34995 clauses out of 70321 with flag 656000/656000
435.20/222.65	c cleaning 36026 clauses out of 72326 with flag 693000/693000
457.99/234.33	c cleaning 37051 clauses out of 74300 with flag 731000/731000
486.46/249.15	c cleaning 37942 clauses out of 76251 with flag 770002/770002
517.85/265.15	c cleaning 38983 clauses out of 78307 with flag 810000/810000
553.84/283.45	c cleaning 39862 clauses out of 80325 with flag 851001/851001
587.38/300.58	c cleaning 41042 clauses out of 82462 with flag 893000/893000
632.66/323.72	c cleaning 42114 clauses out of 84423 with flag 936003/936003
666.67/341.15	c cleaning 42995 clauses out of 86306 with flag 980000/980000
707.27/361.84	c cleaning 43876 clauses out of 88311 with flag 1025000/1025000
746.08/381.64	c cleaning 45114 clauses out of 90436 with flag 1071001/1071001
786.45/402.58	c cleaning 45933 clauses out of 92324 with flag 1118003/1118003
830.21/424.84	c cleaning 47119 clauses out of 94387 with flag 1166000/1166000
873.60/446.91	c cleaning 48008 clauses out of 96268 with flag 1215000/1215000
922.38/472.95	c cleaning 48892 clauses out of 98260 with flag 1265000/1265000
965.24/494.84	c cleaning 50124 clauses out of 100368 with flag 1316000/1316000
1014.97/520.28	c cleaning 51064 clauses out of 102244 with flag 1368000/1368000
1060.64/543.68	c cleaning 52018 clauses out of 104184 with flag 1421005/1421005
1112.90/570.71	c cleaning 53006 clauses out of 106164 with flag 1475003/1475003
1166.68/598.18	c cleaning 53978 clauses out of 108156 with flag 1530001/1530001
1208.53/619.62	c cleaning 55020 clauses out of 110179 with flag 1586002/1586002
1260.13/646.05	c cleaning 55922 clauses out of 112157 with flag 1643000/1643000
1313.91/674.06	c cleaning 56996 clauses out of 114239 with flag 1701004/1701004
1366.56/700.91	c cleaning 57925 clauses out of 116240 with flag 1760001/1760001
1416.16/726.36	c cleaning 59093 clauses out of 118314 with flag 1820000/1820000
1466.14/752.03	c cleaning 60000 clauses out of 120222 with flag 1881001/1881001
1523.34/781.86	c cleaning 60993 clauses out of 122221 with flag 1943000/1943000
1580.75/811.39	c cleaning 61947 clauses out of 124230 with flag 2006002/2006002
1661.43/852.24	c cleaning 62984 clauses out of 126281 with flag 2070000/2070000
1742.84/893.59	c cleaning 64076 clauses out of 128297 with flag 2135000/2135000
1800.20/923.51	c starts		: 210
1800.20/923.51	c conflicts		: 2186123
1800.20/923.51	c decisions		: 7881312
1800.20/923.51	c propagations		: 596246430
1800.20/923.51	c inspects		: 4278683297
1800.20/923.51	c shortcuts		: 0
1800.20/923.51	c learnt literals	: 65
1800.20/923.51	c learnt binary clauses	: 51751
1800.20/923.51	c learnt ternary clauses	: 52197
1800.20/923.51	c learnt constraints	: 2186058
1800.20/923.51	c ignored constraints	: 0
1800.20/923.51	c root simplifications	: 0
1800.20/923.51	c removed literals (reason simplification)	: 99031575
1800.20/923.51	c reason swapping (by a shorter reason)	: 0
1800.20/923.51	c Calls to reduceDB	: 61
1800.20/923.51	c number of reductions to clauses (during analyze)	: 0
1800.20/923.51	c number of learned constraints concerned by reduction	: 0
1800.20/923.51	c number of learning phase by resolution	: 0
1800.20/923.51	c number of learning phase by cutting planes	: 0
1800.20/923.51	c speed (assignments/second)	: 645911.974546857
1800.20/923.51	c non guided choices	143
1800.20/923.55	c learnt constraints type 
1800.20/923.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 51751
1800.20/923.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 63634
1800.20/923.55	c constraints type 
1800.20/923.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3138
1800.20/923.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 68
1800.20/923.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.20/923.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 670
1800.20/923.55	c 3878 constraints processed.
1800.20/923.55	c constraints type 
1800.20/923.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 670
1800.20/923.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3138
1800.20/923.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 68
1800.20/923.55	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.20/923.55	c 3878 constraints processed.
1800.20/923.55	s UNKNOWN
1800.20/923.55	c Total wall clock time (in seconds): 923.432

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-3689734-1337884574/watcher-3689734-1337884574 -o /tmp/evaluation-result-3689734-1337884574/solver-3689734-1337884574 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689734-1337884574.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 3.97 3.87 4/197 22456
/proc/meminfo: memFree=27077104/32873844 swapFree=7384/7384
[pid=22456] ppid=22454 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22456/stat : 22456 (java) D 22454 22456 18255 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254582900 9515008 182 33554432000 1073741824 1073778376 140733826830128 140733826821160 239873113781 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/22456/statm: 2323 182 140 9 0 71 0

[startup+0.0409401 s]
/proc/loadavg: 4.00 3.97 3.87 4/197 22456
/proc/meminfo: memFree=27077104/32873844 swapFree=7384/7384
[pid=22456] ppid=22454 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/22456/stat : 22456 (java) S 22454 22456 18255 0 -1 4202496 2971 0 1 0 1 0 0 0 20 0 11 0 254582900 9310650368 3160 33554432000 1073741824 1073778376 140734621625168 140734621616304 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22456/statm: 2273108 3160 1652 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100244 s]
/proc/loadavg: 4.00 3.97 3.87 4/197 22456
/proc/meminfo: memFree=27077104/32873844 swapFree=7384/7384
[pid=22456] ppid=22454 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/22456/stat : 22456 (java) S 22454 22456 18255 0 -1 4202496 4310 0 1 0 7 1 0 0 20 0 18 0 254582900 9787813888 4999 33554432000 1073741824 1073778376 140734621625168 140734621616304 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22456/statm: 2389603 4999 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300219 s]
/proc/loadavg: 4.00 3.97 3.87 4/197 22456
/proc/meminfo: memFree=27077104/32873844 swapFree=7384/7384
[pid=22456] ppid=22454 vsize=9558412 CPUtime=0.54 cores=0,2,4,6
/proc/22456/stat : 22456 (java) S 22454 22456 18255 0 -1 4202496 7616 0 1 0 52 2 0 0 20 0 18 0 254582900 9787813888 8878 33554432000 1073741824 1073778376 140734621625168 140734621616304 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22456/statm: 2389603 8878 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700165 s]
/proc/loadavg: 4.00 3.97 3.87 4/197 22456
/proc/meminfo: memFree=27077104/32873844 swapFree=7384/7384
[pid=22456] ppid=22454 vsize=9824668 CPUtime=1.97 cores=0,2,4,6
/proc/22456/stat : 22456 (java) S 22454 22456 18255 0 -1 4202496 15930 0 1 0 193 4 0 0 20 0 22 0 254582900 10060460032 19924 33554432000 1073741824 1073778376 140734621625168 140734621616304 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22456/statm: 2456167 19924 2251 9 0 2446860 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9824668

[startup+1.50076 s]
/proc/loadavg: 4.32 4.04 3.89 4/219 22478
/proc/meminfo: memFree=26950660/32873844 swapFree=7384/7384
[pid=22456] ppid=22454 vsize=9824668 CPUtime=4.18 cores=0,2,4,6
/proc/22456/stat : 22456 (java) S 22454 22456 18255 0 -1 4202496 17050 0 1 0 410 8 0 0 20 0 22 0 254582900 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 140734621616304 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22456/statm: 2456167 53440 2287 9 0 2446860 0
[pid=22456/tid=22458] ppid=22454 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/22456/task/22458/stat : 22458 (java) S 22454 22456 18255 0 -1 4202560 2523 0 1 0 34 2 0 0 20 0 22 0 254582901 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828441498616 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22459] ppid=22454 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22456/task/22459/stat : 22459 (java) S 22454 22456 18255 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254582902 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828285537320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22460] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22460/stat : 22460 (java) S 22454 22456 18255 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254582902 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828284484520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22461] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22461/stat : 22461 (java) S 22454 22456 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254582902 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828283431720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22462] ppid=22454 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22456/task/22462/stat : 22462 (java) S 22454 22456 18255 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254582902 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828282378920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22463] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22463/stat : 22463 (java) S 22454 22456 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254582902 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828281326120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22464] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22464/stat : 22464 (java) S 22454 22456 18255 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254582902 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828280273320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22465] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22465/stat : 22465 (java) S 22454 22456 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254582902 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828279220520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22456/tid=22466] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22466/stat : 22466 (java) S 22454 22456 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254582902 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828278167720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22467] ppid=22454 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22456/task/22467/stat : 22467 (java) S 22454 22456 18255 0 -1 4202560 98 0 0 0 2 0 0 0 20 0 22 0 254582904 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828265757672 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22456/tid=22468] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22468/stat : 22468 (java) S 22454 22456 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254582904 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828264703736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22469] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22469/stat : 22469 (java) S 22454 22456 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254582904 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828263650824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22470] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22470/stat : 22470 (java) S 22454 22456 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254582907 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828262599312 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22471] ppid=22454 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/22456/task/22471/stat : 22471 (java) S 22454 22456 18255 0 -1 4202560 6652 0 0 0 78 2 0 0 20 0 22 0 254582907 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828261546424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22472] ppid=22454 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/22456/task/22472/stat : 22472 (java) S 22454 22456 18255 0 -1 4202560 6332 0 0 0 77 1 0 0 20 0 22 0 254582907 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828260493624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22473] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22473/stat : 22473 (java) S 22454 22456 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254582907 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828259441016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22474] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22474/stat : 22474 (java) S 22454 22456 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254582907 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828258388424 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22475] ppid=22454 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/22456/task/22475/stat : 22475 (java) R 22454 22456 18255 0 -1 4202560 36 0 0 0 100 0 0 0 20 0 22 0 254582940 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828257334360 139828313751212 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22476] ppid=22454 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/22456/task/22476/stat : 22476 (java) R 22454 22456 18255 0 -1 4202560 156 0 0 0 100 2 0 0 20 0 22 0 254582940 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828256279408 139828314101867 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22477] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22477/stat : 22477 (java) S 22454 22456 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254582941 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828255229352 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22478] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22478/stat : 22478 (java) S 22454 22456 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254582941 10060460032 53440 33554432000 1073741824 1073778376 140734621625168 139828254176552 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 4.32 4.04 3.89 5/219 22478
/proc/meminfo: memFree=26821452/32873844 swapFree=7384/7384
[pid=22456] ppid=22454 vsize=9824668 CPUtime=7.6 cores=0,2,4,6
/proc/22456/stat : 22456 (java) S 22454 22456 18255 0 -1 4202496 19048 0 1 0 750 10 0 0 20 0 22 0 254582900 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 140734621616304 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22456/statm: 2456167 75501 2287 9 0 2446860 0
[pid=22456/tid=22458] ppid=22454 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/22456/task/22458/stat : 22458 (java) S 22454 22456 18255 0 -1 4202560 2523 0 1 0 34 2 0 0 20 0 22 0 254582901 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828441498616 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22459] ppid=22454 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22456/task/22459/stat : 22459 (java) S 22454 22456 18255 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 254582902 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828285537320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22460] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22460/stat : 22460 (java) S 22454 22456 18255 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254582902 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828284484520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22461] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22461/stat : 22461 (java) S 22454 22456 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254582902 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828283431720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22462] ppid=22454 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22456/task/22462/stat : 22462 (java) S 22454 22456 18255 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254582902 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828282378920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22463] ppid=22454 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22456/task/22463/stat : 22463 (java) S 22454 22456 18255 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 22 0 254582902 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828281326120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22464] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22464/stat : 22464 (java) S 22454 22456 18255 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 254582902 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828280273320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22465] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22465/stat : 22465 (java) S 22454 22456 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254582902 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828279220520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22466] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22466/stat : 22466 (java) S 22454 22456 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254582902 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828278167720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22467] ppid=22454 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22456/task/22467/stat : 22467 (java) S 22454 22456 18255 0 -1 4202560 101 0 0 0 7 0 0 0 20 0 22 0 254582904 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828265757672 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22456/tid=22468] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22468/stat : 22468 (java) S 22454 22456 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254582904 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828264703736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22469] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22469/stat : 22469 (java) S 22454 22456 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254582904 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828263650824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22470] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22470/stat : 22470 (java) S 22454 22456 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254582907 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828262599312 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22471] ppid=22454 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/22456/task/22471/stat : 22471 (java) S 22454 22456 18255 0 -1 4202560 6665 0 0 0 91 2 0 0 20 0 22 0 254582907 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828261546424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22472] ppid=22454 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/22456/task/22472/stat : 22472 (java) S 22454 22456 18255 0 -1 4202560 8255 0 0 0 92 1 0 0 20 0 22 0 254582907 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828260493624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22473] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22473/stat : 22473 (java) S 22454 22456 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254582907 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828259441016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22474] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22474/stat : 22474 (java) S 22454 22456 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254582907 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828258388424 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22475] ppid=22454 vsize=9824668 CPUtime=2.52 cores=0,2,4,6
/proc/22456/task/22475/stat : 22475 (java) R 22454 22456 18255 0 -1 4202560 37 0 0 0 252 0 0 0 20 0 22 0 254582940 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828257334304 139828313827195 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22476] ppid=22454 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/22456/task/22476/stat : 22476 (java) R 22454 22456 18255 0 -1 4202560 191 0 0 0 253 2 0 0 20 0 22 0 254582940 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828256281048 139828314093400 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22477] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22477/stat : 22477 (java) S 22454 22456 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254582941 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828255229352 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22478] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22478/stat : 22478 (java) S 22454 22456 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254582941 10060460032 75501 33554432000 1073741824 1073778376 140734621625168 139828254176552 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 4.29 4.04 3.89 5/219 22478
/proc/meminfo: memFree=26650848/32873844 swapFree=7384/7384
[pid=22456] ppid=22454 vsize=9824668 CPUtime=13.93 cores=0,2,4,6
/proc/22456/stat : 22456 (java) S 22454 22456 18255 0 -1 4202496 19305 0 1 0 1379 14 0 0 20 0 22 0 254582900 10060460032 118110 33554432000 1073741824 1073778376 140734621625168 140734621616304 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22456/statm: 2456167 118110 2287 9 0 2446860 0
[pid=22456/tid=22458] ppid=22454 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/22456/task/22458/stat : 22458 (java) S 22454 22456 18255 0 -1 4202560 2523 0 1 0 34 2 0 0 20 0 22 0 254582901 10060460032 118110 33554432000 1073741824 1073778376 140734621625168 139828441498616 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22459] ppid=22454 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/22456/task/22459/stat : 22459 (java) S 22454 22456 18255 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 22 0 254582902 10060460032 118110 33554432000 1073741824 1073778376 140734621625168 139828285537320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22460] ppid=22454 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22456/task/22460/stat : 22460 (java) S 22454 22456 18255 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 254582902 10060460032 118110 33554432000 1073741824 1073778376 140734621625168 139828284484520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22461] ppid=22454 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22456/task/22461/stat : 22461 (java) S 22454 22456 18255 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 254582902 10060460032 118110 33554432000 1073741824 1073778376 140734621625168 139828283431720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22456/tid=22462] ppid=22454 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22456/task/22462/stat : 22462 (java) S 22454 22456 18255 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254582902 10060460032 118110 33554432000 1073741824 1073778376 140734621625168 139828282378920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22456/tid=22463] ppid=22454 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22456/task/22463/stat : 22463 (java) S 22454 22456 18255 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 254582902 10060460032 118110 33554432000 1073741824 1073778376 140734621625168 139828281326120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22464] ppid=22454 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22456/task/22464/stat : 22464 (java) S 22454 22456 18255 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 254582902 10060460032 118110 33554432000 1073741824 1073778376 140734621625168 139828280273320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22465] ppid=22454 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22456/task/22465/stat : 22465 (java) S 22454 22456 18255 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 254582902 10060460032 118110 33554432000 1073741824 1073778376 140734621625168 139828279220520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22466] ppid=22454 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22456/task/22466/stat : 22466 (java) S 22454 22456 18255 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254582902 10060460032 118110 33554432000 1073741824 1073778376 140734621625168 139828278167720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22467] ppid=22454 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/22456/task/22467/stat : 22467 (java) S 22454 22456 18255 0 -1 4202560 239 0 0 0 25 0 0 0 20 0 22 0 254582904 10060460032 118110 33554432000 1073741824 1073778376 140734621625168 139828265757672 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22468] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22468/stat : 22468 (java) S 22454 22456 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254582904 10060460032 118110 33554432000 1073741824 1073778376 140734621625168 139828264703736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22469] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22469/stat : 22469 (java) S 22454 22456 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254582904 10060460032 118110 33554432000 1073741824 1073778376 140734621625168 139828263650824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22470] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22470/stat : 22470 (java) S 22454 22456 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254582907 10060460032 118110 33554432000 1073741824 1073778376 140734621625168 139828262599312 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22471] ppid=22454 vsize=9824668 CPUtime=0.99 cores=0,2,4,6
/proc/22456/task/22471/stat : 22471 (java) S 22454 22456 18255 0 -1 4202560 6670 0 0 0 97 2 0 0 20 0 22 0 254582907 10060460032 118110 33554432000 1073741824 1073778376 140734621625168 139828261546424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/22456/statm: 2456167 904454 2288 9 0 2446860 0
[pid=22456/tid=22458] ppid=22454 vsize=9824668 CPUtime=0.39 cores=0,2,4,6
/proc/22456/task/22458/stat : 22458 (java) S 22454 22456 18255 0 -1 4202560 2563 0 1 0 36 3 0 0 20 0 22 0 254582901 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828441498616 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22459] ppid=22454 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/22456/task/22459/stat : 22459 (java) S 22454 22456 18255 0 -1 4202560 972 0 0 0 296 16 0 0 20 0 22 0 254582902 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828285537320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22456/tid=22460] ppid=22454 vsize=9824668 CPUtime=2.77 cores=0,2,4,6
/proc/22456/task/22460/stat : 22460 (java) S 22454 22456 18255 0 -1 4202560 976 0 0 0 265 12 0 0 20 0 22 0 254582902 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828284484520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22461] ppid=22454 vsize=9824668 CPUtime=3.05 cores=0,2,4,6
/proc/22456/task/22461/stat : 22461 (java) S 22454 22456 18255 0 -1 4202560 1013 0 0 0 288 17 0 0 20 0 22 0 254582902 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828283431720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22462] ppid=22454 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/22456/task/22462/stat : 22462 (java) S 22454 22456 18255 0 -1 4202560 679 0 0 0 266 14 0 0 20 0 22 0 254582902 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828282378920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22463] ppid=22454 vsize=9824668 CPUtime=2.85 cores=0,2,4,6
/proc/22456/task/22463/stat : 22463 (java) S 22454 22456 18255 0 -1 4202560 720 0 0 0 268 17 0 0 20 0 22 0 254582902 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828281326120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22464] ppid=22454 vsize=9824668 CPUtime=2.72 cores=0,2,4,6
/proc/22456/task/22464/stat : 22464 (java) S 22454 22456 18255 0 -1 4202560 616 0 0 0 258 14 0 0 20 0 22 0 254582902 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828280273320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22465] ppid=22454 vsize=9824668 CPUtime=2.92 cores=0,2,4,6
/proc/22456/task/22465/stat : 22465 (java) S 22454 22456 18255 0 -1 4202560 996 0 0 0 278 14 0 0 20 0 22 0 254582902 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828279220520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22466] ppid=22454 vsize=9824668 CPUtime=2.9 cores=0,2,4,6
/proc/22456/task/22466/stat : 22466 (java) S 22454 22456 18255 0 -1 4202560 841 0 0 0 276 14 0 0 20 0 22 0 254582902 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828278167720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22467] ppid=22454 vsize=9824668 CPUtime=56.75 cores=0,2,4,6
/proc/22456/task/22467/stat : 22467 (java) S 22454 22456 18255 0 -1 4202560 3353 0 0 0 5656 19 0 0 20 0 22 0 254582904 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828265757672 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22468] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22468/stat : 22468 (java) S 22454 22456 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254582904 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828264703736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22469] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22469/stat : 22469 (java) S 22454 22456 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254582904 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828263650824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22470] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22470/stat : 22470 (java) S 22454 22456 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254582907 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828262599312 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22471] ppid=22454 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/22456/task/22471/stat : 22471 (java) S 22454 22456 18255 0 -1 4202560 7280 0 0 0 134 2 0 0 20 0 22 0 254582907 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828261546424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22472] ppid=22454 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/22456/task/22472/stat : 22472 (java) S 22454 22456 18255 0 -1 4202560 8270 0 0 0 101 1 0 0 20 0 22 0 254582907 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828260493624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22473] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22473/stat : 22473 (java) S 22454 22456 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254582907 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828259441016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22474] ppid=22454 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/22456/task/22474/stat : 22474 (java) S 22454 22456 18255 0 -1 4202560 51 0 0 0 16 16 0 0 20 0 22 0 254582907 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828258388424 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22475] ppid=22454 vsize=9824668 CPUtime=816.46 cores=0,2,4,6
/proc/22456/task/22475/stat : 22475 (java) R 22454 22456 18255 0 -1 4202560 132 0 0 0 81631 15 0 0 20 0 22 0 254582940 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828257333472 139828313825812 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22476] ppid=22454 vsize=9824668 CPUtime=816.53 cores=0,2,4,6
/proc/22456/task/22476/stat : 22476 (java) R 22454 22456 18255 0 -1 4202560 1188 0 0 0 81612 41 0 0 20 0 22 0 254582940 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828256279456 139828314101761 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22477] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22477/stat : 22477 (java) S 22454 22456 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254582941 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828255229352 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22478] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22478/stat : 22478 (java) S 22454 22456 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254582941 10060460032 904454 33554432000 1073741824 1073778376 140734621625168 139828254176552 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1720.33
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.501 s]
/proc/loadavg: 3.87 3.88 3.88 5/219 22565
/proc/meminfo: memFree=25068204/32873844 swapFree=7384/7384
[pid=22456] ppid=22454 vsize=9824668 CPUtime=1800.2 cores=0,2,4,6
/proc/22456/stat : 22456 (java) S 22454 22456 18255 0 -1 4202496 31003 0 1 0 179830 190 0 0 20 0 22 0 254582900 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 140734621616304 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22456/statm: 2456167 913771 2288 9 0 2446860 0
[pid=22456/tid=22458] ppid=22454 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/22456/task/22458/stat : 22458 (java) S 22454 22456 18255 0 -1 4202560 2563 0 1 0 37 3 0 0 20 0 22 0 254582901 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828441498616 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22459] ppid=22454 vsize=9824668 CPUtime=3.24 cores=0,2,4,6
/proc/22456/task/22459/stat : 22459 (java) S 22454 22456 18255 0 -1 4202560 983 0 0 0 307 17 0 0 20 0 22 0 254582902 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828285537320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22460] ppid=22454 vsize=9824668 CPUtime=2.93 cores=0,2,4,6
/proc/22456/task/22460/stat : 22460 (java) S 22454 22456 18255 0 -1 4202560 979 0 0 0 281 12 0 0 20 0 22 0 254582902 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828284484520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22461] ppid=22454 vsize=9824668 CPUtime=3.21 cores=0,2,4,6
/proc/22456/task/22461/stat : 22461 (java) S 22454 22456 18255 0 -1 4202560 1032 0 0 0 304 17 0 0 20 0 22 0 254582902 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828283431720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22462] ppid=22454 vsize=9824668 CPUtime=2.89 cores=0,2,4,6
/proc/22456/task/22462/stat : 22462 (java) S 22454 22456 18255 0 -1 4202560 702 0 0 0 274 15 0 0 20 0 22 0 254582902 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828282378920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22456/tid=22463] ppid=22454 vsize=9824668 CPUtime=3.03 cores=0,2,4,6
/proc/22456/task/22463/stat : 22463 (java) S 22454 22456 18255 0 -1 4202560 750 0 0 0 286 17 0 0 20 0 22 0 254582902 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828281326120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22464] ppid=22454 vsize=9824668 CPUtime=2.85 cores=0,2,4,6
/proc/22456/task/22464/stat : 22464 (java) S 22454 22456 18255 0 -1 4202560 620 0 0 0 271 14 0 0 20 0 22 0 254582902 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828280273320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22456/tid=22465] ppid=22454 vsize=9824668 CPUtime=3.01 cores=0,2,4,6
/proc/22456/task/22465/stat : 22465 (java) S 22454 22456 18255 0 -1 4202560 1009 0 0 0 287 14 0 0 20 0 22 0 254582902 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828279220520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22456/tid=22466] ppid=22454 vsize=9824668 CPUtime=2.99 cores=0,2,4,6
/proc/22456/task/22466/stat : 22466 (java) S 22454 22456 18255 0 -1 4202560 860 0 0 0 285 14 0 0 20 0 22 0 254582902 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828278167720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22467] ppid=22454 vsize=9824668 CPUtime=59.77 cores=0,2,4,6
/proc/22456/task/22467/stat : 22467 (java) S 22454 22456 18255 0 -1 4202560 3390 0 0 0 5958 19 0 0 20 0 22 0 254582904 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828265757672 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22468] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22468/stat : 22468 (java) S 22454 22456 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254582904 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828264703736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22469] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22469/stat : 22469 (java) S 22454 22456 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254582904 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828263650824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22470] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22470/stat : 22470 (java) S 22454 22456 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254582907 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828262599312 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22471] ppid=22454 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/22456/task/22471/stat : 22471 (java) S 22454 22456 18255 0 -1 4202560 7280 0 0 0 134 2 0 0 20 0 22 0 254582907 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828261546424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22472] ppid=22454 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/22456/task/22472/stat : 22472 (java) S 22454 22456 18255 0 -1 4202560 8270 0 0 0 101 1 0 0 20 0 22 0 254582907 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828260493624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22473] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22473/stat : 22473 (java) S 22454 22456 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254582907 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828259441016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22474] ppid=22454 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/22456/task/22474/stat : 22474 (java) S 22454 22456 18255 0 -1 4202560 53 0 0 0 16 17 0 0 20 0 22 0 254582907 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828258388424 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22475] ppid=22454 vsize=9824668 CPUtime=854.26 cores=0,2,4,6
/proc/22456/task/22475/stat : 22475 (java) R 22454 22456 18255 0 -1 4202560 133 0 0 0 85411 15 0 0 20 0 22 0 254582940 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828257332464 139828313787497 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22476] ppid=22454 vsize=9824668 CPUtime=854.34 cores=0,2,4,6
/proc/22456/task/22476/stat : 22476 (java) R 22454 22456 18255 0 -1 4202560 1192 0 0 0 85393 41 0 0 20 0 22 0 254582940 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828256280352 139828313945031 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22477] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22477/stat : 22477 (java) S 22454 22456 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254582941 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828255229352 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22478] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22478/stat : 22478 (java) S 22454 22456 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254582941 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828254176552 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
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+923.501 s]
/proc/loadavg: 3.87 3.88 3.88 5/219 22565
/proc/meminfo: memFree=25068204/32873844 swapFree=7384/7384
[pid=22456] ppid=22454 vsize=9824668 CPUtime=1800.2 cores=0,2,4,6
/proc/22456/stat : 22456 (java) S 22454 22456 18255 0 -1 4202496 31003 0 1 0 179830 190 0 0 20 0 22 0 254582900 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 140734621616304 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22456/statm: 2456167 913771 2288 9 0 2446860 0
[pid=22456/tid=22458] ppid=22454 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/22456/task/22458/stat : 22458 (java) S 22454 22456 18255 0 -1 4202560 2563 0 1 0 37 3 0 0 20 0 22 0 254582901 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828441498616 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22459] ppid=22454 vsize=9824668 CPUtime=3.24 cores=0,2,4,6
/proc/22456/task/22459/stat : 22459 (java) S 22454 22456 18255 0 -1 4202560 983 0 0 0 307 17 0 0 20 0 22 0 254582902 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828285537320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22460] ppid=22454 vsize=9824668 CPUtime=2.93 cores=0,2,4,6
/proc/22456/task/22460/stat : 22460 (java) S 22454 22456 18255 0 -1 4202560 979 0 0 0 281 12 0 0 20 0 22 0 254582902 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828284484520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22461] ppid=22454 vsize=9824668 CPUtime=3.21 cores=0,2,4,6
/proc/22456/task/22461/stat : 22461 (java) S 22454 22456 18255 0 -1 4202560 1032 0 0 0 304 17 0 0 20 0 22 0 254582902 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828283431720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22462] ppid=22454 vsize=9824668 CPUtime=2.89 cores=0,2,4,6
/proc/22456/task/22462/stat : 22462 (java) S 22454 22456 18255 0 -1 4202560 702 0 0 0 274 15 0 0 20 0 22 0 254582902 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828282378920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22456/tid=22463] ppid=22454 vsize=9824668 CPUtime=3.03 cores=0,2,4,6
/proc/22456/task/22463/stat : 22463 (java) S 22454 22456 18255 0 -1 4202560 750 0 0 0 286 17 0 0 20 0 22 0 254582902 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828281326120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22464] ppid=22454 vsize=9824668 CPUtime=2.85 cores=0,2,4,6
/proc/22456/task/22464/stat : 22464 (java) S 22454 22456 18255 0 -1 4202560 620 0 0 0 271 14 0 0 20 0 22 0 254582902 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828280273320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22456/tid=22465] ppid=22454 vsize=9824668 CPUtime=3.01 cores=0,2,4,6
/proc/22456/task/22465/stat : 22465 (java) S 22454 22456 18255 0 -1 4202560 1009 0 0 0 287 14 0 0 20 0 22 0 254582902 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828279220520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22456/tid=22466] ppid=22454 vsize=9824668 CPUtime=2.99 cores=0,2,4,6
/proc/22456/task/22466/stat : 22466 (java) S 22454 22456 18255 0 -1 4202560 860 0 0 0 285 14 0 0 20 0 22 0 254582902 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828278167720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22467] ppid=22454 vsize=9824668 CPUtime=59.77 cores=0,2,4,6
/proc/22456/task/22467/stat : 22467 (java) S 22454 22456 18255 0 -1 4202560 3390 0 0 0 5958 19 0 0 20 0 22 0 254582904 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828265757672 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22468] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22468/stat : 22468 (java) S 22454 22456 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254582904 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828264703736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22469] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22469/stat : 22469 (java) S 22454 22456 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254582904 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828263650824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22470] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22470/stat : 22470 (java) S 22454 22456 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254582907 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828262599312 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22471] ppid=22454 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/22456/task/22471/stat : 22471 (java) S 22454 22456 18255 0 -1 4202560 7280 0 0 0 134 2 0 0 20 0 22 0 254582907 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828261546424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22472] ppid=22454 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/22456/task/22472/stat : 22472 (java) S 22454 22456 18255 0 -1 4202560 8270 0 0 0 101 1 0 0 20 0 22 0 254582907 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828260493624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22473] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22473/stat : 22473 (java) S 22454 22456 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254582907 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828259441016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22474] ppid=22454 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/22456/task/22474/stat : 22474 (java) S 22454 22456 18255 0 -1 4202560 53 0 0 0 16 17 0 0 20 0 22 0 254582907 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828258388424 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22475] ppid=22454 vsize=9824668 CPUtime=854.26 cores=0,2,4,6
/proc/22456/task/22475/stat : 22475 (java) R 22454 22456 18255 0 -1 4202560 133 0 0 0 85411 15 0 0 20 0 22 0 254582940 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828257332464 139828313787497 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22456/tid=22476] ppid=22454 vsize=9824668 CPUtime=854.34 cores=0,2,4,6
/proc/22456/task/22476/stat : 22476 (java) R 22454 22456 18255 0 -1 4202560 1192 0 0 0 85393 41 0 0 20 0 22 0 254582940 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828256280352 139828313945031 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22456/tid=22477] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22477/stat : 22477 (java) S 22454 22456 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254582941 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828255229352 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22456/tid=22478] ppid=22454 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22456/task/22478/stat : 22478 (java) S 22454 22456 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254582941 10060460032 913771 33554432000 1073741824 1073778376 140734621625168 139828254176552 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22456 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=739310
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=350642
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 923.575
CPU time (s): 1800.2
CPU user time (s): 1798.3
CPU system time (s): 1.9
CPU usage (%): 194.916
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.74
system time used= 2.35064
maximum resident set size= 3655208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31036
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26073
involuntary context switches= 39361

runsolver used 3.34149 second user time and 8.02278 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-24 20:36:15
IDJOB=3689734
IDBENCH=90229
IDSOLVER=2268
FILE ID=node136/3689734-1337884574
RUNJOBID= node136-1337871880-18271
PBS_JOBID= 14620068
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= 506a6fce450974b6f48fc0e3b77d8777
RANDOM SEED=1998500310

node136.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		: 2667.247
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	: 5334.49
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		: 2667.247
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		: 2667.247
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.94
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		: 2667.247
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.90
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		: 2667.247
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.90
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		: 2667.247
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.90
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		: 2667.247
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		: 2667.247
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:       32873844 kB
MemFree:        27077368 kB
Buffers:          287616 kB
Cached:          1913056 kB
SwapCached:        24460 kB
Active:          3396048 kB
Inactive:        1626304 kB
Active(anon):    2796624 kB
Inactive(anon):    25096 kB
Active(file):     599424 kB
Inactive(file):  1601208 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:               452 kB
Writeback:             0 kB
AnonPages:       2807412 kB
Mapped:            17864 kB
Shmem:                 0 kB
Slab:             626704 kB
SReclaimable:      68556 kB
SUnreclaim:       558148 kB
KernelStack:        1624 kB
PageTables:         9792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3121640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2742272 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= 71712 MiB
End job on node136 at 2012-05-24 20:51:40