Trace number 3689435

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.86 1794.15

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-129.opb
MD5SUM67d021e5b92124566c71fb431934058c
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 variables48368
Total number of constraints1121286
Number of constraints which are clauses1007481
Number of constraints which are cardinality constraints (but not clauses)3534
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint1
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
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.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689435-1337890314.opb
0.09/0.11	c reading problem ... 
8.14/6.73	c ... done. Wall clock time 6.619s.
8.14/6.73	c declared #vars     48368
8.14/6.73	c #constraints  1117418
8.14/6.73	c constraints type 
8.14/6.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 767440
8.14/6.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 3523
8.14/6.73	c ignored satisfied constraints => 5652
8.14/6.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 236052
8.14/6.74	c org.sat4j.minisat.constraints.cnf.UnitClause => 132
8.14/6.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
8.14/6.74	c 1123070 constraints processed.
14.50/12.67	c cleaning 2479 clauses out of 5002 with flag 5002/5002
20.45/17.82	c cleaning 4222 clauses out of 8522 with flag 11001/11001
27.37/24.72	c cleaning 5544 clauses out of 11299 with flag 18000/18000
33.59/30.90	c cleaning 6789 clauses out of 13755 with flag 26000/26000
42.43/39.76	c cleaning 7931 clauses out of 15969 with flag 35003/35003
51.46/48.77	c cleaning 8999 clauses out of 18035 with flag 45000/45000
62.08/59.38	c cleaning 9904 clauses out of 20036 with flag 56000/56000
73.51/70.73	c cleaning 10980 clauses out of 22133 with flag 68001/68001
83.44/80.64	c cleaning 12057 clauses out of 24152 with flag 81000/81000
92.27/89.44	c cleaning 12991 clauses out of 26096 with flag 95001/95001
102.99/100.11	c cleaning 14042 clauses out of 28104 with flag 110000/110000
114.43/111.51	c cleaning 14914 clauses out of 30062 with flag 126000/126000
128.18/125.27	c cleaning 16034 clauses out of 32148 with flag 143000/143000
140.43/137.43	c cleaning 16943 clauses out of 34114 with flag 161000/161000
157.08/154.00	c cleaning 18057 clauses out of 36171 with flag 180000/180000
170.12/167.09	c cleaning 19037 clauses out of 38114 with flag 200000/200000
185.05/181.94	c cleaning 19989 clauses out of 40077 with flag 221000/221000
199.67/196.50	c cleaning 20974 clauses out of 42089 with flag 243001/243001
214.51/211.36	c cleaning 21996 clauses out of 44114 with flag 266000/266000
233.43/230.28	c cleaning 23033 clauses out of 46120 with flag 290002/290002
251.77/248.56	c cleaning 23947 clauses out of 48085 with flag 315000/315000
265.62/262.34	c cleaning 25057 clauses out of 50139 with flag 341001/341001
283.66/280.32	c cleaning 26016 clauses out of 52086 with flag 368005/368005
306.60/303.21	c cleaning 26956 clauses out of 54065 with flag 396000/396000
327.59/324.10	c cleaning 27886 clauses out of 56109 with flag 425000/425000
347.92/344.42	c cleaning 29042 clauses out of 58223 with flag 455000/455000
374.68/371.12	c cleaning 30053 clauses out of 60182 with flag 486001/486001
396.53/392.99	c cleaning 31040 clauses out of 62128 with flag 518000/518000
421.57/418.00	c cleaning 31999 clauses out of 64088 with flag 551001/551001
451.62/447.93	c cleaning 33032 clauses out of 66090 with flag 585002/585002
482.29/478.59	c cleaning 33977 clauses out of 68046 with flag 620000/620000
505.64/501.89	c cleaning 34849 clauses out of 70065 with flag 656000/656000
531.70/527.88	c cleaning 35758 clauses out of 72216 with flag 693000/693000
560.38/556.47	c cleaning 37185 clauses out of 74456 with flag 731000/731000
586.87/582.85	c cleaning 38113 clauses out of 76273 with flag 770002/770002
617.60/613.50	c cleaning 39040 clauses out of 78158 with flag 810001/810001
645.84/641.80	c cleaning 40005 clauses out of 80117 with flag 851000/851000
672.17/668.00	c cleaning 41036 clauses out of 82116 with flag 893004/893004
700.04/695.89	c cleaning 42034 clauses out of 84076 with flag 936001/936001
732.60/728.33	c cleaning 43014 clauses out of 86041 with flag 980000/980000
764.47/760.14	c cleaning 43999 clauses out of 88026 with flag 1025000/1025000
801.94/797.51	c cleaning 44959 clauses out of 90027 with flag 1071000/1071000
838.24/833.81	c cleaning 45983 clauses out of 92069 with flag 1118001/1118001
874.97/870.58	c cleaning 46988 clauses out of 94085 with flag 1166000/1166000
905.27/900.78	c cleaning 48023 clauses out of 96097 with flag 1215000/1215000
959.73/955.13	c cleaning 49016 clauses out of 98076 with flag 1265002/1265002
1014.41/1009.78	c cleaning 50026 clauses out of 100058 with flag 1316000/1316000
1054.88/1050.16	c cleaning 50991 clauses out of 102033 with flag 1368001/1368001
1093.42/1088.65	c cleaning 51992 clauses out of 104041 with flag 1421000/1421000
1133.48/1128.60	c cleaning 52853 clauses out of 106049 with flag 1475000/1475000
1170.64/1165.72	c cleaning 54044 clauses out of 108196 with flag 1530001/1530001
1215.18/1210.23	c cleaning 55053 clauses out of 110154 with flag 1586003/1586003
1259.85/1254.85	c cleaning 55972 clauses out of 112099 with flag 1643001/1643001
1322.32/1317.22	c cleaning 57032 clauses out of 114127 with flag 1701001/1701001
1382.91/1377.74	c cleaning 58009 clauses out of 116094 with flag 1760000/1760000
1431.97/1426.72	c cleaning 58908 clauses out of 118087 with flag 1820002/1820002
1489.55/1484.26	c cleaning 59907 clauses out of 120179 with flag 1881002/1881002
1534.64/1529.23	c cleaning 61058 clauses out of 122270 with flag 1943000/1943000
1582.75/1577.22	c cleaning 62069 clauses out of 124212 with flag 2006000/2006000
1632.54/1626.96	c cleaning 63046 clauses out of 126143 with flag 2070000/2070000
1683.54/1677.86	c cleaning 64028 clauses out of 128098 with flag 2135001/2135001
1754.34/1748.58	c cleaning 64965 clauses out of 130069 with flag 2201000/2201000
1800.01/1794.11	c starts		: 226
1800.01/1794.11	c conflicts		: 2252062
1800.01/1794.11	c decisions		: 34057490
1800.01/1794.11	c propagations		: 3736266396
1800.01/1794.11	c inspects		: 20565980288
1800.01/1794.11	c shortcuts		: 0
1800.01/1794.11	c learnt literals	: 21
1800.01/1794.11	c learnt binary clauses	: 953
1800.01/1794.11	c learnt ternary clauses	: 2846
1800.01/1794.11	c learnt constraints	: 2252041
1800.01/1794.11	c ignored constraints	: 0
1800.01/1794.11	c root simplifications	: 0
1800.01/1794.11	c removed literals (reason simplification)	: 0
1800.01/1794.11	c reason swapping (by a shorter reason)	: 0
1800.01/1794.11	c Calls to reduceDB	: 62
1800.01/1794.11	c number of reductions to clauses (during analyze)	: 0
1800.01/1794.11	c number of learned constraints concerned by reduction	: 0
1800.01/1794.11	c number of learning phase by resolution	: 0
1800.01/1794.11	c number of learning phase by cutting planes	: 0
1800.01/1794.11	c speed (assignments/second)	: 2090395.5500576552
1800.01/1794.11	c non guided choices	3293102
1800.01/1794.14	c learnt constraints type 
1800.01/1794.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 953
1800.01/1794.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 115238
1800.01/1794.14	c constraints type 
1800.01/1794.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 767440
1800.01/1794.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 3523
1800.01/1794.14	c ignored satisfied constraints => 5652
1800.01/1794.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 236052
1800.01/1794.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 132
1800.01/1794.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
1800.01/1794.14	c 1123070 constraints processed.
1800.01/1794.14	s UNKNOWN
1800.01/1794.14	c Total wall clock time (in seconds): 1794.026

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-3689435-1337890314/watcher-3689435-1337890314 -o /tmp/evaluation-result-3689435-1337890314/solver-3689435-1337890314 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689435-1337890314.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: 1.94 2.00 2.01 3/194 21947
/proc/meminfo: memFree=26460884/32873648 swapFree=7360/7360
[pid=21947] ppid=21945 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21947/stat : 21947 (java) D 21945 21947 16961 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 255155627 9515008 183 33554432000 1073741824 1073778376 140735987270224 140735987261256 251053031093 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/21947/statm: 2323 183 140 9 0 71 0

