Trace number 3689183

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.92 1795.54

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12046_2-sat.opb
MD5SUM8df6acf86997549eac6f2a4fde05a479
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 variables48158
Total number of constraints168360
Number of constraints which are clauses167568
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints792
Minimum length of a constraint1
Maximum length of a constraint67
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 432
Number of bits of the biggest sum of numbers9
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-2012 Artois University and CNRS
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.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3689183-1337889860.opb
0.10/0.10	c reading problem ... 
1.63/1.10	c ... done. Wall clock time 0.994s.
1.63/1.10	c declared #vars     48158
1.63/1.10	c #constraints  149753
1.63/1.10	c constraints type 
1.63/1.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18464
1.63/1.10	c ignored satisfied constraints => 18607
1.63/1.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 122916
1.63/1.10	c org.sat4j.minisat.constraints.cnf.UnitClause => 7581
1.63/1.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 792
1.63/1.10	c 168360 constraints processed.
4.50/3.27	c cleaning 2486 clauses out of 4995 with flag 5000/5000
7.19/5.71	c cleaning 4252 clauses out of 8510 with flag 11002/11002
9.70/8.28	c cleaning 5612 clauses out of 11256 with flag 18000/18000
12.92/11.42	c cleaning 6816 clauses out of 13645 with flag 26001/26001
16.97/15.44	c cleaning 7910 clauses out of 15831 with flag 35003/35003
21.07/19.57	c cleaning 8952 clauses out of 17919 with flag 45001/45001
25.37/23.85	c cleaning 9976 clauses out of 19967 with flag 56001/56001
29.40/27.88	c cleaning 10986 clauses out of 21991 with flag 68001/68001
34.42/32.85	c cleaning 11990 clauses out of 24003 with flag 81000/81000
40.13/38.58	c cleaning 12976 clauses out of 26016 with flag 95003/95003
46.37/44.75	c cleaning 13987 clauses out of 28037 with flag 110000/110000
52.90/51.24	c cleaning 15015 clauses out of 30050 with flag 126000/126000
60.72/59.01	c cleaning 15967 clauses out of 32035 with flag 143000/143000
68.36/66.64	c cleaning 17013 clauses out of 34072 with flag 161004/161004
76.99/75.25	c cleaning 18000 clauses out of 36055 with flag 180000/180000
85.60/83.87	c cleaning 19012 clauses out of 38051 with flag 200000/200000
95.00/93.26	c cleaning 19974 clauses out of 40039 with flag 221000/221000
105.23/103.48	c cleaning 21021 clauses out of 42065 with flag 243000/243000
114.94/113.16	c cleaning 21973 clauses out of 44044 with flag 266000/266000
126.18/124.31	c cleaning 23012 clauses out of 46071 with flag 290000/290000
136.49/134.68	c cleaning 24020 clauses out of 48060 with flag 315001/315001
146.82/144.95	c cleaning 24988 clauses out of 50039 with flag 341000/341000
160.05/158.10	c cleaning 25953 clauses out of 52053 with flag 368002/368002
173.59/171.67	c cleaning 26990 clauses out of 54098 with flag 396000/396000
186.62/184.65	c cleaning 28030 clauses out of 56108 with flag 425001/425001
201.56/199.58	c cleaning 29010 clauses out of 58077 with flag 455000/455000
217.68/215.64	c cleaning 29977 clauses out of 60067 with flag 486000/486000
233.58/231.51	c cleaning 31029 clauses out of 62090 with flag 518000/518000
252.11/250.01	c cleaning 31993 clauses out of 64062 with flag 551001/551001
272.15/270.07	c cleaning 32913 clauses out of 66070 with flag 585002/585002
289.92/287.72	c cleaning 34025 clauses out of 68156 with flag 620002/620002
306.05/303.89	c cleaning 35040 clauses out of 70129 with flag 656000/656000
325.97/323.72	c cleaning 36010 clauses out of 72089 with flag 693000/693000
347.10/344.81	c cleaning 37023 clauses out of 74078 with flag 731000/731000
371.35/369.09	c cleaning 38000 clauses out of 76056 with flag 770001/770001
397.70/395.32	c cleaning 38925 clauses out of 78056 with flag 810001/810001
425.77/423.35	c cleaning 39954 clauses out of 80130 with flag 851000/851000
455.22/452.74	c cleaning 41008 clauses out of 82179 with flag 893003/893003
485.51/482.93	c cleaning 42044 clauses out of 84172 with flag 936004/936004
508.16/505.59	c cleaning 43052 clauses out of 86127 with flag 980003/980003
531.99/529.33	c cleaning 43970 clauses out of 88072 with flag 1025000/1025000
558.72/556.00	c cleaning 45042 clauses out of 90103 with flag 1071001/1071001
590.80/588.02	c cleaning 46006 clauses out of 92062 with flag 1118002/1118002
618.96/616.16	c cleaning 46993 clauses out of 94054 with flag 1166000/1166000
651.40/648.59	c cleaning 48010 clauses out of 96062 with flag 1215001/1215001
691.83/688.92	c cleaning 48963 clauses out of 98052 with flag 1265001/1265001
732.12/729.17	c cleaning 50022 clauses out of 100088 with flag 1316000/1316000
767.33/764.24	c cleaning 50967 clauses out of 102066 with flag 1368000/1368000
798.17/795.01	c cleaning 52001 clauses out of 104099 with flag 1421000/1421000
833.49/830.30	c cleaning 53000 clauses out of 106098 with flag 1475000/1475000
869.76/866.52	c cleaning 54016 clauses out of 108097 with flag 1530000/1530000
903.00/899.80	c cleaning 55008 clauses out of 110082 with flag 1586001/1586001
939.63/936.38	c cleaning 56010 clauses out of 112075 with flag 1643002/1643002
973.60/970.20	c cleaning 56987 clauses out of 114063 with flag 1701000/1701000
1010.22/1006.83	c cleaning 57983 clauses out of 116076 with flag 1760000/1760000
1047.51/1044.01	c cleaning 59007 clauses out of 118096 with flag 1820003/1820003
1089.85/1086.36	c cleaning 60029 clauses out of 120086 with flag 1881000/1881000
1136.41/1132.87	c cleaning 60991 clauses out of 122057 with flag 1943000/1943000
1181.56/1177.96	c cleaning 61972 clauses out of 124066 with flag 2006000/2006000
1219.83/1216.10	c cleaning 63029 clauses out of 126093 with flag 2070000/2070000
1262.89/1259.11	c cleaning 64022 clauses out of 128066 with flag 2135002/2135002
1305.73/1301.94	c cleaning 65005 clauses out of 130042 with flag 2201000/2201000
1352.29/1348.43	c cleaning 66012 clauses out of 132039 with flag 2268002/2268002
1401.15/1397.25	c cleaning 66960 clauses out of 134026 with flag 2336001/2336001
1449.21/1445.27	c cleaning 67961 clauses out of 136065 with flag 2405000/2405000
1497.47/1493.43	c cleaning 69039 clauses out of 138106 with flag 2475002/2475002
1546.17/1542.06	c cleaning 69997 clauses out of 140065 with flag 2546000/2546000
1605.54/1601.33	c cleaning 71017 clauses out of 142070 with flag 2618003/2618003
1665.63/1661.37	c cleaning 71973 clauses out of 144050 with flag 2691001/2691001
1713.72/1709.38	c cleaning 72979 clauses out of 146076 with flag 2765000/2765000
1762.58/1758.11	c cleaning 73994 clauses out of 148098 with flag 2840001/2840001
1800.02/1795.51	c starts		: 230
1800.02/1795.51	c conflicts		: 2893149
1800.02/1795.51	c decisions		: 4245961
1800.02/1795.51	c propagations		: 3384376947
1800.02/1795.51	c inspects		: 16045727478
1800.02/1795.51	c shortcuts		: 0
1800.02/1795.51	c learnt literals	: 18
1800.02/1795.51	c learnt binary clauses	: 89
1800.02/1795.51	c learnt ternary clauses	: 3684
1800.02/1795.51	c learnt constraints	: 2893130
1800.02/1795.51	c ignored constraints	: 0
1800.02/1795.51	c root simplifications	: 0
1800.02/1795.51	c removed literals (reason simplification)	: 0
1800.02/1795.51	c reason swapping (by a shorter reason)	: 0
1800.02/1795.51	c Calls to reduceDB	: 71
1800.02/1795.51	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.51	c number of learned constraints concerned by reduction	: 0
1800.02/1795.51	c number of learning phase by resolution	: 0
1800.02/1795.51	c number of learning phase by cutting planes	: 0
1800.02/1795.51	c speed (assignments/second)	: 1886143.478621909
1800.02/1795.51	c non guided choices	122
1800.02/1795.54	c learnt constraints type 
1800.02/1795.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 89
1800.02/1795.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 127184
1800.02/1795.54	c constraints type 
1800.02/1795.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18464
1800.02/1795.54	c ignored satisfied constraints => 18607
1800.02/1795.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 122916
1800.02/1795.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 7581
1800.02/1795.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 792
1800.02/1795.54	c 168360 constraints processed.
1800.02/1795.54	s UNKNOWN
1800.02/1795.54	c Total wall clock time (in seconds): 1795.434

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-3689183-1337889860/watcher-3689183-1337889860 -o /tmp/evaluation-result-3689183-1337889860/solver-3689183-1337889860 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689183-1337889860.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 23731
/proc/meminfo: memFree=28754868/32873648 swapFree=6844/6844
[pid=23731] ppid=23729 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23729 23731 21479 0 -1 4202496 1165 0 0 0 0 0 0 0 20 0 2 0 255112816 91889664 885 33554432000 1073741824 1073778376 140735951861840 140735951852976 271790932029 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23731/statm: 22435 886 670 9 0 16770 0
[pid=23731/tid=23732] ppid=23729 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23732/stat : 23732 (java) R 23729 23731 21479 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 255112817 91889664 894 33554432000 1073741824 1073778376 140735951861840 140735951850904 271778409767 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.099332 s]
/proc/loadavg: 2.08 2.02 2.01 3/194 23731
/proc/meminfo: memFree=28754868/32873648 swapFree=6844/6844
[pid=23731] ppid=23729 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23729 23731 21479 0 -1 4202496 4385 0 1 0 9 1 0 0 20 0 18 0 255112816 9787813888 6094 33554432000 1073741824 1073778376 140735951861840 140735951852976 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23731/statm: 2389603 6094 2108 9 0 2380296 0
[pid=23731/tid=23732] ppid=23729 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/23731/task/23732/stat : 23732 (java) R 23729 23731 21479 0 -1 4202560 2428 0 1 0 7 0 0 0 20 0 18 0 255112817 9787813888 6094 33554432000 1073741824 1073778376 140735951861840 140585507297832 140585510147637 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.100239 s]
/proc/loadavg: 2.08 2.02 2.01 3/194 23731
/proc/meminfo: memFree=28754868/32873648 swapFree=6844/6844
[pid=23731] ppid=23729 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23729 23731 21479 0 -1 4202496 4385 0 1 0 9 1 0 0 20 0 18 0 255112816 9787813888 6094 33554432000 1073741824 1073778376 140735951861840 140735951852976 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23731/statm: 2389603 6094 2108 9 0 2380296 0
[pid=23731/tid=23732] ppid=23729 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/23731/task/23732/stat : 23732 (java) R 23729 23731 21479 0 -1 4202560 2428 0 1 0 7 0 0 0 20 0 18 0 255112817 9787813888 6094 33554432000 1073741824 1073778376 140735951861840 140585507297832 271790957837 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300257 s]
/proc/loadavg: 2.08 2.02 2.01 3/194 23731
/proc/meminfo: memFree=28754868/32873648 swapFree=6844/6844
[pid=23731] ppid=23729 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23729 23731 21479 0 -1 4202496 6236 0 1 0 48 1 0 0 20 0 18 0 255112816 9787813888 9301 33554432000 1073741824 1073778376 140735951861840 140735951852976 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23731/statm: 2389603 9301 2217 9 0 2380296 0
[pid=23731/tid=23732] ppid=23729 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/23731/task/23732/stat : 23732 (java) R 23729 23731 21479 0 -1 4202560 2442 0 1 0 27 0 0 0 20 0 18 0 255112817 9787813888 9301 33554432000 1073741824 1073778376 140735951861840 140585507307496 140585369450368 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700278 s]
/proc/loadavg: 2.08 2.02 2.01 3/194 23731
/proc/meminfo: memFree=28754868/32873648 swapFree=6844/6844
[pid=23731] ppid=23729 vsize=9558412 CPUtime=1.21 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23729 23731 21479 0 -1 4202496 9270 0 1 0 116 5 0 0 20 0 18 0 255112816 9787813888 42055 33554432000 1073741824 1073778376 140735951861840 140735951852976 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23731/statm: 2389603 42055 2253 9 0 2380296 0
[pid=23731/tid=23732] ppid=23729 vsize=9558412 CPUtime=0.66 cores=1,3,5,7
/proc/23731/task/23732/stat : 23732 (java) R 23729 23731 21479 0 -1 4202560 2512 0 1 0 64 2 0 0 20 0 18 0 255112817 9787813888 42055 33554432000 1073741824 1073778376 140735951861840 140585507306888 271790957837 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9558412

