Trace number 3689672

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.02 923.375

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K133.opb
MD5SUM2e2bfba9fd441b7330d2c90af940d9b0
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15827
Total number of constraints16095
Number of constraints which are clauses15962
Number of constraints which are cardinality constraints (but not clauses)133
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint133
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 134
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689672-1337884130.opb
0.08/0.13	c reading problem ... 
1.25/0.66	c ... done. Wall clock time 0.535s.
1.25/0.66	c declared #vars     15827
1.25/0.66	c #constraints  16095
1.25/0.66	c constraints type 
1.25/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14244
1.25/0.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 133
1.25/0.67	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.25/0.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1716
1.25/0.67	c 16095 constraints processed.
1.25/0.67	c constraints type 
1.25/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1716
1.25/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14244
1.25/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 133
1.25/0.67	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.25/0.67	c 16095 constraints processed.
6.18/2.46	c cleaning 2480 clauses out of 4993 with flag 5000/5000
10.24/4.32	c cleaning 4249 clauses out of 8504 with flag 11003/11003
14.36/6.43	c cleaning 5577 clauses out of 11250 with flag 18001/18001
19.13/8.90	c cleaning 6819 clauses out of 13673 with flag 26002/26002
24.90/11.72	c cleaning 7799 clauses out of 15852 with flag 35001/35001
31.02/14.85	c cleaning 8925 clauses out of 18047 with flag 45002/45002
36.92/17.89	c cleaning 9984 clauses out of 20122 with flag 56002/56002
44.79/21.80	c cleaning 10958 clauses out of 22131 with flag 68000/68000
52.39/25.79	c cleaning 11951 clauses out of 24171 with flag 81000/81000
62.03/30.67	c cleaning 12900 clauses out of 26219 with flag 95000/95000
71.94/35.65	c cleaning 13965 clauses out of 28316 with flag 110000/110000
82.54/41.01	c cleaning 14956 clauses out of 30349 with flag 126000/126000
93.77/46.87	c cleaning 15967 clauses out of 32393 with flag 143001/143001
106.32/53.27	c cleaning 17014 clauses out of 34426 with flag 161001/161001
118.25/59.31	c cleaning 18019 clauses out of 36409 with flag 180000/180000
132.53/66.69	c cleaning 18992 clauses out of 38390 with flag 200000/200000
160.07/80.66	c cleaning 20085 clauses out of 40398 with flag 221000/221000
174.73/88.13	c cleaning 20847 clauses out of 42313 with flag 243000/243000
192.51/97.28	c cleaning 21894 clauses out of 44466 with flag 266000/266000
214.23/108.30	c cleaning 22674 clauses out of 46577 with flag 290006/290006
237.44/120.33	c cleaning 24166 clauses out of 48896 with flag 315000/315000
255.48/129.64	c cleaning 24004 clauses out of 50728 with flag 341000/341000
279.10/141.72	c cleaning 25299 clauses out of 53724 with flag 368000/368000
298.54/151.74	c cleaning 26474 clauses out of 56424 with flag 396000/396000
322.78/164.39	c cleaning 26798 clauses out of 58949 with flag 425000/425000
347.22/177.56	c cleaning 27982 clauses out of 62151 with flag 455000/455000
369.08/188.71	c cleaning 28710 clauses out of 65169 with flag 486000/486000
394.47/201.94	c cleaning 30116 clauses out of 68459 with flag 518000/518000
399.86/204.97	c cleaning 0 clauses out of 5001 with flag 0/5001
422.59/216.57	c cleaning 31001 clauses out of 71343 with flag 551000/551000
450.97/231.08	c cleaning 32046 clauses out of 74342 with flag 585001/585001
484.56/248.41	c cleaning 33176 clauses out of 77295 with flag 620000/620000
521.41/267.27	c cleaning 33878 clauses out of 80121 with flag 656002/656002
559.15/286.55	c cleaning 35007 clauses out of 83241 with flag 693000/693000
591.12/302.92	c cleaning 35646 clauses out of 86240 with flag 731006/731006
628.79/322.46	c cleaning 36893 clauses out of 89588 with flag 770000/770000
664.95/340.98	c cleaning 37873 clauses out of 92700 with flag 810005/810005
700.86/359.32	c cleaning 38786 clauses out of 95824 with flag 851002/851002
752.50/385.50	c cleaning 39639 clauses out of 99036 with flag 893000/893000
799.23/409.60	c cleaning 41064 clauses out of 102398 with flag 936001/936001
871.93/446.98	c cleaning 42642 clauses out of 105334 with flag 980001/980001
922.57/472.76	c cleaning 42643 clauses out of 107692 with flag 1025001/1025001
959.49/492.14	c cleaning 43117 clauses out of 111048 with flag 1071000/1071000
1007.68/516.71	c cleaning 44813 clauses out of 114931 with flag 1118000/1118000
1072.61/549.71	c cleaning 45782 clauses out of 118118 with flag 1166001/1166001
1127.87/578.00	c cleaning 47038 clauses out of 121335 with flag 1215000/1215000
1201.36/615.73	c cleaning 46766 clauses out of 124297 with flag 1265000/1265000
1278.63/655.01	c cleaning 48509 clauses out of 128532 with flag 1316002/1316002
1330.70/681.80	c cleaning 49538 clauses out of 132021 with flag 1368000/1368000
1394.15/714.33	c cleaning 50802 clauses out of 135483 with flag 1421000/1421000
1444.17/740.56	c cleaning 51195 clauses out of 138683 with flag 1475003/1475003
1525.90/782.18	c cleaning 53641 clauses out of 142485 with flag 1530000/1530000
1593.23/816.54	c cleaning 53416 clauses out of 144844 with flag 1586000/1586000
1644.36/842.80	c cleaning 53889 clauses out of 148427 with flag 1643000/1643000
1693.78/868.72	c cleaning 55024 clauses out of 152538 with flag 1701000/1701000
1758.08/901.66	c cleaning 56488 clauses out of 156518 with flag 1760004/1760004
1800.02/923.31	c starts		: 208
1800.02/923.31	c conflicts		: 1807580
1800.02/923.31	c decisions		: 21198042
1800.02/923.31	c propagations		: 1266018148
1800.02/923.31	c inspects		: 2659918039
1800.02/923.31	c shortcuts		: 0
1800.02/923.31	c learnt literals	: 58
1800.02/923.31	c learnt binary clauses	: 86642
1800.02/923.31	c learnt ternary clauses	: 99636
1800.02/923.31	c learnt constraints	: 1807521
1800.02/923.31	c ignored constraints	: 0
1800.02/923.31	c root simplifications	: 0
1800.02/923.31	c removed literals (reason simplification)	: 24349721
1800.02/923.31	c reason swapping (by a shorter reason)	: 0
1800.02/923.31	c Calls to reduceDB	: 55
1800.02/923.31	c number of reductions to clauses (during analyze)	: 0
1800.02/923.31	c number of learned constraints concerned by reduction	: 0
1800.02/923.31	c number of learning phase by resolution	: 0
1800.02/923.31	c number of learning phase by cutting planes	: 0
1800.02/923.31	c speed (assignments/second)	: 1372196.2753977252
1800.02/923.31	c non guided choices	13377
1800.02/923.35	c learnt constraints type 
1800.02/923.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 86642
1800.02/923.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60997
1800.02/923.35	c constraints type 
1800.02/923.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14244
1800.02/923.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 133
1800.02/923.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.02/923.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1716
1800.02/923.35	c 16095 constraints processed.
1800.02/923.35	c constraints type 
1800.02/923.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1716
1800.02/923.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14244
1800.02/923.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 133
1800.02/923.35	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.02/923.35	c 16095 constraints processed.
1800.02/923.35	s UNKNOWN
1800.02/923.35	c Total wall clock time (in seconds): 923.225

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-3689672-1337884130/watcher-3689672-1337884130 -o /tmp/evaluation-result-3689672-1337884130/solver-3689672-1337884130 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689672-1337884130.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: 3.75 3.84 3.85 4/197 26517
/proc/meminfo: memFree=26724244/32873844 swapFree=7356/7356
[pid=26517] ppid=26515 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26517/stat : 26517 (java) D 26515 26517 23457 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254541583 9515008 182 33554432000 1073741824 1073778376 140733336966976 140733336958008 245294251701 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/26517/statm: 2323 182 140 9 0 71 0

