Trace number 3741645

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 NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.12 943.963

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-netdiversion.opb
MD5SUM2c0dd2737108318b86d3c4c102584cdd
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables129180
Total number of constraints119589
Number of constraints which are clauses39992
Number of constraints which are cardinality constraints (but not clauses)49601
Number of constraints which are nor clauses,nor cardinality constraints29996
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 39798
Biggest coefficient in the objective function 99999
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 20118516
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 99999
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 20118516
Number of bits of the biggest sum of numbers25
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3741645-1338757716.opb
0.07/0.13	c reading problem ... 
17.63/15.14	c ... done. Wall clock time 15.005s.
17.63/15.14	c #vars     129180
17.63/15.14	c #constraints  139589
17.63/15.14	c constraints type 
17.63/15.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39588
17.63/15.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 99595
17.63/15.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 406
17.63/15.14	c constraints type 
17.63/15.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 406
17.63/15.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39588
17.63/15.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 99595
27.79/19.56	c cleaning 0 clauses out of 5000 with flag 0/5000
36.48/23.94	c cleaning 2419 clauses out of 5000 with flag 5000/5000
43.00/27.24	c cleaning 0 clauses out of 11000 with flag 0/11000
49.12/30.30	c cleaning 3929 clauses out of 8579 with flag 11000/11000
55.95/33.95	c cleaning 5504 clauses out of 11652 with flag 18002/18002
62.86/37.59	c cleaning 6556 clauses out of 14148 with flag 26002/26002
69.15/40.83	c cleaning 8076 clauses out of 16591 with flag 35001/35001
76.84/44.80	c cleaning 9003 clauses out of 18515 with flag 45001/45001
88.60/50.91	c cleaning 9846 clauses out of 20511 with flag 56000/56000
93.29/53.41	c cleaning 0 clauses out of 18000 with flag 0/18000
98.51/56.22	c cleaning 10886 clauses out of 22665 with flag 68000/68000
104.76/59.52	c cleaning 12268 clauses out of 24780 with flag 81001/81001
113.69/64.21	c cleaning 12976 clauses out of 26511 with flag 95000/95000
136.08/75.56	c cleaning 13505 clauses out of 28536 with flag 110001/110001
149.73/82.52	c cleaning 14840 clauses out of 31031 with flag 126001/126001
156.91/86.33	c cleaning 16209 clauses out of 33191 with flag 143001/143001
168.55/92.40	c cleaning 17142 clauses out of 34983 with flag 161002/161002
171.16/93.93	c cleaning 0 clauses out of 26000 with flag 0/26000
178.57/97.88	c cleaning 18208 clauses out of 36840 with flag 180001/180001
191.65/104.51	c cleaning 18909 clauses out of 38631 with flag 200000/200000
201.23/109.69	c cleaning 20058 clauses out of 40722 with flag 221000/221000
211.99/115.23	c cleaning 20955 clauses out of 42666 with flag 243002/243002
222.33/120.68	c cleaning 22187 clauses out of 44710 with flag 266001/266001
235.03/127.20	c cleaning 22840 clauses out of 46522 with flag 290000/290000
243.93/132.06	c cleaning 23970 clauses out of 48682 with flag 315000/315000
266.30/143.49	c cleaning 24736 clauses out of 50712 with flag 341000/341000
279.39/150.22	c cleaning 26103 clauses out of 52976 with flag 368000/368000
293.66/157.67	c cleaning 27360 clauses out of 54873 with flag 396000/396000
300.06/161.25	c cleaning 0 clauses out of 35000 with flag 0/35000
309.74/166.32	c cleaning 27875 clauses out of 56513 with flag 425000/425000
321.41/172.45	c cleaning 29034 clauses out of 58638 with flag 455000/455000
338.10/181.02	c cleaning 29785 clauses out of 60604 with flag 486000/486000
352.29/188.59	c cleaning 30911 clauses out of 62820 with flag 518001/518001
363.56/194.43	c cleaning 32234 clauses out of 64909 with flag 551001/551001
379.25/202.59	c cleaning 33087 clauses out of 66679 with flag 585005/585005
404.00/215.16	c cleaning 33648 clauses out of 68588 with flag 620001/620001
424.52/225.90	c cleaning 35018 clauses out of 70939 with flag 656000/656000
435.97/231.85	c cleaning 36075 clauses out of 72921 with flag 693000/693000
447.17/237.73	c cleaning 37190 clauses out of 74846 with flag 731000/731000
458.94/243.92	c cleaning 38152 clauses out of 76656 with flag 770000/770000
472.55/251.25	c cleaning 39105 clauses out of 78504 with flag 810000/810000
483.33/256.98	c cleaning 40086 clauses out of 80399 with flag 851000/851000
503.12/267.13	c cleaning 41009 clauses out of 82314 with flag 893001/893001
526.25/279.10	c cleaning 0 clauses out of 45000 with flag 0/45000
543.77/288.29	c cleaning 41364 clauses out of 84304 with flag 936000/936000
560.83/297.07	c cleaning 43188 clauses out of 86940 with flag 980000/980000
580.87/307.36	c cleaning 44038 clauses out of 88753 with flag 1025001/1025001
594.99/314.79	c cleaning 45043 clauses out of 90715 with flag 1071001/1071001
610.07/322.87	c cleaning 45885 clauses out of 92671 with flag 1118000/1118000
621.96/329.16	c cleaning 47149 clauses out of 94786 with flag 1166000/1166000
643.09/340.07	c cleaning 48021 clauses out of 96637 with flag 1215000/1215000
656.77/347.21	c cleaning 49114 clauses out of 98616 with flag 1265000/1265000
673.38/356.11	c cleaning 50038 clauses out of 100502 with flag 1316000/1316000
699.22/369.40	c cleaning 50837 clauses out of 102464 with flag 1368000/1368000
717.85/379.12	c cleaning 52111 clauses out of 104629 with flag 1421002/1421002
732.68/386.99	c cleaning 53080 clauses out of 106516 with flag 1475000/1475000
747.74/395.09	c cleaning 54055 clauses out of 108436 with flag 1530000/1530000
763.73/403.49	c cleaning 55028 clauses out of 110383 with flag 1586002/1586002
778.78/411.31	c cleaning 56071 clauses out of 112353 with flag 1643000/1643000
796.14/420.42	c cleaning 56855 clauses out of 114283 with flag 1701001/1701001
817.76/431.86	c cleaning 0 clauses out of 56000 with flag 0/56000
820.31/433.51	c cleaning 57968 clauses out of 116427 with flag 1760000/1760000
852.21/449.85	c cleaning 58517 clauses out of 118461 with flag 1820002/1820002
890.49/469.33	c cleaning 60180 clauses out of 120943 with flag 1881002/1881002
918.24/483.88	c cleaning 60790 clauses out of 122761 with flag 1943000/1943000
939.14/494.73	c cleaning 62247 clauses out of 124971 with flag 2006000/2006000
956.92/504.07	c cleaning 63181 clauses out of 126724 with flag 2070000/2070000
983.07/517.57	c cleaning 63861 clauses out of 128544 with flag 2135001/2135001
1004.34/528.82	c cleaning 65073 clauses out of 130682 with flag 2201000/2201000
1025.65/539.98	c cleaning 65875 clauses out of 132610 with flag 2268001/2268001
1042.57/548.85	c cleaning 67001 clauses out of 134735 with flag 2336001/2336001
1062.25/559.15	c cleaning 68037 clauses out of 136734 with flag 2405001/2405001
1081.24/569.31	c cleaning 68992 clauses out of 138697 with flag 2475001/2475001
1102.32/580.32	c cleaning 70055 clauses out of 140707 with flag 2546003/2546003
1130.45/594.89	c cleaning 70916 clauses out of 142649 with flag 2618000/2618000
1157.56/608.87	c cleaning 72050 clauses out of 144734 with flag 2691001/2691001
1182.24/621.88	c cleaning 73081 clauses out of 146683 with flag 2765000/2765000
1203.33/632.90	c cleaning 73975 clauses out of 148602 with flag 2840000/2840000
1230.78/647.01	c cleaning 75017 clauses out of 150628 with flag 2916001/2916001
1252.39/658.33	c cleaning 0 clauses out of 68001 with flag 0/68001
1259.94/662.95	c cleaning 76023 clauses out of 152611 with flag 2993001/2993001
1283.70/675.32	c cleaning 77016 clauses out of 154588 with flag 3071001/3071001
1320.76/694.32	c cleaning 77706 clauses out of 156572 with flag 3150001/3150001
1360.37/714.64	c cleaning 79010 clauses out of 158865 with flag 3230000/3230000
1395.22/732.87	c cleaning 80112 clauses out of 160857 with flag 3311002/3311002
1418.37/744.90	c cleaning 81122 clauses out of 162744 with flag 3393001/3393001
1450.12/761.33	c cleaning 81901 clauses out of 164623 with flag 3476002/3476002
1478.55/776.19	c cleaning 82667 clauses out of 166721 with flag 3560001/3560001
1522.56/799.05	c cleaning 83604 clauses out of 169054 with flag 3645001/3645001
1564.26/820.49	c cleaning 85510 clauses out of 171449 with flag 3731000/3731000
1598.10/837.91	c cleaning 86369 clauses out of 172940 with flag 3818001/3818001
1626.56/852.77	c cleaning 87164 clauses out of 174570 with flag 3906000/3906000
1655.40/868.14	c cleaning 88102 clauses out of 176408 with flag 3995002/3995002
1689.53/885.80	c cleaning 88739 clauses out of 178304 with flag 4085000/4085000
1725.76/904.54	c cleaning 89870 clauses out of 180565 with flag 4176000/4176000
1754.49/919.60	c cleaning 90954 clauses out of 182695 with flag 4268000/4268000
1791.00/938.74	c cleaning 91975 clauses out of 184742 with flag 4361001/4361001
1800.12/943.91	c starts		: 253
1800.12/943.91	c conflicts		: 4394299
1800.12/943.91	c decisions		: 214817300
1800.12/943.91	c propagations		: 599851239
1800.12/943.91	c inspects		: 4604527594
1800.12/943.91	c shortcuts		: 0
1800.12/943.91	c learnt literals	: 3
1800.12/943.91	c learnt binary clauses	: 1515
1800.12/943.91	c learnt ternary clauses	: 4326
1800.12/943.91	c learnt constraints	: 4394297
1800.12/943.91	c ignored constraints	: 0
1800.12/943.91	c root simplifications	: 0
1800.12/943.91	c removed literals (reason simplification)	: 15328765
1800.12/943.91	c reason swapping (by a shorter reason)	: 0
1800.12/943.91	c Calls to reduceDB	: 89
1800.12/943.91	c number of reductions to clauses (during analyze)	: 0
1800.12/943.91	c number of learned constraints concerned by reduction	: 0
1800.12/943.91	c number of learning phase by resolution	: 0
1800.12/943.91	c number of learning phase by cutting planes	: 0
1800.12/943.91	c speed (assignments/second)	: 645852.8339509935
1800.12/943.91	c non guided choices	200878764
1800.12/943.94	c learnt constraints type 
1800.12/943.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1515
1800.12/943.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 124697
1800.12/943.94	c constraints type 
1800.12/943.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39588
1800.12/943.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 99595
1800.12/943.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 406
1800.12/943.94	c constraints type 
1800.12/943.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 406
1800.12/943.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39588
1800.12/943.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 99595
1800.12/943.94	s UNKNOWN
1800.12/943.94	c Total wall clock time (in seconds): 943.812

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-3741645-1338757716/watcher-3741645-1338757716 -o /tmp/evaluation-result-3741645-1338757716/solver-3741645-1338757716 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741645-1338757716.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.43 3.61 3.62 3/197 14625
/proc/meminfo: memFree=26446992/32873844 swapFree=7116/7116
[pid=14625] ppid=14623 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/14625/stat : 14625 (java) D 14623 14625 13088 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 341896517 9515008 182 33554432000 1073741824 1073778376 140737089095456 140737089086488 240565173941 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/14625/statm: 2323 182 140 9 0 71 0

