Trace number 3459834

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
Sat4j Resolution 2.3.0? (TO) 1800.21 1797.49

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12036_4-sat.opb
MD5SUMb4d4215a44d43278004dfcd0ea549fa8
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 variables57354
Total number of constraints192702
Number of constraints which are clauses191758
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints944
Minimum length of a constraint1
Maximum length of a constraint120
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 754
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3459834-1307169301.opb
0.00/0.11	c reading problem ... 
2.12/1.44	c ... done. Wall clock time 1.334s.
2.12/1.44	c #vars     57354
2.12/1.44	c #constraints  178619
2.12/1.44	c constraints type 
2.12/1.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24190
2.12/1.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147772
2.12/1.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 944
5.18/4.10	c cleaning 2496 clauses out of 4999 with flag 5000/5000
7.97/6.63	c cleaning 4245 clauses out of 8502 with flag 11000/11000
10.47/9.14	c cleaning 5612 clauses out of 11258 with flag 18001/18001
13.68/12.30	c cleaning 6806 clauses out of 13645 with flag 26000/26000
17.53/16.13	c cleaning 7913 clauses out of 15840 with flag 35001/35001
21.36/19.98	c cleaning 8941 clauses out of 17928 with flag 45002/45002
25.25/23.89	c cleaning 9975 clauses out of 19985 with flag 56000/56000
30.17/28.75	c cleaning 10998 clauses out of 22010 with flag 68001/68001
35.86/34.41	c cleaning 12002 clauses out of 24012 with flag 81001/81001
41.67/40.23	c cleaning 12986 clauses out of 26010 with flag 95001/95001
47.08/45.63	c cleaning 13991 clauses out of 28024 with flag 110001/110001
53.59/52.15	c cleaning 14998 clauses out of 30033 with flag 126001/126001
60.50/59.04	c cleaning 15983 clauses out of 32034 with flag 143000/143000
69.01/67.59	c cleaning 17010 clauses out of 34051 with flag 161000/161000
77.92/76.43	c cleaning 18006 clauses out of 36041 with flag 180000/180000
86.63/85.10	c cleaning 19003 clauses out of 38035 with flag 200000/200000
94.64/93.16	c cleaning 20005 clauses out of 40031 with flag 221000/221000
104.35/102.89	c cleaning 20993 clauses out of 42027 with flag 243001/243001
113.16/111.61	c cleaning 21991 clauses out of 44035 with flag 266002/266002
123.07/121.54	c cleaning 23016 clauses out of 46044 with flag 290002/290002
133.59/132.10	c cleaning 23966 clauses out of 48026 with flag 315000/315000
144.39/142.82	c cleaning 25007 clauses out of 50060 with flag 341000/341000
156.60/155.06	c cleaning 25982 clauses out of 52054 with flag 368001/368001
169.41/167.83	c cleaning 27004 clauses out of 54072 with flag 396001/396001
182.32/180.75	c cleaning 28018 clauses out of 56066 with flag 425000/425000
196.03/194.40	c cleaning 29013 clauses out of 58049 with flag 455001/455001
208.63/207.08	c cleaning 29963 clauses out of 60036 with flag 486001/486001
224.35/222.73	c cleaning 31002 clauses out of 62072 with flag 518000/518000
241.36/239.75	c cleaning 32007 clauses out of 64071 with flag 551002/551002
256.38/254.73	c cleaning 33000 clauses out of 66062 with flag 585000/585000
271.99/270.39	c cleaning 33987 clauses out of 68062 with flag 620000/620000
286.90/285.29	c cleaning 35015 clauses out of 70076 with flag 656001/656001
303.91/302.21	c cleaning 36002 clauses out of 72060 with flag 693000/693000
323.22/321.54	c cleaning 36999 clauses out of 74058 with flag 731000/731000
343.54/341.85	c cleaning 38001 clauses out of 76059 with flag 770000/770000
362.67/360.95	c cleaning 38986 clauses out of 78059 with flag 810001/810001
382.26/380.52	c cleaning 39999 clauses out of 80073 with flag 851001/851001
404.77/403.05	c cleaning 41019 clauses out of 82074 with flag 893001/893001
431.39/429.70	c cleaning 42020 clauses out of 84055 with flag 936001/936001
450.62/448.83	c cleaning 43003 clauses out of 86034 with flag 980000/980000
470.73/468.96	c cleaning 43999 clauses out of 88034 with flag 1025003/1025003
491.84/490.02	c cleaning 44950 clauses out of 90032 with flag 1071000/1071000
515.75/513.91	c cleaning 45950 clauses out of 92082 with flag 1118000/1118000
537.17/535.34	c cleaning 47034 clauses out of 94132 with flag 1166000/1166000
564.11/562.23	c cleaning 48019 clauses out of 96099 with flag 1215001/1215001
587.70/585.84	c cleaning 48986 clauses out of 98080 with flag 1265001/1265001
613.64/611.73	c cleaning 49976 clauses out of 100093 with flag 1316000/1316000
639.34/637.41	c cleaning 50954 clauses out of 102117 with flag 1368000/1368000
662.85/660.90	c cleaning 52047 clauses out of 104163 with flag 1421000/1421000
685.47/683.57	c cleaning 53040 clauses out of 106116 with flag 1475000/1475000
712.09/710.18	c cleaning 53983 clauses out of 108077 with flag 1530001/1530001
737.12/735.19	c cleaning 55032 clauses out of 110093 with flag 1586000/1586000
764.34/762.40	c cleaning 56007 clauses out of 112063 with flag 1643002/1643002
787.65/785.62	c cleaning 56919 clauses out of 114054 with flag 1701000/1701000
810.58/808.53	c cleaning 57924 clauses out of 116135 with flag 1760000/1760000
840.59/838.57	c cleaning 59099 clauses out of 118212 with flag 1820001/1820001
873.83/871.79	c cleaning 60018 clauses out of 120112 with flag 1881001/1881001
912.74/910.66	c cleaning 61036 clauses out of 122095 with flag 1943002/1943002
945.16/943.05	c cleaning 62010 clauses out of 124057 with flag 2006000/2006000
978.28/976.20	c cleaning 62981 clauses out of 126047 with flag 2070000/2070000
1007.30/1005.11	c cleaning 64014 clauses out of 128066 with flag 2135000/2135000
1040.02/1037.84	c cleaning 64989 clauses out of 130053 with flag 2201001/2201001
1074.64/1072.41	c cleaning 66014 clauses out of 132063 with flag 2268000/2268000
1108.67/1106.43	c cleaning 67010 clauses out of 134049 with flag 2336000/2336000
1142.29/1140.04	c cleaning 67976 clauses out of 136039 with flag 2405000/2405000
1181.11/1178.89	c cleaning 68961 clauses out of 138063 with flag 2475000/2475000
1217.03/1214.78	c cleaning 69998 clauses out of 140102 with flag 2546000/2546000
1257.95/1255.67	c cleaning 70968 clauses out of 142104 with flag 2618000/2618000
1302.59/1300.23	c cleaning 72004 clauses out of 144136 with flag 2691000/2691000
1338.10/1335.75	c cleaning 73060 clauses out of 146132 with flag 2765000/2765000
1381.02/1378.69	c cleaning 73962 clauses out of 148072 with flag 2840001/2840001
1426.96/1424.51	c cleaning 74952 clauses out of 150109 with flag 2916000/2916000
1478.57/1476.10	c cleaning 76040 clauses out of 152159 with flag 2993002/2993002
1527.29/1524.81	c cleaning 76981 clauses out of 154117 with flag 3071000/3071000
1583.22/1580.71	c cleaning 78006 clauses out of 156136 with flag 3150000/3150000
1620.94/1618.41	c cleaning 79048 clauses out of 158132 with flag 3230002/3230002
1660.75/1658.24	c cleaning 79982 clauses out of 160082 with flag 3311000/3311000
1699.88/1697.33	c cleaning 81027 clauses out of 162101 with flag 3393001/3393001
1741.10/1738.53	c cleaning 81987 clauses out of 164074 with flag 3476001/3476001
1785.43/1782.85	c cleaning 83006 clauses out of 166088 with flag 3560002/3560002
1800.07/1797.43	c starts		: 250
1800.07/1797.43	c conflicts		: 3592557
1800.07/1797.43	c decisions		: 4563518
1800.07/1797.43	c propagations		: 2998294172
1800.07/1797.43	c inspects		: 11630997039
1800.07/1797.43	c shortcuts		: 0
1800.07/1797.43	c learnt literals	: 8
1800.07/1797.43	c learnt binary clauses	: 71
1800.07/1797.43	c learnt ternary clauses	: 2523
1800.07/1797.43	c learnt constraints	: 3592549
1800.07/1797.43	c ignored constraints	: 0
1800.07/1797.43	c root simplifications	: 0
1800.07/1797.43	c removed literals (reason simplification)	: 69465327
1800.07/1797.43	c reason swapping (by a shorter reason)	: 0
1800.07/1797.43	c Calls to reduceDB	: 80
1800.07/1797.43	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.43	c number of learned constraints concerned by reduction	: 0
1800.07/1797.43	c number of learning phase by resolution	: 0
1800.07/1797.43	c number of learning phase by cutting planes	: 0
1800.07/1797.43	c speed (assignments/second)	: 1669438.280836753
1800.07/1797.43	c non guided choices	17237
1800.07/1797.46	c learnt constraints type 
1800.07/1797.46	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 71
1800.07/1797.46	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 115619
1800.07/1797.46	c constraints type 
1800.07/1797.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24190
1800.07/1797.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147772
1800.07/1797.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 944
1800.07/1797.46	s UNKNOWN
1800.07/1797.46	c Total wall clock time (in seconds): 1797.355

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3459834-1307169301/watcher-3459834-1307169301 -o /tmp/evaluation-result-3459834-1307169301/solver-3459834-1307169301 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459834-1307169301.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: 2.11 2.05 2.01 2/433 7463
/proc/meminfo: memFree=25701324/32950928 swapFree=52006644/67111528
[pid=7463] ppid=7461 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/7463/stat : 7463 (java) S 7461 7463 6914 0 -1 4202496 1949 0 1 0 0 0 0 0 24 0 2 0 284539527 13833195520 1651 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892367845 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 3377245 1663 906 9 0 3368401 0
[pid=7463/tid=7464] ppid=7461 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (java) R 7461 7463 6914 0 -1 4202560 5025 0 1 0 0 0 0 0 25 0 2 0 284539527 13850947584 5841 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218880259131 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.116418 s]
/proc/loadavg: 2.11 2.05 2.01 2/433 7463
/proc/meminfo: memFree=25701324/32950928 swapFree=52006644/67111528
[pid=7463] ppid=7461 vsize=13622152 CPUtime=0.13 cores=0,2,4,6
/proc/7463/stat : 7463 (java) S 7461 7463 6914 0 -1 4202496 16132 0 1 0 11 2 0 0 24 0 18 0 284539527 13949083648 15830 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 3405538 15831 2134 9 0 3396272 0
[pid=7463/tid=7464] ppid=7461 vsize=13622152 CPUtime=0.1 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (java) R 7461 7463 6914 0 -1 4202560 14152 0 1 0 9 1 0 0 18 0 18 0 284539527 13949083648 15831 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 47744040835923 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13622152

