Trace number 3709736

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.58 1781.65

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga40_39_sat_pb.cnf.cr.opb
MD5SUM72bb077846a4d869a09744c0b238b13c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.115982
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2340
Total number of constraints1678
Number of constraints which are clauses1599
Number of constraints which are cardinality constraints (but not clauses)79
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint40
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3709736-1338131277.opb
0.10/0.12	c reading problem ... 
0.51/0.35	c ... done. Wall clock time 0.23s.
0.51/0.35	c declared #vars     2340
0.51/0.35	c #constraints  1678
0.51/0.35	c constraints type 
0.51/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1599
0.51/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 79
0.51/0.35	c 1678 constraints processed.
3.10/2.55	c cleaning 2500 clauses out of 5005 with flag 5005/5005
6.29/5.61	c cleaning 4244 clauses out of 8502 with flag 11002/11002
10.67/9.91	c cleaning 5625 clauses out of 11259 with flag 18003/18003
16.34/15.57	c cleaning 6811 clauses out of 13632 with flag 26001/26001
25.74/24.86	c cleaning 7906 clauses out of 15820 with flag 35000/35000
35.01/34.07	c cleaning 8958 clauses out of 17917 with flag 45003/45003
43.97/42.97	c cleaning 9975 clauses out of 19956 with flag 56000/56000
55.03/53.94	c cleaning 10983 clauses out of 21984 with flag 68003/68003
68.10/66.98	c cleaning 12005 clauses out of 24012 with flag 81014/81014
83.28/82.07	c cleaning 12992 clauses out of 25993 with flag 95000/95000
97.06/95.71	c cleaning 13995 clauses out of 28004 with flag 110003/110003
112.61/111.24	c cleaning 15004 clauses out of 30016 with flag 126010/126010
130.42/128.95	c cleaning 16003 clauses out of 32007 with flag 143005/143005
144.60/143.08	c cleaning 17001 clauses out of 34012 with flag 161013/161013
163.09/161.49	c cleaning 18002 clauses out of 36005 with flag 180007/180007
183.11/181.35	c cleaning 19011 clauses out of 38023 with flag 200027/200027
205.33/203.49	c cleaning 19990 clauses out of 39988 with flag 221003/221003
227.97/226.07	c cleaning 20992 clauses out of 41995 with flag 243000/243000
254.08/252.08	c cleaning 22001 clauses out of 44006 with flag 266003/266003
281.41/279.15	c cleaning 23009 clauses out of 46018 with flag 290016/290016
303.75/301.34	c cleaning 23992 clauses out of 47994 with flag 315001/315001
341.01/338.41	c cleaning 25004 clauses out of 50017 with flag 341016/341016
370.20/367.42	c cleaning 25994 clauses out of 51998 with flag 368001/368001
406.48/403.01	c cleaning 27000 clauses out of 54005 with flag 396002/396002
441.81/437.86	c cleaning 28002 clauses out of 56005 with flag 425002/425002
473.64/469.31	c cleaning 28998 clauses out of 58001 with flag 455000/455000
523.44/518.62	c cleaning 29996 clauses out of 60003 with flag 486000/486000
585.95/580.65	c cleaning 30999 clauses out of 62008 with flag 518001/518001
632.91/627.00	c cleaning 32004 clauses out of 64017 with flag 551009/551009
684.25/677.84	c cleaning 33003 clauses out of 66009 with flag 585005/585005
722.93/715.85	c cleaning 34008 clauses out of 68022 with flag 620021/620021
768.19/760.67	c cleaning 35004 clauses out of 70013 with flag 656020/656020
822.77/814.80	c cleaning 35989 clauses out of 71989 with flag 693000/693000
877.06/868.41	c cleaning 37000 clauses out of 74000 with flag 731000/731000
956.73/947.35	c cleaning 37999 clauses out of 76000 with flag 770000/770000
1012.96/1002.80	c cleaning 38996 clauses out of 78001 with flag 810000/810000
1088.45/1077.51	c cleaning 40017 clauses out of 80035 with flag 851030/851030
1151.19/1139.50	c cleaning 41001 clauses out of 82002 with flag 893014/893014
1211.74/1199.18	c cleaning 41991 clauses out of 83987 with flag 936000/936000
1289.09/1275.70	c cleaning 42993 clauses out of 85997 with flag 980001/980001
1365.21/1351.13	c cleaning 44003 clauses out of 88010 with flag 1025007/1025007
1451.56/1436.65	c cleaning 44996 clauses out of 90001 with flag 1071001/1071001
1542.49/1526.57	c cleaning 46015 clauses out of 92030 with flag 1118026/1118026
1657.55/1640.84	c cleaning 46996 clauses out of 93993 with flag 1166004/1166004
1748.08/1730.24	c cleaning 47992 clauses out of 95994 with flag 1215001/1215001
1800.09/1781.61	c starts		: 190
1800.09/1781.61	c conflicts		: 1258892
1800.09/1781.61	c decisions		: 1358042
1800.09/1781.61	c propagations		: 62076612
1800.09/1781.61	c inspects		: 5693066022
1800.09/1781.61	c shortcuts		: 0
1800.09/1781.61	c learnt literals	: 0
1800.09/1781.61	c learnt binary clauses	: 0
1800.09/1781.61	c learnt ternary clauses	: 0
1800.09/1781.61	c learnt constraints	: 1258892
1800.09/1781.61	c ignored constraints	: 0
1800.09/1781.61	c root simplifications	: 190
1800.09/1781.61	c removed literals (reason simplification)	: 5795592
1800.09/1781.61	c reason swapping (by a shorter reason)	: 0
1800.09/1781.61	c Calls to reduceDB	: 45
1800.09/1781.61	c number of reductions to clauses (during analyze)	: 0
1800.09/1781.61	c number of learned constraints concerned by reduction	: 0
1800.09/1781.61	c number of learning phase by resolution	: 0
1800.09/1781.61	c number of learning phase by cutting planes	: 0
1800.09/1781.61	c speed (assignments/second)	: 34849.97254743007
1800.09/1781.61	c non guided choices	743
1800.09/1781.64	c learnt constraints type 
1800.09/1781.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 91899
1800.09/1781.64	c constraints type 
1800.09/1781.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1599
1800.09/1781.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 79
1800.09/1781.64	c 1678 constraints processed.
1800.09/1781.64	s UNKNOWN
1800.09/1781.64	c Total wall clock time (in seconds): 1781.518

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-3709736-1338131277/watcher-3709736-1338131277 -o /tmp/evaluation-result-3709736-1338131277/solver-3709736-1338131277 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709736-1338131277.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.03 2.03 2.00 3/194 1446
/proc/meminfo: memFree=28916184/32873648 swapFree=6864/6864
[pid=1446] ppid=1436 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/1446/stat : 1446 (java) R 1436 1446 32120 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 279253162 2560000 46 33554432000 1073741824 1073778376 140735349830752 140735349827880 270698376487 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1446/statm: 625 46 37 9 0 29 0

