Trace number 3710469

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.62 1796.74

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_9_mh_ic.opb
MD5SUM35d83572ac6ace98816feaf09e0a147d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5734377
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126385
Total number of constraints286973
Number of constraints which are clauses201180
Number of constraints which are cardinality constraints (but not clauses)43
Number of constraints which are nor clauses,nor cardinality constraints85750
Minimum length of a constraint2
Maximum length of a constraint1820
Number of terms in the objective function 46445
Biggest coefficient in the objective function 132651000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 41743355515
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 132651000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 41743355515
Number of bits of the biggest sum of numbers36
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710469-1338250699.opb
0.10/0.11	c reading problem ... 
3.01/2.08	c ... done. Wall clock time 1.975s.
3.01/2.08	c declared #vars     126385
3.01/2.08	c #constraints  290547
3.01/2.08	c constraints type 
3.01/2.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81551
3.01/2.08	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
3.01/2.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 42
3.01/2.08	c ignored satisfied constraints => 4
3.01/2.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 127365
3.01/2.08	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 81585
3.01/2.08	c 290551 constraints processed.
19.61/17.98	c cleaning 2500 clauses out of 5000 with flag 5000/5000
62.03/60.14	c cleaning 4246 clauses out of 8500 with flag 11000/11000
85.39/83.48	c cleaning 5624 clauses out of 11254 with flag 18000/18000
102.81/100.88	c cleaning 6797 clauses out of 13630 with flag 26000/26000
120.98/118.94	c cleaning 7896 clauses out of 15833 with flag 35000/35000
142.91/140.88	c cleaning 8958 clauses out of 17937 with flag 45000/45000
162.44/160.35	c cleaning 9981 clauses out of 19979 with flag 56000/56000
203.16/201.07	c cleaning 10985 clauses out of 21998 with flag 68000/68000
238.79/236.69	c cleaning 11992 clauses out of 24016 with flag 81003/81003
275.42/273.20	c cleaning 12988 clauses out of 26021 with flag 95000/95000
298.15/295.90	c cleaning 14010 clauses out of 28034 with flag 110001/110001
341.78/339.54	c cleaning 15009 clauses out of 30023 with flag 126000/126000
378.54/376.25	c cleaning 16000 clauses out of 32014 with flag 143000/143000
394.47/392.15	c cleaning 17005 clauses out of 34019 with flag 161005/161005
421.41/419.10	c cleaning 17988 clauses out of 36009 with flag 180000/180000
461.96/459.54	c cleaning 19009 clauses out of 38022 with flag 200001/200001
511.07/508.62	c cleaning 19989 clauses out of 40012 with flag 221000/221000
557.00/554.59	c cleaning 20987 clauses out of 42023 with flag 243000/243000
622.20/619.76	c cleaning 21988 clauses out of 44036 with flag 266000/266000
719.21/716.71	c cleaning 23010 clauses out of 46052 with flag 290004/290004
801.02/798.55	c cleaning 24008 clauses out of 48041 with flag 315003/315003
826.63/824.17	c cleaning 24995 clauses out of 50030 with flag 341000/341000
887.88/885.33	c cleaning 25988 clauses out of 52038 with flag 368003/368003
956.00/953.48	c cleaning 27021 clauses out of 54047 with flag 396000/396000
1052.83/1050.29	c cleaning 28010 clauses out of 56027 with flag 425001/425001
1075.38/1072.71	c cleaning 28981 clauses out of 58016 with flag 455000/455000
1122.90/1120.25	c cleaning 29978 clauses out of 60035 with flag 486000/486000
1193.37/1190.61	c cleaning 30992 clauses out of 62059 with flag 518002/518002
1226.31/1223.58	c cleaning 32022 clauses out of 64065 with flag 551000/551000
1253.48/1250.70	c cleaning 33001 clauses out of 66043 with flag 585000/585000
1319.86/1316.92	c cleaning 34005 clauses out of 68042 with flag 620000/620000
1378.70/1375.71	c cleaning 35003 clauses out of 70037 with flag 656000/656000
1440.85/1437.87	c cleaning 35999 clauses out of 72037 with flag 693003/693003
1482.69/1479.69	c cleaning 36986 clauses out of 74035 with flag 731000/731000
1536.55/1533.50	c cleaning 38008 clauses out of 76054 with flag 770005/770005
1584.58/1581.42	c cleaning 38998 clauses out of 78041 with flag 810000/810000
1644.63/1641.43	c cleaning 40008 clauses out of 80043 with flag 851000/851000
1735.59/1732.32	c cleaning 41010 clauses out of 82035 with flag 893000/893000
1800.04/1796.71	c starts		: 184
1800.04/1796.71	c conflicts		: 919258
1800.04/1796.71	c decisions		: 3281864
1800.04/1796.71	c propagations		: 573049425
1800.04/1796.71	c inspects		: 10439605355
1800.04/1796.71	c shortcuts		: 0
1800.04/1796.71	c learnt literals	: 0
1800.04/1796.71	c learnt binary clauses	: 44
1800.04/1796.71	c learnt ternary clauses	: 43
1800.04/1796.71	c learnt constraints	: 919258
1800.04/1796.71	c ignored constraints	: 0
1800.04/1796.71	c root simplifications	: 184
1800.04/1796.71	c removed literals (reason simplification)	: 10330842
1800.04/1796.71	c reason swapping (by a shorter reason)	: 0
1800.04/1796.71	c Calls to reduceDB	: 38
1800.04/1796.71	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.71	c number of learned constraints concerned by reduction	: 0
1800.04/1796.71	c number of learning phase by resolution	: 0
1800.04/1796.71	c number of learning phase by cutting planes	: 0
1800.04/1796.71	c speed (assignments/second)	: 319320.39333753486
1800.04/1796.71	c non guided choices	654
1800.04/1796.73	c learnt constraints type 
1800.04/1796.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 44
1800.04/1796.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67250
1800.04/1796.73	c constraints type 
1800.04/1796.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81551
1800.04/1796.73	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1800.04/1796.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 42
1800.04/1796.73	c ignored satisfied constraints => 4
1800.04/1796.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 127365
1800.04/1796.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 81585
1800.04/1796.73	c 290551 constraints processed.
1800.04/1796.73	s UNKNOWN
1800.04/1796.73	c Total wall clock time (in seconds): 1796.625

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-3710469-1338250699/watcher-3710469-1338250699 -o /tmp/evaluation-result-3710469-1338250699/solver-3710469-1338250699 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710469-1338250699.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.93 1.99 1.99 3/193 1502
/proc/meminfo: memFree=30110896/32873844 swapFree=7108/7108
[pid=1502] ppid=1500 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/1502/stat : 1502 (java) R 1500 1502 31393 0 -1 4202496 981 0 0 0 0 0 0 0 20 0 1 0 291198521 23793664 708 33554432000 1073741824 1073778376 140736217312944 140736217302008 247055038544 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1502/statm: 5809 708 522 9 0 128 0
[pid=1502/tid=1503] ppid=1500 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1503/stat : 1503 (java) D 1500 1502 31393 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 291198522 94019584 917 33554432000 1073741824 1073778376 140736217312944 139898310553128 247055084839 0 0 4096 0 18446744072100609316 0 0 -1 2 0 0 0 0 0