[startup+0.212811 s]
/proc/loadavg: 2.11 2.05 2.01 2/433 7463
/proc/meminfo: memFree=25701324/32950928 swapFree=52006644/67111528
[pid=7463] ppid=7461 vsize=13623124 CPUtime=0.3 cores=0,2,4,6
/proc/7463/stat : 7463 (java) S 7461 7463 6914 0 -1 4202496 17043 0 1 0 28 2 0 0 24 0 18 0 284539527 13950078976 16706 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 3405781 16706 2188 9 0 3396515 0
[pid=7463/tid=7464] ppid=7461 vsize=13623124 CPUtime=0.19 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (java) R 7461 7463 6914 0 -1 4202560 14728 0 1 0 18 1 0 0 18 0 18 0 284539527 13950078976 16706 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 13623124

[startup+0.307083 s]
/proc/loadavg: 2.11 2.05 2.01 2/433 7463
/proc/meminfo: memFree=25701324/32950928 swapFree=52006644/67111528
[pid=7463] ppid=7461 vsize=13625476 CPUtime=0.51 cores=0,2,4,6
/proc/7463/stat : 7463 (java) S 7461 7463 6914 0 -1 4202496 19542 0 1 0 49 2 0 0 24 0 18 0 284539527 13952487424 18827 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 3406369 18828 2203 9 0 3397103 0
[pid=7463/tid=7464] ppid=7461 vsize=13625476 CPUtime=0.28 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (java) R 7461 7463 6914 0 -1 4202560 15942 0 1 0 27 1 0 0 18 0 18 0 284539527 13952487424 18829 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13625476

