Trace number 3710466

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.39 1795.85

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_6_mh_ic.opb
MD5SUMc368128bd234e052a40539eff90aaf64
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3983873
Best CPU time to get the best result obtained on this benchmark1800.19
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 115501303
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 29044350431
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 115501303
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 29044350431
Number of bits of the biggest sum of numbers35
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.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	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-3710466-1338249500.opb
0.10/0.12	c reading problem ... 
3.21/2.18	c ... done. Wall clock time 2.062s.
3.21/2.18	c declared #vars     126385
3.21/2.18	c #constraints  290547
3.21/2.18	c constraints type 
3.21/2.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81551
3.21/2.19	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
3.21/2.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 42
3.21/2.19	c ignored satisfied constraints => 4
3.21/2.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 127365
3.21/2.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 81585
3.21/2.19	c 290551 constraints processed.
22.79/20.91	c cleaning 2500 clauses out of 5000 with flag 5000/5000
76.68/74.61	c cleaning 4246 clauses out of 8500 with flag 11000/11000
104.34/102.23	c cleaning 5624 clauses out of 11254 with flag 18000/18000
124.56/122.43	c cleaning 6797 clauses out of 13630 with flag 26000/26000
144.72/142.55	c cleaning 7896 clauses out of 15833 with flag 35000/35000
169.36/167.20	c cleaning 8958 clauses out of 17937 with flag 45000/45000
190.18/187.97	c cleaning 9981 clauses out of 19979 with flag 56000/56000
234.63/232.33	c cleaning 10985 clauses out of 21998 with flag 68000/68000
274.27/271.96	c cleaning 11992 clauses out of 24016 with flag 81003/81003
313.10/310.74	c cleaning 12988 clauses out of 26021 with flag 95000/95000
336.42/334.09	c cleaning 14010 clauses out of 28034 with flag 110001/110001
387.59/385.15	c cleaning 15009 clauses out of 30023 with flag 126000/126000
426.34/423.88	c cleaning 16000 clauses out of 32014 with flag 143000/143000
442.95/440.46	c cleaning 17005 clauses out of 34019 with flag 161005/161005
471.39/468.89	c cleaning 17988 clauses out of 36009 with flag 180000/180000
513.03/510.43	c cleaning 19009 clauses out of 38022 with flag 200001/200001
567.59/564.92	c cleaning 19989 clauses out of 40012 with flag 221000/221000
616.25/613.57	c cleaning 20987 clauses out of 42023 with flag 243000/243000
687.09/684.34	c cleaning 21988 clauses out of 44036 with flag 266000/266000
801.09/798.26	c cleaning 23010 clauses out of 46052 with flag 290004/290004
895.75/892.86	c cleaning 24008 clauses out of 48041 with flag 315003/315003
922.59/919.64	c cleaning 24995 clauses out of 50030 with flag 341000/341000
987.40/984.33	c cleaning 25988 clauses out of 52038 with flag 368003/368003
1059.98/1056.89	c cleaning 27021 clauses out of 54047 with flag 396000/396000
1172.18/1168.91	c cleaning 28010 clauses out of 56027 with flag 425001/425001
1195.21/1191.99	c cleaning 28981 clauses out of 58016 with flag 455000/455000
1245.61/1242.25	c cleaning 29978 clauses out of 60035 with flag 486000/486000
1319.60/1316.13	c cleaning 30992 clauses out of 62059 with flag 518002/518002
1353.36/1349.82	c cleaning 32022 clauses out of 64065 with flag 551000/551000
1380.62/1377.08	c cleaning 33001 clauses out of 66043 with flag 585000/585000
1450.17/1446.48	c cleaning 34005 clauses out of 68042 with flag 620000/620000
1509.92/1506.13	c cleaning 35003 clauses out of 70037 with flag 656000/656000
1574.40/1570.52	c cleaning 35999 clauses out of 72037 with flag 693003/693003
1615.67/1611.76	c cleaning 36986 clauses out of 74035 with flag 731000/731000
1669.22/1665.24	c cleaning 38008 clauses out of 76054 with flag 770005/770005
1716.99/1712.97	c cleaning 38998 clauses out of 78041 with flag 810000/810000
1777.56/1773.47	c cleaning 40008 clauses out of 80043 with flag 851000/851000
1800.02/1795.81	c starts		: 171
1800.02/1795.81	c conflicts		: 868146
1800.02/1795.81	c decisions		: 3100357
1800.02/1795.81	c propagations		: 527011794
1800.02/1795.81	c inspects		: 9686612670
1800.02/1795.81	c shortcuts		: 0
1800.02/1795.81	c learnt literals	: 0
1800.02/1795.81	c learnt binary clauses	: 42
1800.02/1795.81	c learnt ternary clauses	: 40
1800.02/1795.81	c learnt constraints	: 868146
1800.02/1795.81	c ignored constraints	: 0
1800.02/1795.81	c root simplifications	: 171
1800.02/1795.81	c removed literals (reason simplification)	: 9933671
1800.02/1795.81	c reason swapping (by a shorter reason)	: 0
1800.02/1795.81	c Calls to reduceDB	: 37
1800.02/1795.81	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.81	c number of learned constraints concerned by reduction	: 0
1800.02/1795.81	c number of learning phase by resolution	: 0
1800.02/1795.81	c number of learning phase by cutting planes	: 0
1800.02/1795.81	c speed (assignments/second)	: 293830.7338912461
1800.02/1795.81	c non guided choices	654
1800.02/1795.84	c learnt constraints type 
1800.02/1795.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 42
1800.02/1795.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 57147
1800.02/1795.84	c constraints type 
1800.02/1795.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81551
1800.02/1795.84	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1800.02/1795.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 42
1800.02/1795.84	c ignored satisfied constraints => 4
1800.02/1795.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 127365
1800.02/1795.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 81585
1800.02/1795.84	c 290551 constraints processed.
1800.02/1795.84	s UNKNOWN
1800.02/1795.84	c Total wall clock time (in seconds): 1795.714

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 31951
/proc/meminfo: memFree=26629240/32873844 swapFree=6088/6088
[pid=31951] ppid=31949 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/31951/stat : 31951 (java) D 31949 31951 30092 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 291078634 9515008 182 33554432000 1073741824 1073778376 140737202326448 140737202317480 240426761909 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/31951/statm: 2323 182 140 9 0 71 0