[startup+0.0223549 s]
/proc/loadavg: 2.03 2.03 2.00 3/194 1446
/proc/meminfo: memFree=28916184/32873648 swapFree=6864/6864
[pid=1446] ppid=1436 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1436 1446 32120 0 -1 4202496 2103 0 1 0 0 0 0 0 20 0 10 0 279253162 9231130624 2294 33554432000 1073741824 1073778376 140735768205312 140735768196448 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/1446/statm: 2253694 2299 988 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100195 s]
/proc/loadavg: 2.03 2.03 2.00 3/194 1446
/proc/meminfo: memFree=28916184/32873648 swapFree=6864/6864
[pid=1446] ppid=1436 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1436 1446 32120 0 -1 4202496 4287 0 1 0 9 1 0 0 20 0 18 0 279253162 9787842560 5492 33554432000 1073741824 1073778376 140735768205312 140735768196448 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/1446/statm: 2389610 5492 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.30017 s]
/proc/loadavg: 2.03 2.03 2.00 3/194 1446
/proc/meminfo: memFree=28916184/32873648 swapFree=6864/6864
[pid=1446] ppid=1436 vsize=9558440 CPUtime=0.51 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1436 1446 32120 0 -1 4202496 7503 0 1 0 50 1 0 0 20 0 18 0 279253162 9787842560 10821 33554432000 1073741824 1073778376 140735768205312 140735768196448 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/1446/statm: 2389610 10821 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.70016 s]
/proc/loadavg: 2.03 2.03 2.00 3/194 1446
/proc/meminfo: memFree=28916184/32873648 swapFree=6864/6864
[pid=1446] ppid=1436 vsize=9625004 CPUtime=1.27 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1436 1446 32120 0 -1 4202496 8883 0 1 0 125 2 0 0 20 0 19 0 279253162 9856004096 14632 33554432000 1073741824 1073778376 140735768205312 140735768196448 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/1446/statm: 2406251 14632 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9625004

