Trace number 3744486

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.12 904.052

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_3_ic.opb
MD5SUMfa2d46c927da2620047f5e5cfeece7cd
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 111980168
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 9113142699
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 111980168
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 9113142699
Number of bits of the biggest sum of numbers34
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-2010 Daniel Le Berre
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 version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
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 lightweight component caching from RSAT taking into account the objective function
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=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
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 taking into account the objective function
0.10/0.11	c No 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=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3744486-1338807745.opb
0.10/0.11	c reading problem ... 
1.23/0.64	c ... done. Wall clock time 0.537s.
1.23/0.64	c #vars     15725
1.23/0.64	c #constraints  33211
1.23/0.64	c constraints type 
1.23/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.23/0.64	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.23/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.23/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.23/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.23/0.64	c constraints type 
1.23/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.23/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.23/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.23/0.64	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.23/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
8.44/3.81	c cleaning 2495 clauses out of 5000 with flag 5000/5000
14.16/6.59	c cleaning 4249 clauses out of 8506 with flag 11001/11001
21.10/10.01	c cleaning 5623 clauses out of 11256 with flag 18000/18000
28.72/13.81	c cleaning 6814 clauses out of 13633 with flag 26000/26000
38.64/18.81	c cleaning 7907 clauses out of 15819 with flag 35000/35000
47.56/23.36	c cleaning 8951 clauses out of 17913 with flag 45001/45001
58.69/28.92	c cleaning 9966 clauses out of 19963 with flag 56002/56002
71.00/35.13	c cleaning 10982 clauses out of 21996 with flag 68001/68001
84.44/41.97	c cleaning 12002 clauses out of 24015 with flag 81002/81002
100.34/49.93	c cleaning 13001 clauses out of 26012 with flag 95001/95001
115.86/57.71	c cleaning 13993 clauses out of 28012 with flag 110002/110002
131.73/65.70	c cleaning 15005 clauses out of 30017 with flag 126000/126000
149.58/74.76	c cleaning 16002 clauses out of 32012 with flag 143000/143000
170.46/85.29	c cleaning 16994 clauses out of 34013 with flag 161003/161003
191.75/95.95	c cleaning 18003 clauses out of 36017 with flag 180001/180001
212.03/106.17	c cleaning 18999 clauses out of 38015 with flag 200002/200002
235.45/117.94	c cleaning 19998 clauses out of 40015 with flag 221001/221001
262.57/131.56	c cleaning 21002 clauses out of 42017 with flag 243001/243001
291.08/145.86	c cleaning 22005 clauses out of 44015 with flag 266001/266001
318.99/159.88	c cleaning 22974 clauses out of 46009 with flag 290000/290000
352.21/176.55	c cleaning 24009 clauses out of 48036 with flag 315001/315001
383.31/192.13	c cleaning 25008 clauses out of 50027 with flag 341001/341001
412.19/206.62	c cleaning 0 clauses out of 5001 with flag 0/5001
414.44/207.62	c cleaning 26002 clauses out of 52020 with flag 368002/368002
446.70/223.89	c cleaning 27005 clauses out of 54017 with flag 396001/396001
479.55/240.33	c cleaning 27999 clauses out of 56011 with flag 425000/425000
512.41/256.89	c cleaning 28995 clauses out of 58012 with flag 455000/455000
547.85/274.64	c cleaning 30001 clauses out of 60018 with flag 486001/486001
588.82/295.25	c cleaning 30998 clauses out of 62017 with flag 518001/518001
630.70/316.24	c cleaning 32002 clauses out of 64018 with flag 551000/551000
676.98/339.49	c cleaning 32999 clauses out of 66017 with flag 585001/585001
714.62/358.33	c cleaning 33501 clauses out of 67018 with flag 619001/619001
753.59/377.94	c cleaning 33747 clauses out of 67516 with flag 653000/653000
787.42/394.96	c cleaning 33875 clauses out of 67770 with flag 687001/687001
822.61/412.64	c cleaning 33938 clauses out of 67894 with flag 721000/721000
863.47/433.16	c cleaning 33955 clauses out of 67956 with flag 755000/755000
906.97/455.06	c cleaning 33991 clauses out of 68001 with flag 789000/789000
941.55/472.49	c cleaning 34002 clauses out of 68011 with flag 823001/823001
979.16/491.39	c cleaning 33991 clauses out of 68009 with flag 857001/857001
1016.35/510.07	c cleaning 33992 clauses out of 68018 with flag 891001/891001
1051.01/527.52	c cleaning 34005 clauses out of 68026 with flag 925001/925001
1093.47/548.84	c cleaning 34001 clauses out of 68020 with flag 959000/959000
1133.85/569.16	c cleaning 34006 clauses out of 68022 with flag 993003/993003
1172.87/588.76	c cleaning 33995 clauses out of 68013 with flag 1027000/1027000
1215.39/610.10	c cleaning 34000 clauses out of 68018 with flag 1061000/1061000
1257.21/631.13	c cleaning 34007 clauses out of 68019 with flag 1095001/1095001
1297.43/651.30	c cleaning 33998 clauses out of 68013 with flag 1129002/1129002
1339.26/672.30	c cleaning 33998 clauses out of 68013 with flag 1163000/1163000
1381.56/693.64	c cleaning 33987 clauses out of 68016 with flag 1197001/1197001
1426.79/716.39	c cleaning 34003 clauses out of 68028 with flag 1231000/1231000
1476.63/741.34	c cleaning 34007 clauses out of 68026 with flag 1265001/1265001
1526.27/766.21	c cleaning 34001 clauses out of 68019 with flag 1299001/1299001
1574.13/790.39	c cleaning 34006 clauses out of 68019 with flag 1333002/1333002
1613.32/810.03	c cleaning 34000 clauses out of 68011 with flag 1367000/1367000
1659.14/833.04	c cleaning 33987 clauses out of 68013 with flag 1401002/1401002
1700.95/854.05	c cleaning 34007 clauses out of 68024 with flag 1435000/1435000
1739.55/873.60	c cleaning 34001 clauses out of 68018 with flag 1469001/1469001
1777.72/892.75	c cleaning 34000 clauses out of 68018 with flag 1503002/1503002
1800.12/904.01	c starts		: 208
1800.12/904.01	c conflicts		: 1525073
1800.12/904.01	c decisions		: 2249048
1800.12/904.01	c propagations		: 921510108
1800.12/904.01	c inspects		: 6592905666
1800.12/904.01	c shortcuts		: 0
1800.12/904.01	c learnt literals	: 0
1800.12/904.01	c learnt binary clauses	: 0
1800.12/904.01	c learnt ternary clauses	: 0
1800.12/904.01	c learnt constraints	: 1525073
1800.12/904.01	c ignored constraints	: 0
1800.12/904.01	c root simplifications	: 0
1800.12/904.01	c removed literals (reason simplification)	: 59256434
1800.12/904.01	c reason swapping (by a shorter reason)	: 0
1800.12/904.01	c Calls to reduceDB	: 57
1800.12/904.01	c number of reductions to clauses (during analyze)	: 0
1800.12/904.01	c number of learned constraints concerned by reduction	: 0
1800.12/904.01	c number of learning phase by resolution	: 0
1800.12/904.01	c number of learning phase by cutting planes	: 0
1800.12/904.01	c speed (assignments/second)	: 1020085.0552267851
1800.12/904.01	c non guided choices	3
1800.12/904.03	c learnt constraints type 
1800.12/904.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 56168
1800.12/904.03	c constraints type 
1800.12/904.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.12/904.03	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.12/904.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.12/904.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.12/904.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.12/904.03	c constraints type 
1800.12/904.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.12/904.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.12/904.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.12/904.03	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.12/904.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.12/904.03	s UNKNOWN
1800.12/904.03	c Total wall clock time (in seconds): 903.93

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-3744486-1338807745/watcher-3744486-1338807745 -o /tmp/evaluation-result-3744486-1338807745/solver-3744486-1338807745 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3744486-1338807745.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: 3.68 3.77 2.97 4/197 10346
/proc/meminfo: memFree=25813248/32873648 swapFree=7388/7388
[pid=10346] ppid=10344 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/10346/stat : 10346 (java) R 10344 10346 10046 0 -1 4202496 976 0 0 0 0 0 0 0 20 0 1 0 346898951 23793664 705 33554432000 1073741824 1073778376 140734786677616 140734786666680 212064105424 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10346/statm: 5809 706 521 9 0 128 0