[startup+0.070701 s]
/proc/loadavg: 1.94 2.00 2.01 3/194 21947
/proc/meminfo: memFree=26460884/32873648 swapFree=7360/7360
[pid=21947] ppid=21945 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/21947/stat : 21947 (java) S 21945 21947 16961 0 -1 4202496 3260 0 1 0 4 1 0 0 20 0 18 0 255155627 9787813888 3958 33554432000 1073741824 1073778376 140736371417984 140736371409120 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21947/statm: 2389603 3958 1758 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100205 s]
/proc/loadavg: 1.94 2.00 2.01 3/194 21947
/proc/meminfo: memFree=26460884/32873648 swapFree=7360/7360
[pid=21947] ppid=21945 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/21947/stat : 21947 (java) S 21945 21947 16961 0 -1 4202496 4305 0 1 0 8 1 0 0 20 0 18 0 255155627 9787813888 5001 33554432000 1073741824 1073778376 140736371417984 140736371409120 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21947/statm: 2389603 5001 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300231 s]
/proc/loadavg: 1.94 2.00 2.01 3/194 21947
/proc/meminfo: memFree=26460884/32873648 swapFree=7360/7360
[pid=21947] ppid=21945 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/21947/stat : 21947 (java) S 21945 21947 16961 0 -1 4202496 5478 0 1 0 43 2 0 0 20 0 18 0 255155627 9787813888 8833 33554432000 1073741824 1073778376 140736371417984 140736371409120 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21947/statm: 2389603 8834 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700248 s]
/proc/loadavg: 1.94 2.00 2.01 3/194 21947
/proc/meminfo: memFree=26460884/32873648 swapFree=7360/7360
[pid=21947] ppid=21945 vsize=9558412 CPUtime=1.11 cores=0,2,4,6
/proc/21947/stat : 21947 (java) S 21945 21947 16961 0 -1 4202496 7049 0 1 0 107 4 0 0 20 0 18 0 255155627 9787813888 39922 33554432000 1073741824 1073778376 140736371417984 140736371409120 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21947/statm: 2389603 39922 2246 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558412