[startup+0.020688 s]
/proc/loadavg: 1.93 1.99 1.99 3/193 1502
/proc/meminfo: memFree=30110896/32873844 swapFree=7108/7108
[pid=1502] ppid=1500 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/1502/stat : 1502 (java) S 1500 1502 31393 0 -1 4202496 2779 0 1 0 0 0 0 0 20 0 10 0 291198521 9233014784 3478 33554432000 1073741824 1073778376 140736217312944 140736217304080 247067607101 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1502/statm: 2254154 3478 1538 9 0 2244855 0
[pid=1502/tid=1503] ppid=1500 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1503/stat : 1503 (java) R 1500 1502 31393 0 -1 4202560 1622 0 1 0 0 0 0 0 20 0 10 0 291198522 9233014784 3478 33554432000 1073741824 1073778376 140736217312944 139898310554304 247067632909 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100228 s]
/proc/loadavg: 1.93 1.99 1.99 3/193 1502
/proc/meminfo: memFree=30110896/32873844 swapFree=7108/7108
[pid=1502] ppid=1500 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/1502/stat : 1502 (java) S 1500 1502 31393 0 -1 4202496 4379 0 1 0 10 0 0 0 20 0 18 0 291198521 9787842560 6097 33554432000 1073741824 1073778376 140736217312944 140736217304080 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1502/statm: 2389610 6097 2131 9 0 2380296 0
[pid=1502/tid=1503] ppid=1500 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/1502/task/1503/stat : 1503 (java) R 1500 1502 31393 0 -1 4202560 2480 0 1 0 7 0 0 0 20 0 18 0 291198522 9787842560 6097 33554432000 1073741824 1073778376 140736217312944 139898310549568 247067632909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300193 s]
/proc/loadavg: 1.93 1.99 1.99 3/193 1502
/proc/meminfo: memFree=30110896/32873844 swapFree=7108/7108
[pid=1502] ppid=1500 vsize=9558440 CPUtime=0.47 cores=0,2,4,6
/proc/1502/stat : 1502 (java) S 1500 1502 31393 0 -1 4202496 5146 0 1 0 46 1 0 0 20 0 18 0 291198521 9787842560 13331 33554432000 1073741824 1073778376 140736217312944 140736217304080 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1502/statm: 2389610 13331 2223 9 0 2380296 0
[pid=1502/tid=1503] ppid=1500 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/1502/task/1503/stat : 1503 (java) R 1500 1502 31393 0 -1 4202560 2503 0 1 0 27 0 0 0 20 0 18 0 291198522 9787842560 13331 33554432000 1073741824 1073778376 140736217312944 139898310549568 139898174672481 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558440

