Trace number 3710898

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.57 1798.34

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_1.opb
MD5SUMa7af672db5daf9bd21f1768f531add6b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables21320
Total number of constraints79746
Number of constraints which are clauses79734
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint1
Maximum length of a constraint1407
Number of terms in the objective function 1407
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1407
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 35
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1442
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710898-1338162215.opb
0.09/0.12	c reading problem ... 
0.97/0.67	c ... done. Wall clock time 0.546s.
0.97/0.67	c declared #vars     21320
0.97/0.67	c #constraints  79746
0.97/0.67	c constraints type 
0.97/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19908
0.97/0.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.97/0.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59832
0.97/0.67	c org.sat4j.minisat.constraints.cnf.UnitClause => 5
0.97/0.67	c 79746 constraints processed.
7.50/6.66	c cleaning 2480 clauses out of 5000 with flag 5000/5000
13.84/12.86	c cleaning 4237 clauses out of 8520 with flag 11000/11000
21.14/20.11	c cleaning 5628 clauses out of 11283 with flag 18000/18000
28.55/27.56	c cleaning 6819 clauses out of 13655 with flag 26000/26000
39.17/38.10	c cleaning 7890 clauses out of 15836 with flag 35000/35000
50.48/49.47	c cleaning 8969 clauses out of 17947 with flag 45001/45001
61.60/60.54	c cleaning 9973 clauses out of 19977 with flag 56000/56000
74.10/73.00	c cleaning 10991 clauses out of 22004 with flag 68000/68000
87.61/86.51	c cleaning 11997 clauses out of 24013 with flag 81000/81000
103.21/102.14	c cleaning 12994 clauses out of 26016 with flag 95000/95000
119.63/118.59	c cleaning 13995 clauses out of 28022 with flag 110000/110000
138.25/137.12	c cleaning 14868 clauses out of 30027 with flag 126000/126000
160.47/159.32	c cleaning 16060 clauses out of 32159 with flag 143000/143000
182.17/181.00	c cleaning 16991 clauses out of 34099 with flag 161000/161000
201.97/200.87	c cleaning 18024 clauses out of 36108 with flag 180000/180000
223.09/221.99	c cleaning 18863 clauses out of 38084 with flag 200000/200000
246.53/245.38	c cleaning 20092 clauses out of 40221 with flag 221000/221000
269.83/268.63	c cleaning 21052 clauses out of 42131 with flag 243002/243002
296.05/294.89	c cleaning 21992 clauses out of 44077 with flag 266000/266000
320.64/319.43	c cleaning 23017 clauses out of 46085 with flag 290000/290000
347.44/346.27	c cleaning 24014 clauses out of 48068 with flag 315000/315000
377.17/375.91	c cleaning 25003 clauses out of 50054 with flag 341000/341000
403.80/402.55	c cleaning 25998 clauses out of 52051 with flag 368000/368000
424.20/422.90	c cleaning 27022 clauses out of 54053 with flag 396000/396000
454.60/453.39	c cleaning 28009 clauses out of 56031 with flag 425000/425000
488.82/487.55	c cleaning 28966 clauses out of 58022 with flag 455000/455000
524.93/523.66	c cleaning 30017 clauses out of 60056 with flag 486000/486000
562.34/561.03	c cleaning 31004 clauses out of 62040 with flag 518001/518001
596.04/594.75	c cleaning 31830 clauses out of 64035 with flag 551000/551000
629.56/628.21	c cleaning 33089 clauses out of 66205 with flag 585000/585000
666.86/665.52	c cleaning 34049 clauses out of 68117 with flag 620001/620001
696.87/695.54	c cleaning 34922 clauses out of 70067 with flag 656000/656000
730.28/728.98	c cleaning 36058 clauses out of 72145 with flag 693000/693000
775.19/773.83	c cleaning 37010 clauses out of 74087 with flag 731000/731000
811.70/810.39	c cleaning 37862 clauses out of 76077 with flag 770000/770000
850.31/848.95	c cleaning 39096 clauses out of 78215 with flag 810000/810000
892.02/890.69	c cleaning 40049 clauses out of 80120 with flag 851001/851001
930.63/929.29	c cleaning 41010 clauses out of 82071 with flag 893001/893001
976.76/975.30	c cleaning 42023 clauses out of 84061 with flag 936001/936001
1024.88/1023.49	c cleaning 42997 clauses out of 86037 with flag 980000/980000
1076.41/1074.97	c cleaning 44005 clauses out of 88040 with flag 1025000/1025000
1130.33/1128.88	c cleaning 45001 clauses out of 90036 with flag 1071001/1071001
1177.65/1176.20	c cleaning 45883 clauses out of 92034 with flag 1118000/1118000
1222.86/1221.34	c cleaning 47062 clauses out of 94151 with flag 1166000/1166000
1272.98/1271.43	c cleaning 48034 clauses out of 96089 with flag 1215000/1215000
1326.38/1324.81	c cleaning 49004 clauses out of 98056 with flag 1265001/1265001
1379.60/1378.06	c cleaning 50009 clauses out of 100051 with flag 1316000/1316000
1433.85/1432.25	c cleaning 50750 clauses out of 102042 with flag 1368000/1368000
1483.87/1482.22	c cleaning 52017 clauses out of 104292 with flag 1421000/1421000
1529.18/1527.56	c cleaning 53132 clauses out of 106278 with flag 1475003/1475003
1584.60/1582.99	c cleaning 54053 clauses out of 108144 with flag 1530001/1530001
1640.42/1638.71	c cleaning 54932 clauses out of 110090 with flag 1586000/1586000
1689.83/1688.19	c cleaning 56063 clauses out of 112158 with flag 1643000/1643000
1743.73/1742.08	c cleaning 57028 clauses out of 114095 with flag 1701000/1701000
1799.95/1798.25	c cleaning 58008 clauses out of 116067 with flag 1760000/1760000
1800.07/1798.31	c starts		: 209
1800.07/1798.31	c conflicts		: 1760002
1800.07/1798.31	c decisions		: 13490099
1800.07/1798.31	c propagations		: 4029278662
1800.07/1798.31	c inspects		: 15390539261
1800.07/1798.31	c shortcuts		: 0
1800.07/1798.31	c learnt literals	: 0
1800.07/1798.31	c learnt binary clauses	: 0
1800.07/1798.31	c learnt ternary clauses	: 2
1800.07/1798.31	c learnt constraints	: 1760002
1800.07/1798.31	c ignored constraints	: 0
1800.07/1798.31	c root simplifications	: 209
1800.07/1798.31	c removed literals (reason simplification)	: 23352233
1800.07/1798.31	c reason swapping (by a shorter reason)	: 0
1800.07/1798.31	c Calls to reduceDB	: 55
1800.07/1798.31	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.31	c number of learned constraints concerned by reduction	: 0
1800.07/1798.31	c number of learning phase by resolution	: 0
1800.07/1798.31	c number of learning phase by cutting planes	: 0
1800.07/1798.31	c speed (assignments/second)	: 2241447.0005963426
1800.07/1798.31	c non guided choices	2014
1800.07/1798.33	c learnt constraints type 
1800.07/1798.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 58081
1800.07/1798.33	c constraints type 
1800.07/1798.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19908
1800.07/1798.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.07/1798.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59832
1800.07/1798.33	c org.sat4j.minisat.constraints.cnf.UnitClause => 5
1800.07/1798.33	c 79746 constraints processed.
1800.07/1798.33	s UNKNOWN
1800.07/1798.33	c Total wall clock time (in seconds): 1798.215

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-3710898-1338162215/watcher-3710898-1338162215 -o /tmp/evaluation-result-3710898-1338162215/solver-3710898-1338162215 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710898-1338162215.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.92 1.98 1.97 2/174 13721
/proc/meminfo: memFree=30540148/32873648 swapFree=6860/6860
[pid=13721] ppid=13719 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13721/stat : 13721 (java) R 13719 13721 13368 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 282347582 9515008 182 33554432000 1073741824 1073778376 140735996890576 140735996881608 266435297296 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13721/statm: 2323 184 142 9 0 71 0