[startup+1.50066 s]
/proc/loadavg: 1.94 2.00 2.01 3/212 21965
/proc/meminfo: memFree=26299464/32873648 swapFree=7360/7360
[pid=21947] ppid=21945 vsize=9558412 CPUtime=2.11 cores=0,2,4,6
/proc/21947/stat : 21947 (java) S 21945 21947 16961 0 -1 4202496 8299 0 1 0 202 9 0 0 20 0 18 0 255155627 9787813888 76818 33554432000 1073741824 1073778376 140736371417984 140736371409120 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21947/statm: 2389603 76818 2246 9 0 2380296 0
[pid=21947/tid=21949] ppid=21945 vsize=9558412 CPUtime=1.42 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (java) R 21945 21947 16961 0 -1 4202560 2622 0 1 0 137 5 0 0 20 0 18 0 255155628 9787813888 76818 33554432000 1073741824 1073778376 140736371417984 140534484262816 251056416013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21950] ppid=21945 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (java) S 21945 21947 16961 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 255155629 9787813888 76818 33554432000 1073741824 1073778376 140736371417984 140534423001768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21951] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21951/stat : 21951 (java) S 21945 21947 16961 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 255155629 9787813888 76818 33554432000 1073741824 1073778376 140736371417984 140534421949224 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21952] ppid=21945 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/21947/task/21952/stat : 21952 (java) S 21945 21947 16961 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 255155629 9787813888 76818 33554432000 1073741824 1073778376 140736371417984 140534420896680 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21953] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21953/stat : 21953 (java) S 21945 21947 16961 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 255155629 9787813888 76818 33554432000 1073741824 1073778376 140736371417984 140534419844136 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21954] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21954/stat : 21954 (java) S 21945 21947 16961 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 255155629 9787813888 76818 33554432000 1073741824 1073778376 140736371417984 140534418790568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21955] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21955/stat : 21955 (java) S 21945 21947 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255155629 9787813888 76818 33554432000 1073741824 1073778376 140736371417984 140534322247976 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21947/tid=21956] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21956/stat : 21956 (java) S 21945 21947 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255155629 9787813888 76818 33554432000 1073741824 1073778376 140736371417984 140534321195432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21957] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21957/stat : 21957 (java) S 21945 21947 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 255155629 9787813888 76818 33554432000 1073741824 1073778376 140736371417984 140534320142888 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21958] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21958/stat : 21958 (java) S 21945 21947 16961 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255155631 9787813888 76818 33554432000 1073741824 1073778376 140736371417984 140534307945064 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21947/tid=21959] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21959/stat : 21959 (java) S 21945 21947 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255155631 9787813888 76818 33554432000 1073741824 1073778376 140736371417984 140534306891384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21960] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21960/stat : 21960 (java) S 21945 21947 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255155631 9787813888 76818 33554432000 1073741824 1073778376 140736371417984 140534305838728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21961] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21961/stat : 21961 (java) S 21945 21947 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255155634 9787813888 76818 33554432000 1073741824 1073778376 140736371417984 140534304787472 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21962] ppid=21945 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/21947/task/21962/stat : 21962 (java) S 21945 21947 16961 0 -1 4202560 1805 0 0 0 26 0 0 0 20 0 18 0 255155634 9787813888 76818 33554432000 1073741824 1073778376 140736371417984 140534303733816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21963] ppid=21945 vsize=9558412 CPUtime=0.23 cores=0,2,4,6
/proc/21947/task/21963/stat : 21963 (java) S 21945 21947 16961 0 -1 4202560 2430 0 0 0 23 0 0 0 20 0 18 0 255155634 9787813888 76818 33554432000 1073741824 1073778376 140736371417984 140534302681272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21964] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21964/stat : 21964 (java) S 21945 21947 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255155634 9787813888 76818 33554432000 1073741824 1073778376 140736371417984 140534301628920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21965] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21965/stat : 21965 (java) S 21945 21947 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255155634 9787813888 76818 33554432000 1073741824 1073778376 140736371417984 140534300576584 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9558412