[startup+0.700336 s]
/proc/loadavg: 1.93 1.99 1.99 3/193 1502
/proc/meminfo: memFree=30110896/32873844 swapFree=7108/7108
[pid=1502] ppid=1500 vsize=9558440 CPUtime=1.22 cores=0,2,4,6
/proc/1502/stat : 1502 (java) S 1500 1502 31393 0 -1 4202496 7453 0 1 0 117 5 0 0 20 0 18 0 291198521 9787842560 43911 33554432000 1073741824 1073778376 140736217312944 140736217304080 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1502/statm: 2389610 43911 2255 9 0 2380296 0
[pid=1502/tid=1503] ppid=1500 vsize=9558440 CPUtime=0.65 cores=0,2,4,6
/proc/1502/task/1503/stat : 1503 (java) R 1500 1502 31393 0 -1 4202560 2556 0 1 0 62 3 0 0 20 0 18 0 291198522 9787842560 43911 33554432000 1073741824 1073778376 140736217312944 139898310557832 139898174980212 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558440

[startup+1.50072 s]
/proc/loadavg: 1.93 1.99 1.99 4/211 1520
/proc/meminfo: memFree=29809760/32873844 swapFree=7108/7108
[pid=1502] ppid=1500 vsize=9558440 CPUtime=2.52 cores=0,2,4,6
/proc/1502/stat : 1502 (java) S 1500 1502 31393 0 -1 4202496 12120 0 1 0 237 15 0 0 20 0 18 0 291198521 9787842560 88645 33554432000 1073741824 1073778376 140736217312944 140736217304080 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1502/statm: 2389610 88645 2255 9 0 2380296 0
[pid=1502/tid=1503] ppid=1500 vsize=9558440 CPUtime=1.36 cores=0,2,4,6
/proc/1502/task/1503/stat : 1503 (java) R 1500 1502 31393 0 -1 4202560 2612 0 1 0 131 5 0 0 20 0 18 0 291198522 9787842560 88645 33554432000 1073741824 1073778376 140736217312944 139898310557144 139898175013593 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1505] ppid=1500 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/1502/task/1505/stat : 1505 (java) S 1500 1502 31393 0 -1 4202560 118 0 0 0 3 2 0 0 20 0 18 0 291198522 9787842560 88645 33554432000 1073741824 1073778376 140736217312944 139898299619624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1506] ppid=1500 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/1502/task/1506/stat : 1506 (java) S 1500 1502 31393 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 291198522 9787842560 88645 33554432000 1073741824 1073778376 140736217312944 139898298566824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1507] ppid=1500 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/1502/task/1507/stat : 1507 (java) S 1500 1502 31393 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 18 0 291198522 9787842560 88645 33554432000 1073741824 1073778376 140736217312944 139898297514536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1508] ppid=1500 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/1502/task/1508/stat : 1508 (java) S 1500 1502 31393 0 -1 4202560 99 0 0 0 3 0 0 0 20 0 18 0 291198522 9787842560 88645 33554432000 1073741824 1073778376 140736217312944 139898296461736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1509] ppid=1500 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/1502/task/1509/stat : 1509 (java) S 1500 1502 31393 0 -1 4202560 107 0 0 0 3 0 0 0 20 0 18 0 291198522 9787842560 88645 33554432000 1073741824 1073778376 140736217312944 139898295409448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1502/tid=1510] ppid=1500 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/1502/task/1510/stat : 1510 (java) S 1500 1502 31393 0 -1 4202560 39 0 0 0 5 1 0 0 20 0 18 0 291198522 9787842560 88645 33554432000 1073741824 1073778376 140736217312944 139898294356648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1511] ppid=1500 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/1502/task/1511/stat : 1511 (java) S 1500 1502 31393 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 18 0 291198522 9787842560 88645 33554432000 1073741824 1073778376 140736217312944 139898293304360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1512] ppid=1500 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/1502/task/1512/stat : 1512 (java) S 1500 1502 31393 0 -1 4202560 119 0 0 0 3 1 0 0 20 0 18 0 291198522 9787842560 88645 33554432000 1073741824 1073778376 140736217312944 139898146995112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1513] ppid=1500 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1513/stat : 1513 (java) S 1500 1502 31393 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 291198523 9787842560 88645 33554432000 1073741824 1073778376 140736217312944 139898134796520 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1514] ppid=1500 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1514/stat : 1514 (java) S 1500 1502 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291198524 9787842560 88645 33554432000 1073741824 1073778376 140736217312944 139898133742584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1515] ppid=1500 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1515/stat : 1515 (java) S 1500 1502 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 291198524 9787842560 88645 33554432000 1073741824 1073778376 140736217312944 139898132690184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1516] ppid=1500 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1516/stat : 1516 (java) S 1500 1502 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291198526 9787842560 88645 33554432000 1073741824 1073778376 140736217312944 139898131638672 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1517] ppid=1500 vsize=9558440 CPUtime=0.28 cores=0,2,4,6
/proc/1502/task/1517/stat : 1517 (java) S 1500 1502 31393 0 -1 4202560 2389 0 0 0 28 0 0 0 20 0 18 0 291198526 9787842560 88645 33554432000 1073741824 1073778376 140736217312944 139898130586296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1518] ppid=1500 vsize=9558440 CPUtime=0.42 cores=0,2,4,6
/proc/1502/task/1518/stat : 1518 (java) S 1500 1502 31393 0 -1 4202560 5196 0 0 0 42 0 0 0 20 0 18 0 291198526 9787842560 88645 33554432000 1073741824 1073778376 140736217312944 139898129533496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1519] ppid=1500 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1519/stat : 1519 (java) S 1500 1502 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291198526 9787842560 88645 33554432000 1073741824 1073778376 140736217312944 139898128481400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1502/tid=1520] ppid=1500 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1520/stat : 1520 (java) S 1500 1502 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291198526 9787842560 88645 33554432000 1073741824 1073778376 140736217312944 139898127428808 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9558440