[startup+0.073739 s]
/proc/loadavg: 3.43 3.61 3.62 3/197 14625
/proc/meminfo: memFree=26446992/32873844 swapFree=7116/7116
[pid=14625] ppid=14623 vsize=11253516 CPUtime=0.05 cores=0,2,4,6
/proc/14625/stat : 14625 (java) S 14623 14625 13088 0 -1 4202496 4827 0 1 0 4 1 0 0 20 0 13 0 341896517 11523600384 12679 33554432000 1073741824 1073778376 140733816376592 140733816367728 240568533053 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14625/statm: 2813379 12679 1709 9 0 2804080 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11253516

[startup+0.100224 s]
/proc/loadavg: 3.43 3.61 3.62 3/197 14625
/proc/meminfo: memFree=26446992/32873844 swapFree=7116/7116
[pid=14625] ppid=14623 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/14625/stat : 14625 (java) S 14623 14625 13088 0 -1 4202496 4987 0 1 0 6 1 0 0 20 0 18 0 341896517 11864465408 12839 33554432000 1073741824 1073778376 140733816376592 140733816367728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14625/statm: 2896598 12839 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300307 s]
/proc/loadavg: 3.43 3.61 3.62 3/197 14625
/proc/meminfo: memFree=26446992/32873844 swapFree=7116/7116
[pid=14625] ppid=14623 vsize=11586392 CPUtime=0.44 cores=0,2,4,6
/proc/14625/stat : 14625 (java) S 14623 14625 13088 0 -1 4202496 6817 0 1 0 41 3 0 0 20 0 18 0 341896517 11864465408 20869 33554432000 1073741824 1073778376 140733816376592 140733816367728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14625/statm: 2896598 20869 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 11586392

