Trace number 3689679

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 Resolution 2.3.2 Snapshot? (TO) 1800.05 1783.97

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K156.opb
MD5SUMb01d5fef61cfdf78caaec08ee0d21bae
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 variables18564
Total number of constraints18878
Number of constraints which are clauses18722
Number of constraints which are cardinality constraints (but not clauses)156
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint156
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 157
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689679-1337892383.opb
0.09/0.11	c reading problem ... 
0.94/0.58	c ... done. Wall clock time 0.468s.
0.94/0.58	c declared #vars     18564
0.94/0.58	c #constraints  18878
0.94/0.58	c constraints type 
0.94/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16705
0.94/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 156
0.94/0.58	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.94/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2015
0.94/0.58	c 18878 constraints processed.
3.25/2.30	c cleaning 2493 clauses out of 4999 with flag 5002/5002
5.59/4.24	c cleaning 4168 clauses out of 8499 with flag 11000/11000
7.61/6.27	c cleaning 5620 clauses out of 11331 with flag 18005/18005
9.93/8.56	c cleaning 6742 clauses out of 13701 with flag 26000/26000
12.59/11.18	c cleaning 7819 clauses out of 15952 with flag 35001/35001
15.49/14.01	c cleaning 8996 clauses out of 18133 with flag 45002/45002
18.50/17.01	c cleaning 9820 clauses out of 20134 with flag 56000/56000
21.91/20.48	c cleaning 11031 clauses out of 22311 with flag 68000/68000
25.92/24.49	c cleaning 11996 clauses out of 24278 with flag 81000/81000
29.94/28.44	c cleaning 12942 clauses out of 26284 with flag 95003/95003
34.36/32.83	c cleaning 13985 clauses out of 28338 with flag 110000/110000
39.28/37.73	c cleaning 14976 clauses out of 30354 with flag 126001/126001
43.80/42.26	c cleaning 16079 clauses out of 32378 with flag 143002/143002
49.12/47.55	c cleaning 16943 clauses out of 34295 with flag 161000/161000
54.56/52.97	c cleaning 17945 clauses out of 36354 with flag 180002/180002
60.77/59.15	c cleaning 18711 clauses out of 38407 with flag 200000/200000
67.10/65.44	c cleaning 19144 clauses out of 40697 with flag 221002/221002
73.52/71.82	c cleaning 20045 clauses out of 43551 with flag 243000/243000
80.25/78.57	c cleaning 21138 clauses out of 46505 with flag 266000/266000
87.07/85.32	c cleaning 21793 clauses out of 49367 with flag 290000/290000
95.11/93.31	c cleaning 23755 clauses out of 52574 with flag 315000/315000
103.47/101.67	c cleaning 23991 clauses out of 54819 with flag 341000/341000
112.35/110.44	c cleaning 25046 clauses out of 57830 with flag 368002/368002
120.71/118.74	c cleaning 25907 clauses out of 60780 with flag 396000/396000
129.15/127.20	c cleaning 26798 clauses out of 63870 with flag 425000/425000
138.03/135.90	c cleaning 27503 clauses out of 67071 with flag 455000/455000
146.36/144.28	c cleaning 29186 clauses out of 70567 with flag 486000/486000
156.90/154.76	c cleaning 30030 clauses out of 73381 with flag 518000/518000
167.83/165.67	c cleaning 30053 clauses out of 76351 with flag 551001/551001
177.71/175.44	c cleaning 31325 clauses out of 80297 with flag 585000/585000
188.95/186.60	c cleaning 32765 clauses out of 83972 with flag 620000/620000
200.92/198.54	c cleaning 32915 clauses out of 87207 with flag 656000/656000
212.17/209.76	c cleaning 34723 clauses out of 91292 with flag 693001/693001
224.14/221.66	c cleaning 35151 clauses out of 94568 with flag 731000/731000
236.96/234.43	c cleaning 36495 clauses out of 98417 with flag 770000/770000
249.67/247.09	c cleaning 37327 clauses out of 101922 with flag 810000/810000
262.83/260.13	c cleaning 38270 clauses out of 105595 with flag 851000/851000
277.17/274.43	c cleaning 38968 clauses out of 109325 with flag 893000/893000
292.42/289.60	c cleaning 39939 clauses out of 113357 with flag 936000/936000
305.05/302.27	c cleaning 41804 clauses out of 117418 with flag 980000/980000
319.70/316.82	c cleaning 41603 clauses out of 120612 with flag 1025000/1025000
334.64/331.72	c cleaning 43102 clauses out of 125010 with flag 1071001/1071001
349.19/346.27	c cleaning 44258 clauses out of 128908 with flag 1118001/1118001
365.53/362.53	c cleaning 45562 clauses out of 132649 with flag 1166000/1166000
381.46/378.35	c cleaning 46267 clauses out of 136087 with flag 1215000/1215000
398.38/395.26	c cleaning 46792 clauses out of 139822 with flag 1265003/1265003
415.54/412.35	c cleaning 48276 clauses out of 144027 with flag 1316000/1316000
432.35/429.07	c cleaning 48647 clauses out of 147751 with flag 1368002/1368002
454.17/450.87	c cleaning 50872 clauses out of 152102 with flag 1421000/1421000
472.76/469.34	c cleaning 51703 clauses out of 155234 with flag 1475004/1475004
491.06/487.53	c cleaning 52110 clauses out of 158528 with flag 1530004/1530004
510.45/506.84	c cleaning 52305 clauses out of 162414 with flag 1586000/1586000
530.81/527.17	c cleaning 53397 clauses out of 167111 with flag 1643002/1643002
552.78/549.08	c cleaning 54126 clauses out of 171714 with flag 1701002/1701002
574.65/570.86	c cleaning 55684 clauses out of 176587 with flag 1760001/1760001
596.52/592.62	c cleaning 56050 clauses out of 180903 with flag 1820002/1820002
621.53/617.46	c cleaning 57983 clauses out of 185851 with flag 1881000/1881000
645.96/641.87	c cleaning 57892 clauses out of 189868 with flag 1943000/1943000
669.94/665.74	c cleaning 60009 clauses out of 194977 with flag 2006001/2006001
694.01/689.78	c cleaning 60454 clauses out of 198968 with flag 2070001/2070001
716.40/712.01	c cleaning 61672 clauses out of 203513 with flag 2135000/2135000
737.26/732.86	c cleaning 62179 clauses out of 207841 with flag 2201000/2201000
761.65/757.15	c cleaning 63408 clauses out of 212663 with flag 2268001/2268001
789.05/784.40	c cleaning 64015 clauses out of 217254 with flag 2336000/2336000
814.93/810.22	c cleaning 65560 clauses out of 222238 with flag 2405001/2405001
841.04/836.26	c cleaning 66156 clauses out of 226677 with flag 2475000/2475000
867.81/862.98	c cleaning 66971 clauses out of 231521 with flag 2546001/2546001
893.35/888.23	c cleaning 68439 clauses out of 236549 with flag 2618000/2618000
920.12/914.95	c cleaning 69305 clauses out of 241111 with flag 2691001/2691001
947.60/942.32	c cleaning 69675 clauses out of 245806 with flag 2765001/2765001
974.68/969.35	c cleaning 71148 clauses out of 251132 with flag 2840003/2840003
1004.64/999.28	c cleaning 71432 clauses out of 255981 with flag 2916000/2916000
1032.44/1026.82	c cleaning 74107 clauses out of 261549 with flag 2993000/2993000
1060.79/1055.12	c cleaning 74357 clauses out of 265441 with flag 3071000/3071000
1095.31/1089.42	c cleaning 76572 clauses out of 270084 with flag 3150000/3150000
1158.37/1151.02	c cleaning 78015 clauses out of 273512 with flag 3230000/3230000
1200.38/1192.44	c cleaning 78690 clauses out of 276497 with flag 3311000/3311000
1234.21/1225.89	c cleaning 77170 clauses out of 279807 with flag 3393000/3393000
1269.15/1260.22	c cleaning 79460 clauses out of 285640 with flag 3476003/3476003
1304.21/1294.99	c cleaning 81052 clauses out of 290178 with flag 3560001/3560001
1348.09/1338.18	c cleaning 81597 clauses out of 294129 with flag 3645004/3645004
1382.98/1372.85	c cleaning 81234 clauses out of 298528 with flag 3731000/3731000
1421.06/1410.10	c cleaning 84075 clauses out of 304292 with flag 3818000/3818000
1457.29/1445.77	c cleaning 84249 clauses out of 308220 with flag 3906004/3906004
1492.82/1480.97	c cleaning 84919 clauses out of 312967 with flag 3995000/3995000
1530.40/1518.05	c cleaning 86755 clauses out of 318050 with flag 4085002/4085002
1568.00/1555.01	c cleaning 86388 clauses out of 322295 with flag 4176002/4176002
1608.88/1595.35	c cleaning 88506 clauses out of 327906 with flag 4268002/4268002
1657.12/1642.89	c cleaning 89831 clauses out of 332399 with flag 4361001/4361001
1720.31/1705.10	c cleaning 92104 clauses out of 336568 with flag 4455001/4455001
1759.95/1744.30	c cleaning 91505 clauses out of 339463 with flag 4550000/4550000
1799.09/1783.09	c cleaning 92512 clauses out of 343961 with flag 4646003/4646003
1800.05/1783.91	c starts		: 252
1800.05/1783.91	c conflicts		: 4648443
1800.05/1783.91	c decisions		: 78632620
1800.05/1783.91	c propagations		: 3492788213
1800.05/1783.91	c inspects		: 8673382501
1800.05/1783.91	c shortcuts		: 0
1800.05/1783.91	c learnt literals	: 67
1800.05/1783.91	c learnt binary clauses	: 217514
1800.05/1783.91	c learnt ternary clauses	: 237366
1800.05/1783.91	c learnt constraints	: 4648378
1800.05/1783.91	c ignored constraints	: 0
1800.05/1783.91	c root simplifications	: 0
1800.05/1783.91	c removed literals (reason simplification)	: 0
1800.05/1783.91	c reason swapping (by a shorter reason)	: 0
1800.05/1783.91	c Calls to reduceDB	: 92
1800.05/1783.91	c number of reductions to clauses (during analyze)	: 0
1800.05/1783.91	c number of learned constraints concerned by reduction	: 0
1800.05/1783.91	c number of learning phase by resolution	: 0
1800.05/1783.91	c number of learning phase by cutting planes	: 0
1800.05/1783.91	c speed (assignments/second)	: 1958599.7020146255
1800.05/1783.91	c non guided choices	39979
1800.05/1783.95	c learnt constraints type 
1800.05/1783.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 217519
1800.05/1783.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36525
1800.05/1783.95	c constraints type 
1800.05/1783.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16705
1800.05/1783.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 156
1800.05/1783.95	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.05/1783.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2015
1800.05/1783.95	c 18878 constraints processed.
1800.05/1783.95	s UNKNOWN
1800.05/1783.95	c Total wall clock time (in seconds): 1783.841

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.08 2.02 2.01 3/194 13189
/proc/meminfo: memFree=28998216/32873648 swapFree=7100/7100
[pid=13189] ppid=13187 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/13189/stat : 13189 (runsolver) D 13187 13189 10055 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 255363799 12095488 56 33554432000 4194304 5436572 140736431327984 140736431323864 5057063 0 0 4096 24578 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/13189/statm: 2953 56 36 304 0 2645 0