[startup+3.10067 s]
/proc/loadavg: 1.94 2.00 2.01 3/212 21965
/proc/meminfo: memFree=25949752/32873648 swapFree=7360/7360
[pid=21947] ppid=21945 vsize=9558412 CPUtime=3.94 cores=0,2,4,6
/proc/21947/stat : 21947 (java) S 21945 21947 16961 0 -1 4202496 8798 0 1 0 377 17 0 0 20 0 18 0 255155627 9787813888 149296 33554432000 1073741824 1073778376 140736371417984 140736371409120 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21947/statm: 2389603 149296 2246 9 0 2380296 0
[pid=21947/tid=21949] ppid=21945 vsize=9558412 CPUtime=2.94 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (java) R 21945 21947 16961 0 -1 4202560 2739 0 1 0 286 8 0 0 20 0 18 0 255155628 9787813888 149296 33554432000 1073741824 1073778376 140736371417984 140534484269912 251056416013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21950] ppid=21945 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (java) S 21945 21947 16961 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 18 0 255155629 9787813888 149296 33554432000 1073741824 1073778376 140736371417984 140534423001768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21951] ppid=21945 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/21947/task/21951/stat : 21951 (java) S 21945 21947 16961 0 -1 4202560 17 0 0 0 1 2 0 0 20 0 18 0 255155629 9787813888 149296 33554432000 1073741824 1073778376 140736371417984 140534421949224 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21952] ppid=21945 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/21947/task/21952/stat : 21952 (java) S 21945 21947 16961 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 18 0 255155629 9787813888 149296 33554432000 1073741824 1073778376 140736371417984 140534420896680 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21953] ppid=21945 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/21947/task/21953/stat : 21953 (java) S 21945 21947 16961 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 255155629 9787813888 149296 33554432000 1073741824 1073778376 140736371417984 140534419844136 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21954] ppid=21945 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/21947/task/21954/stat : 21954 (java) S 21945 21947 16961 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 18 0 255155629 9787813888 149296 33554432000 1073741824 1073778376 140736371417984 140534418790568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21955] ppid=21945 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/21947/task/21955/stat : 21955 (java) S 21945 21947 16961 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 18 0 255155629 9787813888 149296 33554432000 1073741824 1073778376 140736371417984 140534322247976 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21947/tid=21956] ppid=21945 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/21947/task/21956/stat : 21956 (java) S 21945 21947 16961 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 255155629 9787813888 149296 33554432000 1073741824 1073778376 140736371417984 140534321195432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21957] ppid=21945 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/21947/task/21957/stat : 21957 (java) S 21945 21947 16961 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 255155629 9787813888 149296 33554432000 1073741824 1073778376 140736371417984 140534320142888 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21958] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21958/stat : 21958 (java) S 21945 21947 16961 0 -1 4202560 459 0 0 0 0 0 0 0 20 0 18 0 255155631 9787813888 149296 33554432000 1073741824 1073778376 140736371417984 140534307945064 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21947/tid=21959] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21959/stat : 21959 (java) S 21945 21947 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255155631 9787813888 149296 33554432000 1073741824 1073778376 140736371417984 140534306891384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21960] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21960/stat : 21960 (java) S 21945 21947 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255155631 9787813888 149296 33554432000 1073741824 1073778376 140736371417984 140534305838728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21961] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21961/stat : 21961 (java) S 21945 21947 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255155634 9787813888 149296 33554432000 1073741824 1073778376 140736371417984 140534304787472 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21962] ppid=21945 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/21947/task/21962/stat : 21962 (java) S 21945 21947 16961 0 -1 4202560 1805 0 0 0 26 0 0 0 20 0 18 0 255155634 9787813888 149296 33554432000 1073741824 1073778376 140736371417984 140534303733816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21963] ppid=21945 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/21947/task/21963/stat : 21963 (java) S 21945 21947 16961 0 -1 4202560 2448 0 0 0 28 0 0 0 20 0 18 0 255155634 9787813888 149296 33554432000 1073741824 1073778376 140736371417984 140534302681272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21964] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21964/stat : 21964 (java) S 21945 21947 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255155634 9787813888 149296 33554432000 1073741824 1073778376 140736371417984 140534301628920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21965] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21965/stat : 21965 (java) S 21945 21947 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255155634 9787813888 149296 33554432000 1073741824 1073778376 140736371417984 140534300576584 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 9558412