[startup+0.700313 s]
/proc/loadavg: 3.43 3.61 3.62 3/197 14625
/proc/meminfo: memFree=26446992/32873844 swapFree=7116/7116
[pid=14625] ppid=14623 vsize=11586392 CPUtime=1.17 cores=0,2,4,6
/proc/14625/stat : 14625 (java) S 14623 14625 13088 0 -1 4202496 9856 0 1 0 110 7 0 0 20 0 18 0 341896517 11864465408 77827 33554432000 1073741824 1073778376 140733816376592 140733816367728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14625/statm: 2896598 77827 2245 9 0 2887285 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 11586392

[startup+1.50082 s]
/proc/loadavg: 3.43 3.61 3.62 4/215 14643
/proc/meminfo: memFree=24986292/32873844 swapFree=7116/7116
[pid=14625] ppid=14623 vsize=11586392 CPUtime=2.18 cores=0,2,4,6
/proc/14625/stat : 14625 (java) S 14623 14625 13088 0 -1 4202496 11082 0 1 0 170 48 0 0 20 0 18 0 341896517 11864465408 664608 33554432000 1073741824 1073778376 140733816376592 140733816367728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14625/statm: 2896598 664608 2263 9 0 2887285 0
[pid=14625/tid=14627] ppid=14623 vsize=11586392 CPUtime=1.41 cores=0,2,4,6
/proc/14625/task/14627/stat : 14627 (java) R 14623 14625 13088 0 -1 4202560 5142 0 1 0 99 42 0 0 20 0 18 0 341896518 11864465408 664608 33554432000 1073741824 1073778376 140733816376592 139936370125800 139936225995157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14628] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14628/stat : 14628 (java) S 14623 14625 13088 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 18 0 341896520 11864465408 664608 33554432000 1073741824 1073778376 140733816376592 139936345533352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14629] ppid=14623 vsize=11586392 CPUtime=0.01 cores=0,2,4,6
/proc/14625/task/14629/stat : 14629 (java) S 14623 14625 13088 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 341896520 11864465408 664608 33554432000 1073741824 1073778376 140733816376592 139936344480808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14630] ppid=14623 vsize=11586392 CPUtime=0.01 cores=0,2,4,6
/proc/14625/task/14630/stat : 14630 (java) S 14623 14625 13088 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 341896520 11864465408 664608 33554432000 1073741824 1073778376 140733816376592 139936204638888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14631] ppid=14623 vsize=11586392 CPUtime=0.03 cores=0,2,4,6
/proc/14625/task/14631/stat : 14631 (java) S 14623 14625 13088 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 18 0 341896520 11864465408 664608 33554432000 1073741824 1073778376 140733816376592 139936203586344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14632] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14632/stat : 14632 (java) S 14623 14625 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341896520 11864465408 664608 33554432000 1073741824 1073778376 140733816376592 139936202533288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14633] ppid=14623 vsize=11586392 CPUtime=0.01 cores=0,2,4,6
/proc/14625/task/14633/stat : 14633 (java) S 14623 14625 13088 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 341896520 11864465408 664608 33554432000 1073741824 1073778376 140733816376592 139936201480744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14634] ppid=14623 vsize=11586392 CPUtime=0.01 cores=0,2,4,6
/proc/14625/task/14634/stat : 14634 (java) S 14623 14625 13088 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 341896520 11864465408 664608 33554432000 1073741824 1073778376 140733816376592 139936200427688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14635] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14635/stat : 14635 (java) S 14623 14625 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341896520 11864465408 664608 33554432000 1073741824 1073778376 140733816376592 139936199375144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14636] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14636/stat : 14636 (java) S 14623 14625 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 341896521 11864465408 664608 33554432000 1073741824 1073778376 140733816376592 139936187177832 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14637] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14637/stat : 14637 (java) S 14623 14625 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341896522 11864465408 664608 33554432000 1073741824 1073778376 140733816376592 139936186124152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14638] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14638/stat : 14638 (java) S 14623 14625 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341896522 11864465408 664608 33554432000 1073741824 1073778376 140733816376592 139936185070984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14639] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14639/stat : 14639 (java) S 14623 14625 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341896525 11864465408 664608 33554432000 1073741824 1073778376 140733816376592 139936184019728 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14640] ppid=14623 vsize=11586392 CPUtime=0.27 cores=0,2,4,6
/proc/14625/task/14640/stat : 14640 (java) S 14623 14625 13088 0 -1 4202560 2516 0 0 0 25 2 0 0 20 0 18 0 341896525 11864465408 664608 33554432000 1073741824 1073778376 140733816376592 139936182966584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14641] ppid=14623 vsize=11586392 CPUtime=0.28 cores=0,2,4,6
/proc/14625/task/14641/stat : 14641 (java) S 14623 14625 13088 0 -1 4202560 2148 0 0 0 28 0 0 0 20 0 18 0 341896525 11864465408 664608 33554432000 1073741824 1073778376 140733816376592 139936181914040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14642] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14642/stat : 14642 (java) S 14623 14625 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341896525 11864465408 664608 33554432000 1073741824 1073778376 140733816376592 139936180861176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14643] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14643/stat : 14643 (java) S 14623 14625 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341896525 11864465408 664608 33554432000 1073741824 1073778376 140733816376592 139936179808840 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 11586392