[startup+0.056536 s]
/proc/loadavg: 2.08 2.02 2.01 3/194 13189
/proc/meminfo: memFree=28998216/32873648 swapFree=7100/7100
[pid=13189] ppid=13187 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/13189/stat : 13189 (java) S 13187 13189 10055 0 -1 4202496 3073 0 1 0 3 0 0 0 20 0 13 0 255363799 9446973440 3770 33554432000 1073741824 1073778376 140736583666944 140736583658080 260193681469 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13189/statm: 2306390 3770 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100195 s]
/proc/loadavg: 2.08 2.02 2.01 3/194 13189
/proc/meminfo: memFree=28998216/32873648 swapFree=7100/7100
[pid=13189] ppid=13187 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/13189/stat : 13189 (java) S 13187 13189 10055 0 -1 4202496 4273 0 1 0 8 1 0 0 20 0 18 0 255363799 9787813888 5471 33554432000 1073741824 1073778376 140736583666944 140736583658080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13189/statm: 2389603 5471 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300167 s]
/proc/loadavg: 2.08 2.02 2.01 3/194 13189
/proc/meminfo: memFree=28998216/32873648 swapFree=7100/7100
[pid=13189] ppid=13187 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/13189/stat : 13189 (java) S 13187 13189 10055 0 -1 4202496 7399 0 1 0 54 2 0 0 20 0 18 0 255363799 9787813888 11392 33554432000 1073741824 1073778376 140736583666944 140736583658080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13189/statm: 2389603 11392 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700158 s]
/proc/loadavg: 2.08 2.02 2.01 3/194 13189
/proc/meminfo: memFree=28998216/32873648 swapFree=7100/7100
[pid=13189] ppid=13187 vsize=9624976 CPUtime=1.47 cores=1,3,5,7
/proc/13189/stat : 13189 (java) S 13187 13189 10055 0 -1 4202496 10235 0 1 0 143 4 0 0 20 0 19 0 255363799 9855975424 33693 33554432000 1073741824 1073778376 140736583666944 140736583658080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13189/statm: 2406244 33693 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9624976