[startup+0.700339 s]
/proc/loadavg: 2.11 2.05 2.01 2/433 7463
/proc/meminfo: memFree=25701324/32950928 swapFree=52006644/67111528
[pid=7463] ppid=7461 vsize=13626448 CPUtime=1.21 cores=0,2,4,6
/proc/7463/stat : 7463 (java) S 7461 7463 6914 0 -1 4202496 51900 0 1 0 114 7 0 0 24 0 18 0 284539527 13953482752 49887 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 3406612 49891 2223 9 0 3397346 0
[pid=7463/tid=7464] ppid=7461 vsize=13626448 CPUtime=0.68 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (java) R 7461 7463 6914 0 -1 4202560 46218 0 1 0 62 6 0 0 18 0 18 0 284539527 13953482752 49894 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 46912505643112 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 13626448

[startup+1.50115 s]
/proc/loadavg: 2.11 2.05 2.01 3/451 7481
/proc/meminfo: memFree=25354376/32950928 swapFree=52006644/67111528
[pid=7463] ppid=7461 vsize=13627016 CPUtime=2.3 cores=0,2,4,6
/proc/7463/stat : 7463 (java) S 7461 7463 6914 0 -1 4202496 124406 0 1 0 214 16 0 0 24 0 18 0 284539527 13954064384 119409 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 3406754 119409 2229 9 0 3397488 0
[pid=7463/tid=7464] ppid=7461 vsize=13627016 CPUtime=1.48 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (java) R 7461 7463 6914 0 -1 4202560 115184 0 1 0 133 15 0 0 19 0 18 0 284539527 13954064384 119409 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 46912505122104 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=13627016 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 284539529 13954064384 119409 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7467] ppid=7461 vsize=13627016 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7467/stat : 7467 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 284539529 13954064384 119409 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7468] ppid=7461 vsize=13627016 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7468/stat : 7468 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 284539529 13954064384 119409 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7469] ppid=7461 vsize=13627016 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7469/stat : 7469 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 284539529 13954064384 119409 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7470] ppid=7461 vsize=13627016 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7470/stat : 7470 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 284539529 13954064384 119409 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7471] ppid=7461 vsize=13627016 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7471/stat : 7471 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 284539529 13954064384 119409 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7472] ppid=7461 vsize=13627016 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7472/stat : 7472 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 284539529 13954064384 119409 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7473] ppid=7461 vsize=13627016 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7473/stat : 7473 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 284539529 13954064384 119409 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7474] ppid=7461 vsize=13627016 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7474/stat : 7474 (java) S 7461 7463 6914 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 18 0 284539530 13954064384 119409 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381696 0 0 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7475] ppid=7461 vsize=13627016 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7475/stat : 7475 (java) S 7461 7463 6914 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 284539531 13954064384 119409 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7476] ppid=7461 vsize=13627016 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7476/stat : 7476 (java) S 7461 7463 6914 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 284539531 13954064384 119409 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7477] ppid=7461 vsize=13627016 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7477/stat : 7477 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 284539533 13954064384 119409 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892388785 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7478] ppid=7461 vsize=13627016 CPUtime=0.42 cores=0,2,4,6
/proc/7463/task/7478/stat : 7478 (java) R 7461 7463 6914 0 -1 4202560 5267 0 0 0 42 0 0 0 15 0 18 0 284539533 13954064384 119409 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 47744039034773 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=7463/tid=7479] ppid=7461 vsize=13627016 CPUtime=0.38 cores=0,2,4,6
/proc/7463/task/7479/stat : 7479 (java) R 7461 7463 6914 0 -1 4202560 2803 0 0 0 38 0 0 0 17 0 18 0 284539533 13954064384 119409 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 47744040786961 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7463/tid=7480] ppid=7461 vsize=13627016 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7480/stat : 7480 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 284539533 13954064384 119409 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7481] ppid=7461 vsize=13627016 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7481/stat : 7481 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 284539533 13954064384 119409 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381696 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 13627016