[startup+3.10085 s]
/proc/loadavg: 3.43 3.61 3.62 4/215 14646
/proc/meminfo: memFree=23751032/32873844 swapFree=7116/7116
[pid=14625] ppid=14623 vsize=11586392 CPUtime=4.3 cores=0,2,4,6
/proc/14625/stat : 14625 (java) S 14623 14625 13088 0 -1 4202496 11230 0 1 0 372 58 0 0 20 0 18 0 341896517 11864465408 678467 33554432000 1073741824 1073778376 140733816376592 140733816367728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14625/statm: 2896598 678467 2263 9 0 2887285 0
[pid=14625/tid=14627] ppid=14623 vsize=11586392 CPUtime=2.85 cores=0,2,4,6
/proc/14625/task/14627/stat : 14627 (java) R 14623 14625 13088 0 -1 4202560 5146 0 1 0 243 42 0 0 20 0 18 0 341896518 11864465408 678467 33554432000 1073741824 1073778376 140733816376592 139936370126008 139936225744204 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14628] ppid=14623 vsize=11586392 CPUtime=0.11 cores=0,2,4,6
/proc/14625/task/14628/stat : 14628 (java) S 14623 14625 13088 0 -1 4202560 42 0 0 0 8 3 0 0 20 0 18 0 341896520 11864465408 678467 33554432000 1073741824 1073778376 140733816376592 139936345533352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14629] ppid=14623 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/14625/task/14629/stat : 14629 (java) S 14623 14625 13088 0 -1 4202560 25 0 0 0 6 2 0 0 20 0 18 0 341896520 11864465408 678467 33554432000 1073741824 1073778376 140733816376592 139936344480808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14630] ppid=14623 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/14625/task/14630/stat : 14630 (java) S 14623 14625 13088 0 -1 4202560 31 0 0 0 9 1 0 0 20 0 18 0 341896520 11864465408 678467 33554432000 1073741824 1073778376 140733816376592 139936204638888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14631] ppid=14623 vsize=11586392 CPUtime=0.09 cores=0,2,4,6
/proc/14625/task/14631/stat : 14631 (java) S 14623 14625 13088 0 -1 4202560 37 0 0 0 7 2 0 0 20 0 18 0 341896520 11864465408 678467 33554432000 1073741824 1073778376 140733816376592 139936203586344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14632] ppid=14623 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/14625/task/14632/stat : 14632 (java) S 14623 14625 13088 0 -1 4202560 25 0 0 0 6 2 0 0 20 0 18 0 341896520 11864465408 678467 33554432000 1073741824 1073778376 140733816376592 139936202533288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14633] ppid=14623 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/14625/task/14633/stat : 14633 (java) S 14623 14625 13088 0 -1 4202560 24 0 0 0 7 1 0 0 20 0 18 0 341896520 11864465408 678467 33554432000 1073741824 1073778376 140733816376592 139936201480744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14634] ppid=14623 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/14625/task/14634/stat : 14634 (java) S 14623 14625 13088 0 -1 4202560 25 0 0 0 5 2 0 0 20 0 18 0 341896520 11864465408 678467 33554432000 1073741824 1073778376 140733816376592 139936200427688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14635] ppid=14623 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/14625/task/14635/stat : 14635 (java) S 14623 14625 13088 0 -1 4202560 27 0 0 0 6 2 0 0 20 0 18 0 341896520 11864465408 678467 33554432000 1073741824 1073778376 140733816376592 139936199375144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14636] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14636/stat : 14636 (java) S 14623 14625 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 341896521 11864465408 678467 33554432000 1073741824 1073778376 140733816376592 139936187177832 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14637] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14637/stat : 14637 (java) S 14623 14625 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341896522 11864465408 678467 33554432000 1073741824 1073778376 140733816376592 139936186124152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14638] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14638/stat : 14638 (java) S 14623 14625 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341896522 11864465408 678467 33554432000 1073741824 1073778376 140733816376592 139936185070984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14639] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14639/stat : 14639 (java) S 14623 14625 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341896525 11864465408 678467 33554432000 1073741824 1073778376 140733816376592 139936184019728 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14640] ppid=14623 vsize=11586392 CPUtime=0.3 cores=0,2,4,6
/proc/14625/task/14640/stat : 14640 (java) S 14623 14625 13088 0 -1 4202560 2516 0 0 0 28 2 0 0 20 0 18 0 341896525 11864465408 678467 33554432000 1073741824 1073778376 140733816376592 139936182966584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14641] ppid=14623 vsize=11586392 CPUtime=0.32 cores=0,2,4,6
/proc/14625/task/14641/stat : 14641 (java) S 14623 14625 13088 0 -1 4202560 2148 0 0 0 32 0 0 0 20 0 18 0 341896525 11864465408 678467 33554432000 1073741824 1073778376 140733816376592 139936181914040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14642] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14642/stat : 14642 (java) S 14623 14625 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341896525 11864465408 678467 33554432000 1073741824 1073778376 140733816376592 139936180861176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14643] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14643/stat : 14643 (java) S 14623 14625 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341896525 11864465408 678467 33554432000 1073741824 1073778376 140733816376592 139936179808840 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 11586392