[startup+1.50069 s]
/proc/loadavg: 2.08 2.02 2.01 3/212 23749
/proc/meminfo: memFree=28578976/32873648 swapFree=6844/6844
[pid=23731] ppid=23729 vsize=9624976 CPUtime=2.71 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23729 23731 21479 0 -1 4202496 14870 0 1 0 264 7 0 0 20 0 19 0 255112816 9855975424 46692 33554432000 1073741824 1073778376 140735951861840 140735951852976 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23731/statm: 2406244 46692 2263 9 0 2396937 0
[pid=23731/tid=23732] ppid=23729 vsize=9624976 CPUtime=1.44 cores=1,3,5,7
/proc/23731/task/23732/stat : 23732 (java) R 23729 23731 21479 0 -1 4202560 2518 0 1 0 141 3 0 0 20 0 19 0 255112817 9855975424 46692 33554432000 1073741824 1073778376 140735951861840 140585507299640 140585369910966 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23731/tid=23734] ppid=23729 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23731/task/23734/stat : 23734 (java) S 23729 23731 21479 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 255112818 9855975424 46692 33554432000 1073741824 1073778376 140735951861840 140585496369832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23735] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23735/stat : 23735 (java) S 23729 23731 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255112818 9855975424 46692 33554432000 1073741824 1073778376 140735951861840 140585495317288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23736] ppid=23729 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23731/task/23736/stat : 23736 (java) S 23729 23731 21479 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 255112818 9855975424 46692 33554432000 1073741824 1073778376 140735951861840 140585494264744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23737] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23737/stat : 23737 (java) S 23729 23731 21479 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255112818 9855975424 46692 33554432000 1073741824 1073778376 140735951861840 140585493212200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23738] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23738/stat : 23738 (java) S 23729 23731 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255112818 9855975424 46692 33554432000 1073741824 1073778376 140735951861840 140585492158632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23739] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23739/stat : 23739 (java) S 23729 23731 21479 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255112818 9855975424 46692 33554432000 1073741824 1073778376 140735951861840 140585491106088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23740] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23740/stat : 23740 (java) S 23729 23731 21479 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255112818 9855975424 46692 33554432000 1073741824 1073778376 140735951861840 140585490053544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23741] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23741/stat : 23741 (java) S 23729 23731 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255112818 9855975424 46692 33554432000 1073741824 1073778376 140735951861840 140585489001000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23742] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23742/stat : 23742 (java) S 23729 23731 21479 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255112819 9855975424 46692 33554432000 1073741824 1073778376 140735951861840 140585330616936 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23743] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23743/stat : 23743 (java) S 23729 23731 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255112819 9855975424 46692 33554432000 1073741824 1073778376 140735951861840 140585329563256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23744] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23744/stat : 23744 (java) S 23729 23731 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255112819 9855975424 46692 33554432000 1073741824 1073778376 140735951861840 140585328510600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23745] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23745/stat : 23745 (java) S 23729 23731 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112822 9855975424 46692 33554432000 1073741824 1073778376 140735951861840 140585327459344 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23746] ppid=23729 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/23731/task/23746/stat : 23746 (java) R 23729 23731 21479 0 -1 4202560 4206 0 0 0 53 0 0 0 20 0 19 0 255112822 9855975424 46692 33554432000 1073741824 1073778376 140735951861840 140585326405688 140585511152076 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23747] ppid=23729 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/23731/task/23747/stat : 23747 (java) S 23729 23731 21479 0 -1 4202560 6819 0 0 0 56 2 0 0 20 0 19 0 255112822 9855975424 46692 33554432000 1073741824 1073778376 140735951861840 140585325353144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23748] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23748/stat : 23748 (java) S 23729 23731 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112822 9855975424 46692 33554432000 1073741824 1073778376 140735951861840 140585324300792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23749] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23749/stat : 23749 (java) S 23729 23731 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112822 9855975424 46692 33554432000 1073741824 1073778376 140735951861840 140585323248456 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 23750
/proc/meminfo: memFree=28575744/32873648 swapFree=6844/6844
[pid=23731] ppid=23729 vsize=9624976 CPUtime=4.39 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23729 23731 21479 0 -1 4202496 14877 0 1 0 432 7 0 0 20 0 19 0 255112816 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140735951852976 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23731/statm: 2406244 46698 2269 9 0 2396937 0
[pid=23731/tid=23732] ppid=23729 vsize=9624976 CPUtime=3.04 cores=1,3,5,7
/proc/23731/task/23732/stat : 23732 (java) R 23729 23731 21479 0 -1 4202560 2519 0 1 0 301 3 0 0 20 0 19 0 255112817 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140585507308352 140585370188451 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23731/tid=23734] ppid=23729 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23731/task/23734/stat : 23734 (java) S 23729 23731 21479 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 255112818 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140585496369832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23735] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23735/stat : 23735 (java) S 23729 23731 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255112818 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140585495317288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23736] ppid=23729 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23731/task/23736/stat : 23736 (java) S 23729 23731 21479 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 255112818 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140585494264744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23737] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23737/stat : 23737 (java) S 23729 23731 21479 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255112818 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140585493212200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23738] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23738/stat : 23738 (java) S 23729 23731 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255112818 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140585492158632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23739] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23739/stat : 23739 (java) S 23729 23731 21479 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255112818 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140585491106088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23740] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23740/stat : 23740 (java) S 23729 23731 21479 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255112818 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140585490053544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23741] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23741/stat : 23741 (java) S 23729 23731 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255112818 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140585489001000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23742] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23742/stat : 23742 (java) S 23729 23731 21479 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255112819 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140585330616936 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23743] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23743/stat : 23743 (java) S 23729 23731 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255112819 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140585329563256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23744] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23744/stat : 23744 (java) S 23729 23731 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255112819 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140585328510600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23745] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23745/stat : 23745 (java) S 23729 23731 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112822 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140585327459344 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23746] ppid=23729 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/23731/task/23746/stat : 23746 (java) S 23729 23731 21479 0 -1 4202560 4206 0 0 0 57 0 0 0 20 0 19 0 255112822 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140585326405688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23747] ppid=23729 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/23731/task/23747/stat : 23747 (java) S 23729 23731 21479 0 -1 4202560 6825 0 0 0 60 2 0 0 20 0 19 0 255112822 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140585325353144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23748] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23748/stat : 23748 (java) S 23729 23731 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112822 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140585324300792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23749] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23749/stat : 23749 (java) S 23729 23731 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112822 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140585323248456 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23750] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23750/stat : 23750 (java) S 23729 23731 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255112934 9855975424 46698 33554432000 1073741824 1073778376 140735951861840 140585322194216 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 9624976