[startup+0.0116759 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 31951
/proc/meminfo: memFree=26629240/32873844 swapFree=6088/6088
[pid=31951] ppid=31949 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/31951/stat : 31951 (java) S 31949 31951 30092 0 -1 4202496 1206 0 0 0 0 0 0 0 20 0 2 0 291078634 94019584 917 33554432000 1073741824 1073778376 140735003570880 140735003562016 240430121021 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31951/statm: 22954 917 697 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 91816

[startup+0.100269 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 31951
/proc/meminfo: memFree=26629240/32873844 swapFree=6088/6088
[pid=31951] ppid=31949 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/31951/stat : 31951 (java) S 31949 31951 30092 0 -1 4202496 4246 0 1 0 8 2 0 0 20 0 18 0 291078634 9787842560 5453 33554432000 1073741824 1073778376 140735003570880 140735003562016 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31951/statm: 2389610 5453 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300271 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 31951
/proc/meminfo: memFree=26629240/32873844 swapFree=6088/6088
[pid=31951] ppid=31949 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/31951/stat : 31951 (java) S 31949 31951 30092 0 -1 4202496 5158 0 1 0 43 2 0 0 20 0 18 0 291078634 9787842560 12817 33554432000 1073741824 1073778376 140735003570880 140735003562016 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31951/statm: 2389610 12817 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700268 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 31951
/proc/meminfo: memFree=26629240/32873844 swapFree=6088/6088
[pid=31951] ppid=31949 vsize=9558440 CPUtime=1.29 cores=1,3,5,7
/proc/31951/stat : 31951 (java) S 31949 31951 30092 0 -1 4202496 7348 0 1 0 121 8 0 0 20 0 18 0 291078634 9787842560 44074 33554432000 1073741824 1073778376 140735003570880 140735003562016 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31951/statm: 2389610 44074 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9558440

[startup+1.5008 s]
/proc/loadavg: 1.92 1.98 1.99 2/192 31972
/proc/meminfo: memFree=26760336/32873844 swapFree=6088/6088
[pid=31951] ppid=31949 vsize=9558440 CPUtime=2.45 cores=1,3,5,7
/proc/31951/stat : 31951 (java) S 31949 31951 30092 0 -1 4202496 11701 0 1 0 231 14 0 0 20 0 18 0 291078634 9787842560 78297 33554432000 1073741824 1073778376 140735003570880 140735003562016 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31951/statm: 2389610 78297 2255 9 0 2380296 0
[pid=31951/tid=31953] ppid=31949 vsize=9558440 CPUtime=1.38 cores=1,3,5,7
/proc/31951/task/31953/stat : 31953 (java) R 31949 31951 30092 0 -1 4202560 2615 0 1 0 133 5 0 0 20 0 18 0 291078635 9787842560 78297 33554432000 1073741824 1073778376 140735003570880 139769148731280 139768990556293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31954] ppid=31949 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/31951/task/31954/stat : 31954 (java) S 31949 31951 30092 0 -1 4202560 105 0 0 0 4 0 0 0 20 0 18 0 291078636 9787842560 78297 33554432000 1073741824 1073778376 140735003570880 139769110231208 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31955] ppid=31949 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/31951/task/31955/stat : 31955 (java) S 31949 31951 30092 0 -1 4202560 104 0 0 0 3 1 0 0 20 0 18 0 291078636 9787842560 78297 33554432000 1073741824 1073778376 140735003570880 139769109178664 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31956] ppid=31949 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/31951/task/31956/stat : 31956 (java) S 31949 31951 30092 0 -1 4202560 102 0 0 0 1 0 0 0 20 0 18 0 291078636 9787842560 78297 33554432000 1073741824 1073778376 140735003570880 139768990001576 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31951/tid=31957] ppid=31949 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/31951/task/31957/stat : 31957 (java) S 31949 31951 30092 0 -1 4202560 102 0 0 0 3 0 0 0 20 0 18 0 291078636 9787842560 78297 33554432000 1073741824 1073778376 140735003570880 139768988949032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31958] ppid=31949 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/31951/task/31958/stat : 31958 (java) S 31949 31951 30092 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 291078636 9787842560 78297 33554432000 1073741824 1073778376 140735003570880 139768987896488 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31959] ppid=31949 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/31951/task/31959/stat : 31959 (java) S 31949 31951 30092 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 291078636 9787842560 78809 33554432000 1073741824 1073778376 140735003570880 139768986843944 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31951/tid=31960] ppid=31949 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/31951/task/31960/stat : 31960 (java) S 31949 31951 30092 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 291078636 9787842560 78809 33554432000 1073741824 1073778376 140735003570880 139768985791400 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31951/tid=31961] ppid=31949 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/31951/task/31961/stat : 31961 (java) S 31949 31951 30092 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 291078636 9787842560 78809 33554432000 1073741824 1073778376 140735003570880 139768984738856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31962] ppid=31949 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31962/stat : 31962 (java) S 31949 31951 30092 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 291078637 9787842560 78809 33554432000 1073741824 1073778376 140735003570880 139768502409320 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31963] ppid=31949 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31963/stat : 31963 (java) S 31949 31951 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291078638 9787842560 78809 33554432000 1073741824 1073778376 140735003570880 139768501355640 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31964] ppid=31949 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31964/stat : 31964 (java) S 31949 31951 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 291078638 9787842560 78809 33554432000 1073741824 1073778376 140735003570880 139768500302984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31965] ppid=31949 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31965/stat : 31965 (java) S 31949 31951 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291078640 9787842560 78809 33554432000 1073741824 1073778376 140735003570880 139768499251728 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31966] ppid=31949 vsize=9558440 CPUtime=0.37 cores=1,3,5,7
/proc/31951/task/31966/stat : 31966 (java) S 31949 31951 30092 0 -1 4202560 2997 0 0 0 37 0 0 0 20 0 18 0 291078640 9787842560 78809 33554432000 1073741824 1073778376 140735003570880 139768498199096 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31951/tid=31967] ppid=31949 vsize=9558440 CPUtime=0.37 cores=1,3,5,7
/proc/31951/task/31967/stat : 31967 (java) S 31949 31951 30092 0 -1 4202560 4383 0 0 0 35 2 0 0 20 0 18 0 291078640 9787842560 78809 33554432000 1073741824 1073778376 140735003570880 139768497146552 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31968] ppid=31949 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31968/stat : 31968 (java) S 31949 31951 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291078640 9787842560 78809 33554432000 1073741824 1073778376 140735003570880 139768496094200 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31969] ppid=31949 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31969/stat : 31969 (java) S 31949 31951 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291078640 9787842560 78809 33554432000 1073741824 1073778376 140735003570880 139768495041864 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9558440