[startup+1.50063 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 1466
/proc/meminfo: memFree=28861116/32873648 swapFree=6864/6864
[pid=1446] ppid=1436 vsize=9625004 CPUtime=2.07 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1436 1446 32120 0 -1 4202496 8891 0 1 0 205 2 0 0 20 0 19 0 279253162 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140735768196448 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/1446/statm: 2406251 17705 2256 9 0 2396937 0
[pid=1446/tid=1448] ppid=1436 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/1446/task/1448/stat : 1448 (java) R 1436 1446 32120 0 -1 4202560 2533 0 1 0 145 1 0 0 20 0 19 0 279253163 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140521650117176 140521481823236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1449] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1449/stat : 1449 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140521611610408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1450] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1450/stat : 1450 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140521610557608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1451] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1451/stat : 1451 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140521609505320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1453] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1453/stat : 1453 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140521608452520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1454] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1454/stat : 1454 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140521607400232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1455] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1455/stat : 1455 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140521606347432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1456] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1456/stat : 1456 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140521605295144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1457] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1457/stat : 1457 (java) S 1436 1446 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140521604242344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1458] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1458/stat : 1458 (java) S 1436 1446 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279253165 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140521474324712 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1459] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1459/stat : 1459 (java) S 1436 1446 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 279253166 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140521473270776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1460] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1460/stat : 1460 (java) S 1436 1446 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279253166 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140521472218376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1461] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1461/stat : 1461 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253168 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140521471166864 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1462] ppid=1436 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/1446/task/1462/stat : 1462 (java) S 1436 1446 32120 0 -1 4202560 1878 0 0 0 30 0 0 0 20 0 19 0 279253168 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140521470114488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1463] ppid=1436 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/1446/task/1463/stat : 1463 (java) S 1436 1446 32120 0 -1 4202560 3283 0 0 0 27 0 0 0 20 0 19 0 279253168 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140521469061688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1464] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1464/stat : 1464 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253168 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140521468009592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1465] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1465/stat : 1465 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253168 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140521466957000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1466] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1466/stat : 1466 (java) S 1436 1446 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279253198 9856004096 17705 33554432000 1073741824 1073778376 140735768205312 140520458281896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625004

[startup+3.10064 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 1466
/proc/meminfo: memFree=28844352/32873648 swapFree=6864/6864
[pid=1446] ppid=1436 vsize=9625004 CPUtime=3.76 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1436 1446 32120 0 -1 4202496 9068 0 1 0 372 4 0 0 20 0 19 0 279253162 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140735768196448 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/1446/statm: 2406251 30044 2287 9 0 2396937 0
[pid=1446/tid=1448] ppid=1436 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/1446/task/1448/stat : 1448 (java) R 1436 1446 32120 0 -1 4202560 2543 0 1 0 302 2 0 0 20 0 19 0 279253163 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140521650119048 140521482287915 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1449] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1449/stat : 1449 (java) S 1436 1446 32120 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140521611610408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1450] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1450/stat : 1450 (java) S 1436 1446 32120 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140521610557608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1451] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1451/stat : 1451 (java) S 1436 1446 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140521609505320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1453] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1453/stat : 1453 (java) S 1436 1446 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140521608452520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1454] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1454/stat : 1454 (java) S 1436 1446 32120 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140521607400232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1455] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1455/stat : 1455 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140521606347432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1456] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1456/stat : 1456 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140521605295144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1457] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1457/stat : 1457 (java) S 1436 1446 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140521604242344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1458] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1458/stat : 1458 (java) S 1436 1446 32120 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 19 0 279253165 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140521474324712 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1459] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1459/stat : 1459 (java) S 1436 1446 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279253166 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140521473270776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1460] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1460/stat : 1460 (java) S 1436 1446 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279253166 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140521472218376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1461] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1461/stat : 1461 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253168 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140521471166864 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1462] ppid=1436 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/1446/task/1462/stat : 1462 (java) S 1436 1446 32120 0 -1 4202560 1952 0 0 0 31 0 0 0 20 0 19 0 279253168 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140521470114488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1463] ppid=1436 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/1446/task/1463/stat : 1463 (java) S 1436 1446 32120 0 -1 4202560 3293 0 0 0 32 0 0 0 20 0 19 0 279253168 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140521469061688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1464] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1464/stat : 1464 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253168 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140521468009592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1465] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1465/stat : 1465 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253168 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140521466957000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1466] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1466/stat : 1466 (java) S 1436 1446 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279253198 9856004096 30044 33554432000 1073741824 1073778376 140735768205312 140520458281896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9625004