[startup+0.093096 s]
/proc/loadavg: 3.68 3.77 2.97 4/197 10346
/proc/meminfo: memFree=25813248/32873648 swapFree=7388/7388
[pid=10346] ppid=10344 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/10346/stat : 10346 (java) S 10344 10346 10046 0 -1 4202496 5246 0 1 0 7 2 0 0 20 0 18 0 346898951 11864465408 13606 33554432000 1073741824 1073778376 140734786677616 140734786668752 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10346/statm: 2896598 13606 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.100289 s]
/proc/loadavg: 3.68 3.77 2.97 4/197 10346
/proc/meminfo: memFree=25813248/32873648 swapFree=7388/7388
[pid=10346] ppid=10344 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/10346/stat : 10346 (java) S 10344 10346 10046 0 -1 4202496 5306 0 1 0 8 2 0 0 20 0 18 0 346898951 11864465408 13666 33554432000 1073741824 1073778376 140734786677616 140734786668752 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10346/statm: 2896598 13666 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300178 s]
/proc/loadavg: 3.68 3.77 2.97 4/197 10346
/proc/meminfo: memFree=25813248/32873648 swapFree=7388/7388
[pid=10346] ppid=10344 vsize=11586392 CPUtime=0.52 cores=1,3,5,7
/proc/10346/stat : 10346 (java) S 10344 10346 10046 0 -1 4202496 6571 0 1 0 50 2 0 0 20 0 18 0 346898951 11864465408 17321 33554432000 1073741824 1073778376 140734786677616 140734786668752 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10346/statm: 2896598 17321 2227 9 0 2887285 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 11586392