[startup+3.10076 s]
/proc/loadavg: 1.85 1.97 1.99 5/212 1521
/proc/meminfo: memFree=29429392/32873844 swapFree=7108/7108
[pid=1502] ppid=1500 vsize=9625004 CPUtime=4.69 cores=0,2,4,6
/proc/1502/stat : 1502 (java) S 1500 1502 31393 0 -1 4202496 13351 0 1 0 449 20 0 0 20 0 19 0 291198521 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 140736217304080 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1502/statm: 2406251 99046 2271 9 0 2396937 0
[pid=1502/tid=1503] ppid=1500 vsize=9625004 CPUtime=2.91 cores=0,2,4,6
/proc/1502/task/1503/stat : 1503 (java) R 1500 1502 31393 0 -1 4202560 2624 0 1 0 285 6 0 0 20 0 19 0 291198522 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 139898310558312 139898175388559 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1505] ppid=1500 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/1502/task/1505/stat : 1505 (java) S 1500 1502 31393 0 -1 4202560 124 0 0 0 5 2 0 0 20 0 19 0 291198522 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 139898299619624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1506] ppid=1500 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/1502/task/1506/stat : 1506 (java) S 1500 1502 31393 0 -1 4202560 33 0 0 0 2 1 0 0 20 0 19 0 291198522 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 139898298566824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1507] ppid=1500 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/1502/task/1507/stat : 1507 (java) S 1500 1502 31393 0 -1 4202560 40 0 0 0 5 0 0 0 20 0 19 0 291198522 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 139898297514536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1508] ppid=1500 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/1502/task/1508/stat : 1508 (java) S 1500 1502 31393 0 -1 4202560 120 0 0 0 5 1 0 0 20 0 19 0 291198522 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 139898296461736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1509] ppid=1500 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/1502/task/1509/stat : 1509 (java) S 1500 1502 31393 0 -1 4202560 156 0 0 0 7 2 0 0 20 0 19 0 291198522 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 139898295409448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1510] ppid=1500 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/1502/task/1510/stat : 1510 (java) S 1500 1502 31393 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 19 0 291198522 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 139898294356648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1511] ppid=1500 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/1502/task/1511/stat : 1511 (java) S 1500 1502 31393 0 -1 4202560 64 0 0 0 6 3 0 0 20 0 19 0 291198522 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 139898293304360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1512] ppid=1500 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/1502/task/1512/stat : 1512 (java) S 1500 1502 31393 0 -1 4202560 126 0 0 0 4 2 0 0 20 0 19 0 291198522 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 139898146995112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1513] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1513/stat : 1513 (java) S 1500 1502 31393 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 291198523 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 139898134796520 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1514] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1514/stat : 1514 (java) S 1500 1502 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291198524 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 139898133742584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1515] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1515/stat : 1515 (java) S 1500 1502 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291198524 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 139898132690184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1516] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1516/stat : 1516 (java) S 1500 1502 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198526 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 139898131638672 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1517] ppid=1500 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/1502/task/1517/stat : 1517 (java) S 1500 1502 31393 0 -1 4202560 3420 0 0 0 46 0 0 0 20 0 19 0 291198526 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 139898130586296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1518] ppid=1500 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/1502/task/1518/stat : 1518 (java) S 1500 1502 31393 0 -1 4202560 5217 0 0 0 65 0 0 0 20 0 19 0 291198526 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 139898129533496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1519] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1519/stat : 1519 (java) S 1500 1502 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198526 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 139898128481400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1502/tid=1520] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1520/stat : 1520 (java) S 1500 1502 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198526 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 139898127428808 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1521] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1521/stat : 1521 (java) S 1500 1502 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291198733 9856004096 99046 33554432000 1073741824 1073778376 140736217312944 139898126373800 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 9625004