[startup+0.0296929 s]
/proc/loadavg: 1.92 1.98 1.97 2/174 13721
/proc/meminfo: memFree=30540148/32873648 swapFree=6860/6860
[pid=13721] ppid=13719 vsize=9016616 CPUtime=0.01 cores=0,2,4,6
/proc/13721/stat : 13721 (java) S 13719 13721 13368 0 -1 4202496 2779 0 1 0 1 0 0 0 20 0 10 0 282347582 9233014784 3478 33554432000 1073741824 1073778376 140733372425984 140733372417120 266439000125 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13721/statm: 2254154 3478 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100265 s]
/proc/loadavg: 1.92 1.98 1.97 2/174 13721
/proc/meminfo: memFree=30540148/32873648 swapFree=6860/6860
[pid=13721] ppid=13719 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/13721/stat : 13721 (java) S 13719 13721 13368 0 -1 4202496 4295 0 1 0 9 0 0 0 20 0 18 0 282347582 9787842560 5495 33554432000 1073741824 1073778376 140733372425984 140733372417120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13721/statm: 2389610 5495 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300172 s]
/proc/loadavg: 1.92 1.98 1.97 2/174 13721
/proc/meminfo: memFree=30540148/32873648 swapFree=6860/6860
[pid=13721] ppid=13719 vsize=9558440 CPUtime=0.48 cores=0,2,4,6
/proc/13721/stat : 13721 (java) S 13719 13721 13368 0 -1 4202496 5837 0 1 0 47 1 0 0 20 0 18 0 282347582 9787842560 8778 33554432000 1073741824 1073778376 140733372425984 140733372417120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13721/statm: 2389610 8778 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558440