[startup+3.1008 s]
/proc/loadavg: 1.92 1.98 1.99 2/192 31972
/proc/meminfo: memFree=26608976/32873844 swapFree=6088/6088
[pid=31951] ppid=31949 vsize=9625004 CPUtime=4.85 cores=1,3,5,7
/proc/31951/stat : 31951 (java) S 31949 31951 30092 0 -1 4202496 13166 0 1 0 459 26 0 0 20 0 19 0 291078634 9856004096 99101 33554432000 1073741824 1073778376 140735003570880 140735003562016 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31951/statm: 2406251 99101 2271 9 0 2396937 0
[pid=31951/tid=31953] ppid=31949 vsize=9625004 CPUtime=2.87 cores=1,3,5,7
/proc/31951/task/31953/stat : 31953 (java) R 31949 31951 30092 0 -1 4202560 2633 0 1 0 280 7 0 0 20 0 19 0 291078635 9856004096 99101 33554432000 1073741824 1073778376 140735003570880 139769148740200 139768990820115 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31954] ppid=31949 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/31951/task/31954/stat : 31954 (java) S 31949 31951 30092 0 -1 4202560 175 0 0 0 11 4 0 0 20 0 19 0 291078636 9856004096 99101 33554432000 1073741824 1073778376 140735003570880 139769110231208 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31955] ppid=31949 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/31951/task/31955/stat : 31955 (java) S 31949 31951 30092 0 -1 4202560 121 0 0 0 5 3 0 0 20 0 19 0 291078636 9856004096 99101 33554432000 1073741824 1073778376 140735003570880 139769109178664 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31956] ppid=31949 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/31951/task/31956/stat : 31956 (java) S 31949 31951 30092 0 -1 4202560 127 0 0 0 4 1 0 0 20 0 19 0 291078636 9856004096 99101 33554432000 1073741824 1073778376 140735003570880 139768990001576 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31957] ppid=31949 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/31951/task/31957/stat : 31957 (java) S 31949 31951 30092 0 -1 4202560 131 0 0 0 7 3 0 0 20 0 19 0 291078636 9856004096 99101 33554432000 1073741824 1073778376 140735003570880 139768988949032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31951/tid=31958] ppid=31949 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/31951/task/31958/stat : 31958 (java) S 31949 31951 30092 0 -1 4202560 41 0 0 0 4 1 0 0 20 0 19 0 291078636 9856004096 99101 33554432000 1073741824 1073778376 140735003570880 139768987896488 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31959] ppid=31949 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/31951/task/31959/stat : 31959 (java) S 31949 31951 30092 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 19 0 291078636 9856004096 99101 33554432000 1073741824 1073778376 140735003570880 139768986843944 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31951/tid=31960] ppid=31949 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/31951/task/31960/stat : 31960 (java) S 31949 31951 30092 0 -1 4202560 49 0 0 0 7 2 0 0 20 0 19 0 291078636 9856004096 99101 33554432000 1073741824 1073778376 140735003570880 139768985791400 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31961] ppid=31949 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/31951/task/31961/stat : 31961 (java) S 31949 31951 30092 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 19 0 291078636 9856004096 99101 33554432000 1073741824 1073778376 140735003570880 139768984738856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31951/tid=31962] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31962/stat : 31962 (java) S 31949 31951 30092 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 291078637 9856004096 99101 33554432000 1073741824 1073778376 140735003570880 139768502409320 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31951/tid=31963] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31963/stat : 31963 (java) S 31949 31951 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291078638 9856004096 99101 33554432000 1073741824 1073778376 140735003570880 139768501355640 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31964] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31964/stat : 31964 (java) S 31949 31951 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291078638 9856004096 99101 33554432000 1073741824 1073778376 140735003570880 139768500302984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31965] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31965/stat : 31965 (java) S 31949 31951 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291078640 9856004096 99101 33554432000 1073741824 1073778376 140735003570880 139768499251728 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31966] ppid=31949 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/31951/task/31966/stat : 31966 (java) S 31949 31951 30092 0 -1 4202560 4036 0 0 0 58 0 0 0 20 0 19 0 291078640 9856004096 99101 33554432000 1073741824 1073778376 140735003570880 139768498199096 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31951/tid=31967] ppid=31949 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/31951/task/31967/stat : 31967 (java) S 31949 31951 30092 0 -1 4202560 4413 0 0 0 60 2 0 0 20 0 19 0 291078640 9856004096 99101 33554432000 1073741824 1073778376 140735003570880 139768497146552 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31968] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31968/stat : 31968 (java) S 31949 31951 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291078640 9856004096 99101 33554432000 1073741824 1073778376 140735003570880 139768496094200 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31969] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31969/stat : 31969 (java) S 31949 31951 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291078640 9856004096 99101 33554432000 1073741824 1073778376 140735003570880 139768495041864 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 9625004