[startup+6.30077 s]
/proc/loadavg: 3.40 3.60 3.62 4/215 14646
/proc/meminfo: memFree=22939532/32873844 swapFree=7116/7116
[pid=14625] ppid=14623 vsize=11586392 CPUtime=8.25 cores=0,2,4,6
/proc/14625/stat : 14625 (java) S 14623 14625 13088 0 -1 4202496 12629 0 1 0 735 90 0 0 20 0 18 0 341896517 11864465408 879852 33554432000 1073741824 1073778376 140733816376592 140733816367728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14625/statm: 2896598 879852 2263 9 0 2887285 0
[pid=14625/tid=14627] ppid=14623 vsize=11586392 CPUtime=5.77 cores=0,2,4,6
/proc/14625/task/14627/stat : 14627 (java) R 14623 14625 13088 0 -1 4202560 5477 0 1 0 522 55 0 0 20 0 18 0 341896518 11864465408 879852 33554432000 1073741824 1073778376 140733816376592 139936370126008 139936225995157 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14628] ppid=14623 vsize=11586392 CPUtime=0.26 cores=0,2,4,6
/proc/14625/task/14628/stat : 14628 (java) S 14623 14625 13088 0 -1 4202560 239 0 0 0 20 6 0 0 20 0 18 0 341896520 11864465408 879852 33554432000 1073741824 1073778376 140733816376592 139936345533352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14629] ppid=14623 vsize=11586392 CPUtime=0.19 cores=0,2,4,6
/proc/14625/task/14629/stat : 14629 (java) S 14623 14625 13088 0 -1 4202560 115 0 0 0 15 4 0 0 20 0 18 0 341896520 11864465408 879852 33554432000 1073741824 1073778376 140733816376592 139936344480808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14630] ppid=14623 vsize=11586392 CPUtime=0.23 cores=0,2,4,6
/proc/14625/task/14630/stat : 14630 (java) S 14623 14625 13088 0 -1 4202560 160 0 0 0 19 4 0 0 20 0 18 0 341896520 11864465408 879852 33554432000 1073741824 1073778376 140733816376592 139936204638888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14631] ppid=14623 vsize=11586392 CPUtime=0.26 cores=0,2,4,6
/proc/14625/task/14631/stat : 14631 (java) S 14623 14625 13088 0 -1 4202560 133 0 0 0 20 6 0 0 20 0 18 0 341896520 11864465408 879852 33554432000 1073741824 1073778376 140733816376592 139936203586344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14632] ppid=14623 vsize=11586392 CPUtime=0.22 cores=0,2,4,6
/proc/14625/task/14632/stat : 14632 (java) S 14623 14625 13088 0 -1 4202560 125 0 0 0 18 4 0 0 20 0 18 0 341896520 11864465408 879852 33554432000 1073741824 1073778376 140733816376592 139936202533288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14633] ppid=14623 vsize=11586392 CPUtime=0.2 cores=0,2,4,6
/proc/14625/task/14633/stat : 14633 (java) S 14623 14625 13088 0 -1 4202560 198 0 0 0 16 4 0 0 20 0 18 0 341896520 11864465408 879852 33554432000 1073741824 1073778376 140733816376592 139936201480744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14634] ppid=14623 vsize=11586392 CPUtime=0.15 cores=0,2,4,6
/proc/14625/task/14634/stat : 14634 (java) S 14623 14625 13088 0 -1 4202560 99 0 0 0 12 3 0 0 20 0 18 0 341896520 11864465408 879852 33554432000 1073741824 1073778376 140733816376592 139936200427688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14635] ppid=14623 vsize=11586392 CPUtime=0.2 cores=0,2,4,6
/proc/14625/task/14635/stat : 14635 (java) S 14623 14625 13088 0 -1 4202560 235 0 0 0 16 4 0 0 20 0 18 0 341896520 11864465408 879852 33554432000 1073741824 1073778376 140733816376592 139936199375144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14636] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14636/stat : 14636 (java) S 14623 14625 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 341896521 11864465408 879852 33554432000 1073741824 1073778376 140733816376592 139936187177832 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14637] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14637/stat : 14637 (java) S 14623 14625 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341896522 11864465408 879852 33554432000 1073741824 1073778376 140733816376592 139936186124152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14638] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14638/stat : 14638 (java) S 14623 14625 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341896522 11864465408 879852 33554432000 1073741824 1073778376 140733816376592 139936185070984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14639] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14639/stat : 14639 (java) S 14623 14625 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341896525 11864465408 879852 33554432000 1073741824 1073778376 140733816376592 139936184019728 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14640] ppid=14623 vsize=11586392 CPUtime=0.3 cores=0,2,4,6
/proc/14625/task/14640/stat : 14640 (java) S 14623 14625 13088 0 -1 4202560 2516 0 0 0 28 2 0 0 20 0 18 0 341896525 11864465408 879852 33554432000 1073741824 1073778376 140733816376592 139936182966584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14641] ppid=14623 vsize=11586392 CPUtime=0.32 cores=0,2,4,6
/proc/14625/task/14641/stat : 14641 (java) S 14623 14625 13088 0 -1 4202560 2148 0 0 0 32 0 0 0 20 0 18 0 341896525 11864465408 879852 33554432000 1073741824 1073778376 140733816376592 139936181914040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14642] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14642/stat : 14642 (java) S 14623 14625 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341896525 11864465408 879852 33554432000 1073741824 1073778376 140733816376592 139936180861176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14643] ppid=14623 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14643/stat : 14643 (java) S 14623 14625 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341896525 11864465408 879852 33554432000 1073741824 1073778376 140733816376592 139936179808840 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.25
Current children cumulated vsize (KiB) 11586392