[startup+3.10087 s]
/proc/loadavg: 2.11 2.05 2.01 3/452 7482
/proc/meminfo: memFree=25228080/32950928 swapFree=52006644/67111528
[pid=7463] ppid=7461 vsize=13627612 CPUtime=4.24 cores=0,2,4,6
/proc/7463/stat : 7463 (java) S 7461 7463 6914 0 -1 4202496 125645 0 1 0 408 16 0 0 24 0 19 0 284539527 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 3406903 119852 2235 9 0 3397637 0
[pid=7463/tid=7464] ppid=7461 vsize=13627612 CPUtime=3.07 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (java) R 7461 7463 6914 0 -1 4202560 115646 0 1 0 292 15 0 0 24 0 19 0 284539527 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 46912505366468 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=13627612 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539529 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7467] ppid=7461 vsize=13627612 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7467/stat : 7467 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539529 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7468] ppid=7461 vsize=13627612 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7468/stat : 7468 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539529 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7469] ppid=7461 vsize=13627612 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7469/stat : 7469 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539529 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7470] ppid=7461 vsize=13627612 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7470/stat : 7470 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539529 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7471] ppid=7461 vsize=13627612 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7471/stat : 7471 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539529 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7472] ppid=7461 vsize=13627612 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7472/stat : 7472 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539529 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7473] ppid=7461 vsize=13627612 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7473/stat : 7473 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539529 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7474] ppid=7461 vsize=13627612 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7474/stat : 7474 (java) S 7461 7463 6914 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 284539530 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381696 0 0 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7475] ppid=7461 vsize=13627612 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7475/stat : 7475 (java) S 7461 7463 6914 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 284539531 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7476] ppid=7461 vsize=13627612 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7476/stat : 7476 (java) S 7461 7463 6914 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 284539531 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7477] ppid=7461 vsize=13627612 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7477/stat : 7477 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539533 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892388785 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7478] ppid=7461 vsize=13627612 CPUtime=0.62 cores=0,2,4,6
/proc/7463/task/7478/stat : 7478 (java) S 7461 7463 6914 0 -1 4202560 6012 0 0 0 62 0 0 0 15 0 19 0 284539533 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7479] ppid=7461 vsize=13627612 CPUtime=0.53 cores=0,2,4,6
/proc/7463/task/7479/stat : 7479 (java) S 7461 7463 6914 0 -1 4202560 2827 0 0 0 53 0 0 0 15 0 19 0 284539533 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7480] ppid=7461 vsize=13627612 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7480/stat : 7480 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539533 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7481] ppid=7461 vsize=13627612 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7481/stat : 7481 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 284539533 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381696 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7482] ppid=7461 vsize=13627612 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7482/stat : 7482 (java) S 7461 7463 6914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284539678 13954674688 119852 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381696 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 13627612