[startup+6.30077 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 32028
/proc/meminfo: memFree=26153356/32873844 swapFree=6088/6088
[pid=31951] ppid=31949 vsize=9625004 CPUtime=8.06 cores=1,3,5,7
/proc/31951/stat : 31951 (java) S 31949 31951 30092 0 -1 4202496 13169 0 1 0 779 27 0 0 20 0 19 0 291078634 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 140735003562016 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31951/statm: 2406251 98930 2271 9 0 2396937 0
[pid=31951/tid=31953] ppid=31949 vsize=9625004 CPUtime=6.06 cores=1,3,5,7
/proc/31951/task/31953/stat : 31953 (java) R 31949 31951 30092 0 -1 4202560 2635 0 1 0 599 7 0 0 20 0 19 0 291078635 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 139769148740136 139768990238215 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31954] ppid=31949 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/31951/task/31954/stat : 31954 (java) S 31949 31951 30092 0 -1 4202560 175 0 0 0 11 4 0 0 20 0 19 0 291078636 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 139769110231208 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31955] ppid=31949 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/31951/task/31955/stat : 31955 (java) S 31949 31951 30092 0 -1 4202560 121 0 0 0 5 3 0 0 20 0 19 0 291078636 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 139769109178664 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31956] ppid=31949 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/31951/task/31956/stat : 31956 (java) S 31949 31951 30092 0 -1 4202560 127 0 0 0 4 1 0 0 20 0 19 0 291078636 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 139768990001576 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31957] ppid=31949 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/31951/task/31957/stat : 31957 (java) S 31949 31951 30092 0 -1 4202560 131 0 0 0 7 3 0 0 20 0 19 0 291078636 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 139768988949032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31951/tid=31958] ppid=31949 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/31951/task/31958/stat : 31958 (java) S 31949 31951 30092 0 -1 4202560 41 0 0 0 4 1 0 0 20 0 19 0 291078636 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 139768987896488 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31959] ppid=31949 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/31951/task/31959/stat : 31959 (java) S 31949 31951 30092 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 19 0 291078636 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 139768986843944 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31951/tid=31960] ppid=31949 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/31951/task/31960/stat : 31960 (java) S 31949 31951 30092 0 -1 4202560 49 0 0 0 7 2 0 0 20 0 19 0 291078636 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 139768985791400 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31961] ppid=31949 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/31951/task/31961/stat : 31961 (java) S 31949 31951 30092 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 19 0 291078636 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 139768984738856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31951/tid=31962] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31962/stat : 31962 (java) S 31949 31951 30092 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 291078637 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 139768502409320 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31963] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31963/stat : 31963 (java) S 31949 31951 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291078638 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 139768501355640 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31964] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31964/stat : 31964 (java) S 31949 31951 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291078638 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 139768500302984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31965] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31965/stat : 31965 (java) S 31949 31951 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291078640 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 139768499251728 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31966] ppid=31949 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/31951/task/31966/stat : 31966 (java) S 31949 31951 30092 0 -1 4202560 4036 0 0 0 58 0 0 0 20 0 19 0 291078640 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 139768498199096 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31951/tid=31967] ppid=31949 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/31951/task/31967/stat : 31967 (java) S 31949 31951 30092 0 -1 4202560 4413 0 0 0 61 2 0 0 20 0 19 0 291078640 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 139768497146552 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31968] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31968/stat : 31968 (java) S 31949 31951 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291078640 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 139768496094200 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31969] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31969/stat : 31969 (java) S 31949 31951 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291078640 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 139768495041864 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31973] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31973/stat : 31973 (java) S 31949 31951 30092 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291078856 9856004096 98930 33554432000 1073741824 1073778376 140735003570880 139768493986600 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 32029
/proc/meminfo: memFree=25779980/32873844 swapFree=6088/6088
[pid=31951] ppid=31949 vsize=9625004 CPUtime=14.54 cores=1,3,5,7
/proc/31951/stat : 31951 (java) S 31949 31951 30092 0 -1 4202496 13175 0 1 0 1426 28 0 0 20 0 19 0 291078634 9856004096 98798 33554432000 1073741824 1073778376 140735003570880 140735003562016 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0

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