[startup+0.700178 s]
/proc/loadavg: 1.92 1.98 1.97 2/174 13721
/proc/meminfo: memFree=30540148/32873648 swapFree=6860/6860
[pid=13721] ppid=13719 vsize=9625004 CPUtime=1.15 cores=0,2,4,6
/proc/13721/stat : 13721 (java) S 13719 13721 13368 0 -1 4202496 8095 0 1 0 111 4 0 0 20 0 19 0 282347582 9856004096 41570 33554432000 1073741824 1073778376 140733372425984 140733372417120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13721/statm: 2406251 41570 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9625004

[startup+1.50058 s]
/proc/loadavg: 1.92 1.98 1.97 2/190 13764
/proc/meminfo: memFree=30384280/32873648 swapFree=6860/6860
[pid=13721] ppid=13719 vsize=9625004 CPUtime=2.35 cores=0,2,4,6
/proc/13721/stat : 13721 (java) S 13719 13721 13368 0 -1 4202496 11775 0 1 0 230 5 0 0 20 0 19 0 282347582 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 140733372417120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13721/statm: 2406251 41804 2271 9 0 2396937 0
[pid=13721/tid=13723] ppid=13719 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/13721/task/13723/stat : 13723 (java) R 13719 13721 13368 0 -1 4202560 2567 0 1 0 142 3 0 0 20 0 19 0 282347583 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 139666815492424 139666649827683 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13721/tid=13724] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13724/stat : 13724 (java) S 13719 13721 13368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 139666776984488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13725] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13725/stat : 13725 (java) S 13719 13721 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 139666775931944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13726] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13726/stat : 13726 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 139666774878888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13721/tid=13727] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13727/stat : 13727 (java) S 13719 13721 13368 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 139666773826344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13728] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13728/stat : 13728 (java) S 13719 13721 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 139666772773288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13729] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13729/stat : 13729 (java) S 13719 13721 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 139666771720744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13721/tid=13730] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13730/stat : 13730 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 139666770667688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13731] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13731/stat : 13731 (java) S 13719 13721 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 139666769615144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13732] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13732/stat : 13732 (java) S 13719 13721 13368 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 282347585 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 139666639510376 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13733] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13733/stat : 13733 (java) S 13719 13721 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282347585 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 139666638456696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13734] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13734/stat : 13734 (java) S 13719 13721 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347585 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 139666637403528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13735] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13735/stat : 13735 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347588 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 139666636352272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13736] ppid=13719 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/13721/task/13736/stat : 13736 (java) S 13719 13721 13368 0 -1 4202560 4626 0 0 0 42 0 0 0 20 0 19 0 282347588 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 139666635299128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13737] ppid=13719 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/13721/task/13737/stat : 13737 (java) S 13719 13721 13368 0 -1 4202560 3298 0 0 0 40 0 0 0 20 0 19 0 282347588 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 139666634246584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13738] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13738/stat : 13738 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347588 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 139665759791352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13739] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13739/stat : 13739 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347588 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 139665758739016 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13740] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13740/stat : 13740 (java) S 13719 13721 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282347651 9856004096 41804 33554432000 1073741824 1073778376 140733372425984 139665757685288 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9625004