[startup+0.700191 s]
/proc/loadavg: 3.68 3.77 2.97 4/197 10346
/proc/meminfo: memFree=25813248/32873648 swapFree=7388/7388
[pid=10346] ppid=10344 vsize=11852648 CPUtime=1.48 cores=1,3,5,7
/proc/10346/stat : 10346 (java) S 10344 10346 10046 0 -1 4202496 10731 0 1 0 143 5 0 0 20 0 22 0 346898951 12137111552 47436 33554432000 1073741824 1073778376 140734786677616 140734786668752 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10346/statm: 2963162 47436 2254 9 0 2953849 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11852648

[startup+1.50085 s]
/proc/loadavg: 3.68 3.77 2.97 7/219 10368
/proc/meminfo: memFree=25428008/32873648 swapFree=7388/7388
[pid=10346] ppid=10344 vsize=11852648 CPUtime=3.71 cores=1,3,5,7
/proc/10346/stat : 10346 (java) S 10344 10346 10046 0 -1 4202496 12663 0 1 0 362 9 0 0 20 0 22 0 346898951 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140734786668752 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10346/statm: 2963162 111127 2263 9 0 2953849 0
[pid=10346/tid=10348] ppid=10344 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/10346/task/10348/stat : 10348 (java) S 10344 10346 10046 0 -1 4202560 3435 0 1 0 58 4 0 0 20 0 22 0 346898952 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103794017432 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10346/tid=10349] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10349/stat : 10349 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103783078696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10350] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10350/stat : 10350 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103782025896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10351] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10351/stat : 10351 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103780973608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10346/tid=10352] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10352/stat : 10352 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103627598760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10346/tid=10353] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10353/stat : 10353 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103626545448 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10354] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10354/stat : 10354 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103625492648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10346/tid=10355] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10355/stat : 10355 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103624440360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10346/tid=10356] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10356/stat : 10356 (java) S 10344 10346 10046 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103623387560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10357] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10357/stat : 10357 (java) S 10344 10346 10046 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 346898954 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103611189992 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10358] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10358/stat : 10358 (java) S 10344 10346 10046 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 346898955 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103610136056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10359] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10359/stat : 10359 (java) S 10344 10346 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346898955 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103609083656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10360] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10360/stat : 10360 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898957 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103608032144 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10361] ppid=10344 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/10346/task/10361/stat : 10361 (java) S 10344 10346 10046 0 -1 4202560 4047 0 0 0 71 0 0 0 20 0 22 0 346898957 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103606978744 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10362] ppid=10344 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/10346/task/10362/stat : 10362 (java) S 10344 10346 10046 0 -1 4202560 3769 0 0 0 64 0 0 0 20 0 22 0 346898957 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103605925944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10363] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10363/stat : 10363 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898957 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103604873848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10364] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10364/stat : 10364 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898957 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103603821256 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10365] ppid=10344 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/10346/task/10365/stat : 10365 (java) R 10344 10346 10046 0 -1 4202560 24 0 0 0 83 0 0 0 20 0 22 0 346899016 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103602766888 140103662035664 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10346/tid=10366] ppid=10344 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/10346/task/10366/stat : 10366 (java) R 10344 10346 10046 0 -1 4202560 188 0 0 0 79 4 0 0 20 0 22 0 346899016 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103601713736 140103662894791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10346/tid=10367] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10367/stat : 10367 (java) S 10344 10346 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346899018 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103600662184 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10368] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10368/stat : 10368 (java) S 10344 10346 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346899018 12137111552 111127 33554432000 1073741824 1073778376 140734786677616 140103599609384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 11852648