[startup+6.30071 s]
/proc/loadavg: 2.07 2.02 2.00 5/213 23750
/proc/meminfo: memFree=28533236/32873648 swapFree=6844/6844
[pid=23731] ppid=23729 vsize=9624976 CPUtime=7.8 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23729 23731 21479 0 -1 4202496 15162 0 1 0 769 11 0 0 20 0 19 0 255112816 9855975424 57340 33554432000 1073741824 1073778376 140735951861840 140735951852976 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23731/statm: 2406244 57340 2281 9 0 2396937 0
[pid=23731/tid=23732] ppid=23729 vsize=9624976 CPUtime=6.08 cores=1,3,5,7
/proc/23731/task/23732/stat : 23732 (java) R 23729 23731 21479 0 -1 4202560 2522 0 1 0 605 3 0 0 20 0 19 0 255112817 9855975424 57340 33554432000 1073741824 1073778376 140735951861840 140585507307928 140585369911325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23731/tid=23734] ppid=23729 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/23731/task/23734/stat : 23734 (java) S 23729 23731 21479 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 255112818 9855975424 57340 33554432000 1073741824 1073778376 140735951861840 140585496369832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23735] ppid=23729 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23731/task/23735/stat : 23735 (java) S 23729 23731 21479 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 255112818 9855975424 57340 33554432000 1073741824 1073778376 140735951861840 140585495317288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23736] ppid=23729 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23731/task/23736/stat : 23736 (java) S 23729 23731 21479 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 255112818 9855975424 57340 33554432000 1073741824 1073778376 140735951861840 140585494264744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23737] ppid=23729 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23731/task/23737/stat : 23737 (java) S 23729 23731 21479 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 255112818 9855975424 57340 33554432000 1073741824 1073778376 140735951861840 140585493212200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23731/tid=23738] ppid=23729 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23731/task/23738/stat : 23738 (java) S 23729 23731 21479 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 255112818 9855975424 57340 33554432000 1073741824 1073778376 140735951861840 140585492158632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23739] ppid=23729 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23731/task/23739/stat : 23739 (java) S 23729 23731 21479 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 255112818 9855975424 57340 33554432000 1073741824 1073778376 140735951861840 140585491106088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23731/tid=23740] ppid=23729 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/23731/task/23740/stat : 23740 (java) S 23729 23731 21479 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 255112818 9855975424 57340 33554432000 1073741824 1073778376 140735951861840 140585490053544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23741] ppid=23729 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23731/task/23741/stat : 23741 (java) S 23729 23731 21479 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 255112818 9855975424 57340 33554432000 1073741824 1073778376 140735951861840 140585489001000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23742] ppid=23729 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/23731/task/23742/stat : 23742 (java) S 23729 23731 21479 0 -1 4202560 102 0 0 0 10 0 0 0 20 0 19 0 255112819 9855975424 57340 33554432000 1073741824 1073778376 140735951861840 140585330616936 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23743] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23743/stat : 23743 (java) S 23729 23731 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255112819 9855975424 57340 33554432000 1073741824 1073778376 140735951861840 140585329563256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23744] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23744/stat : 23744 (java) S 23729 23731 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255112819 9855975424 57340 33554432000 1073741824 1073778376 140735951861840 140585328510600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23745] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23745/stat : 23745 (java) S 23729 23731 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112822 9855975424 57340 33554432000 1073741824 1073778376 140735951861840 140585327459344 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23746] ppid=23729 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/23731/task/23746/stat : 23746 (java) S 23729 23731 21479 0 -1 4202560 4398 0 0 0 63 0 0 0 20 0 19 0 255112822 9855975424 57340 33554432000 1073741824 1073778376 140735951861840 140585326405688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23747] ppid=23729 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/23731/task/23747/stat : 23747 (java) S 23729 23731 21479 0 -1 4202560 6829 0 0 0 64 2 0 0 20 0 19 0 255112822 9855975424 57340 33554432000 1073741824 1073778376 140735951861840 140585325353144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23748] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23748/stat : 23748 (java) S 23729 23731 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112822 9855975424 57340 33554432000 1073741824 1073778376 140735951861840 140585324300792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=23731/tid=23739] ppid=23729 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/23731/task/23739/stat : 23739 (java) S 23729 23731 21479 0 -1 4202560 111 0 0 0 53 4 0 0 20 0 19 0 255112818 9855975424 106529 33554432000 1073741824 1073778376 140735951861840 140585491106088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23740] ppid=23729 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/23731/task/23740/stat : 23740 (java) S 23729 23731 21479 0 -1 4202560 126 0 0 0 47 4 0 0 20 0 19 0 255112818 9855975424 106529 33554432000 1073741824 1073778376 140735951861840 140585490053544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23741] ppid=23729 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/23731/task/23741/stat : 23741 (java) S 23729 23731 21479 0 -1 4202560 162 0 0 0 52 3 0 0 20 0 19 0 255112818 9855975424 106529 33554432000 1073741824 1073778376 140735951861840 140585489001000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23742] ppid=23729 vsize=9624976 CPUtime=5.29 cores=1,3,5,7
/proc/23731/task/23742/stat : 23742 (java) S 23729 23731 21479 0 -1 4202560 218 0 0 0 525 4 0 0 20 0 19 0 255112819 9855975424 106529 33554432000 1073741824 1073778376 140735951861840 140585330616936 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23743] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23743/stat : 23743 (java) S 23729 23731 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255112819 9855975424 106529 33554432000 1073741824 1073778376 140735951861840 140585329563256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23744] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23744/stat : 23744 (java) S 23729 23731 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255112819 9855975424 106529 33554432000 1073741824 1073778376 140735951861840 140585328510600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23745] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23745/stat : 23745 (java) S 23729 23731 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112822 9855975424 106529 33554432000 1073741824 1073778376 140735951861840 140585327459344 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23746] ppid=23729 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/23731/task/23746/stat : 23746 (java) S 23729 23731 21479 0 -1 4202560 4406 0 0 0 63 0 0 0 20 0 19 0 255112822 9855975424 106529 33554432000 1073741824 1073778376 140735951861840 140585326405688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23747] ppid=23729 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/23731/task/23747/stat : 23747 (java) S 23729 23731 21479 0 -1 4202560 6942 0 0 0 70 2 0 0 20 0 19 0 255112822 9855975424 106529 33554432000 1073741824 1073778376 140735951861840 140585325353144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23731/tid=23748] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23748/stat : 23748 (java) S 23729 23731 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112822 9855975424 106529 33554432000 1073741824 1073778376 140735951861840 140585324300792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23749] ppid=23729 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/23731/task/23749/stat : 23749 (java) S 23729 23731 21479 0 -1 4202560 98 0 0 0 32 39 0 0 20 0 19 0 255112822 9855975424 106529 33554432000 1073741824 1073778376 140735951861840 140585323248456 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23750] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23750/stat : 23750 (java) S 23729 23731 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255112934 9855975424 106529 33554432000 1073741824 1073778376 140735951861840 140585322194216 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.78
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/213 23826
/proc/meminfo: memFree=28329152/32873648 swapFree=6844/6844
[pid=23731] ppid=23729 vsize=9624976 CPUtime=1786.81 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23729 23731 21479 0 -1 4202496 16693 0 1 0 178628 53 0 0 20 0 19 0 255112816 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140735951852976 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23731/statm: 2406244 106530 2282 9 0 2396937 0
[pid=23731/tid=23732] ppid=23729 vsize=9624976 CPUtime=1775.53 cores=1,3,5,7
/proc/23731/task/23732/stat : 23732 (java) R 23729 23731 21479 0 -1 4202560 2613 0 1 0 177523 30 0 0 20 0 19 0 255112817 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585507307808 140585370177333 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23734] ppid=23729 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/23731/task/23734/stat : 23734 (java) S 23729 23731 21479 0 -1 4202560 113 0 0 0 60 5 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585496369832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23735] ppid=23729 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/23731/task/23735/stat : 23735 (java) S 23729 23731 21479 0 -1 4202560 212 0 0 0 52 3 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585495317288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23736] ppid=23729 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/23731/task/23736/stat : 23736 (java) S 23729 23731 21479 0 -1 4202560 261 0 0 0 49 4 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585494264744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23737] ppid=23729 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/23731/task/23737/stat : 23737 (java) S 23729 23731 21479 0 -1 4202560 80 0 0 0 49 2 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585493212200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23738] ppid=23729 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/23731/task/23738/stat : 23738 (java) S 23729 23731 21479 0 -1 4202560 164 0 0 0 46 3 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585492158632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23731/tid=23739] ppid=23729 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/23731/task/23739/stat : 23739 (java) S 23729 23731 21479 0 -1 4202560 111 0 0 0 54 4 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585491106088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23740] ppid=23729 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/23731/task/23740/stat : 23740 (java) S 23729 23731 21479 0 -1 4202560 126 0 0 0 48 4 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585490053544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23741] ppid=23729 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/23731/task/23741/stat : 23741 (java) S 23729 23731 21479 0 -1 4202560 162 0 0 0 52 3 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585489001000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23742] ppid=23729 vsize=9624976 CPUtime=5.37 cores=1,3,5,7
/proc/23731/task/23742/stat : 23742 (java) S 23729 23731 21479 0 -1 4202560 220 0 0 0 533 4 0 0 20 0 19 0 255112819 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585330616936 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23743] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23743/stat : 23743 (java) S 23729 23731 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255112819 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585329563256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23744] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23744/stat : 23744 (java) S 23729 23731 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255112819 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585328510600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23745] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23745/stat : 23745 (java) S 23729 23731 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112822 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585327459344 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23746] ppid=23729 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/23731/task/23746/stat : 23746 (java) S 23729 23731 21479 0 -1 4202560 4406 0 0 0 63 0 0 0 20 0 19 0 255112822 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585326405688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23747] ppid=23729 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/23731/task/23747/stat : 23747 (java) S 23729 23731 21479 0 -1 4202560 6942 0 0 0 70 2 0 0 20 0 19 0 255112822 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585325353144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23731/tid=23748] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23748/stat : 23748 (java) S 23729 23731 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112822 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585324300792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23749] ppid=23729 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/23731/task/23749/stat : 23749 (java) S 23729 23731 21479 0 -1 4202560 102 0 0 0 33 40 0 0 20 0 19 0 255112822 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585323248456 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23750] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23750/stat : 23750 (java) S 23729 23731 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255112934 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585322194216 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.81
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 2.17 2.05 2.01 3/213 23826
/proc/meminfo: memFree=28329280/32873648 swapFree=6844/6844
[pid=23731] ppid=23729 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23729 23731 21479 0 -1 4202496 16693 0 1 0 179949 53 0 0 20 0 19 0 255112816 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140735951852976 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23731/statm: 2406244 106530 2282 9 0 2396937 0
[pid=23731/tid=23732] ppid=23729 vsize=9624976 CPUtime=1788.74 cores=1,3,5,7
/proc/23731/task/23732/stat : 23732 (java) R 23729 23731 21479 0 -1 4202560 2613 0 1 0 178843 31 0 0 20 0 19 0 255112817 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585507307808 140585369898711 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23734] ppid=23729 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/23731/task/23734/stat : 23734 (java) S 23729 23731 21479 0 -1 4202560 113 0 0 0 60 5 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585496369832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23735] ppid=23729 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/23731/task/23735/stat : 23735 (java) S 23729 23731 21479 0 -1 4202560 212 0 0 0 52 3 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585495317288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23736] ppid=23729 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/23731/task/23736/stat : 23736 (java) S 23729 23731 21479 0 -1 4202560 261 0 0 0 49 4 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585494264744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23737] ppid=23729 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/23731/task/23737/stat : 23737 (java) S 23729 23731 21479 0 -1 4202560 80 0 0 0 49 2 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585493212200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23738] ppid=23729 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/23731/task/23738/stat : 23738 (java) S 23729 23731 21479 0 -1 4202560 164 0 0 0 46 3 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585492158632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23731/tid=23739] ppid=23729 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/23731/task/23739/stat : 23739 (java) S 23729 23731 21479 0 -1 4202560 111 0 0 0 54 4 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585491106088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23740] ppid=23729 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/23731/task/23740/stat : 23740 (java) S 23729 23731 21479 0 -1 4202560 126 0 0 0 48 4 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585490053544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23741] ppid=23729 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/23731/task/23741/stat : 23741 (java) S 23729 23731 21479 0 -1 4202560 162 0 0 0 52 3 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585489001000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23742] ppid=23729 vsize=9624976 CPUtime=5.37 cores=1,3,5,7
/proc/23731/task/23742/stat : 23742 (java) S 23729 23731 21479 0 -1 4202560 220 0 0 0 533 4 0 0 20 0 19 0 255112819 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585330616936 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23743] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23743/stat : 23743 (java) S 23729 23731 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255112819 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585329563256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23744] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23744/stat : 23744 (java) S 23729 23731 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255112819 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585328510600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23745] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23745/stat : 23745 (java) S 23729 23731 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112822 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585327459344 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23746] ppid=23729 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/23731/task/23746/stat : 23746 (java) S 23729 23731 21479 0 -1 4202560 4406 0 0 0 63 0 0 0 20 0 19 0 255112822 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585326405688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23747] ppid=23729 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/23731/task/23747/stat : 23747 (java) S 23729 23731 21479 0 -1 4202560 6942 0 0 0 70 2 0 0 20 0 19 0 255112822 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585325353144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23731/tid=23748] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23748/stat : 23748 (java) S 23729 23731 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112822 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585324300792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23749] ppid=23729 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/23731/task/23749/stat : 23749 (java) S 23729 23731 21479 0 -1 4202560 102 0 0 0 34 40 0 0 20 0 19 0 255112822 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585323248456 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23750] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23750/stat : 23750 (java) S 23729 23731 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255112934 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585322194216 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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+1795.5 s]
/proc/loadavg: 2.17 2.05 2.01 3/213 23826
/proc/meminfo: memFree=28329280/32873648 swapFree=6844/6844
[pid=23731] ppid=23729 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/23731/stat : 23731 (java) S 23729 23731 21479 0 -1 4202496 16693 0 1 0 179949 53 0 0 20 0 19 0 255112816 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140735951852976 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23731/statm: 2406244 106530 2282 9 0 2396937 0
[pid=23731/tid=23732] ppid=23729 vsize=9624976 CPUtime=1788.74 cores=1,3,5,7
/proc/23731/task/23732/stat : 23732 (java) R 23729 23731 21479 0 -1 4202560 2613 0 1 0 178843 31 0 0 20 0 19 0 255112817 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585507307808 140585369898711 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23734] ppid=23729 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/23731/task/23734/stat : 23734 (java) S 23729 23731 21479 0 -1 4202560 113 0 0 0 60 5 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585496369832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23735] ppid=23729 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/23731/task/23735/stat : 23735 (java) S 23729 23731 21479 0 -1 4202560 212 0 0 0 52 3 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585495317288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23736] ppid=23729 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/23731/task/23736/stat : 23736 (java) S 23729 23731 21479 0 -1 4202560 261 0 0 0 49 4 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585494264744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23737] ppid=23729 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/23731/task/23737/stat : 23737 (java) S 23729 23731 21479 0 -1 4202560 80 0 0 0 49 2 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585493212200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23738] ppid=23729 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/23731/task/23738/stat : 23738 (java) S 23729 23731 21479 0 -1 4202560 164 0 0 0 46 3 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585492158632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23731/tid=23739] ppid=23729 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/23731/task/23739/stat : 23739 (java) S 23729 23731 21479 0 -1 4202560 111 0 0 0 54 4 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585491106088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23740] ppid=23729 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/23731/task/23740/stat : 23740 (java) S 23729 23731 21479 0 -1 4202560 126 0 0 0 48 4 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585490053544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23741] ppid=23729 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/23731/task/23741/stat : 23741 (java) S 23729 23731 21479 0 -1 4202560 162 0 0 0 52 3 0 0 20 0 19 0 255112818 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585489001000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23742] ppid=23729 vsize=9624976 CPUtime=5.37 cores=1,3,5,7
/proc/23731/task/23742/stat : 23742 (java) S 23729 23731 21479 0 -1 4202560 220 0 0 0 533 4 0 0 20 0 19 0 255112819 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585330616936 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23743] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23743/stat : 23743 (java) S 23729 23731 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255112819 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585329563256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23744] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23744/stat : 23744 (java) S 23729 23731 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255112819 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585328510600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23745] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23745/stat : 23745 (java) S 23729 23731 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112822 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585327459344 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23731/tid=23746] ppid=23729 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/23731/task/23746/stat : 23746 (java) S 23729 23731 21479 0 -1 4202560 4406 0 0 0 63 0 0 0 20 0 19 0 255112822 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585326405688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23731/tid=23747] ppid=23729 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/23731/task/23747/stat : 23747 (java) S 23729 23731 21479 0 -1 4202560 6942 0 0 0 70 2 0 0 20 0 19 0 255112822 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585325353144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23731/tid=23748] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23748/stat : 23748 (java) S 23729 23731 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255112822 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585324300792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23749] ppid=23729 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/23731/task/23749/stat : 23749 (java) S 23729 23731 21479 0 -1 4202560 102 0 0 0 34 40 0 0 20 0 19 0 255112822 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585323248456 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23731/tid=23750] ppid=23729 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23731/task/23750/stat : 23750 (java) S 23729 23731 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255112934 9855975424 106530 33554432000 1073741824 1073778376 140735951861840 140585322194216 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1795.54
CPU time (s): 1800.92
CPU user time (s): 1799.73
CPU system time (s): 1.19182
CPU usage (%): 100.299
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 1.19182
maximum resident set size= 426240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16727
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39991
involuntary context switches= 14647