[startup+6.30135 s]
/proc/loadavg: 2.10 2.05 2.01 3/452 7482
/proc/meminfo: memFree=25179172/32950928 swapFree=52006644/67111528
[pid=7463] ppid=7461 vsize=13628180 CPUtime=7.67 cores=0,2,4,6
/proc/7463/stat : 7463 (java) S 7461 7463 6914 0 -1 4202496 137886 0 1 0 749 18 0 0 24 0 19 0 284539527 13955256320 132077 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 3407045 132077 2263 9 0 3397779 0
[pid=7463/tid=7464] ppid=7461 vsize=13628180 CPUtime=6.15 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (java) R 7461 7463 6914 0 -1 4202560 115788 0 1 0 600 15 0 0 25 0 19 0 284539527 13955256320 132077 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 46912505919050 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 284539529 13955256320 132077 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7467] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7467/stat : 7467 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 284539529 13955256320 132077 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 2 0 0 0
[pid=7463/tid=7468] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7468/stat : 7468 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 284539529 13955256320 132077 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7469] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7469/stat : 7469 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 284539529 13955256320 132077 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 2 0 0 0
[pid=7463/tid=7470] ppid=7461 vsize=13628180 CPUtime=0.01 cores=0,2,4,6
/proc/7463/task/7470/stat : 7470 (java) S 7461 7463 6914 0 -1 4202560 472 0 0 0 1 0 0 0 18 0 19 0 284539529 13955256320 132077 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7471] ppid=7461 vsize=13628180 CPUtime=0.01 cores=0,2,4,6
/proc/7463/task/7471/stat : 7471 (java) S 7461 7463 6914 0 -1 4202560 1051 0 0 0 1 0 0 0 18 0 19 0 284539529 13955256320 132077 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7472] ppid=7461 vsize=13628180 CPUtime=0.03 cores=0,2,4,6
/proc/7463/task/7472/stat : 7472 (java) S 7461 7463 6914 0 -1 4202560 2069 0 0 0 3 0 0 0 18 0 19 0 284539529 13955256320 132077 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 2 0 0 0
[pid=7463/tid=7473] ppid=7461 vsize=13628180 CPUtime=0.03 cores=0,2,4,6
/proc/7463/task/7473/stat : 7473 (java) S 7461 7463 6914 0 -1 4202560 2412 0 0 0 3 0 0 0 18 0 19 0 284539529 13955256320 132077 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 2 0 0 0
[pid=7463/tid=7474] ppid=7461 vsize=13628180 CPUtime=0.07 cores=0,2,4,6
/proc/7463/task/7474/stat : 7474 (java) S 7461 7463 6914 0 -1 4202560 5986 0 0 0 7 0 0 0 16 0 19 0 284539530 13955256320 132077 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381696 0 0 0 16800975 18446604443626180672 0 0 -1 2 0 0 0
[pid=7463/tid=7475] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7475/stat : 7475 (java) S 7461 7463 6914 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 284539531 13955256320 132077 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7476] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7476/stat : 7476 (java) S 7461 7463 6914 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 284539531 13955256320 132077 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7477] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7477/stat : 7477 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539533 13955256320 132077 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892388785 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7478] ppid=7461 vsize=13628180 CPUtime=0.73 cores=0,2,4,6
/proc/7463/task/7478/stat : 7478 (java) S 7461 7463 6914 0 -1 4202560 6124 0 0 0 73 0 0 0 16 0 19 0 284539533 13955256320 132077 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7479] ppid=7461 vsize=13628180 CPUtime=0.57 cores=0,2,4,6
/proc/7463/task/7479/stat : 7479 (java) S 7461 7463 6914 0 -1 4202560 2829 0 0 0 57 0 0 0 15 0 19 0 284539533 13955256320 132077 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7480] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7480/stat : 7480 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539533 13955256320 132077 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0

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