[startup+3.10076 s]
/proc/loadavg: 3.68 3.77 2.97 5/219 10368
/proc/meminfo: memFree=24861024/32873648 swapFree=7388/7388
[pid=10346] ppid=10344 vsize=11852648 CPUtime=7.01 cores=1,3,5,7
/proc/10346/stat : 10346 (java) S 10344 10346 10046 0 -1 4202496 13116 0 1 0 676 25 0 0 20 0 22 0 346898951 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140734786668752 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10346/statm: 2963162 340506 2266 9 0 2953849 0
[pid=10346/tid=10348] ppid=10344 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/10346/task/10348/stat : 10348 (java) S 10344 10346 10046 0 -1 4202560 3435 0 1 0 58 4 0 0 20 0 22 0 346898952 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103794017432 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10346/tid=10349] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10349/stat : 10349 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103783078696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10350] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10350/stat : 10350 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103782025896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10351] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10351/stat : 10351 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103780973608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10346/tid=10352] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10352/stat : 10352 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103627598760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10346/tid=10353] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10353/stat : 10353 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103626545448 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10354] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10354/stat : 10354 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103625492648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10346/tid=10355] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10355/stat : 10355 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103624440360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10346/tid=10356] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10356/stat : 10356 (java) S 10344 10346 10046 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103623387560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10357] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10357/stat : 10357 (java) S 10344 10346 10046 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 346898954 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103611189992 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10358] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10358/stat : 10358 (java) S 10344 10346 10046 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 346898955 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103610136056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10359] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10359/stat : 10359 (java) S 10344 10346 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346898955 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103609083656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10360] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10360/stat : 10360 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898957 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103608032144 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10361] ppid=10344 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/10346/task/10361/stat : 10361 (java) R 10344 10346 10046 0 -1 4202560 4047 0 0 0 74 0 0 0 20 0 22 0 346898957 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103606978744 140103799863584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10362] ppid=10344 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/10346/task/10362/stat : 10362 (java) R 10344 10346 10046 0 -1 4202560 3772 0 0 0 70 0 0 0 20 0 22 0 346898957 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103605925824 140103796592722 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10363] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10363/stat : 10363 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898957 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103604873848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10364] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10364/stat : 10364 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898957 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103603821256 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10365] ppid=10344 vsize=11852648 CPUtime=2.43 cores=1,3,5,7
/proc/10346/task/10365/stat : 10365 (java) R 10344 10346 10046 0 -1 4202560 27 0 0 0 243 0 0 0 20 0 22 0 346899016 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103602765688 140103662701986 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10346/tid=10366] ppid=10344 vsize=11852648 CPUtime=2.43 cores=1,3,5,7
/proc/10346/task/10366/stat : 10366 (java) R 10344 10346 10046 0 -1 4202560 635 0 0 0 224 19 0 0 20 0 22 0 346899016 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103601711672 140103662707806 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10346/tid=10367] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10367/stat : 10367 (java) S 10344 10346 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346899018 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103600662184 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10368] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10368/stat : 10368 (java) S 10344 10346 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346899018 12137111552 340506 33554432000 1073741824 1073778376 140734786677616 140103599609384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 11852648