[startup+3.10058 s]
/proc/loadavg: 1.92 1.98 1.97 3/212 13795
/proc/meminfo: memFree=30220688/32873648 swapFree=6860/6860
[pid=13721] ppid=13719 vsize=9625004 CPUtime=3.99 cores=0,2,4,6
/proc/13721/stat : 13721 (java) S 13719 13721 13368 0 -1 4202496 11809 0 1 0 394 5 0 0 20 0 19 0 282347582 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 140733372417120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13721/statm: 2406251 41808 2274 9 0 2396937 0
[pid=13721/tid=13723] ppid=13719 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/13721/task/13723/stat : 13723 (java) R 13719 13721 13368 0 -1 4202560 2568 0 1 0 302 3 0 0 20 0 19 0 282347583 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 139666815492840 139666649802812 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13721/tid=13724] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13724/stat : 13724 (java) S 13719 13721 13368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 139666776984488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13725] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13725/stat : 13725 (java) S 13719 13721 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 139666775931944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13726] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13726/stat : 13726 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 139666774878888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13721/tid=13727] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13727/stat : 13727 (java) S 13719 13721 13368 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 139666773826344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13728] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13728/stat : 13728 (java) S 13719 13721 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 139666772773288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13729] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13729/stat : 13729 (java) S 13719 13721 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 139666771720744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13721/tid=13730] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13730/stat : 13730 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 139666770667688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13731] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13731/stat : 13731 (java) S 13719 13721 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 139666769615144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13732] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13732/stat : 13732 (java) S 13719 13721 13368 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 282347585 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 139666639510376 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13733] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13733/stat : 13733 (java) S 13719 13721 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282347585 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 139666638456696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13734] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13734/stat : 13734 (java) S 13719 13721 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347585 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 139666637403528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13735] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13735/stat : 13735 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347588 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 139666636352272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13736] ppid=13719 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/13721/task/13736/stat : 13736 (java) S 13719 13721 13368 0 -1 4202560 4626 0 0 0 42 0 0 0 20 0 19 0 282347588 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 139666635299128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13737] ppid=13719 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/13721/task/13737/stat : 13737 (java) S 13719 13721 13368 0 -1 4202560 3330 0 0 0 44 0 0 0 20 0 19 0 282347588 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 139666634246584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13738] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13738/stat : 13738 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347588 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 139665759791352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13739] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13739/stat : 13739 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347588 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 139665758739016 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13740] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13740/stat : 13740 (java) S 13719 13721 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282347651 9856004096 41808 33554432000 1073741824 1073778376 140733372425984 139665757685288 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 9625004