[startup+0.0957739 s]
/proc/loadavg: 3.75 3.84 3.85 4/197 26517
/proc/meminfo: memFree=26724244/32873844 swapFree=7356/7356
[pid=26517] ppid=26515 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/26517/stat : 26517 (java) S 26515 26517 23457 0 -1 4202496 3678 0 1 0 6 1 0 0 20 0 18 0 254541583 9787813888 4376 33554432000 1073741824 1073778376 140736350346208 140736350337344 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26517/statm: 2389603 4377 1931 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.100256 s]
/proc/loadavg: 3.75 3.84 3.85 4/197 26517
/proc/meminfo: memFree=26724244/32873844 swapFree=7356/7356
[pid=26517] ppid=26515 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/26517/stat : 26517 (java) S 26515 26517 23457 0 -1 4202496 4113 0 1 0 7 1 0 0 20 0 18 0 254541583 9787813888 4806 33554432000 1073741824 1073778376 140736350346208 140736350337344 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26517/statm: 2389603 4806 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300221 s]
/proc/loadavg: 3.75 3.84 3.85 4/197 26517
/proc/meminfo: memFree=26724244/32873844 swapFree=7356/7356
[pid=26517] ppid=26515 vsize=9558412 CPUtime=0.52 cores=0,2,4,6
/proc/26517/stat : 26517 (java) S 26515 26517 23457 0 -1 4202496 7279 0 1 0 50 2 0 0 20 0 18 0 254541583 9787813888 9757 33554432000 1073741824 1073778376 140736350346208 140736350337344 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26517/statm: 2389603 9757 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.700165 s]
/proc/loadavg: 3.75 3.84 3.85 4/197 26517
/proc/meminfo: memFree=26724244/32873844 swapFree=7356/7356
[pid=26517] ppid=26515 vsize=9824668 CPUtime=1.54 cores=0,2,4,6
/proc/26517/stat : 26517 (java) S 26515 26517 23457 0 -1 4202496 14773 0 1 0 149 5 0 0 20 0 22 0 254541583 10060460032 40590 33554432000 1073741824 1073778376 140736350346208 140736350337344 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26517/statm: 2456167 40590 2252 9 0 2446860 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 9824668