[startup+6.30073 s]
/proc/loadavg: 1.95 2.00 2.01 10/212 21965
/proc/meminfo: memFree=25362120/32873648 swapFree=7360/7360
[pid=21947] ppid=21945 vsize=9558412 CPUtime=7.74 cores=0,2,4,6
/proc/21947/stat : 21947 (java) S 21945 21947 16961 0 -1 4202496 10634 0 1 0 731 43 0 0 20 0 18 0 255155627 9787813888 305433 33554432000 1073741824 1073778376 140736371417984 140736371409120 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21947/statm: 2389603 305433 2246 9 0 2380296 0
[pid=21947/tid=21949] ppid=21945 vsize=9558412 CPUtime=5.94 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (java) R 21945 21947 16961 0 -1 4202560 2971 0 1 0 576 18 0 0 20 0 18 0 255155628 9787813888 305433 33554432000 1073741824 1073778376 140736371417984 140534484270784 251056416013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21950] ppid=21945 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (java) S 21945 21947 16961 0 -1 4202560 176 0 0 0 12 4 0 0 20 0 18 0 255155629 9787813888 305433 33554432000 1073741824 1073778376 140736371417984 140534423001768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21951] ppid=21945 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/21947/task/21951/stat : 21951 (java) S 21945 21947 16961 0 -1 4202560 73 0 0 0 11 4 0 0 20 0 18 0 255155629 9787813888 305433 33554432000 1073741824 1073778376 140736371417984 140534421949224 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21952] ppid=21945 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/21947/task/21952/stat : 21952 (java) S 21945 21947 16961 0 -1 4202560 258 0 0 0 13 4 0 0 20 0 18 0 255155629 9787813888 305433 33554432000 1073741824 1073778376 140736371417984 140534420896680 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21953] ppid=21945 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/21947/task/21953/stat : 21953 (java) S 21945 21947 16961 0 -1 4202560 201 0 0 0 9 2 0 0 20 0 18 0 255155629 9787813888 305433 33554432000 1073741824 1073778376 140736371417984 140534419844136 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21954] ppid=21945 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/21947/task/21954/stat : 21954 (java) S 21945 21947 16961 0 -1 4202560 99 0 0 0 8 2 0 0 20 0 18 0 255155629 9787813888 305433 33554432000 1073741824 1073778376 140736371417984 140534418790568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21955] ppid=21945 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/21947/task/21955/stat : 21955 (java) S 21945 21947 16961 0 -1 4202560 116 0 0 0 12 3 0 0 20 0 18 0 255155629 9787813888 305433 33554432000 1073741824 1073778376 140736371417984 140534322247976 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21956] ppid=21945 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/21947/task/21956/stat : 21956 (java) S 21945 21947 16961 0 -1 4202560 210 0 0 0 8 3 0 0 20 0 18 0 255155629 9787813888 305433 33554432000 1073741824 1073778376 140736371417984 140534321195432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21947/tid=21957] ppid=21945 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/21947/task/21957/stat : 21957 (java) S 21945 21947 16961 0 -1 4202560 108 0 0 0 10 4 0 0 20 0 18 0 255155629 9787813888 305433 33554432000 1073741824 1073778376 140736371417984 140534320142888 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21947/tid=21958] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21958/stat : 21958 (java) S 21945 21947 16961 0 -1 4202560 991 0 0 0 0 0 0 0 20 0 18 0 255155631 9787813888 305433 33554432000 1073741824 1073778376 140736371417984 140534307945064 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21959] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21959/stat : 21959 (java) S 21945 21947 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255155631 9787813888 305433 33554432000 1073741824 1073778376 140736371417984 140534306891384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21960] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21960/stat : 21960 (java) S 21945 21947 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255155631 9787813888 305433 33554432000 1073741824 1073778376 140736371417984 140534305838728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21961] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21961/stat : 21961 (java) S 21945 21947 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255155634 9787813888 305433 33554432000 1073741824 1073778376 140736371417984 140534304787472 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21962] ppid=21945 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/21947/task/21962/stat : 21962 (java) S 21945 21947 16961 0 -1 4202560 1805 0 0 0 26 0 0 0 20 0 18 0 255155634 9787813888 305433 33554432000 1073741824 1073778376 140736371417984 140534303733816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21963] ppid=21945 vsize=9558412 CPUtime=0.3 cores=0,2,4,6
/proc/21947/task/21963/stat : 21963 (java) S 21945 21947 16961 0 -1 4202560 2452 0 0 0 30 0 0 0 20 0 18 0 255155634 9787813888 305433 33554432000 1073741824 1073778376 140736371417984 140534302681272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21964] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21964/stat : 21964 (java) S 21945 21947 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255155634 9787813888 305433 33554432000 1073741824 1073778376 140736371417984 140534301628920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21965] ppid=21945 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21965/stat : 21965 (java) S 21945 21947 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255155634 9787813888 305433 33554432000 1073741824 1073778376 140736371417984 140534300576584 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 9558412

[startup+12.7146 s]
/proc/loadavg: 1.95 2.00 2.01 3/213 21966
/proc/meminfo: memFree=25320316/32873648 swapFree=7360/7360
[pid=21947] ppid=21945 vsize=9624976 CPUtime=14.75 cores=0,2,4,6
/proc/21947/stat : 21947 (java) S 21945 21947 16961 0 -1 4202496 12809 0 1 0 1428 47 0 0 20 0 19 0 255155627 9855975424 318173 33554432000 1073741824 1073778376 140736371417984 140736371409120 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21947/statm: 2406244 318173 2273 9 0 2396937 0
[pid=21947/tid=21949] ppid=21945 vsize=9624976 CPUtime=12.3 cores=0,2,4,6

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