[startup+6.30059 s]
/proc/loadavg: 1.93 1.98 1.97 3/213 13796
/proc/meminfo: memFree=30198456/32873648 swapFree=6860/6860
[pid=13721] ppid=13719 vsize=9625004 CPUtime=7.2 cores=0,2,4,6
/proc/13721/stat : 13721 (java) S 13719 13721 13368 0 -1 4202496 11812 0 1 0 715 5 0 0 20 0 19 0 282347582 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 140733372417120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13721/statm: 2406251 41409 2274 9 0 2396937 0
[pid=13721/tid=13723] ppid=13719 vsize=9625004 CPUtime=6.25 cores=0,2,4,6
/proc/13721/task/13723/stat : 13723 (java) R 13719 13721 13368 0 -1 4202560 2571 0 1 0 622 3 0 0 20 0 19 0 282347583 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 139666815492520 139666649802461 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13721/tid=13724] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13724/stat : 13724 (java) S 13719 13721 13368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 139666776984488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13725] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13725/stat : 13725 (java) S 13719 13721 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 139666775931944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13726] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13726/stat : 13726 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 139666774878888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13721/tid=13727] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13727/stat : 13727 (java) S 13719 13721 13368 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 139666773826344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13728] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13728/stat : 13728 (java) S 13719 13721 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 139666772773288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13729] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13729/stat : 13729 (java) S 13719 13721 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 139666771720744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13721/tid=13730] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13730/stat : 13730 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 139666770667688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13731] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13731/stat : 13731 (java) S 13719 13721 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282347584 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 139666769615144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13732] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13732/stat : 13732 (java) S 13719 13721 13368 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 282347585 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 139666639510376 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13733] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13733/stat : 13733 (java) S 13719 13721 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282347585 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 139666638456696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13734] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13734/stat : 13734 (java) S 13719 13721 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347585 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 139666637403528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13735] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13735/stat : 13735 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347588 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 139666636352272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13736] ppid=13719 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/13721/task/13736/stat : 13736 (java) S 13719 13721 13368 0 -1 4202560 4626 0 0 0 42 0 0 0 20 0 19 0 282347588 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 139666635299128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13737] ppid=13719 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/13721/task/13737/stat : 13737 (java) S 13719 13721 13368 0 -1 4202560 3330 0 0 0 45 0 0 0 20 0 19 0 282347588 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 139666634246584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13738] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13738/stat : 13738 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347588 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 139665759791352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13739] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13739/stat : 13739 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347588 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 139665758739016 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13740] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13740/stat : 13740 (java) S 13719 13721 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282347651 9856004096 41409 33554432000 1073741824 1073778376 140733372425984 139665757685288 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=13721/tid=13729] ppid=13719 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/13721/task/13729/stat : 13729 (java) S 13719 13721 13368 0 -1 4202560 21 0 0 0 16 0 0 0 20 0 19 0 282347584 9856004096 60317 33554432000 1073741824 1073778376 140733372425984 139666771720744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13721/tid=13730] ppid=13719 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/13721/task/13730/stat : 13730 (java) S 13719 13721 13368 0 -1 4202560 33 0 0 0 17 0 0 0 20 0 19 0 282347584 9856004096 60317 33554432000 1073741824 1073778376 140733372425984 139666770667688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13721/tid=13731] ppid=13719 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/13721/task/13731/stat : 13731 (java) S 13719 13721 13368 0 -1 4202560 20 0 0 0 16 0 0 0 20 0 19 0 282347584 9856004096 60317 33554432000 1073741824 1073778376 140733372425984 139666769615144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13732] ppid=13719 vsize=9625004 CPUtime=2.4 cores=0,2,4,6
/proc/13721/task/13732/stat : 13732 (java) S 13719 13721 13368 0 -1 4202560 212 0 0 0 238 2 0 0 20 0 19 0 282347585 9856004096 60317 33554432000 1073741824 1073778376 140733372425984 139666639510376 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13721/tid=13733] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13733/stat : 13733 (java) S 13719 13721 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282347585 9856004096 60317 33554432000 1073741824 1073778376 140733372425984 139666638456696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13734] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13734/stat : 13734 (java) S 13719 13721 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347585 9856004096 60317 33554432000 1073741824 1073778376 140733372425984 139666637403528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13735] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13735/stat : 13735 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347588 9856004096 60317 33554432000 1073741824 1073778376 140733372425984 139666636352272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13736] ppid=13719 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/13721/task/13736/stat : 13736 (java) S 13719 13721 13368 0 -1 4202560 5408 0 0 0 50 0 0 0 20 0 19 0 282347588 9856004096 60317 33554432000 1073741824 1073778376 140733372425984 139666635299128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13737] ppid=13719 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/13721/task/13737/stat : 13737 (java) S 13719 13721 13368 0 -1 4202560 3334 0 0 0 48 0 0 0 20 0 19 0 282347588 9856004096 60317 33554432000 1073741824 1073778376 140733372425984 139666634246584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13738] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13738/stat : 13738 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347588 9856004096 60317 33554432000 1073741824 1073778376 140733372425984 139665759791352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13739] ppid=13719 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/13721/task/13739/stat : 13739 (java) S 13719 13721 13368 0 -1 4202560 99 0 0 0 14 16 0 0 20 0 19 0 282347588 9856004096 60317 33554432000 1073741824 1073778376 140733372425984 139665758739016 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13740] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13740/stat : 13740 (java) S 13719 13721 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282347651 9856004096 60317 33554432000 1073741824 1073778376 140733372425984 139665757685288 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.04
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/213 13834
/proc/meminfo: memFree=30051704/32873648 swapFree=6860/6860
[pid=13721] ppid=13719 vsize=9625004 CPUtime=1784.05 cores=0,2,4,6
/proc/13721/stat : 13721 (java) S 13719 13721 13368 0 -1 4202496 13062 0 1 0 178375 30 0 0 20 0 19 0 282347582 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 140733372417120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13721/statm: 2406251 60829 2286 9 0 2396937 0
[pid=13721/tid=13723] ppid=13719 vsize=9625004 CPUtime=1779.28 cores=0,2,4,6
/proc/13721/task/13723/stat : 13723 (java) R 13719 13721 13368 0 -1 4202560 2625 0 1 0 177896 32 0 0 20 0 19 0 282347583 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666815492400 139666649827685 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13724] ppid=13719 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/13721/task/13724/stat : 13724 (java) S 13719 13721 13368 0 -1 4202560 53 0 0 0 12 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666776984488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13721/tid=13725] ppid=13719 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/13721/task/13725/stat : 13725 (java) S 13719 13721 13368 0 -1 4202560 20 0 0 0 13 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666775931944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13726] ppid=13719 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/13721/task/13726/stat : 13726 (java) S 13719 13721 13368 0 -1 4202560 11 0 0 0 16 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666774878888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13727] ppid=13719 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/13721/task/13727/stat : 13727 (java) S 13719 13721 13368 0 -1 4202560 20 0 0 0 13 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666773826344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13728] ppid=13719 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/13721/task/13728/stat : 13728 (java) S 13719 13721 13368 0 -1 4202560 18 0 0 0 13 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666772773288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13729] ppid=13719 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/13721/task/13729/stat : 13729 (java) S 13719 13721 13368 0 -1 4202560 21 0 0 0 16 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666771720744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13721/tid=13730] ppid=13719 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/13721/task/13730/stat : 13730 (java) S 13719 13721 13368 0 -1 4202560 33 0 0 0 17 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666770667688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13721/tid=13731] ppid=13719 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/13721/task/13731/stat : 13731 (java) S 13719 13721 13368 0 -1 4202560 20 0 0 0 16 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666769615144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13732] ppid=13719 vsize=9625004 CPUtime=2.45 cores=0,2,4,6
/proc/13721/task/13732/stat : 13732 (java) S 13719 13721 13368 0 -1 4202560 215 0 0 0 243 2 0 0 20 0 19 0 282347585 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666639510376 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13721/tid=13733] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13733/stat : 13733 (java) S 13719 13721 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282347585 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666638456696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13734] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13734/stat : 13734 (java) S 13719 13721 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347585 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666637403528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13735] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13735/stat : 13735 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347588 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666636352272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13736] ppid=13719 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/13721/task/13736/stat : 13736 (java) S 13719 13721 13368 0 -1 4202560 5408 0 0 0 50 0 0 0 20 0 19 0 282347588 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666635299128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13737] ppid=13719 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/13721/task/13737/stat : 13737 (java) S 13719 13721 13368 0 -1 4202560 3334 0 0 0 48 0 0 0 20 0 19 0 282347588 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666634246584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13738] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13738/stat : 13738 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347588 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139665759791352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13739] ppid=13719 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/13721/task/13739/stat : 13739 (java) S 13719 13721 13368 0 -1 4202560 103 0 0 0 14 16 0 0 20 0 19 0 282347588 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139665758739016 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13740] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13740/stat : 13740 (java) S 13719 13721 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282347651 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139665757685288 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.05
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 2.01 2.00 1.99 3/213 13834
/proc/meminfo: memFree=30051708/32873648 swapFree=6860/6860
[pid=13721] ppid=13719 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/13721/stat : 13721 (java) S 13719 13721 13368 0 -1 4202496 13064 0 1 0 179977 30 0 0 20 0 19 0 282347582 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 140733372417120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13721/statm: 2406251 60829 2286 9 0 2396937 0
[pid=13721/tid=13723] ppid=13719 vsize=9625004 CPUtime=1795.24 cores=0,2,4,6
/proc/13721/task/13723/stat : 13723 (java) S 13719 13721 13368 0 -1 4202560 2625 0 1 0 179492 32 0 0 20 0 19 0 282347583 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666815492520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13724] ppid=13719 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/13721/task/13724/stat : 13724 (java) S 13719 13721 13368 0 -1 4202560 53 0 0 0 13 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666776984488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13721/tid=13725] ppid=13719 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/13721/task/13725/stat : 13725 (java) S 13719 13721 13368 0 -1 4202560 20 0 0 0 13 1 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666775931944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13726] ppid=13719 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/13721/task/13726/stat : 13726 (java) S 13719 13721 13368 0 -1 4202560 11 0 0 0 16 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666774878888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13727] ppid=13719 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/13721/task/13727/stat : 13727 (java) S 13719 13721 13368 0 -1 4202560 20 0 0 0 13 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666773826344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13728] ppid=13719 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/13721/task/13728/stat : 13728 (java) S 13719 13721 13368 0 -1 4202560 18 0 0 0 13 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666772773288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13729] ppid=13719 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/13721/task/13729/stat : 13729 (java) S 13719 13721 13368 0 -1 4202560 21 0 0 0 17 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666771720744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13721/tid=13730] ppid=13719 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/13721/task/13730/stat : 13730 (java) S 13719 13721 13368 0 -1 4202560 33 0 0 0 17 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666770667688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13721/tid=13731] ppid=13719 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/13721/task/13731/stat : 13731 (java) S 13719 13721 13368 0 -1 4202560 20 0 0 0 16 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666769615144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13732] ppid=13719 vsize=9625004 CPUtime=2.5 cores=0,2,4,6
/proc/13721/task/13732/stat : 13732 (java) R 13719 13721 13368 0 -1 4202560 217 0 0 0 248 2 0 0 20 0 19 0 282347585 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666639509232 139666819653793 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13721/tid=13733] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13733/stat : 13733 (java) S 13719 13721 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282347585 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666638456696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13734] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13734/stat : 13734 (java) S 13719 13721 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347585 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666637403528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13735] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13735/stat : 13735 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347588 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666636352272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13736] ppid=13719 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/13721/task/13736/stat : 13736 (java) S 13719 13721 13368 0 -1 4202560 5408 0 0 0 50 0 0 0 20 0 19 0 282347588 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666635299128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13737] ppid=13719 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/13721/task/13737/stat : 13737 (java) S 13719 13721 13368 0 -1 4202560 3334 0 0 0 48 0 0 0 20 0 19 0 282347588 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666634246584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13738] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13738/stat : 13738 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347588 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139665759791352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13739] ppid=13719 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/13721/task/13739/stat : 13739 (java) S 13719 13721 13368 0 -1 4202560 103 0 0 0 14 17 0 0 20 0 19 0 282347588 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139665758739016 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13740] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13740/stat : 13740 (java) S 13719 13721 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282347651 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139665757685288 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1798.3 s]
/proc/loadavg: 2.01 2.00 1.99 3/213 13834
/proc/meminfo: memFree=30051708/32873648 swapFree=6860/6860
[pid=13721] ppid=13719 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/13721/stat : 13721 (java) S 13719 13721 13368 0 -1 4202496 13064 0 1 0 179977 30 0 0 20 0 19 0 282347582 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 140733372417120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13721/statm: 2406251 60829 2286 9 0 2396937 0
[pid=13721/tid=13723] ppid=13719 vsize=9625004 CPUtime=1795.24 cores=0,2,4,6
/proc/13721/task/13723/stat : 13723 (java) S 13719 13721 13368 0 -1 4202560 2625 0 1 0 179492 32 0 0 20 0 19 0 282347583 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666815492520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13724] ppid=13719 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/13721/task/13724/stat : 13724 (java) S 13719 13721 13368 0 -1 4202560 53 0 0 0 13 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666776984488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13721/tid=13725] ppid=13719 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/13721/task/13725/stat : 13725 (java) S 13719 13721 13368 0 -1 4202560 20 0 0 0 13 1 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666775931944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13726] ppid=13719 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/13721/task/13726/stat : 13726 (java) S 13719 13721 13368 0 -1 4202560 11 0 0 0 16 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666774878888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13727] ppid=13719 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/13721/task/13727/stat : 13727 (java) S 13719 13721 13368 0 -1 4202560 20 0 0 0 13 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666773826344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13728] ppid=13719 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/13721/task/13728/stat : 13728 (java) S 13719 13721 13368 0 -1 4202560 18 0 0 0 13 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666772773288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13729] ppid=13719 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/13721/task/13729/stat : 13729 (java) S 13719 13721 13368 0 -1 4202560 21 0 0 0 17 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666771720744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13721/tid=13730] ppid=13719 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/13721/task/13730/stat : 13730 (java) S 13719 13721 13368 0 -1 4202560 33 0 0 0 17 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666770667688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13721/tid=13731] ppid=13719 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/13721/task/13731/stat : 13731 (java) S 13719 13721 13368 0 -1 4202560 20 0 0 0 16 0 0 0 20 0 19 0 282347584 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666769615144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13732] ppid=13719 vsize=9625004 CPUtime=2.5 cores=0,2,4,6
/proc/13721/task/13732/stat : 13732 (java) R 13719 13721 13368 0 -1 4202560 217 0 0 0 248 2 0 0 20 0 19 0 282347585 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666639509232 139666819653793 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13721/tid=13733] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13733/stat : 13733 (java) S 13719 13721 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282347585 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666638456696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13734] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13734/stat : 13734 (java) S 13719 13721 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282347585 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666637403528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13735] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13735/stat : 13735 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347588 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666636352272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13736] ppid=13719 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/13721/task/13736/stat : 13736 (java) S 13719 13721 13368 0 -1 4202560 5408 0 0 0 50 0 0 0 20 0 19 0 282347588 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666635299128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13737] ppid=13719 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/13721/task/13737/stat : 13737 (java) S 13719 13721 13368 0 -1 4202560 3334 0 0 0 48 0 0 0 20 0 19 0 282347588 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139666634246584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13738] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13738/stat : 13738 (java) S 13719 13721 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282347588 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139665759791352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13721/tid=13739] ppid=13719 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/13721/task/13739/stat : 13739 (java) S 13719 13721 13368 0 -1 4202560 103 0 0 0 14 17 0 0 20 0 19 0 282347588 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139665758739016 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13721/tid=13740] ppid=13719 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/13721/task/13740/stat : 13740 (java) S 13719 13721 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282347651 9856004096 60829 33554432000 1073741824 1073778376 140733372425984 139665757685288 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1798.34
CPU time (s): 1800.57
CPU user time (s): 1799.91
CPU system time (s): 0.660899
CPU usage (%): 100.124
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.660899
maximum resident set size= 243472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13106
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39513
involuntary context switches= 25912