[pid=31951/tid=31959] ppid=31949 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/31951/task/31959/stat : 31959 (java) S 31949 31951 30092 0 -1 4202560 70 0 0 0 30 3 0 0 20 0 19 0 291078636 9856004096 129496 33554432000 1073741824 1073778376 140735003570880 139768986843944 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31951/tid=31960] ppid=31949 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/31951/task/31960/stat : 31960 (java) S 31949 31951 30092 0 -1 4202560 83 0 0 0 27 4 0 0 20 0 19 0 291078636 9856004096 129496 33554432000 1073741824 1073778376 140735003570880 139768985791400 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31951/tid=31961] ppid=31949 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/31951/task/31961/stat : 31961 (java) S 31949 31951 30092 0 -1 4202560 49 0 0 0 20 3 0 0 20 0 19 0 291078636 9856004096 129496 33554432000 1073741824 1073778376 140735003570880 139768984738856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31962] ppid=31949 vsize=9625004 CPUtime=7.81 cores=1,3,5,7
/proc/31951/task/31962/stat : 31962 (java) S 31949 31951 30092 0 -1 4202560 318 0 0 0 777 4 0 0 20 0 19 0 291078637 9856004096 129496 33554432000 1073741824 1073778376 140735003570880 139768502409320 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31963] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31963/stat : 31963 (java) S 31949 31951 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291078638 9856004096 129496 33554432000 1073741824 1073778376 140735003570880 139768501355640 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31964] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31964/stat : 31964 (java) S 31949 31951 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291078638 9856004096 129496 33554432000 1073741824 1073778376 140735003570880 139768500302984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31965] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31965/stat : 31965 (java) S 31949 31951 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291078640 9856004096 129496 33554432000 1073741824 1073778376 140735003570880 139768499251728 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31966] ppid=31949 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/31951/task/31966/stat : 31966 (java) S 31949 31951 30092 0 -1 4202560 4044 0 0 0 70 0 0 0 20 0 19 0 291078640 9856004096 129496 33554432000 1073741824 1073778376 140735003570880 139768498199096 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31967] ppid=31949 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/31951/task/31967/stat : 31967 (java) S 31949 31951 30092 0 -1 4202560 4444 0 0 0 78 2 0 0 20 0 19 0 291078640 9856004096 129496 33554432000 1073741824 1073778376 140735003570880 139768497146552 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31968] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31968/stat : 31968 (java) S 31949 31951 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291078640 9856004096 129496 33554432000 1073741824 1073778376 140735003570880 139768496094200 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31969] ppid=31949 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/31951/task/31969/stat : 31969 (java) S 31949 31951 30092 0 -1 4202560 97 0 0 0 38 41 0 0 20 0 19 0 291078640 9856004096 129496 33554432000 1073741824 1073778376 140735003570880 139768495041864 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31973] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31973/stat : 31973 (java) S 31949 31951 30092 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291078856 9856004096 129496 33554432000 1073741824 1073778376 140735003570880 139768493986600 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1666.32
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/213 32066
/proc/meminfo: memFree=25446456/32873844 swapFree=6088/6088
[pid=31951] ppid=31949 vsize=9625004 CPUtime=1726.43 cores=1,3,5,7
/proc/31951/stat : 31951 (java) S 31949 31951 30092 0 -1 4202496 13766 0 1 0 172551 92 0 0 20 0 19 0 291078634 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 140735003562016 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31951/statm: 2406251 129514 2286 9 0 2396937 0
[pid=31951/tid=31953] ppid=31949 vsize=9625004 CPUtime=1713.15 cores=1,3,5,7
/proc/31951/task/31953/stat : 31953 (java) R 31949 31951 30092 0 -1 4202560 2678 0 1 0 171278 37 0 0 20 0 19 0 291078635 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 139769148739888 139768990830322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31954] ppid=31949 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/31951/task/31954/stat : 31954 (java) S 31949 31951 30092 0 -1 4202560 215 0 0 0 36 5 0 0 20 0 19 0 291078636 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 139769110231208 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31955] ppid=31949 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/31951/task/31955/stat : 31955 (java) S 31949 31951 30092 0 -1 4202560 151 0 0 0 32 4 0 0 20 0 19 0 291078636 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 139769109178664 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31956] ppid=31949 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/31951/task/31956/stat : 31956 (java) S 31949 31951 30092 0 -1 4202560 146 0 0 0 26 3 0 0 20 0 19 0 291078636 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 139768990001576 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31957] ppid=31949 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/31951/task/31957/stat : 31957 (java) S 31949 31951 30092 0 -1 4202560 162 0 0 0 32 5 0 0 20 0 19 0 291078636 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 139768988949032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31958] ppid=31949 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/31951/task/31958/stat : 31958 (java) S 31949 31951 30092 0 -1 4202560 110 0 0 0 27 4 0 0 20 0 19 0 291078636 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 139768987896488 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31951/tid=31959] ppid=31949 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/31951/task/31959/stat : 31959 (java) S 31949 31951 30092 0 -1 4202560 70 0 0 0 32 3 0 0 20 0 19 0 291078636 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 139768986843944 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31960] ppid=31949 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/31951/task/31960/stat : 31960 (java) S 31949 31951 30092 0 -1 4202560 90 0 0 0 30 4 0 0 20 0 19 0 291078636 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 139768985791400 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31961] ppid=31949 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/31951/task/31961/stat : 31961 (java) S 31949 31951 30092 0 -1 4202560 52 0 0 0 22 3 0 0 20 0 19 0 291078636 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 139768984738856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31962] ppid=31949 vsize=9625004 CPUtime=8.34 cores=1,3,5,7
/proc/31951/task/31962/stat : 31962 (java) S 31949 31951 30092 0 -1 4202560 322 0 0 0 830 4 0 0 20 0 19 0 291078637 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 139768502409320 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31963] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31963/stat : 31963 (java) S 31949 31951 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291078638 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 139768501355640 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31964] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31964/stat : 31964 (java) S 31949 31951 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291078638 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 139768500302984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31965] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31965/stat : 31965 (java) S 31949 31951 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291078640 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 139768499251728 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31966] ppid=31949 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/31951/task/31966/stat : 31966 (java) S 31949 31951 30092 0 -1 4202560 4044 0 0 0 70 0 0 0 20 0 19 0 291078640 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 139768498199096 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31967] ppid=31949 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/31951/task/31967/stat : 31967 (java) S 31949 31951 30092 0 -1 4202560 4444 0 0 0 78 2 0 0 20 0 19 0 291078640 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 139768497146552 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31968] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31968/stat : 31968 (java) S 31949 31951 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291078640 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 139768496094200 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31969] ppid=31949 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/31951/task/31969/stat : 31969 (java) S 31949 31951 30092 0 -1 4202560 101 0 0 0 39 42 0 0 20 0 19 0 291078640 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 139768495041864 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31973] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31973/stat : 31973 (java) S 31949 31951 30092 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291078856 9856004096 129514 33554432000 1073741824 1073778376 140735003570880 139768493986600 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.43
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 32066
/proc/meminfo: memFree=25446456/32873844 swapFree=6088/6088
[pid=31951] ppid=31949 vsize=9625004 CPUtime=1786.51 cores=1,3,5,7
/proc/31951/stat : 31951 (java) S 31949 31951 30092 0 -1 4202496 13782 0 1 0 178557 94 0 0 20 0 19 0 291078634 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 140735003562016 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31951/statm: 2406251 129525 2286 9 0 2396937 0
[pid=31951/tid=31953] ppid=31949 vsize=9625004 CPUtime=1772.9 cores=1,3,5,7
/proc/31951/task/31953/stat : 31953 (java) R 31949 31951 30092 0 -1 4202560 2679 0 1 0 177253 37 0 0 20 0 19 0 291078635 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139769148739888 139768990820115 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31954] ppid=31949 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/31951/task/31954/stat : 31954 (java) S 31949 31951 30092 0 -1 4202560 215 0 0 0 36 5 0 0 20 0 19 0 291078636 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139769110231208 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31955] ppid=31949 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/31951/task/31955/stat : 31955 (java) S 31949 31951 30092 0 -1 4202560 151 0 0 0 33 4 0 0 20 0 19 0 291078636 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139769109178664 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31951/tid=31956] ppid=31949 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/31951/task/31956/stat : 31956 (java) S 31949 31951 30092 0 -1 4202560 146 0 0 0 26 3 0 0 20 0 19 0 291078636 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768990001576 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31957] ppid=31949 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/31951/task/31957/stat : 31957 (java) S 31949 31951 30092 0 -1 4202560 162 0 0 0 33 5 0 0 20 0 19 0 291078636 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768988949032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31958] ppid=31949 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/31951/task/31958/stat : 31958 (java) S 31949 31951 30092 0 -1 4202560 110 0 0 0 28 4 0 0 20 0 19 0 291078636 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768987896488 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31959] ppid=31949 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/31951/task/31959/stat : 31959 (java) S 31949 31951 30092 0 -1 4202560 76 0 0 0 33 3 0 0 20 0 19 0 291078636 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768986843944 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31960] ppid=31949 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/31951/task/31960/stat : 31960 (java) S 31949 31951 30092 0 -1 4202560 94 0 0 0 31 4 0 0 20 0 19 0 291078636 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768985791400 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31961] ppid=31949 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/31951/task/31961/stat : 31961 (java) S 31949 31951 30092 0 -1 4202560 53 0 0 0 24 3 0 0 20 0 19 0 291078636 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768984738856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31962] ppid=31949 vsize=9625004 CPUtime=8.56 cores=1,3,5,7
/proc/31951/task/31962/stat : 31962 (java) S 31949 31951 30092 0 -1 4202560 324 0 0 0 852 4 0 0 20 0 19 0 291078637 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768502409320 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31963] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31963/stat : 31963 (java) S 31949 31951 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291078638 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768501355640 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31964] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31964/stat : 31964 (java) S 31949 31951 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291078638 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768500302984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31965] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31965/stat : 31965 (java) S 31949 31951 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291078640 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768499251728 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31966] ppid=31949 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/31951/task/31966/stat : 31966 (java) S 31949 31951 30092 0 -1 4202560 4044 0 0 0 70 0 0 0 20 0 19 0 291078640 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768498199096 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31967] ppid=31949 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/31951/task/31967/stat : 31967 (java) S 31949 31951 30092 0 -1 4202560 4444 0 0 0 78 2 0 0 20 0 19 0 291078640 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768497146552 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31968] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31968/stat : 31968 (java) S 31949 31951 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291078640 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768496094200 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31969] ppid=31949 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/31951/task/31969/stat : 31969 (java) S 31949 31951 30092 0 -1 4202560 103 0 0 0 41 43 0 0 20 0 19 0 291078640 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768495041864 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31973] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31973/stat : 31973 (java) S 31949 31951 30092 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291078856 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768493986600 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.51
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 32066
/proc/meminfo: memFree=25446332/32873844 swapFree=6088/6088
[pid=31951] ppid=31949 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/31951/stat : 31951 (java) S 31949 31951 30092 0 -1 4202496 13784 0 1 0 179908 94 0 0 20 0 19 0 291078634 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 140735003562016 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31951/statm: 2406251 129525 2286 9 0 2396937 0
[pid=31951/tid=31953] ppid=31949 vsize=9625004 CPUtime=1786.41 cores=1,3,5,7
/proc/31951/task/31953/stat : 31953 (java) R 31949 31951 30092 0 -1 4202560 2679 0 1 0 178603 38 0 0 20 0 19 0 291078635 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139769148739888 139768990689288 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31954] ppid=31949 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/31951/task/31954/stat : 31954 (java) S 31949 31951 30092 0 -1 4202560 215 0 0 0 36 5 0 0 20 0 19 0 291078636 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139769110231208 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31955] ppid=31949 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/31951/task/31955/stat : 31955 (java) S 31949 31951 30092 0 -1 4202560 151 0 0 0 33 4 0 0 20 0 19 0 291078636 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139769109178664 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31951/tid=31956] ppid=31949 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/31951/task/31956/stat : 31956 (java) S 31949 31951 30092 0 -1 4202560 146 0 0 0 26 3 0 0 20 0 19 0 291078636 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768990001576 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31957] ppid=31949 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/31951/task/31957/stat : 31957 (java) S 31949 31951 30092 0 -1 4202560 162 0 0 0 33 5 0 0 20 0 19 0 291078636 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768988949032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31958] ppid=31949 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/31951/task/31958/stat : 31958 (java) S 31949 31951 30092 0 -1 4202560 110 0 0 0 28 4 0 0 20 0 19 0 291078636 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768987896488 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31959] ppid=31949 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/31951/task/31959/stat : 31959 (java) S 31949 31951 30092 0 -1 4202560 76 0 0 0 33 3 0 0 20 0 19 0 291078636 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768986843944 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31960] ppid=31949 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/31951/task/31960/stat : 31960 (java) S 31949 31951 30092 0 -1 4202560 94 0 0 0 31 4 0 0 20 0 19 0 291078636 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768985791400 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31961] ppid=31949 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/31951/task/31961/stat : 31961 (java) S 31949 31951 30092 0 -1 4202560 53 0 0 0 24 3 0 0 20 0 19 0 291078636 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768984738856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31962] ppid=31949 vsize=9625004 CPUtime=8.56 cores=1,3,5,7
/proc/31951/task/31962/stat : 31962 (java) S 31949 31951 30092 0 -1 4202560 324 0 0 0 852 4 0 0 20 0 19 0 291078637 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768502409320 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31963] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31963/stat : 31963 (java) S 31949 31951 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291078638 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768501355640 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31964] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31964/stat : 31964 (java) S 31949 31951 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291078638 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768500302984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31965] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31965/stat : 31965 (java) S 31949 31951 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291078640 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768499251728 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31966] ppid=31949 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/31951/task/31966/stat : 31966 (java) S 31949 31951 30092 0 -1 4202560 4044 0 0 0 70 0 0 0 20 0 19 0 291078640 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768498199096 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31967] ppid=31949 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/31951/task/31967/stat : 31967 (java) S 31949 31951 30092 0 -1 4202560 4444 0 0 0 78 2 0 0 20 0 19 0 291078640 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768497146552 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31951/tid=31968] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31968/stat : 31968 (java) S 31949 31951 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291078640 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768496094200 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31951/tid=31969] ppid=31949 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/31951/task/31969/stat : 31969 (java) S 31949 31951 30092 0 -1 4202560 105 0 0 0 41 43 0 0 20 0 19 0 291078640 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768495041864 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31951/tid=31973] ppid=31949 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31951/task/31973/stat : 31973 (java) S 31949 31951 30092 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291078856 9856004096 129525 33554432000 1073741824 1073778376 140735003570880 139768493986600 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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): 1795.85
CPU time (s): 1800.39
CPU user time (s): 1799.07
CPU system time (s): 1.3248
CPU usage (%): 100.253
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.3248
maximum resident set size= 518220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13817
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39163
involuntary context switches= 9973