[startup+6.30072 s]
/proc/loadavg: 1.85 1.97 1.99 3/213 1522
/proc/meminfo: memFree=29348636/32873844 swapFree=7108/7108
[pid=1502] ppid=1500 vsize=9625004 CPUtime=7.96 cores=0,2,4,6
/proc/1502/stat : 1502 (java) S 1500 1502 31393 0 -1 4202496 13375 0 1 0 775 21 0 0 20 0 19 0 291198521 9856004096 99015 33554432000 1073741824 1073778376 140736217312944 140736217304080 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1502/statm: 2406251 99015 2271 9 0 2396937 0
[pid=1502/tid=1503] ppid=1500 vsize=9625004 CPUtime=6.11 cores=0,2,4,6
/proc/1502/task/1503/stat : 1503 (java) R 1500 1502 31393 0 -1 4202560 2627 0 1 0 605 6 0 0 20 0 19 0 291198522 9856004096 99015 33554432000 1073741824 1073778376 140736217312944 139898310549880 139898174594912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1505] ppid=1500 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/1502/task/1505/stat : 1505 (java) S 1500 1502 31393 0 -1 4202560 124 0 0 0 5 2 0 0 20 0 19 0 291198522 9856004096 99015 33554432000 1073741824 1073778376 140736217312944 139898299619624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1506] ppid=1500 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/1502/task/1506/stat : 1506 (java) S 1500 1502 31393 0 -1 4202560 33 0 0 0 2 1 0 0 20 0 19 0 291198522 9856004096 99015 33554432000 1073741824 1073778376 140736217312944 139898298566824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1507] ppid=1500 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/1502/task/1507/stat : 1507 (java) S 1500 1502 31393 0 -1 4202560 40 0 0 0 5 0 0 0 20 0 19 0 291198522 9856004096 99015 33554432000 1073741824 1073778376 140736217312944 139898297514536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1508] ppid=1500 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/1502/task/1508/stat : 1508 (java) S 1500 1502 31393 0 -1 4202560 120 0 0 0 5 1 0 0 20 0 19 0 291198522 9856004096 99015 33554432000 1073741824 1073778376 140736217312944 139898296461736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1509] ppid=1500 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/1502/task/1509/stat : 1509 (java) S 1500 1502 31393 0 -1 4202560 156 0 0 0 7 2 0 0 20 0 19 0 291198522 9856004096 99015 33554432000 1073741824 1073778376 140736217312944 139898295409448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1510] ppid=1500 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/1502/task/1510/stat : 1510 (java) S 1500 1502 31393 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 19 0 291198522 9856004096 99015 33554432000 1073741824 1073778376 140736217312944 139898294356648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1511] ppid=1500 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/1502/task/1511/stat : 1511 (java) S 1500 1502 31393 0 -1 4202560 64 0 0 0 6 3 0 0 20 0 19 0 291198522 9856004096 99015 33554432000 1073741824 1073778376 140736217312944 139898293304360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1512] ppid=1500 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/1502/task/1512/stat : 1512 (java) S 1500 1502 31393 0 -1 4202560 126 0 0 0 4 2 0 0 20 0 19 0 291198522 9856004096 99015 33554432000 1073741824 1073778376 140736217312944 139898146995112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1513] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1513/stat : 1513 (java) S 1500 1502 31393 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 291198523 9856004096 99015 33554432000 1073741824 1073778376 140736217312944 139898134796520 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1514] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1514/stat : 1514 (java) S 1500 1502 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291198524 9856004096 99015 33554432000 1073741824 1073778376 140736217312944 139898133742584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1515] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1515/stat : 1515 (java) S 1500 1502 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291198524 9856004096 99015 33554432000 1073741824 1073778376 140736217312944 139898132690184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1516] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1516/stat : 1516 (java) S 1500 1502 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198526 9856004096 99015 33554432000 1073741824 1073778376 140736217312944 139898131638672 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1517] ppid=1500 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/1502/task/1517/stat : 1517 (java) S 1500 1502 31393 0 -1 4202560 3433 0 0 0 47 0 0 0 20 0 19 0 291198526 9856004096 99015 33554432000 1073741824 1073778376 140736217312944 139898130586296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1518] ppid=1500 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/1502/task/1518/stat : 1518 (java) S 1500 1502 31393 0 -1 4202560 5224 0 0 0 69 0 0 0 20 0 19 0 291198526 9856004096 99015 33554432000 1073741824 1073778376 140736217312944 139898129533496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1519] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1519/stat : 1519 (java) S 1500 1502 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198526 9856004096 99015 33554432000 1073741824 1073778376 140736217312944 139898128481400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=1502/tid=1510] ppid=1500 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/1502/task/1510/stat : 1510 (java) S 1500 1502 31393 0 -1 4202560 83 0 0 0 32 3 0 0 20 0 19 0 291198522 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898294356648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1511] ppid=1500 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/1502/task/1511/stat : 1511 (java) S 1500 1502 31393 0 -1 4202560 89 0 0 0 26 4 0 0 20 0 19 0 291198522 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898293304360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1502/tid=1512] ppid=1500 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1502/task/1512/stat : 1512 (java) S 1500 1502 31393 0 -1 4202560 160 0 0 0 30 3 0 0 20 0 19 0 291198522 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898146995112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1513] ppid=1500 vsize=9625004 CPUtime=7.37 cores=0,2,4,6
/proc/1502/task/1513/stat : 1513 (java) S 1500 1502 31393 0 -1 4202560 321 0 0 0 735 2 0 0 20 0 19 0 291198523 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898134796520 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1514] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1514/stat : 1514 (java) S 1500 1502 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291198524 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898133742584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1515] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1515/stat : 1515 (java) S 1500 1502 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291198524 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898132690184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1516] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1516/stat : 1516 (java) S 1500 1502 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198526 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898131638672 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1517] ppid=1500 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1502/task/1517/stat : 1517 (java) S 1500 1502 31393 0 -1 4202560 3467 0 0 0 59 0 0 0 20 0 19 0 291198526 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898130586296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1518] ppid=1500 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/1502/task/1518/stat : 1518 (java) S 1500 1502 31393 0 -1 4202560 5232 0 0 0 81 1 0 0 20 0 19 0 291198526 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898129533496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1519] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1519/stat : 1519 (java) S 1500 1502 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198526 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898128481400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1502/tid=1520] ppid=1500 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/1502/task/1520/stat : 1520 (java) S 1500 1502 31393 0 -1 4202560 96 0 0 0 21 24 0 0 20 0 19 0 291198526 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898127428808 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1521] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1521/stat : 1521 (java) S 1500 1502 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291198733 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898126373800 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1665.61
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/214 1539
/proc/meminfo: memFree=29024584/32873844 swapFree=7108/7108
[pid=1502] ppid=1500 vsize=9625004 CPUtime=1725.6 cores=0,2,4,6
/proc/1502/stat : 1502 (java) S 1500 1502 31393 0 -1 4202496 14008 0 1 0 172502 58 0 0 20 0 19 0 291198521 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 140736217304080 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1502/statm: 2406251 128907 2286 9 0 2396937 0
[pid=1502/tid=1503] ppid=1500 vsize=9625004 CPUtime=1713.97 cores=0,2,4,6
/proc/1502/task/1503/stat : 1503 (java) R 1500 1502 31393 0 -1 4202560 2669 0 1 0 171362 35 0 0 20 0 19 0 291198522 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898310558000 139898175388687 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1505] ppid=1500 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1502/task/1505/stat : 1505 (java) S 1500 1502 31393 0 -1 4202560 195 0 0 0 29 4 0 0 20 0 19 0 291198522 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898299619624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1502/tid=1506] ppid=1500 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/1502/task/1506/stat : 1506 (java) S 1500 1502 31393 0 -1 4202560 62 0 0 0 25 2 0 0 20 0 19 0 291198522 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898298566824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1502/tid=1507] ppid=1500 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/1502/task/1507/stat : 1507 (java) S 1500 1502 31393 0 -1 4202560 77 0 0 0 27 2 0 0 20 0 19 0 291198522 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898297514536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1508] ppid=1500 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/1502/task/1508/stat : 1508 (java) S 1500 1502 31393 0 -1 4202560 168 0 0 0 28 4 0 0 20 0 19 0 291198522 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898296461736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1502/tid=1509] ppid=1500 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/1502/task/1509/stat : 1509 (java) S 1500 1502 31393 0 -1 4202560 206 0 0 0 36 4 0 0 20 0 19 0 291198522 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898295409448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1510] ppid=1500 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/1502/task/1510/stat : 1510 (java) S 1500 1502 31393 0 -1 4202560 83 0 0 0 32 3 0 0 20 0 19 0 291198522 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898294356648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1511] ppid=1500 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/1502/task/1511/stat : 1511 (java) S 1500 1502 31393 0 -1 4202560 89 0 0 0 26 4 0 0 20 0 19 0 291198522 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898293304360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1502/tid=1512] ppid=1500 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1502/task/1512/stat : 1512 (java) S 1500 1502 31393 0 -1 4202560 160 0 0 0 30 3 0 0 20 0 19 0 291198522 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898146995112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1513] ppid=1500 vsize=9625004 CPUtime=7.37 cores=0,2,4,6
/proc/1502/task/1513/stat : 1513 (java) S 1500 1502 31393 0 -1 4202560 321 0 0 0 735 2 0 0 20 0 19 0 291198523 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898134796520 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1514] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1514/stat : 1514 (java) S 1500 1502 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291198524 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898133742584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1515] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1515/stat : 1515 (java) S 1500 1502 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291198524 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898132690184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1516] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1516/stat : 1516 (java) S 1500 1502 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198526 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898131638672 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1517] ppid=1500 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1502/task/1517/stat : 1517 (java) S 1500 1502 31393 0 -1 4202560 3467 0 0 0 59 0 0 0 20 0 19 0 291198526 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898130586296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1518] ppid=1500 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/1502/task/1518/stat : 1518 (java) S 1500 1502 31393 0 -1 4202560 5232 0 0 0 81 1 0 0 20 0 19 0 291198526 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898129533496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1519] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1519/stat : 1519 (java) S 1500 1502 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198526 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898128481400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1502/tid=1520] ppid=1500 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/1502/task/1520/stat : 1520 (java) S 1500 1502 31393 0 -1 4202560 98 0 0 0 22 25 0 0 20 0 19 0 291198526 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898127428808 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1521] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1521/stat : 1521 (java) S 1500 1502 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291198733 9856004096 128907 33554432000 1073741824 1073778376 140736217312944 139898126373800 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.6
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1539
/proc/meminfo: memFree=29024592/32873844 swapFree=7108/7108
[pid=1502] ppid=1500 vsize=9625004 CPUtime=1785.64 cores=0,2,4,6
/proc/1502/stat : 1502 (java) S 1500 1502 31393 0 -1 4202496 14028 0 1 0 178505 59 0 0 20 0 19 0 291198521 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 140736217304080 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1502/statm: 2406251 128920 2286 9 0 2396937 0
[pid=1502/tid=1503] ppid=1500 vsize=9625004 CPUtime=1773.75 cores=0,2,4,6
/proc/1502/task/1503/stat : 1503 (java) R 1500 1502 31393 0 -1 4202560 2670 0 1 0 177340 35 0 0 20 0 19 0 291198522 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898310558000 139898175235247 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1505] ppid=1500 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1502/task/1505/stat : 1505 (java) S 1500 1502 31393 0 -1 4202560 195 0 0 0 29 4 0 0 20 0 19 0 291198522 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898299619624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1502/tid=1506] ppid=1500 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/1502/task/1506/stat : 1506 (java) S 1500 1502 31393 0 -1 4202560 63 0 0 0 26 2 0 0 20 0 19 0 291198522 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898298566824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1507] ppid=1500 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/1502/task/1507/stat : 1507 (java) S 1500 1502 31393 0 -1 4202560 77 0 0 0 27 2 0 0 20 0 19 0 291198522 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898297514536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1508] ppid=1500 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/1502/task/1508/stat : 1508 (java) S 1500 1502 31393 0 -1 4202560 168 0 0 0 28 4 0 0 20 0 19 0 291198522 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898296461736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1502/tid=1509] ppid=1500 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/1502/task/1509/stat : 1509 (java) S 1500 1502 31393 0 -1 4202560 217 0 0 0 38 4 0 0 20 0 19 0 291198522 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898295409448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1510] ppid=1500 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/1502/task/1510/stat : 1510 (java) S 1500 1502 31393 0 -1 4202560 84 0 0 0 33 3 0 0 20 0 19 0 291198522 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898294356648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1511] ppid=1500 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/1502/task/1511/stat : 1511 (java) S 1500 1502 31393 0 -1 4202560 89 0 0 0 28 4 0 0 20 0 19 0 291198522 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898293304360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1512] ppid=1500 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1502/task/1512/stat : 1512 (java) S 1500 1502 31393 0 -1 4202560 160 0 0 0 30 3 0 0 20 0 19 0 291198522 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898146995112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1513] ppid=1500 vsize=9625004 CPUtime=7.56 cores=0,2,4,6
/proc/1502/task/1513/stat : 1513 (java) S 1500 1502 31393 0 -1 4202560 323 0 0 0 754 2 0 0 20 0 19 0 291198523 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898134796520 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1514] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1514/stat : 1514 (java) S 1500 1502 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291198524 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898133742584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1515] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1515/stat : 1515 (java) S 1500 1502 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291198524 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898132690184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1516] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1516/stat : 1516 (java) S 1500 1502 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198526 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898131638672 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1517] ppid=1500 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1502/task/1517/stat : 1517 (java) S 1500 1502 31393 0 -1 4202560 3467 0 0 0 59 0 0 0 20 0 19 0 291198526 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898130586296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1518] ppid=1500 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/1502/task/1518/stat : 1518 (java) S 1500 1502 31393 0 -1 4202560 5232 0 0 0 81 1 0 0 20 0 19 0 291198526 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898129533496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1519] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1519/stat : 1519 (java) S 1500 1502 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198526 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898128481400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1502/tid=1520] ppid=1500 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/1502/task/1520/stat : 1520 (java) S 1500 1502 31393 0 -1 4202560 102 0 0 0 22 27 0 0 20 0 19 0 291198526 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898127428808 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1521] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1521/stat : 1521 (java) S 1500 1502 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291198733 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898126373800 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.64
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1608
/proc/meminfo: memFree=29950584/32873844 swapFree=7108/7108
[pid=1502] ppid=1500 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/1502/stat : 1502 (java) S 1500 1502 31393 0 -1 4202496 14030 0 1 0 179945 59 0 0 20 0 19 0 291198521 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 140736217304080 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1502/statm: 2406251 128920 2286 9 0 2396937 0
[pid=1502/tid=1503] ppid=1500 vsize=9625004 CPUtime=1788.15 cores=0,2,4,6
/proc/1502/task/1503/stat : 1503 (java) R 1500 1502 31393 0 -1 4202560 2670 0 1 0 178779 36 0 0 20 0 19 0 291198522 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898310558000 139898175388274 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1505] ppid=1500 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1502/task/1505/stat : 1505 (java) S 1500 1502 31393 0 -1 4202560 195 0 0 0 29 4 0 0 20 0 19 0 291198522 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898299619624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1502/tid=1506] ppid=1500 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/1502/task/1506/stat : 1506 (java) S 1500 1502 31393 0 -1 4202560 63 0 0 0 26 2 0 0 20 0 19 0 291198522 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898298566824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1507] ppid=1500 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/1502/task/1507/stat : 1507 (java) S 1500 1502 31393 0 -1 4202560 77 0 0 0 27 2 0 0 20 0 19 0 291198522 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898297514536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1508] ppid=1500 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/1502/task/1508/stat : 1508 (java) S 1500 1502 31393 0 -1 4202560 168 0 0 0 28 4 0 0 20 0 19 0 291198522 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898296461736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1502/tid=1509] ppid=1500 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/1502/task/1509/stat : 1509 (java) S 1500 1502 31393 0 -1 4202560 217 0 0 0 38 4 0 0 20 0 19 0 291198522 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898295409448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1510] ppid=1500 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/1502/task/1510/stat : 1510 (java) S 1500 1502 31393 0 -1 4202560 84 0 0 0 33 3 0 0 20 0 19 0 291198522 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898294356648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1511] ppid=1500 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/1502/task/1511/stat : 1511 (java) S 1500 1502 31393 0 -1 4202560 89 0 0 0 28 4 0 0 20 0 19 0 291198522 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898293304360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1512] ppid=1500 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1502/task/1512/stat : 1512 (java) S 1500 1502 31393 0 -1 4202560 160 0 0 0 30 3 0 0 20 0 19 0 291198522 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898146995112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1502/tid=1513] ppid=1500 vsize=9625004 CPUtime=7.57 cores=0,2,4,6
/proc/1502/task/1513/stat : 1513 (java) S 1500 1502 31393 0 -1 4202560 323 0 0 0 755 2 0 0 20 0 19 0 291198523 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898134796520 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1514] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1514/stat : 1514 (java) S 1500 1502 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291198524 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898133742584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1515] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1515/stat : 1515 (java) S 1500 1502 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291198524 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898132690184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1516] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1516/stat : 1516 (java) S 1500 1502 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198526 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898131638672 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1517] ppid=1500 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1502/task/1517/stat : 1517 (java) S 1500 1502 31393 0 -1 4202560 3467 0 0 0 59 0 0 0 20 0 19 0 291198526 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898130586296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1502/tid=1518] ppid=1500 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/1502/task/1518/stat : 1518 (java) S 1500 1502 31393 0 -1 4202560 5232 0 0 0 81 1 0 0 20 0 19 0 291198526 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898129533496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1519] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1519/stat : 1519 (java) S 1500 1502 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291198526 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898128481400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1502/tid=1520] ppid=1500 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/1502/task/1520/stat : 1520 (java) S 1500 1502 31393 0 -1 4202560 104 0 0 0 23 27 0 0 20 0 19 0 291198526 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898127428808 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1502/tid=1521] ppid=1500 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1502/task/1521/stat : 1521 (java) S 1500 1502 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291198733 9856004096 128920 33554432000 1073741824 1073778376 140736217312944 139898126373800 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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): 1796.74
CPU time (s): 1800.62
CPU user time (s): 1799.55
CPU system time (s): 1.07084
CPU usage (%): 100.216
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.55
system time used= 1.07084
maximum resident set size= 515816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14068
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39272
involuntary context switches= 29891