[startup+6.30056 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 1466
/proc/meminfo: memFree=28803280/32873648 swapFree=6864/6864
[pid=1446] ppid=1436 vsize=9625004 CPUtime=7.07 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1436 1446 32120 0 -1 4202496 9602 0 1 0 700 7 0 0 20 0 19 0 279253162 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140735768196448 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/1446/statm: 2406251 39134 2287 9 0 2396937 0
[pid=1446/tid=1448] ppid=1436 vsize=9625004 CPUtime=6.2 cores=0,2,4,6
/proc/1446/task/1448/stat : 1448 (java) R 1436 1446 32120 0 -1 4202560 2546 0 1 0 618 2 0 0 20 0 19 0 279253163 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140521650118960 140521482316429 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1449] ppid=1436 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1446/task/1449/stat : 1449 (java) S 1436 1446 32120 0 -1 4202560 140 0 0 0 1 0 0 0 20 0 19 0 279253164 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140521611610408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1450] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1450/stat : 1450 (java) S 1436 1446 32120 0 -1 4202560 152 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140521610557608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1451] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1451/stat : 1451 (java) S 1436 1446 32120 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140521609505320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1453] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1453/stat : 1453 (java) S 1436 1446 32120 0 -1 4202560 145 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140521608452520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1454] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1454/stat : 1454 (java) S 1436 1446 32120 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140521607400232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1455] ppid=1436 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1446/task/1455/stat : 1455 (java) S 1436 1446 32120 0 -1 4202560 109 0 0 0 1 0 0 0 20 0 19 0 279253164 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140521606347432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1456] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1456/stat : 1456 (java) S 1436 1446 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140521605295144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1457] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1457/stat : 1457 (java) S 1436 1446 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279253164 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140521604242344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1458] ppid=1436 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/1446/task/1458/stat : 1458 (java) S 1436 1446 32120 0 -1 4202560 41 0 0 0 2 0 0 0 20 0 19 0 279253165 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140521474324712 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1459] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1459/stat : 1459 (java) S 1436 1446 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279253166 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140521473270776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1460] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1460/stat : 1460 (java) S 1436 1446 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279253166 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140521472218376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1461] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1461/stat : 1461 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253168 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140521471166864 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1462] ppid=1436 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1446/task/1462/stat : 1462 (java) S 1436 1446 32120 0 -1 4202560 1952 0 0 0 33 0 0 0 20 0 19 0 279253168 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140521470114488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1463] ppid=1436 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1446/task/1463/stat : 1463 (java) S 1436 1446 32120 0 -1 4202560 3293 0 0 0 33 0 0 0 20 0 19 0 279253168 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140521469061688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1464] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1464/stat : 1464 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253168 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140521468009592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1465] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1465/stat : 1465 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253168 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140521466957000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1466] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1466/stat : 1466 (java) S 1436 1446 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279253198 9856004096 39134 33554432000 1073741824 1073778376 140735768205312 140520458281896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=1446/tid=1455] ppid=1436 vsize=9625004 CPUtime=2.76 cores=0,2,4,6
/proc/1446/task/1455/stat : 1455 (java) S 1436 1446 32120 0 -1 4202560 1604 0 0 0 265 11 0 0 20 0 19 0 279253164 9856004096 179304 33554432000 1073741824 1073778376 140735768205312 140521606347432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1456] ppid=1436 vsize=9625004 CPUtime=2.81 cores=0,2,4,6
/proc/1446/task/1456/stat : 1456 (java) S 1436 1446 32120 0 -1 4202560 1488 0 0 0 272 9 0 0 20 0 19 0 279253164 9856004096 179304 33554432000 1073741824 1073778376 140735768205312 140521605295144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1457] ppid=1436 vsize=9625004 CPUtime=2.78 cores=0,2,4,6
/proc/1446/task/1457/stat : 1457 (java) S 1436 1446 32120 0 -1 4202560 1412 0 0 0 270 8 0 0 20 0 19 0 279253164 9856004096 179304 33554432000 1073741824 1073778376 140735768205312 140521604242344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1458] ppid=1436 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/1446/task/1458/stat : 1458 (java) S 1436 1446 32120 0 -1 4202560 758 0 0 0 299 5 0 0 20 0 19 0 279253165 9856004096 179304 33554432000 1073741824 1073778376 140735768205312 140521474324712 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1459] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1459/stat : 1459 (java) S 1436 1446 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279253166 9856004096 179304 33554432000 1073741824 1073778376 140735768205312 140521473270776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1460] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1460/stat : 1460 (java) S 1436 1446 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279253166 9856004096 179304 33554432000 1073741824 1073778376 140735768205312 140521472218376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1461] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1461/stat : 1461 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253168 9856004096 179304 33554432000 1073741824 1073778376 140735768205312 140521471166864 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1462] ppid=1436 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1446/task/1462/stat : 1462 (java) S 1436 1446 32120 0 -1 4202560 1952 0 0 0 33 0 0 0 20 0 19 0 279253168 9856004096 179304 33554432000 1073741824 1073778376 140735768205312 140521470114488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1463] ppid=1436 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/1446/task/1463/stat : 1463 (java) S 1436 1446 32120 0 -1 4202560 3492 0 0 0 40 0 0 0 20 0 19 0 279253168 9856004096 179304 33554432000 1073741824 1073778376 140735768205312 140521469061688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1464] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1464/stat : 1464 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253168 9856004096 179304 33554432000 1073741824 1073778376 140735768205312 140521468009592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1465] ppid=1436 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/1446/task/1465/stat : 1465 (java) S 1436 1446 32120 0 -1 4202560 91 0 0 0 26 29 0 0 20 0 19 0 279253168 9856004096 179304 33554432000 1073741824 1073778376 140735768205312 140521466957000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1466] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1466/stat : 1466 (java) S 1436 1446 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279253198 9856004096 179304 33554432000 1073741824 1073778376 140735768205312 140520458281896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1618.88
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 1.98 2.01 2.00 3/213 1793
/proc/meminfo: memFree=28220040/32873648 swapFree=6864/6864
[pid=1446] ppid=1436 vsize=9625004 CPUtime=1679.58 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1436 1446 32120 0 -1 4202496 24160 0 1 0 167835 123 0 0 20 0 19 0 279253162 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140735768196448 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/1446/statm: 2406251 183010 2287 9 0 2396937 0
[pid=1446/tid=1448] ppid=1436 vsize=9625004 CPUtime=1652.22 cores=0,2,4,6
/proc/1446/task/1448/stat : 1448 (java) R 1436 1446 32120 0 -1 4202560 2971 0 1 0 165190 32 0 0 20 0 19 0 279253163 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140521650118000 140521482287752 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1449] ppid=1436 vsize=9625004 CPUtime=2.79 cores=0,2,4,6
/proc/1446/task/1449/stat : 1449 (java) S 1436 1446 32120 0 -1 4202560 1986 0 0 0 268 11 0 0 20 0 19 0 279253164 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140521611610408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1450] ppid=1436 vsize=9625004 CPUtime=2.83 cores=0,2,4,6
/proc/1446/task/1450/stat : 1450 (java) S 1436 1446 32120 0 -1 4202560 1267 0 0 0 271 12 0 0 20 0 19 0 279253164 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140521610557608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1451] ppid=1436 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/1446/task/1451/stat : 1451 (java) S 1436 1446 32120 0 -1 4202560 1744 0 0 0 291 10 0 0 20 0 19 0 279253164 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140521609505320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1453] ppid=1436 vsize=9625004 CPUtime=2.87 cores=0,2,4,6
/proc/1446/task/1453/stat : 1453 (java) S 1436 1446 32120 0 -1 4202560 2338 0 0 0 276 11 0 0 20 0 19 0 279253164 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140521608452520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1454] ppid=1436 vsize=9625004 CPUtime=2.82 cores=0,2,4,6
/proc/1446/task/1454/stat : 1454 (java) S 1436 1446 32120 0 -1 4202560 1365 0 0 0 273 9 0 0 20 0 19 0 279253164 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140521607400232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1455] ppid=1436 vsize=9625004 CPUtime=2.91 cores=0,2,4,6
/proc/1446/task/1455/stat : 1455 (java) S 1436 1446 32120 0 -1 4202560 1890 0 0 0 279 12 0 0 20 0 19 0 279253164 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140521606347432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1456] ppid=1436 vsize=9625004 CPUtime=2.93 cores=0,2,4,6
/proc/1446/task/1456/stat : 1456 (java) S 1436 1446 32120 0 -1 4202560 1495 0 0 0 284 9 0 0 20 0 19 0 279253164 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140521605295144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1457] ppid=1436 vsize=9625004 CPUtime=2.9 cores=0,2,4,6
/proc/1446/task/1457/stat : 1457 (java) S 1436 1446 32120 0 -1 4202560 1609 0 0 0 282 8 0 0 20 0 19 0 279253164 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140521604242344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1458] ppid=1436 vsize=9625004 CPUtime=3.14 cores=0,2,4,6
/proc/1446/task/1458/stat : 1458 (java) S 1436 1446 32120 0 -1 4202560 774 0 0 0 308 6 0 0 20 0 19 0 279253165 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140521474324712 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1459] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1459/stat : 1459 (java) S 1436 1446 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279253166 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140521473270776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1460] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1460/stat : 1460 (java) S 1436 1446 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279253166 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140521472218376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1461] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1461/stat : 1461 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253168 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140521471166864 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1462] ppid=1436 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1446/task/1462/stat : 1462 (java) S 1436 1446 32120 0 -1 4202560 1952 0 0 0 33 0 0 0 20 0 19 0 279253168 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140521470114488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1463] ppid=1436 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/1446/task/1463/stat : 1463 (java) S 1436 1446 32120 0 -1 4202560 3492 0 0 0 40 0 0 0 20 0 19 0 279253168 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140521469061688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1464] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1464/stat : 1464 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253168 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140521468009592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1465] ppid=1436 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/1446/task/1465/stat : 1465 (java) S 1436 1446 32120 0 -1 4202560 95 0 0 0 26 31 0 0 20 0 19 0 279253168 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140521466957000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1466] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1466/stat : 1466 (java) S 1436 1446 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279253198 9856004096 183010 33554432000 1073741824 1073778376 140735768205312 140520458281896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1679.58
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 1794
/proc/meminfo: memFree=28224684/32873648 swapFree=6864/6864
[pid=1446] ppid=1436 vsize=9625004 CPUtime=1740.09 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1436 1446 32120 0 -1 4202496 24181 0 1 0 173884 125 0 0 20 0 19 0 279253162 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140735768196448 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/1446/statm: 2406251 182800 2287 9 0 2396937 0
[pid=1446/tid=1448] ppid=1436 vsize=9625004 CPUtime=1712.01 cores=0,2,4,6
/proc/1446/task/1448/stat : 1448 (java) R 1436 1446 32120 0 -1 4202560 2979 0 1 0 171168 33 0 0 20 0 19 0 279253163 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140521650117984 140521482287329 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1449] ppid=1436 vsize=9625004 CPUtime=2.87 cores=0,2,4,6
/proc/1446/task/1449/stat : 1449 (java) S 1436 1446 32120 0 -1 4202560 1987 0 0 0 276 11 0 0 20 0 19 0 279253164 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140521611610408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1450] ppid=1436 vsize=9625004 CPUtime=2.93 cores=0,2,4,6
/proc/1446/task/1450/stat : 1450 (java) S 1436 1446 32120 0 -1 4202560 1269 0 0 0 281 12 0 0 20 0 19 0 279253164 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140521610557608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1451] ppid=1436 vsize=9625004 CPUtime=3.09 cores=0,2,4,6
/proc/1446/task/1451/stat : 1451 (java) S 1436 1446 32120 0 -1 4202560 1744 0 0 0 299 10 0 0 20 0 19 0 279253164 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140521609505320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1453] ppid=1436 vsize=9625004 CPUtime=2.97 cores=0,2,4,6
/proc/1446/task/1453/stat : 1453 (java) S 1436 1446 32120 0 -1 4202560 2338 0 0 0 286 11 0 0 20 0 19 0 279253164 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140521608452520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1454] ppid=1436 vsize=9625004 CPUtime=2.89 cores=0,2,4,6
/proc/1446/task/1454/stat : 1454 (java) S 1436 1446 32120 0 -1 4202560 1365 0 0 0 280 9 0 0 20 0 19 0 279253164 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140521607400232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1455] ppid=1436 vsize=9625004 CPUtime=3.02 cores=0,2,4,6
/proc/1446/task/1455/stat : 1455 (java) S 1436 1446 32120 0 -1 4202560 1890 0 0 0 290 12 0 0 20 0 19 0 279253164 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140521606347432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1456] ppid=1436 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/1446/task/1456/stat : 1456 (java) S 1436 1446 32120 0 -1 4202560 1495 0 0 0 294 9 0 0 20 0 19 0 279253164 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140521605295144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1457] ppid=1436 vsize=9625004 CPUtime=2.99 cores=0,2,4,6
/proc/1446/task/1457/stat : 1457 (java) S 1436 1446 32120 0 -1 4202560 1609 0 0 0 290 9 0 0 20 0 19 0 279253164 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140521604242344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1458] ppid=1436 vsize=9625004 CPUtime=3.14 cores=0,2,4,6
/proc/1446/task/1458/stat : 1458 (java) S 1436 1446 32120 0 -1 4202560 780 0 0 0 308 6 0 0 20 0 19 0 279253165 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140521474324712 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1459] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1459/stat : 1459 (java) S 1436 1446 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279253166 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140521473270776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1460] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1460/stat : 1460 (java) S 1436 1446 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279253166 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140521472218376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1461] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1461/stat : 1461 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253168 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140521471166864 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1462] ppid=1436 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1446/task/1462/stat : 1462 (java) S 1436 1446 32120 0 -1 4202560 1952 0 0 0 33 0 0 0 20 0 19 0 279253168 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140521470114488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1463] ppid=1436 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/1446/task/1463/stat : 1463 (java) S 1436 1446 32120 0 -1 4202560 3492 0 0 0 40 0 0 0 20 0 19 0 279253168 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140521469061688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1464] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1464/stat : 1464 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253168 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140521468009592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1465] ppid=1436 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1446/task/1465/stat : 1465 (java) S 1436 1446 32120 0 -1 4202560 99 0 0 0 27 32 0 0 20 0 19 0 279253168 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140521466957000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 2 0 0
[pid=1446/tid=1466] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1466/stat : 1466 (java) S 1436 1446 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279253198 9856004096 182800 33554432000 1073741824 1073778376 140735768205312 140520458281896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1740.09
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.6 s]
/proc/loadavg: 2.01 2.02 2.00 4/213 1794
/proc/meminfo: memFree=28227040/32873648 swapFree=6864/6864
[pid=1446] ppid=1436 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1436 1446 32120 0 -1 4202496 24220 0 1 0 179882 127 0 0 20 0 19 0 279253162 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140735768196448 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/1446/statm: 2406251 180876 2287 9 0 2396937 0
[pid=1446/tid=1448] ppid=1436 vsize=9625004 CPUtime=1770.85 cores=0,2,4,6
/proc/1446/task/1448/stat : 1448 (java) R 1436 1446 32120 0 -1 4202560 2997 0 1 0 177052 33 0 0 20 0 19 0 279253163 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140521650118000 140521482287343 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1449] ppid=1436 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/1446/task/1449/stat : 1449 (java) S 1436 1446 32120 0 -1 4202560 1999 0 0 0 287 11 0 0 20 0 19 0 279253164 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140521611610408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1450] ppid=1436 vsize=9625004 CPUtime=3.06 cores=0,2,4,6
/proc/1446/task/1450/stat : 1450 (java) S 1436 1446 32120 0 -1 4202560 1271 0 0 0 294 12 0 0 20 0 19 0 279253164 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140521610557608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1451] ppid=1436 vsize=9625004 CPUtime=3.23 cores=0,2,4,6
/proc/1446/task/1451/stat : 1451 (java) S 1436 1446 32120 0 -1 4202560 1744 0 0 0 313 10 0 0 20 0 19 0 279253164 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140521609505320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1453] ppid=1436 vsize=9625004 CPUtime=3.07 cores=0,2,4,6
/proc/1446/task/1453/stat : 1453 (java) S 1436 1446 32120 0 -1 4202560 2338 0 0 0 296 11 0 0 20 0 19 0 279253164 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140521608452520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1454] ppid=1436 vsize=9625004 CPUtime=2.97 cores=0,2,4,6
/proc/1446/task/1454/stat : 1454 (java) S 1436 1446 32120 0 -1 4202560 1365 0 0 0 288 9 0 0 20 0 19 0 279253164 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140521607400232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1455] ppid=1436 vsize=9625004 CPUtime=3.15 cores=0,2,4,6
/proc/1446/task/1455/stat : 1455 (java) S 1436 1446 32120 0 -1 4202560 1890 0 0 0 303 12 0 0 20 0 19 0 279253164 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140521606347432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1456] ppid=1436 vsize=9625004 CPUtime=3.16 cores=0,2,4,6
/proc/1446/task/1456/stat : 1456 (java) S 1436 1446 32120 0 -1 4202560 1495 0 0 0 307 9 0 0 20 0 19 0 279253164 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140521605295144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1457] ppid=1436 vsize=9625004 CPUtime=3.12 cores=0,2,4,6
/proc/1446/task/1457/stat : 1457 (java) S 1436 1446 32120 0 -1 4202560 1609 0 0 0 303 9 0 0 20 0 19 0 279253164 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140521604242344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1458] ppid=1436 vsize=9625004 CPUtime=3.32 cores=0,2,4,6
/proc/1446/task/1458/stat : 1458 (java) S 1436 1446 32120 0 -1 4202560 783 0 0 0 326 6 0 0 20 0 19 0 279253165 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140521474324712 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1459] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1459/stat : 1459 (java) S 1436 1446 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279253166 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140521473270776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1460] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1460/stat : 1460 (java) S 1436 1446 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279253166 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140521472218376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1461] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1461/stat : 1461 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253168 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140521471166864 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1462] ppid=1436 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1446/task/1462/stat : 1462 (java) S 1436 1446 32120 0 -1 4202560 1952 0 0 0 33 0 0 0 20 0 19 0 279253168 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140521470114488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1463] ppid=1436 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/1446/task/1463/stat : 1463 (java) S 1436 1446 32120 0 -1 4202560 3492 0 0 0 40 0 0 0 20 0 19 0 279253168 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140521469061688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1464] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1464/stat : 1464 (java) S 1436 1446 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279253168 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140521468009592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1465] ppid=1436 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/1446/task/1465/stat : 1465 (java) S 1436 1446 32120 0 -1 4202560 103 0 0 0 28 33 0 0 20 0 19 0 279253168 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140521466957000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 2 0 0
[pid=1446/tid=1466] ppid=1436 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1466/stat : 1466 (java) S 1436 1446 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279253198 9856004096 180876 33554432000 1073741824 1073778376 140735768205312 140520458281896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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