[startup+1.50062 s]
/proc/loadavg: 2.08 2.02 2.01 3/213 13208
/proc/meminfo: memFree=28872020/32873648 swapFree=7100/7100
[pid=13189] ppid=13187 vsize=9624976 CPUtime=2.42 cores=1,3,5,7
/proc/13189/stat : 13189 (java) S 13187 13189 10055 0 -1 4202496 11269 0 1 0 238 4 0 0 20 0 19 0 255363799 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140736583658080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13189/statm: 2406244 34207 2251 9 0 2396937 0
[pid=13189/tid=13191] ppid=13187 vsize=9624976 CPUtime=1.45 cores=1,3,5,7
/proc/13189/task/13191/stat : 13191 (java) R 13187 13189 10055 0 -1 4202560 2506 0 1 0 143 2 0 0 20 0 19 0 255363800 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140632090485256 140631943667265 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13192] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13192/stat : 13192 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140632062937512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13193] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13193/stat : 13193 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140632061884968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13194] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13194/stat : 13194 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140631931922600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13189/tid=13195] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13195/stat : 13195 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140631930870056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13196] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13196/stat : 13196 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140631929818024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13197] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13197/stat : 13197 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140631928765480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13189/tid=13198] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13198/stat : 13198 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140631927712424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13199] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13199/stat : 13199 (java) S 13187 13189 10055 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140631456344872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13200] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13200/stat : 13200 (java) S 13187 13189 10055 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255363802 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140631444146536 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13201] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13201/stat : 13201 (java) S 13187 13189 10055 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255363803 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140631443092856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13202] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13202/stat : 13202 (java) S 13187 13189 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255363803 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140631442039688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13203] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13203/stat : 13203 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363805 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140631440988432 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13204] ppid=13187 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/13189/task/13204/stat : 13204 (java) S 13187 13189 10055 0 -1 4202560 3964 0 0 0 44 1 0 0 20 0 19 0 255363805 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140631439936312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13205] ppid=13187 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/13189/task/13205/stat : 13205 (java) S 13187 13189 10055 0 -1 4202560 3604 0 0 0 47 0 0 0 20 0 19 0 255363805 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140631438883768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13206] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13206/stat : 13206 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363805 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140631437830904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13207] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13207/stat : 13207 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363805 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140631436778568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13208] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13208/stat : 13208 (java) S 13187 13189 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255363859 9855975424 34207 33554432000 1073741824 1073778376 140736583666944 140631435691048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 9624976