[startup+6.30075 s]
/proc/loadavg: 3.71 3.78 2.97 5/219 10368
/proc/meminfo: memFree=23680108/32873648 swapFree=7388/7388
[pid=10346] ppid=10344 vsize=11852648 CPUtime=13.71 cores=1,3,5,7
/proc/10346/stat : 10346 (java) S 10344 10346 10046 0 -1 4202496 14284 0 1 0 1335 36 0 0 20 0 22 0 346898951 12137111552 481020 33554432000 1073741824 1073778376 140734786677616 140734786668752 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10346/statm: 2963162 481020 2291 9 0 2953849 0
[pid=10346/tid=10348] ppid=10344 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/10346/task/10348/stat : 10348 (java) S 10344 10346 10046 0 -1 4202560 3435 0 1 0 58 4 0 0 20 0 22 0 346898952 12137111552 481020 33554432000 1073741824 1073778376 140734786677616 140103794017432 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10346/tid=10349] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10349/stat : 10349 (java) S 10344 10346 10046 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 481020 33554432000 1073741824 1073778376 140734786677616 140103783078696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10350] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10350/stat : 10350 (java) S 10344 10346 10046 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 481020 33554432000 1073741824 1073778376 140734786677616 140103782025896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10346/tid=10351] ppid=10344 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/10346/task/10351/stat : 10351 (java) S 10344 10346 10046 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 346898953 12137111552 481020 33554432000 1073741824 1073778376 140734786677616 140103780973608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10346/tid=10352] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10352/stat : 10352 (java) S 10344 10346 10046 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 481020 33554432000 1073741824 1073778376 140734786677616 140103627598760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10346/tid=10353] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10353/stat : 10353 (java) S 10344 10346 10046 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 481020 33554432000 1073741824 1073778376 140734786677616 140103626545448 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10354] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10354/stat : 10354 (java) S 10344 10346 10046 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 481020 33554432000 1073741824 1073778376 140734786677616 140103625492648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10355] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10355/stat : 10355 (java) S 10344 10346 10046 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 481020 33554432000 1073741824 1073778376 140734786677616 140103624440360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10346/tid=10356] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10356/stat : 10356 (java) S 10344 10346 10046 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346898953 12137111552 481020 33554432000 1073741824 1073778376 140734786677616 140103623387560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10346/tid=10357] ppid=10344 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/10346/task/10357/stat : 10357 (java) S 10344 10346 10046 0 -1 4202560 42 0 0 0 6 0 0 0 20 0 22 0 346898954 12137111552 481020 33554432000 1073741824 1073778376 140734786677616 140103611189992 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10358] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10358/stat : 10358 (java) S 10344 10346 10046 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 346898955 12137111552 481020 33554432000 1073741824 1073778376 140734786677616 140103610136056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10359] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10359/stat : 10359 (java) S 10344 10346 10046 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346898955 12137111552 481020 33554432000 1073741824 1073778376 140734786677616 140103609083656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10360] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10360/stat : 10360 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898957 12137111552 481020 33554432000 1073741824 1073778376 140734786677616 140103608032144 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10361] ppid=10344 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/10346/task/10361/stat : 10361 (java) S 10344 10346 10046 0 -1 4202560 4052 0 0 0 81 0 0 0 20 0 22 0 346898957 12137111552 481020 33554432000 1073741824 1073778376 140734786677616 140103606978744 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/10346/statm: 2963162 928515 2292 9 0 2953849 0
[pid=10346/tid=10348] ppid=10344 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/10346/task/10348/stat : 10348 (java) S 10344 10346 10046 0 -1 4202560 3452 0 1 0 60 6 0 0 20 0 22 0 346898952 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103794017432 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10349] ppid=10344 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/10346/task/10349/stat : 10349 (java) S 10344 10346 10046 0 -1 4202560 145 0 0 0 80 4 0 0 20 0 22 0 346898953 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103783078696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10350] ppid=10344 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/10346/task/10350/stat : 10350 (java) S 10344 10346 10046 0 -1 4202560 193 0 0 0 81 3 0 0 20 0 22 0 346898953 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103782025896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10351] ppid=10344 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/10346/task/10351/stat : 10351 (java) S 10344 10346 10046 0 -1 4202560 158 0 0 0 77 5 0 0 20 0 22 0 346898953 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103780973608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10346/tid=10352] ppid=10344 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/10346/task/10352/stat : 10352 (java) S 10344 10346 10046 0 -1 4202560 120 0 0 0 81 3 0 0 20 0 22 0 346898953 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103627598760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10346/tid=10353] ppid=10344 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/10346/task/10353/stat : 10353 (java) S 10344 10346 10046 0 -1 4202560 144 0 0 0 79 2 0 0 20 0 22 0 346898953 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103626545448 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10354] ppid=10344 vsize=11852648 CPUtime=0.72 cores=1,3,5,7
/proc/10346/task/10354/stat : 10354 (java) S 10344 10346 10046 0 -1 4202560 131 0 0 0 69 3 0 0 20 0 22 0 346898953 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103625492648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10355] ppid=10344 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/10346/task/10355/stat : 10355 (java) S 10344 10346 10046 0 -1 4202560 172 0 0 0 81 4 0 0 20 0 22 0 346898953 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103624440360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10356] ppid=10344 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/10346/task/10356/stat : 10356 (java) S 10344 10346 10046 0 -1 4202560 104 0 0 0 71 3 0 0 20 0 22 0 346898953 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103623387560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10357] ppid=10344 vsize=11852648 CPUtime=11.44 cores=1,3,5,7
/proc/10346/task/10357/stat : 10357 (java) S 10344 10346 10046 0 -1 4202560 176 0 0 0 1138 6 0 0 20 0 22 0 346898954 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103611189992 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10346/tid=10358] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10358/stat : 10358 (java) S 10344 10346 10046 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 346898955 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103610136056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10359] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10359/stat : 10359 (java) S 10344 10346 10046 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346898955 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103609083656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10360] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10360/stat : 10360 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898957 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103608032144 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10361] ppid=10344 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/10346/task/10361/stat : 10361 (java) S 10344 10346 10046 0 -1 4202560 9439 0 0 0 142 2 0 0 20 0 22 0 346898957 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103606978744 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10362] ppid=10344 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/10346/task/10362/stat : 10362 (java) S 10344 10346 10046 0 -1 4202560 5267 0 0 0 115 0 0 0 20 0 22 0 346898957 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103605925944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10363] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10363/stat : 10363 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898957 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103604873848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10364] ppid=10344 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/10346/task/10364/stat : 10364 (java) S 10344 10346 10046 0 -1 4202560 47 0 0 0 11 20 0 0 20 0 22 0 346898957 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103603821256 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10365] ppid=10344 vsize=11852648 CPUtime=806.12 cores=1,3,5,7
/proc/10346/task/10365/stat : 10365 (java) R 10344 10346 10046 0 -1 4202560 89 0 0 0 80598 14 0 0 20 0 22 0 346899016 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103602766544 140103662701473 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10346/tid=10366] ppid=10344 vsize=11852648 CPUtime=806.06 cores=1,3,5,7
/proc/10346/task/10366/stat : 10366 (java) R 10344 10346 10046 0 -1 4202560 1592 0 0 0 80544 62 0 0 20 0 22 0 346899016 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103601711808 140103662701473 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10367] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10367/stat : 10367 (java) S 10344 10346 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346899018 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103600662184 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10368] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10368/stat : 10368 (java) S 10344 10346 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346899018 12137111552 928515 33554432000 1073741824 1073778376 140734786677616 140103599609384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1637.71
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.95 3.96 3.56 5/219 10374
/proc/meminfo: memFree=20916376/32873648 swapFree=7388/7388
[pid=10346] ppid=10344 vsize=11852648 CPUtime=1756.92 cores=1,3,5,7
/proc/10346/stat : 10346 (java) S 10344 10346 10046 0 -1 4202496 22479 0 1 0 175579 113 0 0 20 0 22 0 346898951 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140734786668752 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10346/statm: 2963162 928566 2292 9 0 2953849 0
[pid=10346/tid=10348] ppid=10344 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/10346/task/10348/stat : 10348 (java) S 10344 10346 10046 0 -1 4202560 3455 0 1 0 60 6 0 0 20 0 22 0 346898952 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103794017432 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10349] ppid=10344 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/10346/task/10349/stat : 10349 (java) S 10344 10346 10046 0 -1 4202560 161 0 0 0 86 4 0 0 20 0 22 0 346898953 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103783078696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10350] ppid=10344 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/10346/task/10350/stat : 10350 (java) S 10344 10346 10046 0 -1 4202560 201 0 0 0 84 3 0 0 20 0 22 0 346898953 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103782025896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10346/tid=10351] ppid=10344 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/10346/task/10351/stat : 10351 (java) S 10344 10346 10046 0 -1 4202560 158 0 0 0 80 5 0 0 20 0 22 0 346898953 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103780973608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10352] ppid=10344 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/10346/task/10352/stat : 10352 (java) S 10344 10346 10046 0 -1 4202560 125 0 0 0 86 3 0 0 20 0 22 0 346898953 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103627598760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10353] ppid=10344 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/10346/task/10353/stat : 10353 (java) S 10344 10346 10046 0 -1 4202560 151 0 0 0 88 2 0 0 20 0 22 0 346898953 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103626545448 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10354] ppid=10344 vsize=11852648 CPUtime=0.77 cores=1,3,5,7
/proc/10346/task/10354/stat : 10354 (java) S 10344 10346 10046 0 -1 4202560 131 0 0 0 74 3 0 0 20 0 22 0 346898953 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103625492648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10346/tid=10355] ppid=10344 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/10346/task/10355/stat : 10355 (java) S 10344 10346 10046 0 -1 4202560 172 0 0 0 88 4 0 0 20 0 22 0 346898953 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103624440360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10356] ppid=10344 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/10346/task/10356/stat : 10356 (java) S 10344 10346 10046 0 -1 4202560 119 0 0 0 78 3 0 0 20 0 22 0 346898953 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103623387560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10357] ppid=10344 vsize=11852648 CPUtime=12.42 cores=1,3,5,7
/proc/10346/task/10357/stat : 10357 (java) S 10344 10346 10046 0 -1 4202560 180 0 0 0 1236 6 0 0 20 0 22 0 346898954 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103611189992 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10346/tid=10358] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10358/stat : 10358 (java) S 10344 10346 10046 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 346898955 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103610136056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10359] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10359/stat : 10359 (java) S 10344 10346 10046 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346898955 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103609083656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10360] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10360/stat : 10360 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898957 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103608032144 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10361] ppid=10344 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/10346/task/10361/stat : 10361 (java) S 10344 10346 10046 0 -1 4202560 9439 0 0 0 142 2 0 0 20 0 22 0 346898957 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103606978744 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10362] ppid=10344 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/10346/task/10362/stat : 10362 (java) S 10344 10346 10046 0 -1 4202560 5267 0 0 0 115 0 0 0 20 0 22 0 346898957 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103605925944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10363] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10363/stat : 10363 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898957 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103604873848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10364] ppid=10344 vsize=11852648 CPUtime=0.34 cores=1,3,5,7
/proc/10346/task/10364/stat : 10364 (java) S 10344 10346 10046 0 -1 4202560 51 0 0 0 12 22 0 0 20 0 22 0 346898957 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103603821256 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10365] ppid=10344 vsize=11852648 CPUtime=864.87 cores=1,3,5,7
/proc/10346/task/10365/stat : 10365 (java) R 10344 10346 10046 0 -1 4202560 90 0 0 0 86472 15 0 0 20 0 22 0 346899016 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103602766544 140103662744451 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10346/tid=10366] ppid=10344 vsize=11852648 CPUtime=864.77 cores=1,3,5,7
/proc/10346/task/10366/stat : 10366 (java) R 10344 10346 10046 0 -1 4202560 1593 0 0 0 86414 63 0 0 20 0 22 0 346899016 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103601711968 140103662810493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10367] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10367/stat : 10367 (java) S 10344 10346 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346899018 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103600662184 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10368] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10368/stat : 10368 (java) S 10344 10346 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346899018 12137111552 928566 33554432000 1073741824 1073778376 140734786677616 140103599609384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1756.92
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.001 s]
/proc/loadavg: 3.80 3.93 3.56 3/216 10451
/proc/meminfo: memFree=24451060/32873648 swapFree=7388/7388
[pid=10346] ppid=10344 vsize=11852648 CPUtime=1800.12 cores=1,3,5,7
/proc/10346/stat : 10346 (java) S 10344 10346 10046 0 -1 4202496 22500 0 1 0 179898 114 0 0 20 0 22 0 346898951 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140734786668752 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10346/statm: 2963162 928584 2292 9 0 2953849 0
[pid=10346/tid=10348] ppid=10344 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/10346/task/10348/stat : 10348 (java) S 10344 10346 10046 0 -1 4202560 3456 0 1 0 60 6 0 0 20 0 22 0 346898952 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103794017432 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10349] ppid=10344 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/10346/task/10349/stat : 10349 (java) S 10344 10346 10046 0 -1 4202560 161 0 0 0 87 4 0 0 20 0 22 0 346898953 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103783078696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10350] ppid=10344 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/10346/task/10350/stat : 10350 (java) S 10344 10346 10046 0 -1 4202560 205 0 0 0 88 3 0 0 20 0 22 0 346898953 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103782025896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10351] ppid=10344 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/10346/task/10351/stat : 10351 (java) S 10344 10346 10046 0 -1 4202560 167 0 0 0 82 5 0 0 20 0 22 0 346898953 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103780973608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10352] ppid=10344 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/10346/task/10352/stat : 10352 (java) S 10344 10346 10046 0 -1 4202560 129 0 0 0 87 3 0 0 20 0 22 0 346898953 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103627598760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10353] ppid=10344 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/10346/task/10353/stat : 10353 (java) S 10344 10346 10046 0 -1 4202560 151 0 0 0 89 2 0 0 20 0 22 0 346898953 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103626545448 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10354] ppid=10344 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/10346/task/10354/stat : 10354 (java) S 10344 10346 10046 0 -1 4202560 131 0 0 0 75 3 0 0 20 0 22 0 346898953 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103625492648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10346/tid=10355] ppid=10344 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/10346/task/10355/stat : 10355 (java) S 10344 10346 10046 0 -1 4202560 173 0 0 0 91 4 0 0 20 0 22 0 346898953 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103624440360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10346/tid=10356] ppid=10344 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/10346/task/10356/stat : 10356 (java) S 10344 10346 10046 0 -1 4202560 119 0 0 0 79 3 0 0 20 0 22 0 346898953 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103623387560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10357] ppid=10344 vsize=11852648 CPUtime=12.69 cores=1,3,5,7
/proc/10346/task/10357/stat : 10357 (java) S 10344 10346 10046 0 -1 4202560 180 0 0 0 1263 6 0 0 20 0 22 0 346898954 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103611189992 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10346/tid=10358] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10358/stat : 10358 (java) S 10344 10346 10046 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 346898955 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103610136056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10359] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10359/stat : 10359 (java) S 10344 10346 10046 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346898955 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103609083656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10360] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10360/stat : 10360 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898957 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103608032144 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10361] ppid=10344 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/10346/task/10361/stat : 10361 (java) S 10344 10346 10046 0 -1 4202560 9439 0 0 0 142 2 0 0 20 0 22 0 346898957 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103606978744 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10362] ppid=10344 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/10346/task/10362/stat : 10362 (java) S 10344 10346 10046 0 -1 4202560 5267 0 0 0 115 0 0 0 20 0 22 0 346898957 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103605925944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10346/tid=10363] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10363/stat : 10363 (java) S 10344 10346 10046 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346898957 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103604873848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10364] ppid=10344 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/10346/task/10364/stat : 10364 (java) S 10344 10346 10046 0 -1 4202560 53 0 0 0 13 22 0 0 20 0 22 0 346898957 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103603821256 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10365] ppid=10344 vsize=11852648 CPUtime=886.21 cores=1,3,5,7
/proc/10346/task/10365/stat : 10365 (java) R 10344 10346 10046 0 -1 4202560 90 0 0 0 88606 15 0 0 20 0 22 0 346899016 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103602766544 140103662744465 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10346/tid=10366] ppid=10344 vsize=11852648 CPUtime=886.11 cores=1,3,5,7
/proc/10346/task/10366/stat : 10366 (java) R 10344 10346 10046 0 -1 4202560 1593 0 0 0 88548 63 0 0 20 0 22 0 346899016 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103601711744 140103662709496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10367] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10367/stat : 10367 (java) S 10344 10346 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346899018 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103600662184 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10346/tid=10368] ppid=10344 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/10346/task/10368/stat : 10368 (java) S 10344 10346 10046 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346899018 12137111552 928584 33554432000 1073741824 1073778376 140734786677616 140103599609384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10346 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=458200
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=561762
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 904.052
CPU time (s): 1800.12
CPU user time (s): 1798.98
CPU system time (s): 1.14
CPU usage (%): 199.117
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.46
system time used= 1.56176
maximum resident set size= 3714456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22533
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23697
involuntary context switches= 26660