Child status: 143
Real time (s): 1781.65
CPU time (s): 1800.58
CPU user time (s): 1798.89
CPU system time (s): 1.69074
CPU usage (%): 101.063
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.69074
maximum resident set size= 732052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24256
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51173
involuntary context switches= 56015

runsolver used 6.00909 second user time and 15.4247 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 17:07:57
IDJOB=3709736
IDBENCH=1430
IDSOLVER=2289
FILE ID=node125/3709736-1338131277
RUNJOBID= node125-1338125514-32136
PBS_JOBID= 14624515
Free space on /tmp= 71260 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga40_39_sat_pb.cnf.cr.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-3709736-1338131277/watcher-3709736-1338131277 -o /tmp/evaluation-result-3709736-1338131277/solver-3709736-1338131277 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709736-1338131277.opb

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

MD5SUM BENCH= 72bb077846a4d869a09744c0b238b13c
RANDOM SEED=70519060

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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.90
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.373
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.373
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.54
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.373
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.373
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:        28916448 kB
Buffers:          447052 kB
Cached:          2424788 kB
SwapCached:         2308 kB
Active:          1615916 kB
Inactive:        1494520 kB
Active(anon):     230336 kB
Inactive(anon):     9556 kB
Active(file):    1385580 kB
Inactive(file):  1484964 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102612 kB
Dirty:              1208 kB
Writeback:             0 kB
AnonPages:        248408 kB
Mapped:            22492 kB
Shmem:               104 kB
Slab:             703128 kB
SReclaimable:     146900 kB
SUnreclaim:       556228 kB
KernelStack:        1600 kB
PageTables:         4700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 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= 71256 MiB
End job on node125 at 2012-05-27 17:37:41