[startup+3.10057 s]
/proc/loadavg: 2.08 2.02 2.01 4/213 13208
/proc/meminfo: memFree=28867420/32873648 swapFree=7100/7100
[pid=13189] ppid=13187 vsize=9624976 CPUtime=4.46 cores=1,3,5,7
/proc/13189/stat : 13189 (java) S 13187 13189 10055 0 -1 4202496 17367 0 1 0 440 6 0 0 20 0 19 0 255363799 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140736583658080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13189/statm: 2406244 43018 2281 9 0 2396937 0
[pid=13189/tid=13191] ppid=13187 vsize=9624976 CPUtime=3.01 cores=1,3,5,7
/proc/13189/task/13191/stat : 13191 (java) R 13187 13189 10055 0 -1 4202560 2510 0 1 0 299 2 0 0 20 0 19 0 255363800 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140632090485208 140631943787688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13192] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13192/stat : 13192 (java) S 13187 13189 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140632062937512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13193] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13193/stat : 13193 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140632061884968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13194] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13194/stat : 13194 (java) S 13187 13189 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140631931922600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13189/tid=13195] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13195/stat : 13195 (java) S 13187 13189 10055 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140631930870056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13196] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13196/stat : 13196 (java) S 13187 13189 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140631929818024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13197] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13197/stat : 13197 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140631928765480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13189/tid=13198] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13198/stat : 13198 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140631927712424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13199] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13199/stat : 13199 (java) S 13187 13189 10055 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140631456344872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13200] ppid=13187 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/13189/task/13200/stat : 13200 (java) S 13187 13189 10055 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 255363802 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140631444146536 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13201] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13201/stat : 13201 (java) S 13187 13189 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255363803 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140631443092856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13202] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13202/stat : 13202 (java) S 13187 13189 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255363803 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140631442039688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13203] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13203/stat : 13203 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363805 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140631440988432 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13204] ppid=13187 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/13189/task/13204/stat : 13204 (java) S 13187 13189 10055 0 -1 4202560 9975 0 0 0 81 2 0 0 20 0 19 0 255363805 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140631439936312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13205] ppid=13187 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/13189/task/13205/stat : 13205 (java) S 13187 13189 10055 0 -1 4202560 3624 0 0 0 51 0 0 0 20 0 19 0 255363805 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140631438883768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13189/tid=13206] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13206/stat : 13206 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363805 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140631437830904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13207] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13207/stat : 13207 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363805 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140631436778568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13208] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13208/stat : 13208 (java) S 13187 13189 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255363859 9855975424 43018 33554432000 1073741824 1073778376 140736583666944 140631435691048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 9624976