runsolver used 5.78912 second user time and 14.4938 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 01:43:35
IDJOB=3710898
IDBENCH=25019
IDSOLVER=2289
FILE ID=node116/3710898-1338162215
RUNJOBID= node116-1338158618-13384
PBS_JOBID= 14624543
Free space on /tmp= 71468 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_1.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710898-1338162215/watcher-3710898-1338162215 -o /tmp/evaluation-result-3710898-1338162215/solver-3710898-1338162215 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710898-1338162215.opb

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

MD5SUM BENCH= a7af672db5daf9bd21f1768f531add6b
RANDOM SEED=266089040

node116.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.556
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	: 5333.11
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.556
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.556
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.54
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.556
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.556
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.556
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.92
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.556
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.90
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.556
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:        30540792 kB
Buffers:          368040 kB
Cached:          1114420 kB
SwapCached:         3236 kB
Active:           785832 kB
Inactive:         710740 kB
Active(anon):       4648 kB
Inactive(anon):     8960 kB
Active(file):     781184 kB
Inactive(file):   701780 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:              3220 kB
Writeback:             8 kB
AnonPages:         15924 kB
Mapped:            12444 kB
Shmem:                96 kB
Slab:             699732 kB
SReclaimable:     144048 kB
SUnreclaim:       555684 kB
KernelStack:        1456 kB
PageTables:         3868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     136388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71464 MiB
End job on node116 at 2012-05-28 02:13:36