[pid=7463/tid=7471] ppid=7461 vsize=13628180 CPUtime=0.17 cores=0,2,4,6
/proc/7463/task/7471/stat : 7471 (java) S 7461 7463 6914 0 -1 4202560 1481 0 0 0 17 0 0 0 16 0 19 0 284539529 13955256320 147610 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7472] ppid=7461 vsize=13628180 CPUtime=0.25 cores=0,2,4,6
/proc/7463/task/7472/stat : 7472 (java) S 7461 7463 6914 0 -1 4202560 2348 0 0 0 25 0 0 0 16 0 19 0 284539529 13955256320 147610 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7473] ppid=7461 vsize=13628180 CPUtime=0.23 cores=0,2,4,6
/proc/7463/task/7473/stat : 7473 (java) S 7461 7463 6914 0 -1 4202560 2548 0 0 0 23 0 0 0 15 0 19 0 284539529 13955256320 147610 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7474] ppid=7461 vsize=13628180 CPUtime=7.43 cores=0,2,4,6
/proc/7463/task/7474/stat : 7474 (java) S 7461 7463 6914 0 -1 4202560 18258 0 0 0 740 3 0 0 15 0 19 0 284539530 13955256320 147610 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381696 0 0 0 16800975 18446604443626180672 0 0 -1 2 0 0 0
[pid=7463/tid=7475] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7475/stat : 7475 (java) S 7461 7463 6914 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 284539531 13955256320 147610 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7476] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7476/stat : 7476 (java) S 7461 7463 6914 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 284539531 13955256320 147610 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7477] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7477/stat : 7477 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539533 13955256320 147610 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892388785 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7478] ppid=7461 vsize=13628180 CPUtime=0.79 cores=0,2,4,6
/proc/7463/task/7478/stat : 7478 (java) S 7461 7463 6914 0 -1 4202560 6127 0 0 0 79 0 0 0 15 0 19 0 284539533 13955256320 147610 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7479] ppid=7461 vsize=13628180 CPUtime=0.58 cores=0,2,4,6
/proc/7463/task/7479/stat : 7479 (java) S 7461 7463 6914 0 -1 4202560 2829 0 0 0 58 0 0 0 15 0 19 0 284539533 13955256320 147610 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7480] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7480/stat : 7480 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539533 13955256320 147610 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7481] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7481/stat : 7481 (java) S 7461 7463 6914 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 284539533 13955256320 147610 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381696 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7482] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7482/stat : 7482 (java) S 7461 7463 6914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284539678 13955256320 147610 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381696 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1724.9
Current children cumulated vsize (KiB) 13628180

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/452 7538
/proc/meminfo: memFree=25067368/32950928 swapFree=52006644/67111528
[pid=7463] ppid=7461 vsize=13628180 CPUtime=1784.93 cores=0,2,4,6
/proc/7463/stat : 7463 (java) S 7461 7463 6914 0 -1 4202496 153963 0 1 0 178470 23 0 0 24 0 19 0 284539527 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 3407045 147878 2264 9 0 3397779 0
[pid=7463/tid=7464] ppid=7461 vsize=13628180 CPUtime=1774.17 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (java) R 7461 7463 6914 0 -1 4202560 115867 0 1 0 177400 17 0 0 25 0 19 0 284539527 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 46912505960883 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=13628180 CPUtime=0.23 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (java) S 7461 7463 6914 0 -1 4202560 618 0 0 0 23 0 0 0 16 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7467] ppid=7461 vsize=13628180 CPUtime=0.21 cores=0,2,4,6
/proc/7463/task/7467/stat : 7467 (java) S 7461 7463 6914 0 -1 4202560 756 0 0 0 21 0 0 0 15 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7468] ppid=7461 vsize=13628180 CPUtime=0.19 cores=0,2,4,6
/proc/7463/task/7468/stat : 7468 (java) S 7461 7463 6914 0 -1 4202560 310 0 0 0 19 0 0 0 15 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7469] ppid=7461 vsize=13628180 CPUtime=0.25 cores=0,2,4,6
/proc/7463/task/7469/stat : 7469 (java) S 7461 7463 6914 0 -1 4202560 445 0 0 0 25 0 0 0 16 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7470] ppid=7461 vsize=13628180 CPUtime=0.2 cores=0,2,4,6
/proc/7463/task/7470/stat : 7470 (java) S 7461 7463 6914 0 -1 4202560 853 0 0 0 20 0 0 0 15 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7471] ppid=7461 vsize=13628180 CPUtime=0.18 cores=0,2,4,6
/proc/7463/task/7471/stat : 7471 (java) S 7461 7463 6914 0 -1 4202560 1481 0 0 0 18 0 0 0 16 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7472] ppid=7461 vsize=13628180 CPUtime=0.26 cores=0,2,4,6
/proc/7463/task/7472/stat : 7472 (java) S 7461 7463 6914 0 -1 4202560 2349 0 0 0 26 0 0 0 16 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7473] ppid=7461 vsize=13628180 CPUtime=0.23 cores=0,2,4,6
/proc/7463/task/7473/stat : 7473 (java) S 7461 7463 6914 0 -1 4202560 2548 0 0 0 23 0 0 0 15 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7474] ppid=7461 vsize=13628180 CPUtime=7.54 cores=0,2,4,6
/proc/7463/task/7474/stat : 7474 (java) S 7461 7463 6914 0 -1 4202560 18527 0 0 0 751 3 0 0 15 0 19 0 284539530 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381696 0 0 0 16800975 18446604443626180672 0 0 -1 2 0 0 0
[pid=7463/tid=7475] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7475/stat : 7475 (java) S 7461 7463 6914 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 284539531 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7476] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7476/stat : 7476 (java) S 7461 7463 6914 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 284539531 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7477] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7477/stat : 7477 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539533 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892388785 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7478] ppid=7461 vsize=13628180 CPUtime=0.79 cores=0,2,4,6
/proc/7463/task/7478/stat : 7478 (java) S 7461 7463 6914 0 -1 4202560 6127 0 0 0 79 0 0 0 15 0 19 0 284539533 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7479] ppid=7461 vsize=13628180 CPUtime=0.58 cores=0,2,4,6
/proc/7463/task/7479/stat : 7479 (java) S 7461 7463 6914 0 -1 4202560 2829 0 0 0 58 0 0 0 15 0 19 0 284539533 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7480] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7480/stat : 7480 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539533 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7481] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7481/stat : 7481 (java) S 7461 7463 6914 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 284539533 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381696 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7482] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7482/stat : 7482 (java) S 7461 7463 6914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284539678 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381696 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1784.93
Current children cumulated vsize (KiB) 13628180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 1.78 1.98 1.98 3/428 7559
/proc/meminfo: memFree=25441292/32950928 swapFree=52006644/67111528
[pid=7463] ppid=7461 vsize=13628180 CPUtime=1800.07 cores=0,2,4,6
/proc/7463/stat : 7463 (java) S 7461 7463 6914 0 -1 4202496 153966 0 1 0 179984 23 0 0 24 0 19 0 284539527 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 3407045 147878 2264 9 0 3397779 0
[pid=7463/tid=7464] ppid=7461 vsize=13628180 CPUtime=1789.14 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (java) R 7461 7463 6914 0 -1 4202560 115868 0 1 0 178897 17 0 0 25 0 19 0 284539527 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 46912505978746 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=13628180 CPUtime=0.23 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (java) S 7461 7463 6914 0 -1 4202560 618 0 0 0 23 0 0 0 15 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7467] ppid=7461 vsize=13628180 CPUtime=0.21 cores=0,2,4,6
/proc/7463/task/7467/stat : 7467 (java) S 7461 7463 6914 0 -1 4202560 756 0 0 0 21 0 0 0 16 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7468] ppid=7461 vsize=13628180 CPUtime=0.2 cores=0,2,4,6
/proc/7463/task/7468/stat : 7468 (java) S 7461 7463 6914 0 -1 4202560 310 0 0 0 20 0 0 0 16 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7469] ppid=7461 vsize=13628180 CPUtime=0.25 cores=0,2,4,6
/proc/7463/task/7469/stat : 7469 (java) S 7461 7463 6914 0 -1 4202560 445 0 0 0 25 0 0 0 15 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7470] ppid=7461 vsize=13628180 CPUtime=0.2 cores=0,2,4,6
/proc/7463/task/7470/stat : 7470 (java) S 7461 7463 6914 0 -1 4202560 853 0 0 0 20 0 0 0 15 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7471] ppid=7461 vsize=13628180 CPUtime=0.19 cores=0,2,4,6
/proc/7463/task/7471/stat : 7471 (java) S 7461 7463 6914 0 -1 4202560 1481 0 0 0 19 0 0 0 15 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7472] ppid=7461 vsize=13628180 CPUtime=0.26 cores=0,2,4,6
/proc/7463/task/7472/stat : 7472 (java) S 7461 7463 6914 0 -1 4202560 2349 0 0 0 26 0 0 0 15 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7473] ppid=7461 vsize=13628180 CPUtime=0.23 cores=0,2,4,6
/proc/7463/task/7473/stat : 7473 (java) S 7461 7463 6914 0 -1 4202560 2548 0 0 0 23 0 0 0 15 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7474] ppid=7461 vsize=13628180 CPUtime=7.69 cores=0,2,4,6
/proc/7463/task/7474/stat : 7474 (java) S 7461 7463 6914 0 -1 4202560 18529 0 0 0 766 3 0 0 15 0 19 0 284539530 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381696 0 0 0 16800975 18446604443626180672 0 0 -1 2 0 0 0
[pid=7463/tid=7475] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7475/stat : 7475 (java) S 7461 7463 6914 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 284539531 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7476] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7476/stat : 7476 (java) S 7461 7463 6914 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 284539531 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7477] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7477/stat : 7477 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539533 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892388785 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7478] ppid=7461 vsize=13628180 CPUtime=0.79 cores=0,2,4,6
/proc/7463/task/7478/stat : 7478 (java) S 7461 7463 6914 0 -1 4202560 6127 0 0 0 79 0 0 0 15 0 19 0 284539533 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7479] ppid=7461 vsize=13628180 CPUtime=0.58 cores=0,2,4,6
/proc/7463/task/7479/stat : 7479 (java) S 7461 7463 6914 0 -1 4202560 2829 0 0 0 58 0 0 0 15 0 19 0 284539533 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7480] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7480/stat : 7480 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539533 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7481] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7481/stat : 7481 (java) S 7461 7463 6914 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 284539533 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381696 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7482] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7482/stat : 7482 (java) S 7461 7463 6914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284539678 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381696 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 13628180

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

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