[startup+6.30071 s]
/proc/loadavg: 2.15 2.03 2.01 3/213 13208
/proc/meminfo: memFree=28828348/32873648 swapFree=7100/7100
[pid=13189] ppid=13187 vsize=9624976 CPUtime=7.72 cores=1,3,5,7
/proc/13189/stat : 13189 (java) S 13187 13189 10055 0 -1 4202496 17390 0 1 0 765 7 0 0 20 0 19 0 255363799 9855975424 44348 33554432000 1073741824 1073778376 140736583666944 140736583658080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13189/statm: 2406244 44348 2281 9 0 2396937 0
[pid=13189/tid=13191] ppid=13187 vsize=9624976 CPUtime=6.14 cores=1,3,5,7
/proc/13189/task/13191/stat : 13191 (java) S 13187 13189 10055 0 -1 4202560 2513 0 1 0 612 2 0 0 20 0 19 0 255363800 9855975424 44348 33554432000 1073741824 1073778376 140736583666944 140632090485144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13192] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13192/stat : 13192 (java) S 13187 13189 10055 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 44348 33554432000 1073741824 1073778376 140736583666944 140632062937512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13193] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13193/stat : 13193 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 44348 33554432000 1073741824 1073778376 140736583666944 140632061884968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13194] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13194/stat : 13194 (java) S 13187 13189 10055 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 44348 33554432000 1073741824 1073778376 140736583666944 140631931922600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13189/tid=13195] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13195/stat : 13195 (java) S 13187 13189 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 44348 33554432000 1073741824 1073778376 140736583666944 140631930870056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13196] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13196/stat : 13196 (java) S 13187 13189 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 44349 33554432000 1073741824 1073778376 140736583666944 140631929818024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13197] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13197/stat : 13197 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 44349 33554432000 1073741824 1073778376 140736583666944 140631928765480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13189/tid=13198] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13198/stat : 13198 (java) S 13187 13189 10055 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 44349 33554432000 1073741824 1073778376 140736583666944 140631927712424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13199] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13199/stat : 13199 (java) S 13187 13189 10055 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255363801 9855975424 44349 33554432000 1073741824 1073778376 140736583666944 140631456344872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13189/tid=13200] ppid=13187 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/13189/task/13200/stat : 13200 (java) R 13187 13189 10055 0 -1 4202560 40 0 0 0 6 0 0 0 20 0 19 0 255363802 9855975424 44349 33554432000 1073741824 1073778376 140736583666944 140631444145392 140632094603627 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13201] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13201/stat : 13201 (java) S 13187 13189 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255363803 9855975424 44349 33554432000 1073741824 1073778376 140736583666944 140631443092856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13202] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13202/stat : 13202 (java) S 13187 13189 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255363803 9855975424 44349 33554432000 1073741824 1073778376 140736583666944 140631442039688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13203] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13203/stat : 13203 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363805 9855975424 44349 33554432000 1073741824 1073778376 140736583666944 140631440988432 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13204] ppid=13187 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/13189/task/13204/stat : 13204 (java) S 13187 13189 10055 0 -1 4202560 9976 0 0 0 83 2 0 0 20 0 19 0 255363805 9855975424 44349 33554432000 1073741824 1073778376 140736583666944 140631439912888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13205] ppid=13187 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/13189/task/13205/stat : 13205 (java) S 13187 13189 10055 0 -1 4202560 3624 0 0 0 53 0 0 0 20 0 19 0 255363805 9855975424 44350 33554432000 1073741824 1073778376 140736583666944 140631438883768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13189/tid=13206] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13206/stat : 13206 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363805 9855975424 44350 33554432000 1073741824 1073778376 140736583666944 140631437830904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13207] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13207/stat : 13207 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363805 9855975424 44350 33554432000 1073741824 1073778376 140736583666944 140631436778568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13208] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13208/stat : 13208 (java) S 13187 13189 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255363859 9855975424 44350 33554432000 1073741824 1073778376 140736583666944 140631435691048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=13189/tid=13204] ppid=13187 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/13189/task/13204/stat : 13204 (java) S 13187 13189 10055 0 -1 4202560 9984 0 0 0 88 2 0 0 20 0 19 0 255363805 9855975424 178315 33554432000 1073741824 1073778376 140736583666944 140631439936312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13205] ppid=13187 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/13189/task/13205/stat : 13205 (java) S 13187 13189 10055 0 -1 4202560 4151 0 0 0 64 0 0 0 20 0 19 0 255363805 9855975424 178315 33554432000 1073741824 1073778376 140736583666944 140631438883768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13206] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13206/stat : 13206 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363805 9855975424 178315 33554432000 1073741824 1073778376 140736583666944 140631437830904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13207] ppid=13187 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/13189/task/13207/stat : 13207 (java) S 13187 13189 10055 0 -1 4202560 99 0 0 0 21 29 0 0 20 0 19 0 255363805 9855975424 178315 33554432000 1073741824 1073778376 140736583666944 140631436778568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13208] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13208/stat : 13208 (java) S 13187 13189 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255363859 9855975424 178315 33554432000 1073741824 1073778376 140736583666944 140631435691048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1737.75
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 13303
/proc/meminfo: memFree=26438004/32873648 swapFree=7100/7100
[pid=13189] ppid=13187 vsize=9624976 CPUtime=1798.38 cores=1,3,5,7
/proc/13189/stat : 13189 (java) S 13187 13189 10055 0 -1 4202496 26396 0 1 0 179712 126 0 0 20 0 19 0 255363799 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140736583658080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13189/statm: 2406244 178960 2282 9 0 2396937 0
[pid=13189/tid=13191] ppid=13187 vsize=9624976 CPUtime=1765.68 cores=1,3,5,7
/proc/13189/task/13191/stat : 13191 (java) R 13187 13189 10055 0 -1 4202560 2761 0 1 0 176538 30 0 0 20 0 19 0 255363800 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140632090484112 140631943787366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13192] ppid=13187 vsize=9624976 CPUtime=2.47 cores=1,3,5,7
/proc/13189/task/13192/stat : 13192 (java) S 13187 13189 10055 0 -1 4202560 917 0 0 0 235 12 0 0 20 0 19 0 255363801 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140632062937512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13193] ppid=13187 vsize=9624976 CPUtime=2.26 cores=1,3,5,7
/proc/13189/task/13193/stat : 13193 (java) S 13187 13189 10055 0 -1 4202560 1363 0 0 0 217 9 0 0 20 0 19 0 255363801 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140632061884968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13189/tid=13194] ppid=13187 vsize=9624976 CPUtime=2.38 cores=1,3,5,7
/proc/13189/task/13194/stat : 13194 (java) S 13187 13189 10055 0 -1 4202560 854 0 0 0 227 11 0 0 20 0 19 0 255363801 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140631931922600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13195] ppid=13187 vsize=9624976 CPUtime=2.43 cores=1,3,5,7
/proc/13189/task/13195/stat : 13195 (java) S 13187 13189 10055 0 -1 4202560 644 0 0 0 234 9 0 0 20 0 19 0 255363801 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140631930870056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13196] ppid=13187 vsize=9624976 CPUtime=2.56 cores=1,3,5,7
/proc/13189/task/13196/stat : 13196 (java) S 13187 13189 10055 0 -1 4202560 628 0 0 0 246 10 0 0 20 0 19 0 255363801 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140631929818024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13189/tid=13197] ppid=13187 vsize=9624976 CPUtime=2.36 cores=1,3,5,7
/proc/13189/task/13197/stat : 13197 (java) S 13187 13189 10055 0 -1 4202560 873 0 0 0 226 10 0 0 20 0 19 0 255363801 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140631928765480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13198] ppid=13187 vsize=9624976 CPUtime=2.56 cores=1,3,5,7
/proc/13189/task/13198/stat : 13198 (java) S 13187 13189 10055 0 -1 4202560 1153 0 0 0 245 11 0 0 20 0 19 0 255363801 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140631927712424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13199] ppid=13187 vsize=9624976 CPUtime=2.67 cores=1,3,5,7
/proc/13189/task/13199/stat : 13199 (java) S 13187 13189 10055 0 -1 4202560 859 0 0 0 255 12 0 0 20 0 19 0 255363801 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140631456344872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13200] ppid=13187 vsize=9624976 CPUtime=6.41 cores=1,3,5,7
/proc/13189/task/13200/stat : 13200 (java) S 13187 13189 10055 0 -1 4202560 924 0 0 0 638 3 0 0 20 0 19 0 255363802 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140631444146536 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13201] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13201/stat : 13201 (java) S 13187 13189 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255363803 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140631443092856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13202] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13202/stat : 13202 (java) S 13187 13189 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255363803 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140631442039688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13203] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13203/stat : 13203 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363805 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140631440988432 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13204] ppid=13187 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/13189/task/13204/stat : 13204 (java) S 13187 13189 10055 0 -1 4202560 9984 0 0 0 88 2 0 0 20 0 19 0 255363805 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140631439936312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13205] ppid=13187 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/13189/task/13205/stat : 13205 (java) S 13187 13189 10055 0 -1 4202560 4151 0 0 0 64 0 0 0 20 0 19 0 255363805 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140631438883768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13206] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13206/stat : 13206 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363805 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140631437830904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13207] ppid=13187 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/13189/task/13207/stat : 13207 (java) S 13187 13189 10055 0 -1 4202560 103 0 0 0 22 30 0 0 20 0 19 0 255363805 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140631436778568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13208] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13208/stat : 13208 (java) S 13187 13189 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255363859 9855975424 178960 33554432000 1073741824 1073778376 140736583666944 140631435691048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.38
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.9 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 13303
/proc/meminfo: memFree=26438004/32873648 swapFree=7100/7100
[pid=13189] ppid=13187 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/13189/stat : 13189 (java) S 13187 13189 10055 0 -1 4202496 26401 0 1 0 179879 126 0 0 20 0 19 0 255363799 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140736583658080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13189/statm: 2406244 178962 2282 9 0 2396937 0
[pid=13189/tid=13191] ppid=13187 vsize=9624976 CPUtime=1767.15 cores=1,3,5,7
/proc/13189/task/13191/stat : 13191 (java) R 13187 13189 10055 0 -1 4202560 2762 0 1 0 176685 30 0 0 20 0 19 0 255363800 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140632090485024 140631943690196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13192] ppid=13187 vsize=9624976 CPUtime=2.48 cores=1,3,5,7
/proc/13189/task/13192/stat : 13192 (java) S 13187 13189 10055 0 -1 4202560 917 0 0 0 236 12 0 0 20 0 19 0 255363801 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140632062937512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13193] ppid=13187 vsize=9624976 CPUtime=2.27 cores=1,3,5,7
/proc/13189/task/13193/stat : 13193 (java) S 13187 13189 10055 0 -1 4202560 1363 0 0 0 218 9 0 0 20 0 19 0 255363801 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140632061884968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13189/tid=13194] ppid=13187 vsize=9624976 CPUtime=2.38 cores=1,3,5,7
/proc/13189/task/13194/stat : 13194 (java) S 13187 13189 10055 0 -1 4202560 854 0 0 0 227 11 0 0 20 0 19 0 255363801 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631931922600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13195] ppid=13187 vsize=9624976 CPUtime=2.45 cores=1,3,5,7
/proc/13189/task/13195/stat : 13195 (java) S 13187 13189 10055 0 -1 4202560 644 0 0 0 236 9 0 0 20 0 19 0 255363801 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631930870056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13189/tid=13196] ppid=13187 vsize=9624976 CPUtime=2.57 cores=1,3,5,7
/proc/13189/task/13196/stat : 13196 (java) S 13187 13189 10055 0 -1 4202560 628 0 0 0 247 10 0 0 20 0 19 0 255363801 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631929818024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13189/tid=13197] ppid=13187 vsize=9624976 CPUtime=2.37 cores=1,3,5,7
/proc/13189/task/13197/stat : 13197 (java) S 13187 13189 10055 0 -1 4202560 873 0 0 0 227 10 0 0 20 0 19 0 255363801 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631928765480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13198] ppid=13187 vsize=9624976 CPUtime=2.57 cores=1,3,5,7
/proc/13189/task/13198/stat : 13198 (java) S 13187 13189 10055 0 -1 4202560 1154 0 0 0 246 11 0 0 20 0 19 0 255363801 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631927712424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13199] ppid=13187 vsize=9624976 CPUtime=2.68 cores=1,3,5,7
/proc/13189/task/13199/stat : 13199 (java) S 13187 13189 10055 0 -1 4202560 859 0 0 0 256 12 0 0 20 0 19 0 255363801 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631456344872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13200] ppid=13187 vsize=9624976 CPUtime=6.52 cores=1,3,5,7
/proc/13189/task/13200/stat : 13200 (java) S 13187 13189 10055 0 -1 4202560 927 0 0 0 649 3 0 0 20 0 19 0 255363802 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631444146536 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13201] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13201/stat : 13201 (java) S 13187 13189 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255363803 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631443092856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13202] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13202/stat : 13202 (java) S 13187 13189 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255363803 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631442039688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13203] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13203/stat : 13203 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363805 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631440988432 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13204] ppid=13187 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/13189/task/13204/stat : 13204 (java) S 13187 13189 10055 0 -1 4202560 9984 0 0 0 88 2 0 0 20 0 19 0 255363805 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631439936312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13205] ppid=13187 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/13189/task/13205/stat : 13205 (java) S 13187 13189 10055 0 -1 4202560 4151 0 0 0 64 0 0 0 20 0 19 0 255363805 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631438883768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13206] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13206/stat : 13206 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363805 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631437830904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13207] ppid=13187 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/13189/task/13207/stat : 13207 (java) S 13187 13189 10055 0 -1 4202560 103 0 0 0 22 30 0 0 20 0 19 0 255363805 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631436778568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13208] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13208/stat : 13208 (java) S 13187 13189 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255363859 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631435691048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1783.9 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 13303
/proc/meminfo: memFree=26438004/32873648 swapFree=7100/7100
[pid=13189] ppid=13187 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/13189/stat : 13189 (java) S 13187 13189 10055 0 -1 4202496 26401 0 1 0 179879 126 0 0 20 0 19 0 255363799 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140736583658080 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13189/statm: 2406244 178962 2282 9 0 2396937 0
[pid=13189/tid=13191] ppid=13187 vsize=9624976 CPUtime=1767.15 cores=1,3,5,7
/proc/13189/task/13191/stat : 13191 (java) R 13187 13189 10055 0 -1 4202560 2762 0 1 0 176685 30 0 0 20 0 19 0 255363800 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140632090485024 140631943690196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13192] ppid=13187 vsize=9624976 CPUtime=2.48 cores=1,3,5,7
/proc/13189/task/13192/stat : 13192 (java) S 13187 13189 10055 0 -1 4202560 917 0 0 0 236 12 0 0 20 0 19 0 255363801 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140632062937512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13193] ppid=13187 vsize=9624976 CPUtime=2.27 cores=1,3,5,7
/proc/13189/task/13193/stat : 13193 (java) S 13187 13189 10055 0 -1 4202560 1363 0 0 0 218 9 0 0 20 0 19 0 255363801 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140632061884968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13189/tid=13194] ppid=13187 vsize=9624976 CPUtime=2.38 cores=1,3,5,7
/proc/13189/task/13194/stat : 13194 (java) S 13187 13189 10055 0 -1 4202560 854 0 0 0 227 11 0 0 20 0 19 0 255363801 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631931922600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13195] ppid=13187 vsize=9624976 CPUtime=2.45 cores=1,3,5,7
/proc/13189/task/13195/stat : 13195 (java) S 13187 13189 10055 0 -1 4202560 644 0 0 0 236 9 0 0 20 0 19 0 255363801 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631930870056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13189/tid=13196] ppid=13187 vsize=9624976 CPUtime=2.57 cores=1,3,5,7
/proc/13189/task/13196/stat : 13196 (java) S 13187 13189 10055 0 -1 4202560 628 0 0 0 247 10 0 0 20 0 19 0 255363801 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631929818024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13189/tid=13197] ppid=13187 vsize=9624976 CPUtime=2.37 cores=1,3,5,7
/proc/13189/task/13197/stat : 13197 (java) S 13187 13189 10055 0 -1 4202560 873 0 0 0 227 10 0 0 20 0 19 0 255363801 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631928765480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13198] ppid=13187 vsize=9624976 CPUtime=2.57 cores=1,3,5,7
/proc/13189/task/13198/stat : 13198 (java) S 13187 13189 10055 0 -1 4202560 1154 0 0 0 246 11 0 0 20 0 19 0 255363801 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631927712424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13199] ppid=13187 vsize=9624976 CPUtime=2.68 cores=1,3,5,7
/proc/13189/task/13199/stat : 13199 (java) S 13187 13189 10055 0 -1 4202560 859 0 0 0 256 12 0 0 20 0 19 0 255363801 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631456344872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13200] ppid=13187 vsize=9624976 CPUtime=6.52 cores=1,3,5,7
/proc/13189/task/13200/stat : 13200 (java) S 13187 13189 10055 0 -1 4202560 927 0 0 0 649 3 0 0 20 0 19 0 255363802 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631444146536 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13201] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13201/stat : 13201 (java) S 13187 13189 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255363803 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631443092856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13202] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13202/stat : 13202 (java) S 13187 13189 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255363803 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631442039688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13203] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13203/stat : 13203 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363805 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631440988432 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13204] ppid=13187 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/13189/task/13204/stat : 13204 (java) S 13187 13189 10055 0 -1 4202560 9984 0 0 0 88 2 0 0 20 0 19 0 255363805 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631439936312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13189/tid=13205] ppid=13187 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/13189/task/13205/stat : 13205 (java) S 13187 13189 10055 0 -1 4202560 4151 0 0 0 64 0 0 0 20 0 19 0 255363805 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631438883768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13206] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13206/stat : 13206 (java) S 13187 13189 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255363805 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631437830904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13189/tid=13207] ppid=13187 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/13189/task/13207/stat : 13207 (java) S 13187 13189 10055 0 -1 4202560 103 0 0 0 22 30 0 0 20 0 19 0 255363805 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631436778568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13189/tid=13208] ppid=13187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/13189/task/13208/stat : 13208 (java) S 13187 13189 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255363859 9855975424 178962 33554432000 1073741824 1073778376 140736583666944 140631435691048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13189 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=248232
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=631751
# CPU time returned by wait4() is 1795.88
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1783.97
CPU time (s): 1800.05
CPU user time (s): 1798.79
CPU system time (s): 1.26
CPU usage (%): 100.901
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.25
system time used= 1.63175
maximum resident set size= 715976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26435
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44956
involuntary context switches= 43161