[startup+1.5007 s]
/proc/loadavg: 3.75 3.84 3.85 7/219 26539
/proc/meminfo: memFree=26548520/32873844 swapFree=7356/7356
[pid=26517] ppid=26515 vsize=9824668 CPUtime=4.19 cores=0,2,4,6
/proc/26517/stat : 26517 (java) S 26515 26517 23457 0 -1 4202496 18118 0 1 0 412 7 0 0 20 0 22 0 254541583 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 140736350337344 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26517/statm: 2456167 45975 2273 9 0 2446860 0
[pid=26517/tid=26519] ppid=26515 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/26517/task/26519/stat : 26519 (java) S 26515 26517 23457 0 -1 4202560 2563 0 1 0 60 3 0 0 20 0 22 0 254541584 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910515508216 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26520] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26520/stat : 26520 (java) S 26515 26517 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254541585 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910359509416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26521] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26521/stat : 26521 (java) S 26515 26517 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254541585 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910358456872 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26522] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26522/stat : 26522 (java) S 26515 26517 23457 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254541585 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910357403816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26523] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26523/stat : 26523 (java) S 26515 26517 23457 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254541585 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910356351272 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26524] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26524/stat : 26524 (java) S 26515 26517 23457 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254541585 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910355299240 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26525] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26525/stat : 26525 (java) S 26515 26517 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254541585 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910354246696 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26526] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26526/stat : 26526 (java) S 26515 26517 23457 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254541585 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910353193640 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26527] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26527/stat : 26527 (java) S 26515 26517 23457 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254541585 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910352141096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26528] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26528/stat : 26528 (java) S 26515 26517 23457 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 254541586 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910339729768 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26529] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26529/stat : 26529 (java) S 26515 26517 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254541587 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910338676088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26530] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26530/stat : 26530 (java) S 26515 26517 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254541587 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910337622920 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26531] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26531/stat : 26531 (java) S 26515 26517 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254541590 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910336571664 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26532] ppid=26515 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/26517/task/26532/stat : 26532 (java) R 26515 26517 23457 0 -1 4202560 5587 0 0 0 97 0 0 0 20 0 22 0 254541590 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910335519544 139910523253744 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26533] ppid=26515 vsize=9824668 CPUtime=0.89 cores=0,2,4,6
/proc/26517/task/26533/stat : 26533 (java) R 26515 26517 23457 0 -1 4202560 8545 0 0 0 87 2 0 0 20 0 22 0 254541590 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910334467000 139910518114346 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26534] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26534/stat : 26534 (java) S 26515 26517 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254541590 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910333414136 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26535] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26535/stat : 26535 (java) S 26515 26517 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254541590 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910332361800 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26536] ppid=26515 vsize=9824668 CPUtime=0.79 cores=0,2,4,6
/proc/26517/task/26536/stat : 26536 (java) R 26515 26517 23457 0 -1 4202560 29 0 0 0 79 0 0 0 20 0 22 0 254541650 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910331306568 139910388134855 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26537] ppid=26515 vsize=9824668 CPUtime=0.77 cores=0,2,4,6
/proc/26517/task/26537/stat : 26537 (java) R 26515 26517 23457 0 -1 4202560 85 0 0 0 77 0 0 0 20 0 22 0 254541650 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910330253512 139910388156365 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26538] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26538/stat : 26538 (java) S 26515 26517 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254541652 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910329201448 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26539] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26539/stat : 26539 (java) S 26515 26517 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254541652 10060460032 45975 33554432000 1073741824 1073778376 140736350346208 139910328148904 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9824668