[startup+1797.4 s]
/proc/loadavg: 1.78 1.98 1.98 3/428 7559
/proc/meminfo: memFree=25441292/32950928 swapFree=52006644/67111528
[pid=7463] ppid=7461 vsize=13628180 CPUtime=1800.07 cores=0,2,4,6
/proc/7463/stat : 7463 (java) S 7461 7463 6914 0 -1 4202496 153966 0 1 0 179984 23 0 0 24 0 19 0 284539527 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 3407045 147878 2264 9 0 3397779 0
[pid=7463/tid=7464] ppid=7461 vsize=13628180 CPUtime=1789.14 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (java) R 7461 7463 6914 0 -1 4202560 115868 0 1 0 178897 17 0 0 25 0 19 0 284539527 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 46912505978746 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=13628180 CPUtime=0.23 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (java) S 7461 7463 6914 0 -1 4202560 618 0 0 0 23 0 0 0 15 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7467] ppid=7461 vsize=13628180 CPUtime=0.21 cores=0,2,4,6
/proc/7463/task/7467/stat : 7467 (java) S 7461 7463 6914 0 -1 4202560 756 0 0 0 21 0 0 0 16 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7468] ppid=7461 vsize=13628180 CPUtime=0.2 cores=0,2,4,6
/proc/7463/task/7468/stat : 7468 (java) S 7461 7463 6914 0 -1 4202560 310 0 0 0 20 0 0 0 16 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7469] ppid=7461 vsize=13628180 CPUtime=0.25 cores=0,2,4,6
/proc/7463/task/7469/stat : 7469 (java) S 7461 7463 6914 0 -1 4202560 445 0 0 0 25 0 0 0 15 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7470] ppid=7461 vsize=13628180 CPUtime=0.2 cores=0,2,4,6
/proc/7463/task/7470/stat : 7470 (java) S 7461 7463 6914 0 -1 4202560 853 0 0 0 20 0 0 0 15 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7471] ppid=7461 vsize=13628180 CPUtime=0.19 cores=0,2,4,6
/proc/7463/task/7471/stat : 7471 (java) S 7461 7463 6914 0 -1 4202560 1481 0 0 0 19 0 0 0 15 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7472] ppid=7461 vsize=13628180 CPUtime=0.26 cores=0,2,4,6
/proc/7463/task/7472/stat : 7472 (java) S 7461 7463 6914 0 -1 4202560 2349 0 0 0 26 0 0 0 15 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7473] ppid=7461 vsize=13628180 CPUtime=0.23 cores=0,2,4,6
/proc/7463/task/7473/stat : 7473 (java) S 7461 7463 6914 0 -1 4202560 2548 0 0 0 23 0 0 0 15 0 19 0 284539529 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7474] ppid=7461 vsize=13628180 CPUtime=7.69 cores=0,2,4,6
/proc/7463/task/7474/stat : 7474 (java) S 7461 7463 6914 0 -1 4202560 18529 0 0 0 766 3 0 0 15 0 19 0 284539530 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381696 0 0 0 16800975 18446604443626180672 0 0 -1 2 0 0 0
[pid=7463/tid=7475] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7475/stat : 7475 (java) S 7461 7463 6914 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 284539531 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7476] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7476/stat : 7476 (java) S 7461 7463 6914 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 284539531 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
[pid=7463/tid=7477] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7477/stat : 7477 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539533 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892388785 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7478] ppid=7461 vsize=13628180 CPUtime=0.79 cores=0,2,4,6
/proc/7463/task/7478/stat : 7478 (java) S 7461 7463 6914 0 -1 4202560 6127 0 0 0 79 0 0 0 15 0 19 0 284539533 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7479] ppid=7461 vsize=13628180 CPUtime=0.58 cores=0,2,4,6
/proc/7463/task/7479/stat : 7479 (java) S 7461 7463 6914 0 -1 4202560 2829 0 0 0 58 0 0 0 15 0 19 0 284539533 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7480] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7480/stat : 7480 (java) S 7461 7463 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284539533 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381081 0 4 0 16800975 18446604443626180672 0 0 -1 4 0 0 0
[pid=7463/tid=7481] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7481/stat : 7481 (java) S 7461 7463 6914 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 284539533 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381696 0 4 0 16800975 18446604443626180672 0 0 -1 0 0 0 0
[pid=7463/tid=7482] ppid=7461 vsize=13628180 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7482/stat : 7482 (java) S 7461 7463 6914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284539678 13955256320 147878 33554432000 1073741824 1073778376 140736583890880 18446744073709551615 218892381696 0 4 0 16800975 18446604443626180672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 13628180