[startup+12.7008 s]
/proc/loadavg: 3.36 3.58 3.62 4/215 14646
/proc/meminfo: memFree=22914360/32873844 swapFree=7116/7116
[pid=14625] ppid=14623 vsize=11586392 CPUtime=15.02 cores=0,2,4,6
/proc/14625/stat : 14625 (java) S 14623 14625 13088 0 -1 4202496 12700 0 1 0 1409 93 0 0 20 0 18 0 341896517 11864465408 883471 33554432000 1073741824 1073778376 140733816376592 140733816367728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14625/statm: 2896598 883471 2263 9 0 2887285 0
[pid=14625/tid=14627] ppid=14623 vsize=11586392 CPUtime=11.98 cores=0,2,4,6

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

/proc/14625/statm: 2963162 1051592 2291 9 0 2953849 0
[pid=14625/tid=14627] ppid=14623 vsize=11852648 CPUtime=14.37 cores=0,2,4,6
/proc/14625/task/14627/stat : 14627 (java) S 14623 14625 13088 0 -1 4202560 5572 0 1 0 1379 58 0 0 20 0 22 0 341896518 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936370128024 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14628] ppid=14623 vsize=11852648 CPUtime=2.8 cores=0,2,4,6
/proc/14625/task/14628/stat : 14628 (java) S 14623 14625 13088 0 -1 4202560 413 0 0 0 268 12 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936345533352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14629] ppid=14623 vsize=11852648 CPUtime=2.91 cores=0,2,4,6
/proc/14625/task/14629/stat : 14629 (java) S 14623 14625 13088 0 -1 4202560 366 0 0 0 282 9 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936344480808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14630] ppid=14623 vsize=11852648 CPUtime=2.83 cores=0,2,4,6
/proc/14625/task/14630/stat : 14630 (java) S 14623 14625 13088 0 -1 4202560 391 0 0 0 273 10 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936204638888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14631] ppid=14623 vsize=11852648 CPUtime=2.85 cores=0,2,4,6
/proc/14625/task/14631/stat : 14631 (java) S 14623 14625 13088 0 -1 4202560 409 0 0 0 274 11 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936203586344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14632] ppid=14623 vsize=11852648 CPUtime=2.93 cores=0,2,4,6
/proc/14625/task/14632/stat : 14632 (java) S 14623 14625 13088 0 -1 4202560 399 0 0 0 282 11 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936202533288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14633] ppid=14623 vsize=11852648 CPUtime=2.69 cores=0,2,4,6
/proc/14625/task/14633/stat : 14633 (java) S 14623 14625 13088 0 -1 4202560 373 0 0 0 259 10 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936201480744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14634] ppid=14623 vsize=11852648 CPUtime=2.81 cores=0,2,4,6
/proc/14625/task/14634/stat : 14634 (java) S 14623 14625 13088 0 -1 4202560 397 0 0 0 270 11 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936200427688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14635] ppid=14623 vsize=11852648 CPUtime=2.84 cores=0,2,4,6
/proc/14625/task/14635/stat : 14635 (java) S 14623 14625 13088 0 -1 4202560 396 0 0 0 273 11 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936199375144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14636] ppid=14623 vsize=11852648 CPUtime=86.16 cores=0,2,4,6
/proc/14625/task/14636/stat : 14636 (java) S 14623 14625 13088 0 -1 4202560 244 0 0 0 8603 13 0 0 20 0 22 0 341896521 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936187177832 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14637] ppid=14623 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14637/stat : 14637 (java) S 14623 14625 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341896522 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936186124152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14638] ppid=14623 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14638/stat : 14638 (java) S 14623 14625 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341896522 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936185070984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14639] ppid=14623 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14639/stat : 14639 (java) S 14623 14625 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341896525 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936184019728 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14640] ppid=14623 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/14625/task/14640/stat : 14640 (java) S 14623 14625 13088 0 -1 4202560 9048 0 0 0 115 2 0 0 20 0 22 0 341896525 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936182966584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14641] ppid=14623 vsize=11852648 CPUtime=1.63 cores=0,2,4,6
/proc/14625/task/14641/stat : 14641 (java) S 14623 14625 13088 0 -1 4202560 9185 0 0 0 161 2 0 0 20 0 22 0 341896525 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936181914040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14642] ppid=14623 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14642/stat : 14642 (java) S 14623 14625 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341896525 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936180861176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14643] ppid=14623 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/14625/task/14643/stat : 14643 (java) S 14623 14625 13088 0 -1 4202560 54 0 0 0 17 18 0 0 20 0 22 0 341896525 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936179808840 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14647] ppid=14623 vsize=11852648 CPUtime=833.12 cores=0,2,4,6
/proc/14625/task/14647/stat : 14647 (java) R 14623 14625 13088 0 -1 4202560 86 0 0 0 83299 13 0 0 20 0 22 0 341898031 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936178754384 139936225564598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14648] ppid=14623 vsize=11852648 CPUtime=832.98 cores=0,2,4,6
/proc/14625/task/14648/stat : 14648 (java) R 14623 14625 13088 0 -1 4202560 95 0 0 0 83284 14 0 0 20 0 22 0 341898031 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936177699952 139936226391456 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14649] ppid=14623 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14649/stat : 14649 (java) S 14623 14625 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341898039 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936176649512 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14650] ppid=14623 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14650/stat : 14650 (java) S 14623 14625 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341898039 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936175596968 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1796.91
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+943.901 s]
/proc/loadavg: 3.94 3.91 3.82 5/219 14739
/proc/meminfo: memFree=23050924/32873844 swapFree=7116/7116
[pid=14625] ppid=14623 vsize=11852648 CPUtime=1800.12 cores=0,2,4,6
/proc/14625/stat : 14625 (java) S 14623 14625 13088 0 -1 4202496 28617 0 1 0 179829 183 0 0 20 0 22 0 341896517 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 140733816367728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14625/statm: 2963162 1051592 2291 9 0 2953849 0
[pid=14625/tid=14627] ppid=14623 vsize=11852648 CPUtime=14.37 cores=0,2,4,6
/proc/14625/task/14627/stat : 14627 (java) S 14623 14625 13088 0 -1 4202560 5572 0 1 0 1379 58 0 0 20 0 22 0 341896518 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936370128024 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14628] ppid=14623 vsize=11852648 CPUtime=2.8 cores=0,2,4,6
/proc/14625/task/14628/stat : 14628 (java) S 14623 14625 13088 0 -1 4202560 413 0 0 0 268 12 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936345533352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14629] ppid=14623 vsize=11852648 CPUtime=2.91 cores=0,2,4,6
/proc/14625/task/14629/stat : 14629 (java) S 14623 14625 13088 0 -1 4202560 366 0 0 0 282 9 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936344480808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14630] ppid=14623 vsize=11852648 CPUtime=2.83 cores=0,2,4,6
/proc/14625/task/14630/stat : 14630 (java) S 14623 14625 13088 0 -1 4202560 391 0 0 0 273 10 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936204638888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14631] ppid=14623 vsize=11852648 CPUtime=2.85 cores=0,2,4,6
/proc/14625/task/14631/stat : 14631 (java) S 14623 14625 13088 0 -1 4202560 409 0 0 0 274 11 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936203586344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14632] ppid=14623 vsize=11852648 CPUtime=2.93 cores=0,2,4,6
/proc/14625/task/14632/stat : 14632 (java) S 14623 14625 13088 0 -1 4202560 399 0 0 0 282 11 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936202533288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14633] ppid=14623 vsize=11852648 CPUtime=2.69 cores=0,2,4,6
/proc/14625/task/14633/stat : 14633 (java) S 14623 14625 13088 0 -1 4202560 373 0 0 0 259 10 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936201480744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14634] ppid=14623 vsize=11852648 CPUtime=2.81 cores=0,2,4,6
/proc/14625/task/14634/stat : 14634 (java) S 14623 14625 13088 0 -1 4202560 397 0 0 0 270 11 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936200427688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14635] ppid=14623 vsize=11852648 CPUtime=2.84 cores=0,2,4,6
/proc/14625/task/14635/stat : 14635 (java) S 14623 14625 13088 0 -1 4202560 396 0 0 0 273 11 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936199375144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14636] ppid=14623 vsize=11852648 CPUtime=86.16 cores=0,2,4,6
/proc/14625/task/14636/stat : 14636 (java) S 14623 14625 13088 0 -1 4202560 244 0 0 0 8603 13 0 0 20 0 22 0 341896521 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936187177832 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14637] ppid=14623 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14637/stat : 14637 (java) S 14623 14625 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341896522 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936186124152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14638] ppid=14623 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14638/stat : 14638 (java) S 14623 14625 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341896522 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936185070984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14639] ppid=14623 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14639/stat : 14639 (java) S 14623 14625 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341896525 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936184019728 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14640] ppid=14623 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/14625/task/14640/stat : 14640 (java) S 14623 14625 13088 0 -1 4202560 9048 0 0 0 115 2 0 0 20 0 22 0 341896525 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936182966584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14641] ppid=14623 vsize=11852648 CPUtime=1.63 cores=0,2,4,6
/proc/14625/task/14641/stat : 14641 (java) S 14623 14625 13088 0 -1 4202560 9185 0 0 0 161 2 0 0 20 0 22 0 341896525 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936181914040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14642] ppid=14623 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14642/stat : 14642 (java) S 14623 14625 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341896525 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936180861176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14643] ppid=14623 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/14625/task/14643/stat : 14643 (java) S 14623 14625 13088 0 -1 4202560 54 0 0 0 17 18 0 0 20 0 22 0 341896525 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936179808840 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14647] ppid=14623 vsize=11852648 CPUtime=834.72 cores=0,2,4,6
/proc/14625/task/14647/stat : 14647 (java) R 14623 14625 13088 0 -1 4202560 86 0 0 0 83459 13 0 0 20 0 22 0 341898031 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936178754384 139936226200701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14648] ppid=14623 vsize=11852648 CPUtime=834.58 cores=0,2,4,6
/proc/14625/task/14648/stat : 14648 (java) R 14623 14625 13088 0 -1 4202560 95 0 0 0 83444 14 0 0 20 0 22 0 341898031 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936177699952 139936226291929 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14649] ppid=14623 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14649/stat : 14649 (java) S 14623 14625 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341898039 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936176649512 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14650] ppid=14623 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14650/stat : 14650 (java) S 14623 14625 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341898039 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936175596968 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 11852648

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

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