[pid=21947/tid=21955] ppid=21945 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/21947/task/21955/stat : 21955 (java) S 21945 21947 16961 0 -1 4202560 620 0 0 0 69 7 0 0 20 0 19 0 255155629 9855975424 366785 33554432000 1073741824 1073778376 140736371417984 140534322247976 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21956] ppid=21945 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/21947/task/21956/stat : 21956 (java) S 21945 21947 16961 0 -1 4202560 565 0 0 0 55 4 0 0 20 0 19 0 255155629 9855975424 366785 33554432000 1073741824 1073778376 140736371417984 140534321195432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21947/tid=21957] ppid=21945 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/21947/task/21957/stat : 21957 (java) S 21945 21947 16961 0 -1 4202560 232 0 0 0 60 5 0 0 20 0 19 0 255155629 9855975424 366785 33554432000 1073741824 1073778376 140736371417984 140534320142888 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21958] ppid=21945 vsize=9624976 CPUtime=20.99 cores=0,2,4,6
/proc/21947/task/21958/stat : 21958 (java) S 21945 21947 16961 0 -1 4202560 1245 0 0 0 2095 4 0 0 20 0 19 0 255155631 9855975424 366785 33554432000 1073741824 1073778376 140736371417984 140534307945064 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21959] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21959/stat : 21959 (java) S 21945 21947 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255155631 9855975424 366785 33554432000 1073741824 1073778376 140736371417984 140534306891384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21960] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21960/stat : 21960 (java) S 21945 21947 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255155631 9855975424 366785 33554432000 1073741824 1073778376 140736371417984 140534305838728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21961] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21961/stat : 21961 (java) S 21945 21947 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155634 9855975424 366785 33554432000 1073741824 1073778376 140736371417984 140534304787472 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21962] ppid=21945 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/21947/task/21962/stat : 21962 (java) S 21945 21947 16961 0 -1 4202560 2671 0 0 0 54 0 0 0 20 0 19 0 255155634 9855975424 366785 33554432000 1073741824 1073778376 140736371417984 140534303733816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21963] ppid=21945 vsize=9624976 CPUtime=1.02 cores=0,2,4,6
/proc/21947/task/21963/stat : 21963 (java) S 21945 21947 16961 0 -1 4202560 9905 0 0 0 99 3 0 0 20 0 19 0 255155634 9855975424 366785 33554432000 1073741824 1073778376 140736371417984 140534302681272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21964] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21964/stat : 21964 (java) S 21945 21947 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155634 9855975424 366785 33554432000 1073741824 1073778376 140736371417984 140534301628920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21965] ppid=21945 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/21947/task/21965/stat : 21965 (java) S 21945 21947 16961 0 -1 4202560 99 0 0 0 32 36 0 0 20 0 19 0 255155634 9855975424 366785 33554432000 1073741824 1073778376 140736371417984 140534300576584 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21966] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21966/stat : 21966 (java) S 21945 21947 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255156304 9855975424 366785 33554432000 1073741824 1073778376 140736371417984 140534299522344 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1728.12
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.97 2.02 2.00 3/213 22098
/proc/meminfo: memFree=27430772/32873648 swapFree=7360/7360
[pid=21947] ppid=21945 vsize=9624976 CPUtime=1788.2 cores=0,2,4,6
/proc/21947/stat : 21947 (java) S 21945 21947 16961 0 -1 4202496 21688 0 1 0 178720 100 0 0 20 0 19 0 255155627 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140736371409120 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21947/statm: 2406244 366795 2281 9 0 2396937 0
[pid=21947/tid=21949] ppid=21945 vsize=9624976 CPUtime=1759.44 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (java) R 21945 21947 16961 0 -1 4202560 3051 0 1 0 175896 48 0 0 20 0 19 0 255155628 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534484271392 140534424844979 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21950] ppid=21945 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (java) S 21945 21947 16961 0 -1 4202560 754 0 0 0 65 7 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534423001768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21951] ppid=21945 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/21947/task/21951/stat : 21951 (java) S 21945 21947 16961 0 -1 4202560 197 0 0 0 67 7 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534421949224 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21947/tid=21952] ppid=21945 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/21947/task/21952/stat : 21952 (java) S 21945 21947 16961 0 -1 4202560 385 0 0 0 71 6 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534420896680 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21953] ppid=21945 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/21947/task/21953/stat : 21953 (java) S 21945 21947 16961 0 -1 4202560 552 0 0 0 65 7 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534419844136 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21954] ppid=21945 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/21947/task/21954/stat : 21954 (java) S 21945 21947 16961 0 -1 4202560 215 0 0 0 59 6 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534418790568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21947/tid=21955] ppid=21945 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/21947/task/21955/stat : 21955 (java) S 21945 21947 16961 0 -1 4202560 630 0 0 0 71 7 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534322247976 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21956] ppid=21945 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/21947/task/21956/stat : 21956 (java) S 21945 21947 16961 0 -1 4202560 565 0 0 0 56 4 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534321195432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21947/tid=21957] ppid=21945 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/21947/task/21957/stat : 21957 (java) S 21945 21947 16961 0 -1 4202560 232 0 0 0 61 5 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534320142888 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21958] ppid=21945 vsize=9624976 CPUtime=21.32 cores=0,2,4,6
/proc/21947/task/21958/stat : 21958 (java) S 21945 21947 16961 0 -1 4202560 1247 0 0 0 2128 4 0 0 20 0 19 0 255155631 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534307945064 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21959] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21959/stat : 21959 (java) S 21945 21947 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255155631 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534306891384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21960] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21960/stat : 21960 (java) S 21945 21947 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255155631 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534305838728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21961] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21961/stat : 21961 (java) S 21945 21947 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155634 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534304787472 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21962] ppid=21945 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/21947/task/21962/stat : 21962 (java) S 21945 21947 16961 0 -1 4202560 2671 0 0 0 54 0 0 0 20 0 19 0 255155634 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534303733816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21963] ppid=21945 vsize=9624976 CPUtime=1.02 cores=0,2,4,6
/proc/21947/task/21963/stat : 21963 (java) S 21945 21947 16961 0 -1 4202560 9905 0 0 0 99 3 0 0 20 0 19 0 255155634 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534302681272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21964] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21964/stat : 21964 (java) S 21945 21947 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155634 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534301628920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21965] ppid=21945 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/21947/task/21965/stat : 21965 (java) S 21945 21947 16961 0 -1 4202560 103 0 0 0 34 37 0 0 20 0 19 0 255155634 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534300576584 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21966] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21966/stat : 21966 (java) S 21945 21947 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255156304 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534299522344 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1788.2
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.1 s]
/proc/loadavg: 1.97 2.02 2.00 3/213 22098
/proc/meminfo: memFree=27430772/32873648 swapFree=7360/7360
[pid=21947] ppid=21945 vsize=9624976 CPUtime=1800.01 cores=0,2,4,6
/proc/21947/stat : 21947 (java) S 21945 21947 16961 0 -1 4202496 21688 0 1 0 179901 100 0 0 20 0 19 0 255155627 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140736371409120 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21947/statm: 2406244 366795 2281 9 0 2396937 0
[pid=21947/tid=21949] ppid=21945 vsize=9624976 CPUtime=1771.25 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (java) R 21945 21947 16961 0 -1 4202560 3051 0 1 0 177077 48 0 0 20 0 19 0 255155628 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534484271392 140534424826213 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21950] ppid=21945 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (java) S 21945 21947 16961 0 -1 4202560 754 0 0 0 65 7 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534423001768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21951] ppid=21945 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/21947/task/21951/stat : 21951 (java) S 21945 21947 16961 0 -1 4202560 197 0 0 0 67 7 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534421949224 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21947/tid=21952] ppid=21945 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/21947/task/21952/stat : 21952 (java) S 21945 21947 16961 0 -1 4202560 385 0 0 0 71 6 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534420896680 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21953] ppid=21945 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/21947/task/21953/stat : 21953 (java) S 21945 21947 16961 0 -1 4202560 552 0 0 0 65 7 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534419844136 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21954] ppid=21945 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/21947/task/21954/stat : 21954 (java) S 21945 21947 16961 0 -1 4202560 215 0 0 0 59 6 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534418790568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21947/tid=21955] ppid=21945 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/21947/task/21955/stat : 21955 (java) S 21945 21947 16961 0 -1 4202560 630 0 0 0 71 7 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534322247976 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21956] ppid=21945 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/21947/task/21956/stat : 21956 (java) S 21945 21947 16961 0 -1 4202560 565 0 0 0 56 4 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534321195432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21947/tid=21957] ppid=21945 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/21947/task/21957/stat : 21957 (java) S 21945 21947 16961 0 -1 4202560 232 0 0 0 61 5 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534320142888 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21958] ppid=21945 vsize=9624976 CPUtime=21.32 cores=0,2,4,6
/proc/21947/task/21958/stat : 21958 (java) S 21945 21947 16961 0 -1 4202560 1247 0 0 0 2128 4 0 0 20 0 19 0 255155631 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534307945064 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21959] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21959/stat : 21959 (java) S 21945 21947 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255155631 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534306891384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21960] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21960/stat : 21960 (java) S 21945 21947 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255155631 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534305838728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21961] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21961/stat : 21961 (java) S 21945 21947 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155634 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534304787472 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21962] ppid=21945 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/21947/task/21962/stat : 21962 (java) S 21945 21947 16961 0 -1 4202560 2671 0 0 0 54 0 0 0 20 0 19 0 255155634 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534303733816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21963] ppid=21945 vsize=9624976 CPUtime=1.02 cores=0,2,4,6
/proc/21947/task/21963/stat : 21963 (java) S 21945 21947 16961 0 -1 4202560 9905 0 0 0 99 3 0 0 20 0 19 0 255155634 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534302681272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21964] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21964/stat : 21964 (java) S 21945 21947 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155634 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534301628920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21965] ppid=21945 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/21947/task/21965/stat : 21965 (java) S 21945 21947 16961 0 -1 4202560 103 0 0 0 34 37 0 0 20 0 19 0 255155634 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534300576584 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21966] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21966/stat : 21966 (java) S 21945 21947 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255156304 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534299522344 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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+1794.1 s]
/proc/loadavg: 1.97 2.02 2.00 3/213 22098
/proc/meminfo: memFree=27430772/32873648 swapFree=7360/7360
[pid=21947] ppid=21945 vsize=9624976 CPUtime=1800.01 cores=0,2,4,6
/proc/21947/stat : 21947 (java) S 21945 21947 16961 0 -1 4202496 21688 0 1 0 179901 100 0 0 20 0 19 0 255155627 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140736371409120 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21947/statm: 2406244 366795 2281 9 0 2396937 0
[pid=21947/tid=21949] ppid=21945 vsize=9624976 CPUtime=1771.25 cores=0,2,4,6
/proc/21947/task/21949/stat : 21949 (java) R 21945 21947 16961 0 -1 4202560 3051 0 1 0 177077 48 0 0 20 0 19 0 255155628 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534484271392 140534424826213 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21950] ppid=21945 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/21947/task/21950/stat : 21950 (java) S 21945 21947 16961 0 -1 4202560 754 0 0 0 65 7 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534423001768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21951] ppid=21945 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/21947/task/21951/stat : 21951 (java) S 21945 21947 16961 0 -1 4202560 197 0 0 0 67 7 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534421949224 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21947/tid=21952] ppid=21945 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/21947/task/21952/stat : 21952 (java) S 21945 21947 16961 0 -1 4202560 385 0 0 0 71 6 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534420896680 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21953] ppid=21945 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/21947/task/21953/stat : 21953 (java) S 21945 21947 16961 0 -1 4202560 552 0 0 0 65 7 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534419844136 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21954] ppid=21945 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/21947/task/21954/stat : 21954 (java) S 21945 21947 16961 0 -1 4202560 215 0 0 0 59 6 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534418790568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21947/tid=21955] ppid=21945 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/21947/task/21955/stat : 21955 (java) S 21945 21947 16961 0 -1 4202560 630 0 0 0 71 7 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534322247976 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21956] ppid=21945 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/21947/task/21956/stat : 21956 (java) S 21945 21947 16961 0 -1 4202560 565 0 0 0 56 4 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534321195432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21947/tid=21957] ppid=21945 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/21947/task/21957/stat : 21957 (java) S 21945 21947 16961 0 -1 4202560 232 0 0 0 61 5 0 0 20 0 19 0 255155629 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534320142888 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21958] ppid=21945 vsize=9624976 CPUtime=21.32 cores=0,2,4,6
/proc/21947/task/21958/stat : 21958 (java) S 21945 21947 16961 0 -1 4202560 1247 0 0 0 2128 4 0 0 20 0 19 0 255155631 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534307945064 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21959] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21959/stat : 21959 (java) S 21945 21947 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255155631 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534306891384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21960] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21960/stat : 21960 (java) S 21945 21947 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255155631 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534305838728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21961] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21961/stat : 21961 (java) S 21945 21947 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155634 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534304787472 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21947/tid=21962] ppid=21945 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/21947/task/21962/stat : 21962 (java) S 21945 21947 16961 0 -1 4202560 2671 0 0 0 54 0 0 0 20 0 19 0 255155634 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534303733816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21963] ppid=21945 vsize=9624976 CPUtime=1.02 cores=0,2,4,6
/proc/21947/task/21963/stat : 21963 (java) S 21945 21947 16961 0 -1 4202560 9905 0 0 0 99 3 0 0 20 0 19 0 255155634 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534302681272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21964] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21964/stat : 21964 (java) S 21945 21947 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155634 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534301628920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21947/tid=21965] ppid=21945 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/21947/task/21965/stat : 21965 (java) S 21945 21947 16961 0 -1 4202560 103 0 0 0 34 37 0 0 20 0 19 0 255155634 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534300576584 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21947/tid=21966] ppid=21945 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21947/task/21966/stat : 21966 (java) S 21945 21947 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255156304 9855975424 366795 33554432000 1073741824 1073778376 140736371417984 140534299522344 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1794.15
CPU time (s): 1800.86
CPU user time (s): 1799.31
CPU system time (s): 1.55276
CPU usage (%): 100.374
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 1.55276
maximum resident set size= 1467356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21736
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39986
involuntary context switches= 13692

runsolver used 5.63214 second user time and 14.9007 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-24 22:11:55
IDJOB=3689435
IDBENCH=89756
IDSOLVER=2269
FILE ID=node149/3689435-1337890314
RUNJOBID= node149-1337871880-16977
PBS_JOBID= 14620055
Free space on /tmp= 71684 MiB

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

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

MD5SUM BENCH= 67d021e5b92124566c71fb431934058c
RANDOM SEED=739502297

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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	: 5438.55
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.145
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.145
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:        26461264 kB
Buffers:          233544 kB
Cached:          2788412 kB
SwapCached:            0 kB
Active:          3248944 kB
Inactive:        2390816 kB
Active(anon):    2619364 kB
Inactive(anon):        0 kB
Active(file):     629580 kB
Inactive(file):  2390816 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             50024 kB
Writeback:             0 kB
AnonPages:       2626168 kB
Mapped:            22560 kB
Shmem:               200 kB
Slab:             630316 kB
SReclaimable:      74356 kB
SUnreclaim:       555960 kB
KernelStack:        1592 kB
PageTables:         9348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2898824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2564096 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= 71684 MiB
End job on node149 at 2012-05-24 22:41:51