Child status: 143
Real time (s): 1797.49
CPU time (s): 1800.21
CPU user time (s): 1799.94
CPU system time (s): 0.263959
CPU usage (%): 100.151
Max. virtual memory (cumulated for all children) (KiB): 13632212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153994
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39107
involuntary context switches= 5724

runsolver used 7.97079 second user time and 16.5775 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-04 08:35:01
IDJOB=3459834
IDBENCH=74232
IDSOLVER=1952
FILE ID=node112/3459834-1307169301
RUNJOBID= node112-1307163894-6932
PBS_JOBID= 13508820
Free space on /tmp= 73900 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12036_4-sat.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459834-1307169301/watcher-3459834-1307169301 -o /tmp/evaluation-result-3459834-1307169301/solver-3459834-1307169301 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459834-1307169301.opb

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

MD5SUM BENCH= b4d4215a44d43278004dfcd0ea549fa8
RANDOM SEED=1357809183

node112.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5180.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25701480 kB
Buffers:        335144 kB
Cached:        5626720 kB
SwapCached:      31280 kB
Active:        1254548 kB
Inactive:      5712256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25701480 kB
SwapTotal:    67111528 kB
SwapFree:     52006644 kB
Dirty:           10716 kB
Writeback:           0 kB
AnonPages:      981572 kB
Mapped:          20916 kB
Slab:           155592 kB
PageTables:      60012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 112081440 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73904 MiB
End job on node112 at 2011-06-04 09:05:01