runsolver used 6.18906 second user time and 14.8837 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-29 02:18:19
IDJOB=3710469
IDBENCH=92689
IDSOLVER=2289
FILE ID=node103/3710469-1338250699
RUNJOBID= node103-1338248899-1284
PBS_JOBID= 14624635
Free space on /tmp= 71504 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat35_4_11_9_mh_ic.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-3710469-1338250699/watcher-3710469-1338250699 -o /tmp/evaluation-result-3710469-1338250699/solver-3710469-1338250699 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710469-1338250699.opb

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

MD5SUM BENCH= 35d83572ac6ace98816feaf09e0a147d
RANDOM SEED=2097674224

node103.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.189
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.37
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.189
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.189
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:       32873844 kB
MemFree:        30111060 kB
Buffers:          747028 kB
Cached:           713052 kB
SwapCached:         4492 kB
Active:          1463656 kB
Inactive:         383804 kB
Active(anon):     374912 kB
Inactive(anon):     6216 kB
Active(file):    1088744 kB
Inactive(file):   377588 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099580 kB
Dirty:             51736 kB
Writeback:             8 kB
AnonPages:        257240 kB
Mapped:            19804 kB
Shmem:                 8 kB
Slab:             772280 kB
SReclaimable:     213888 kB
SUnreclaim:       558392 kB
KernelStack:        1600 kB
PageTables:         4868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1079580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71540 MiB
End job on node103 at 2012-05-29 02:48:18