runsolver used 6.04308 second user time and 15.0697 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-24 22:46:23
IDJOB=3689679
IDBENCH=90181
IDSOLVER=2269
FILE ID=node123/3689679-1337892383
RUNJOBID= node123-1337871881-10072
PBS_JOBID= 14620081
Free space on /tmp= 71548 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K156.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689679-1337892383/watcher-3689679-1337892383 -o /tmp/evaluation-result-3689679-1337892383/solver-3689679-1337892383 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689679-1337892383.opb

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

MD5SUM BENCH= b01d5fef61cfdf78caaec08ee0d21bae
RANDOM SEED=855900329

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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.217
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.217
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.217
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.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28998860 kB
Buffers:          231084 kB
Cached:          2515392 kB
SwapCached:            0 kB
Active:          1025328 kB
Inactive:        2062768 kB
Active(anon):     344040 kB
Inactive(anon):        0 kB
Active(file):     681288 kB
Inactive(file):  2062768 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1664 kB
Writeback:             0 kB
AnonPages:        368640 kB
Mapped:            21660 kB
Shmem:               200 kB
Slab:             628804 kB
SReclaimable:      73044 kB
SUnreclaim:       555760 kB
KernelStack:        1608 kB
PageTables:         5056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71544 MiB
End job on node123 at 2012-05-24 23:16:09