runsolver used 3.51247 second user time and 8.39272 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-04 13:02:25
IDJOB=3744486
IDBENCH=92762
IDSOLVER=2328
FILE ID=node148/3744486-1338807745
RUNJOBID= node148-1338806827-10063
PBS_JOBID= 14636870
Free space on /tmp= 71328 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_3_ic.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744486-1338807745/watcher-3744486-1338807745 -o /tmp/evaluation-result-3744486-1338807745/solver-3744486-1338807745 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3744486-1338807745.opb

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

MD5SUM BENCH= fa2d46c927da2620047f5e5cfeece7cd
RANDOM SEED=1038420994

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25812876 kB
Buffers:          611800 kB
Cached:          3041780 kB
SwapCached:          628 kB
Active:          3928380 kB
Inactive:        2210024 kB
Active(anon):    2474304 kB
Inactive(anon):    10660 kB
Active(file):    1454076 kB
Inactive(file):  2199364 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:              2512 kB
Writeback:             0 kB
AnonPages:       2453852 kB
Mapped:            18988 kB
Shmem:                36 kB
Slab:             768836 kB
SReclaimable:     212592 kB
SUnreclaim:       556244 kB
KernelStack:        1624 kB
PageTables:         8996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10458164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2400256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71328 MiB
End job on node148 at 2012-06-04 13:17:31