[startup+943.901 s]
/proc/loadavg: 3.94 3.91 3.82 5/219 14739
/proc/meminfo: memFree=23050924/32873844 swapFree=7116/7116
[pid=14625] ppid=14623 vsize=11852648 CPUtime=1800.12 cores=0,2,4,6
/proc/14625/stat : 14625 (java) S 14623 14625 13088 0 -1 4202496 28617 0 1 0 179829 183 0 0 20 0 22 0 341896517 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 140733816367728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14625/statm: 2963162 1051592 2291 9 0 2953849 0
[pid=14625/tid=14627] ppid=14623 vsize=11852648 CPUtime=14.37 cores=0,2,4,6
/proc/14625/task/14627/stat : 14627 (java) S 14623 14625 13088 0 -1 4202560 5572 0 1 0 1379 58 0 0 20 0 22 0 341896518 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936370128024 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14628] ppid=14623 vsize=11852648 CPUtime=2.8 cores=0,2,4,6
/proc/14625/task/14628/stat : 14628 (java) S 14623 14625 13088 0 -1 4202560 413 0 0 0 268 12 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936345533352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14629] ppid=14623 vsize=11852648 CPUtime=2.91 cores=0,2,4,6
/proc/14625/task/14629/stat : 14629 (java) S 14623 14625 13088 0 -1 4202560 366 0 0 0 282 9 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936344480808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14630] ppid=14623 vsize=11852648 CPUtime=2.83 cores=0,2,4,6
/proc/14625/task/14630/stat : 14630 (java) S 14623 14625 13088 0 -1 4202560 391 0 0 0 273 10 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936204638888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14631] ppid=14623 vsize=11852648 CPUtime=2.85 cores=0,2,4,6
/proc/14625/task/14631/stat : 14631 (java) S 14623 14625 13088 0 -1 4202560 409 0 0 0 274 11 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936203586344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14632] ppid=14623 vsize=11852648 CPUtime=2.93 cores=0,2,4,6
/proc/14625/task/14632/stat : 14632 (java) S 14623 14625 13088 0 -1 4202560 399 0 0 0 282 11 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936202533288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14633] ppid=14623 vsize=11852648 CPUtime=2.69 cores=0,2,4,6
/proc/14625/task/14633/stat : 14633 (java) S 14623 14625 13088 0 -1 4202560 373 0 0 0 259 10 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936201480744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14634] ppid=14623 vsize=11852648 CPUtime=2.81 cores=0,2,4,6
/proc/14625/task/14634/stat : 14634 (java) S 14623 14625 13088 0 -1 4202560 397 0 0 0 270 11 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936200427688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14635] ppid=14623 vsize=11852648 CPUtime=2.84 cores=0,2,4,6
/proc/14625/task/14635/stat : 14635 (java) S 14623 14625 13088 0 -1 4202560 396 0 0 0 273 11 0 0 20 0 22 0 341896520 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936199375144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14636] ppid=14623 vsize=11852648 CPUtime=86.16 cores=0,2,4,6
/proc/14625/task/14636/stat : 14636 (java) S 14623 14625 13088 0 -1 4202560 244 0 0 0 8603 13 0 0 20 0 22 0 341896521 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936187177832 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14637] ppid=14623 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14637/stat : 14637 (java) S 14623 14625 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341896522 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936186124152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14638] ppid=14623 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14638/stat : 14638 (java) S 14623 14625 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341896522 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936185070984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14639] ppid=14623 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14639/stat : 14639 (java) S 14623 14625 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341896525 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936184019728 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14625/tid=14640] ppid=14623 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/14625/task/14640/stat : 14640 (java) S 14623 14625 13088 0 -1 4202560 9048 0 0 0 115 2 0 0 20 0 22 0 341896525 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936182966584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14641] ppid=14623 vsize=11852648 CPUtime=1.63 cores=0,2,4,6
/proc/14625/task/14641/stat : 14641 (java) S 14623 14625 13088 0 -1 4202560 9185 0 0 0 161 2 0 0 20 0 22 0 341896525 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936181914040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14642] ppid=14623 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14642/stat : 14642 (java) S 14623 14625 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341896525 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936180861176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14625/tid=14643] ppid=14623 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/14625/task/14643/stat : 14643 (java) S 14623 14625 13088 0 -1 4202560 54 0 0 0 17 18 0 0 20 0 22 0 341896525 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936179808840 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14647] ppid=14623 vsize=11852648 CPUtime=834.72 cores=0,2,4,6
/proc/14625/task/14647/stat : 14647 (java) R 14623 14625 13088 0 -1 4202560 86 0 0 0 83459 13 0 0 20 0 22 0 341898031 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936178754384 139936226200701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14625/tid=14648] ppid=14623 vsize=11852648 CPUtime=834.58 cores=0,2,4,6
/proc/14625/task/14648/stat : 14648 (java) R 14623 14625 13088 0 -1 4202560 95 0 0 0 83444 14 0 0 20 0 22 0 341898031 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936177699952 139936226291929 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14649] ppid=14623 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14649/stat : 14649 (java) S 14623 14625 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341898039 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936176649512 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14625/tid=14650] ppid=14623 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/14625/task/14650/stat : 14650 (java) S 14623 14625 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341898039 12137111552 1051592 33554432000 1073741824 1073778376 140733816376592 139936175596968 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 943.963
CPU time (s): 1800.12
CPU user time (s): 1798.29
CPU system time (s): 1.83
CPU usage (%): 190.698
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.85
system time used= 2.22066
maximum resident set size= 4206496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28650
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26810
involuntary context switches= 36234