[startup+3.10078 s]
/proc/loadavg: 3.75 3.84 3.85 5/219 26539
/proc/meminfo: memFree=26529468/32873844 swapFree=7356/7356
[pid=26517] ppid=26515 vsize=9824668 CPUtime=7.75 cores=0,2,4,6
/proc/26517/stat : 26517 (java) S 26515 26517 23457 0 -1 4202496 19950 0 1 0 764 11 0 0 20 0 22 0 254541583 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 140736350337344 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26517/statm: 2456167 61425 2286 9 0 2446860 0
[pid=26517/tid=26519] ppid=26515 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/26517/task/26519/stat : 26519 (java) S 26515 26517 23457 0 -1 4202560 2563 0 1 0 60 3 0 0 20 0 22 0 254541584 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910515508216 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26520] ppid=26515 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26517/task/26520/stat : 26520 (java) S 26515 26517 23457 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 254541585 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910359509416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26521] ppid=26515 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26517/task/26521/stat : 26521 (java) S 26515 26517 23457 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254541585 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910358456872 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26522] ppid=26515 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26517/task/26522/stat : 26522 (java) S 26515 26517 23457 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254541585 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910357403816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26523] ppid=26515 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26517/task/26523/stat : 26523 (java) S 26515 26517 23457 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254541585 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910356351272 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26524] ppid=26515 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26517/task/26524/stat : 26524 (java) S 26515 26517 23457 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 254541585 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910355299240 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26525] ppid=26515 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26517/task/26525/stat : 26525 (java) S 26515 26517 23457 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 254541585 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910354246696 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26526] ppid=26515 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26517/task/26526/stat : 26526 (java) S 26515 26517 23457 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254541585 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910353193640 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26527] ppid=26515 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26517/task/26527/stat : 26527 (java) S 26515 26517 23457 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254541585 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910352141096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26528] ppid=26515 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26517/task/26528/stat : 26528 (java) S 26515 26517 23457 0 -1 4202560 102 0 0 0 5 0 0 0 20 0 22 0 254541586 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910339729768 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26529] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26529/stat : 26529 (java) S 26515 26517 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254541587 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910338676088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26530] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26530/stat : 26530 (java) S 26515 26517 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254541587 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910337622920 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26531] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26531/stat : 26531 (java) S 26515 26517 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254541590 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910336571664 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26532] ppid=26515 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/26517/task/26532/stat : 26532 (java) S 26515 26517 23457 0 -1 4202560 5628 0 0 0 117 0 0 0 20 0 22 0 254541590 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910335519544 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26533] ppid=26515 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/26517/task/26533/stat : 26533 (java) S 26515 26517 23457 0 -1 4202560 10230 0 0 0 101 2 0 0 20 0 22 0 254541590 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910334467000 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26534] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26534/stat : 26534 (java) S 26515 26517 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254541590 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910333414136 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26535] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26535/stat : 26535 (java) S 26515 26517 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254541590 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910332361800 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26536] ppid=26515 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/26517/task/26536/stat : 26536 (java) R 26515 26517 23457 0 -1 4202560 30 0 0 0 226 0 0 0 20 0 22 0 254541650 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910331306520 139910388134609 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26537] ppid=26515 vsize=9824668 CPUtime=2.25 cores=0,2,4,6
/proc/26517/task/26537/stat : 26537 (java) R 26515 26517 23457 0 -1 4202560 85 0 0 0 225 0 0 0 20 0 22 0 254541650 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910330252216 139910388037913 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26538] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26538/stat : 26538 (java) S 26515 26517 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254541652 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910329201448 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26539] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26539/stat : 26539 (java) S 26515 26517 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254541652 10060460032 61425 33554432000 1073741824 1073778376 140736350346208 139910328148904 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 9824668