runsolver used 6.46102 second user time and 16.5715 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-29 01:58:21
IDJOB=3710466
IDBENCH=92676
IDSOLVER=2289
FILE ID=node108/3710466-1338249500
RUNJOBID= node108-1338240509-31238
PBS_JOBID= 14624630
Free space on /tmp= 71708 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_6_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-3710466-1338249500/watcher-3710466-1338249500 -o /tmp/evaluation-result-3710466-1338249500/solver-3710466-1338249500 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710466-1338249500.opb

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

MD5SUM BENCH= c368128bd234e052a40539eff90aaf64
RANDOM SEED=2106276292

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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:        26629240 kB
Buffers:          337736 kB
Cached:          4764352 kB
SwapCached:            0 kB
Active:          1036376 kB
Inactive:        4411368 kB
Active(anon):     345152 kB
Inactive(anon):        0 kB
Active(file):     691224 kB
Inactive(file):  4411368 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13380 kB
Writeback:             0 kB
AnonPages:        348912 kB
Mapped:            22652 kB
Shmem:               200 kB
Slab:             658256 kB
SReclaimable:     100236 kB
SUnreclaim:       558020 kB
KernelStack:        1608 kB
PageTables:         4688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     825728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    319488 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= 71676 MiB
End job on node108 at 2012-05-29 02:28:18