runsolver used 3.58146 second user time and 8.46471 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 23:08:36
IDJOB=3741645
IDBENCH=89890
IDSOLVER=2328
FILE ID=node146/3741645-1338757716
RUNJOBID= node146-1338749727-13104
PBS_JOBID= 14636806
Free space on /tmp= 70892 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-netdiversion.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741645-1338757716/watcher-3741645-1338757716 -o /tmp/evaluation-result-3741645-1338757716/solver-3741645-1338757716 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741645-1338757716.opb

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

MD5SUM BENCH= 2c0dd2737108318b86d3c4c102584cdd
RANDOM SEED=1004205904

node146.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.034
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.06
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.034
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.92
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.034
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.034
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.034
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.034
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.034
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.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26447900 kB
Buffers:          317852 kB
Cached:           613468 kB
SwapCached:         1792 kB
Active:          5108328 kB
Inactive:         485060 kB
Active(anon):    4662576 kB
Inactive(anon):     1664 kB
Active(file):     445752 kB
Inactive(file):   483396 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:              7868 kB
Writeback:             0 kB
AnonPages:       4674020 kB
Mapped:            17188 kB
Shmem:                 0 kB
Slab:             678096 kB
SReclaimable:     117860 kB
SUnreclaim:       560236 kB
KernelStack:        1616 kB
PageTables:        13368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10462424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4626432 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= 70892 MiB
End job on node146 at 2012-06-03 23:24:22