runsolver used 6.03008 second user time and 14.9537 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-24 22:04:20
IDJOB=3689183
IDBENCH=73459
IDSOLVER=2269
FILE ID=node115/3689183-1337889860
RUNJOBID= node115-1337871882-21496
PBS_JOBID= 14620089
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12046_2-sat.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689183-1337889860/watcher-3689183-1337889860 -o /tmp/evaluation-result-3689183-1337889860/solver-3689183-1337889860 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689183-1337889860.opb

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

MD5SUM BENCH= 8df6acf86997549eac6f2a4fde05a479
RANDOM SEED=2040833991

node115.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		: 2666.462
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	: 5332.92
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		: 2666.462
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		: 2666.462
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		: 2666.462
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		: 2666.462
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.92
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		: 2666.462
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		: 2666.462
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		: 2666.462
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:        28754768 kB
Buffers:          208104 kB
Cached:          2836908 kB
SwapCached:            0 kB
Active:          1194828 kB
Inactive:        2156376 kB
Active(anon):     309004 kB
Inactive(anon):        0 kB
Active(file):     885824 kB
Inactive(file):  2156376 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5472 kB
Writeback:             0 kB
AnonPages:        346000 kB
Mapped:            22604 kB
Shmem:               200 kB
Slab:             625484 kB
SReclaimable:      69028 kB
SUnreclaim:       556456 kB
KernelStack:        1768 kB
PageTables:         5240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     831012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 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= 71644 MiB
End job on node115 at 2012-05-24 22:34:18