[startup+6.30078 s]
/proc/loadavg: 3.77 3.84 3.85 5/219 26539
/proc/meminfo: memFree=26505448/32873844 swapFree=7356/7356
[pid=26517] ppid=26515 vsize=9824668 CPUtime=14.16 cores=0,2,4,6
/proc/26517/stat : 26517 (java) S 26515 26517 23457 0 -1 4202496 19972 0 1 0 1405 11 0 0 20 0 22 0 254541583 10060460032 63983 33554432000 1073741824 1073778376 140736350346208 140736350337344 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26517/statm: 2456167 63983 2286 9 0 2446860 0
[pid=26517/tid=26519] ppid=26515 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/26517/task/26519/stat : 26519 (java) S 26515 26517 23457 0 -1 4202560 2563 0 1 0 60 3 0 0 20 0 22 0 254541584 10060460032 63983 33554432000 1073741824 1073778376 140736350346208 139910515508216 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26520] ppid=26515 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26517/task/26520/stat : 26520 (java) S 26515 26517 23457 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 254541585 10060460032 63983 33554432000 1073741824 1073778376 140736350346208 139910359509416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26521] ppid=26515 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26517/task/26521/stat : 26521 (java) S 26515 26517 23457 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 254541585 10060460032 63983 33554432000 1073741824 1073778376 140736350346208 139910358456872 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26522] ppid=26515 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26517/task/26522/stat : 26522 (java) S 26515 26517 23457 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254541585 10060460032 63983 33554432000 1073741824 1073778376 140736350346208 139910357403816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26523] ppid=26515 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26517/task/26523/stat : 26523 (java) S 26515 26517 23457 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254541585 10060460032 63983 33554432000 1073741824 1073778376 140736350346208 139910356351272 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26524] ppid=26515 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26517/task/26524/stat : 26524 (java) S 26515 26517 23457 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 254541585 10060460032 63983 33554432000 1073741824 1073778376 140736350346208 139910355299240 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26525] ppid=26515 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26517/task/26525/stat : 26525 (java) S 26515 26517 23457 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 254541585 10060460032 63983 33554432000 1073741824 1073778376 140736350346208 139910354246696 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26526] ppid=26515 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26517/task/26526/stat : 26526 (java) S 26515 26517 23457 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254541585 10060460032 63983 33554432000 1073741824 1073778376 140736350346208 139910353193640 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26527] ppid=26515 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26517/task/26527/stat : 26527 (java) S 26515 26517 23457 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254541585 10060460032 63983 33554432000 1073741824 1073778376 140736350346208 139910352141096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26528] ppid=26515 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/26517/task/26528/stat : 26528 (java) S 26515 26517 23457 0 -1 4202560 105 0 0 0 13 0 0 0 20 0 22 0 254541586 10060460032 63983 33554432000 1073741824 1073778376 140736350346208 139910339729768 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26529] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26529/stat : 26529 (java) S 26515 26517 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254541587 10060460032 63983 33554432000 1073741824 1073778376 140736350346208 139910338676088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26530] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26530/stat : 26530 (java) S 26515 26517 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254541587 10060460032 63983 33554432000 1073741824 1073778376 140736350346208 139910337622920 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26531] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26531/stat : 26531 (java) S 26515 26517 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254541590 10060460032 63983 33554432000 1073741824 1073778376 140736350346208 139910336571664 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26532] ppid=26515 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/26517/task/26532/stat : 26532 (java) S 26515 26517 23457 0 -1 4202560 5633 0 0 0 122 0 0 0 20 0 22 0 254541590 10060460032 63983 33554432000 1073741824 1073778376 140736350346208 139910335519544 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/26517/statm: 2456167 905473 2287 9 0 2446860 0
[pid=26517/tid=26519] ppid=26515 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/26517/task/26519/stat : 26519 (java) S 26515 26517 23457 0 -1 4202560 2602 0 1 0 63 4 0 0 20 0 22 0 254541584 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910515508216 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26520] ppid=26515 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/26517/task/26520/stat : 26520 (java) S 26515 26517 23457 0 -1 4202560 307 0 0 0 154 8 0 0 20 0 22 0 254541585 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910359509416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26521] ppid=26515 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/26517/task/26521/stat : 26521 (java) S 26515 26517 23457 0 -1 4202560 593 0 0 0 176 10 0 0 20 0 22 0 254541585 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910358456872 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26522] ppid=26515 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/26517/task/26522/stat : 26522 (java) S 26515 26517 23457 0 -1 4202560 558 0 0 0 176 11 0 0 20 0 22 0 254541585 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910357403816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26523] ppid=26515 vsize=9824668 CPUtime=1.72 cores=0,2,4,6
/proc/26517/task/26523/stat : 26523 (java) S 26515 26517 23457 0 -1 4202560 220 0 0 0 164 8 0 0 20 0 22 0 254541585 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910356351272 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26524] ppid=26515 vsize=9824668 CPUtime=1.9 cores=0,2,4,6
/proc/26517/task/26524/stat : 26524 (java) S 26515 26517 23457 0 -1 4202560 381 0 0 0 180 10 0 0 20 0 22 0 254541585 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910355299240 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26525] ppid=26515 vsize=9824668 CPUtime=1.89 cores=0,2,4,6
/proc/26517/task/26525/stat : 26525 (java) S 26515 26517 23457 0 -1 4202560 328 0 0 0 179 10 0 0 20 0 22 0 254541585 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910354246696 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26526] ppid=26515 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/26517/task/26526/stat : 26526 (java) S 26515 26517 23457 0 -1 4202560 360 0 0 0 176 8 0 0 20 0 22 0 254541585 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910353193640 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26527] ppid=26515 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/26517/task/26527/stat : 26527 (java) S 26515 26517 23457 0 -1 4202560 253 0 0 0 140 7 0 0 20 0 22 0 254541585 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910352141096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26528] ppid=26515 vsize=9824668 CPUtime=53.5 cores=0,2,4,6
/proc/26517/task/26528/stat : 26528 (java) S 26515 26517 23457 0 -1 4202560 4037 0 0 0 5334 16 0 0 20 0 22 0 254541586 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910339729768 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26529] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26529/stat : 26529 (java) S 26515 26517 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254541587 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910338676088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26530] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26530/stat : 26530 (java) S 26515 26517 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254541587 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910337622920 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26531] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26531/stat : 26531 (java) S 26515 26517 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254541590 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910336571664 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26532] ppid=26515 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/26517/task/26532/stat : 26532 (java) S 26515 26517 23457 0 -1 4202560 5660 0 0 0 136 0 0 0 20 0 22 0 254541590 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910335519544 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26533] ppid=26515 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/26517/task/26533/stat : 26533 (java) S 26515 26517 23457 0 -1 4202560 12897 0 0 0 142 3 0 0 20 0 22 0 254541590 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910334467000 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26534] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26534/stat : 26534 (java) S 26515 26517 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254541590 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910333414136 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26535] ppid=26515 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/26517/task/26535/stat : 26535 (java) S 26515 26517 23457 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 254541590 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910332361800 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26536] ppid=26515 vsize=9824668 CPUtime=821.88 cores=0,2,4,6
/proc/26517/task/26536/stat : 26536 (java) R 26515 26517 23457 0 -1 4202560 89 0 0 0 82175 13 0 0 20 0 22 0 254541650 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910331306320 139910388074765 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26537] ppid=26515 vsize=9824668 CPUtime=821.77 cores=0,2,4,6
/proc/26517/task/26537/stat : 26537 (java) R 26515 26517 23457 0 -1 4202560 1651 0 0 0 82126 51 0 0 20 0 22 0 254541650 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910330251328 139910388587019 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26538] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26538/stat : 26538 (java) S 26515 26517 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254541652 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910329201448 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26539] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26539/stat : 26539 (java) S 26515 26517 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254541652 10060460032 905473 33554432000 1073741824 1073778376 140736350346208 139910328148904 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1719.48
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.301 s]
/proc/loadavg: 3.95 3.90 3.84 5/219 26618
/proc/meminfo: memFree=23954508/32873844 swapFree=7356/7356
[pid=26517] ppid=26515 vsize=9824668 CPUtime=1800.02 cores=0,2,4,6
/proc/26517/stat : 26517 (java) S 26515 26517 23457 0 -1 4202496 31192 0 1 0 179850 152 0 0 20 0 22 0 254541583 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 140736350337344 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26517/statm: 2456167 905479 2287 9 0 2446860 0
[pid=26517/tid=26519] ppid=26515 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/26517/task/26519/stat : 26519 (java) S 26515 26517 23457 0 -1 4202560 2603 0 1 0 63 4 0 0 20 0 22 0 254541584 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910515508216 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26520] ppid=26515 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/26517/task/26520/stat : 26520 (java) S 26515 26517 23457 0 -1 4202560 307 0 0 0 155 8 0 0 20 0 22 0 254541585 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910359509416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26521] ppid=26515 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/26517/task/26521/stat : 26521 (java) S 26515 26517 23457 0 -1 4202560 593 0 0 0 177 10 0 0 20 0 22 0 254541585 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910358456872 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26522] ppid=26515 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/26517/task/26522/stat : 26522 (java) S 26515 26517 23457 0 -1 4202560 561 0 0 0 177 11 0 0 20 0 22 0 254541585 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910357403816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26523] ppid=26515 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/26517/task/26523/stat : 26523 (java) S 26515 26517 23457 0 -1 4202560 220 0 0 0 167 8 0 0 20 0 22 0 254541585 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910356351272 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26524] ppid=26515 vsize=9824668 CPUtime=1.91 cores=0,2,4,6
/proc/26517/task/26524/stat : 26524 (java) S 26515 26517 23457 0 -1 4202560 381 0 0 0 181 10 0 0 20 0 22 0 254541585 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910355299240 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26525] ppid=26515 vsize=9824668 CPUtime=1.9 cores=0,2,4,6
/proc/26517/task/26525/stat : 26525 (java) S 26515 26517 23457 0 -1 4202560 328 0 0 0 180 10 0 0 20 0 22 0 254541585 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910354246696 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26526] ppid=26515 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/26517/task/26526/stat : 26526 (java) S 26515 26517 23457 0 -1 4202560 360 0 0 0 177 8 0 0 20 0 22 0 254541585 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910353193640 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26527] ppid=26515 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/26517/task/26527/stat : 26527 (java) S 26515 26517 23457 0 -1 4202560 255 0 0 0 141 7 0 0 20 0 22 0 254541585 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910352141096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26528] ppid=26515 vsize=9824668 CPUtime=55.02 cores=0,2,4,6
/proc/26517/task/26528/stat : 26528 (java) S 26515 26517 23457 0 -1 4202560 4045 0 0 0 5486 16 0 0 20 0 22 0 254541586 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910339729768 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26529] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26529/stat : 26529 (java) S 26515 26517 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254541587 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910338676088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26530] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26530/stat : 26530 (java) S 26515 26517 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254541587 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910337622920 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26531] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26531/stat : 26531 (java) S 26515 26517 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254541590 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910336571664 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26532] ppid=26515 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/26517/task/26532/stat : 26532 (java) S 26515 26517 23457 0 -1 4202560 5660 0 0 0 136 0 0 0 20 0 22 0 254541590 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910335519544 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26533] ppid=26515 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/26517/task/26533/stat : 26533 (java) S 26515 26517 23457 0 -1 4202560 12897 0 0 0 142 3 0 0 20 0 22 0 254541590 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910334467000 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26534] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26534/stat : 26534 (java) S 26515 26517 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254541590 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910333414136 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26535] ppid=26515 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/26517/task/26535/stat : 26535 (java) S 26515 26517 23457 0 -1 4202560 53 0 0 0 16 15 0 0 20 0 22 0 254541590 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910332361800 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26536] ppid=26515 vsize=9824668 CPUtime=861.24 cores=0,2,4,6
/proc/26517/task/26536/stat : 26536 (java) R 26515 26517 23457 0 -1 4202560 89 0 0 0 86110 14 0 0 20 0 22 0 254541650 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910331306320 139910388232576 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26537] ppid=26515 vsize=9824668 CPUtime=861.11 cores=0,2,4,6
/proc/26517/task/26537/stat : 26537 (java) R 26515 26517 23457 0 -1 4202560 1651 0 0 0 86059 52 0 0 20 0 22 0 254541650 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910330251376 139910387848385 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26538] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26538/stat : 26538 (java) S 26515 26517 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254541652 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910329201448 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26539] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26539/stat : 26539 (java) S 26515 26517 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254541652 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910328148904 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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.301 s]
/proc/loadavg: 3.95 3.90 3.84 5/219 26618
/proc/meminfo: memFree=23954508/32873844 swapFree=7356/7356
[pid=26517] ppid=26515 vsize=9824668 CPUtime=1800.02 cores=0,2,4,6
/proc/26517/stat : 26517 (java) S 26515 26517 23457 0 -1 4202496 31192 0 1 0 179850 152 0 0 20 0 22 0 254541583 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 140736350337344 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26517/statm: 2456167 905479 2287 9 0 2446860 0
[pid=26517/tid=26519] ppid=26515 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/26517/task/26519/stat : 26519 (java) S 26515 26517 23457 0 -1 4202560 2603 0 1 0 63 4 0 0 20 0 22 0 254541584 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910515508216 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26520] ppid=26515 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/26517/task/26520/stat : 26520 (java) S 26515 26517 23457 0 -1 4202560 307 0 0 0 155 8 0 0 20 0 22 0 254541585 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910359509416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26521] ppid=26515 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/26517/task/26521/stat : 26521 (java) S 26515 26517 23457 0 -1 4202560 593 0 0 0 177 10 0 0 20 0 22 0 254541585 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910358456872 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26522] ppid=26515 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/26517/task/26522/stat : 26522 (java) S 26515 26517 23457 0 -1 4202560 561 0 0 0 177 11 0 0 20 0 22 0 254541585 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910357403816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26523] ppid=26515 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/26517/task/26523/stat : 26523 (java) S 26515 26517 23457 0 -1 4202560 220 0 0 0 167 8 0 0 20 0 22 0 254541585 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910356351272 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26524] ppid=26515 vsize=9824668 CPUtime=1.91 cores=0,2,4,6
/proc/26517/task/26524/stat : 26524 (java) S 26515 26517 23457 0 -1 4202560 381 0 0 0 181 10 0 0 20 0 22 0 254541585 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910355299240 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26525] ppid=26515 vsize=9824668 CPUtime=1.9 cores=0,2,4,6
/proc/26517/task/26525/stat : 26525 (java) S 26515 26517 23457 0 -1 4202560 328 0 0 0 180 10 0 0 20 0 22 0 254541585 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910354246696 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26526] ppid=26515 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/26517/task/26526/stat : 26526 (java) S 26515 26517 23457 0 -1 4202560 360 0 0 0 177 8 0 0 20 0 22 0 254541585 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910353193640 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26527] ppid=26515 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/26517/task/26527/stat : 26527 (java) S 26515 26517 23457 0 -1 4202560 255 0 0 0 141 7 0 0 20 0 22 0 254541585 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910352141096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26528] ppid=26515 vsize=9824668 CPUtime=55.02 cores=0,2,4,6
/proc/26517/task/26528/stat : 26528 (java) S 26515 26517 23457 0 -1 4202560 4045 0 0 0 5486 16 0 0 20 0 22 0 254541586 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910339729768 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26529] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26529/stat : 26529 (java) S 26515 26517 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254541587 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910338676088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26530] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26530/stat : 26530 (java) S 26515 26517 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254541587 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910337622920 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26531] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26531/stat : 26531 (java) S 26515 26517 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254541590 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910336571664 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26532] ppid=26515 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/26517/task/26532/stat : 26532 (java) S 26515 26517 23457 0 -1 4202560 5660 0 0 0 136 0 0 0 20 0 22 0 254541590 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910335519544 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26533] ppid=26515 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/26517/task/26533/stat : 26533 (java) S 26515 26517 23457 0 -1 4202560 12897 0 0 0 142 3 0 0 20 0 22 0 254541590 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910334467000 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26534] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26534/stat : 26534 (java) S 26515 26517 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254541590 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910333414136 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26535] ppid=26515 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/26517/task/26535/stat : 26535 (java) S 26515 26517 23457 0 -1 4202560 53 0 0 0 16 15 0 0 20 0 22 0 254541590 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910332361800 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26536] ppid=26515 vsize=9824668 CPUtime=861.24 cores=0,2,4,6
/proc/26517/task/26536/stat : 26536 (java) R 26515 26517 23457 0 -1 4202560 89 0 0 0 86110 14 0 0 20 0 22 0 254541650 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910331306320 139910388232576 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26537] ppid=26515 vsize=9824668 CPUtime=861.11 cores=0,2,4,6
/proc/26517/task/26537/stat : 26537 (java) R 26515 26517 23457 0 -1 4202560 1651 0 0 0 86059 52 0 0 20 0 22 0 254541650 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910330251376 139910387848385 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26538] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26538/stat : 26538 (java) S 26515 26517 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254541652 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910329201448 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26539] ppid=26515 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26539/stat : 26539 (java) S 26515 26517 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254541652 10060460032 905479 33554432000 1073741824 1073778376 140736350346208 139910328148904 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26517 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=978273
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=931706
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 923.375
CPU time (s): 1800.02
CPU user time (s): 1798.5
CPU system time (s): 1.52
CPU usage (%): 194.939
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.98
system time used= 1.93171
maximum resident set size= 3622036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31223
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24178
involuntary context switches= 31843

runsolver used 3.48047 second user time and 7.93479 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-24 20:28:50
IDJOB=3689672
IDBENCH=90164
IDSOLVER=2268
FILE ID=node109/3689672-1337884130
RUNJOBID= node109-1337871881-23473
PBS_JOBID= 14620095
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= 2e2bfba9fd441b7330d2c90af940d9b0
RANDOM SEED=1316157675

node109.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.264
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.52
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.264
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.264
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.91
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.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26724888 kB
Buffers:          208836 kB
Cached:          2795520 kB
SwapCached:            0 kB
Active:          2748820 kB
Inactive:        2628712 kB
Active(anon):    2375732 kB
Inactive(anon):        0 kB
Active(file):     373088 kB
Inactive(file):  2628712 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1580 kB
Writeback:             0 kB
AnonPages:       2382552 kB
Mapped:            22588 kB
Shmem:               200 kB
Slab:             626700 kB
SReclaimable:      69120 kB
SUnreclaim:       557580 kB
KernelStack:        1648 kB
PageTables:         8684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2539760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2326528 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= 71676 MiB
End job on node109 at 2012-05-24 20:44:15