Trace number 3454212

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.46 964.304

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-NSR8K.opb
MD5SUMcc5d7ea426a09a5b1cb030d82bbe1743
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 variables221520
Total number of constraints6283
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6283
Minimum length of a constraint45
Maximum length of a constraint221520
Number of terms in the objective function 221520
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 34400198927214221876937
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 34400301327214221876937
Number of bits of the biggest sum of numbers75
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.18-164.el5
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-3454212-1307190749.opb
0.10/0.11	c reading problem ... 
4.27/3.59	c ... done. Wall clock time 3.482s.
4.27/3.59	c #vars     221520
4.27/3.59	c #constraints  102212
4.27/3.59	c constraints type 
4.27/3.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12477
4.27/3.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
4.27/3.59	c constraints type 
4.27/3.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12478
37.41/19.52	c cleaning 2501 clauses out of 5002 with flag 5002/5002
48.98/25.63	c cleaning 4247 clauses out of 8500 with flag 11001/11001
60.83/31.97	c cleaning 5626 clauses out of 11252 with flag 18000/18000
75.30/39.69	c cleaning 6799 clauses out of 13626 with flag 26000/26000
90.14/47.74	c cleaning 7894 clauses out of 15827 with flag 35000/35000
107.22/56.73	c cleaning 8958 clauses out of 17933 with flag 45000/45000
123.28/65.22	c cleaning 9981 clauses out of 19978 with flag 56003/56003
138.74/73.47	c cleaning 10991 clauses out of 21998 with flag 68004/68004
160.47/84.92	c cleaning 11997 clauses out of 24004 with flag 81001/81001
180.73/95.55	c cleaning 12499 clauses out of 25007 with flag 94001/94001
202.48/106.83	c cleaning 12737 clauses out of 25507 with flag 107000/107000
222.93/117.53	c cleaning 12880 clauses out of 25772 with flag 120002/120002
244.78/129.10	c cleaning 12945 clauses out of 25891 with flag 133001/133001
266.40/140.40	c cleaning 12965 clauses out of 25945 with flag 146000/146000
285.40/150.43	c cleaning 12985 clauses out of 25980 with flag 159000/159000
305.21/160.86	c cleaning 12991 clauses out of 25995 with flag 172000/172000
325.30/171.54	c cleaning 12999 clauses out of 26007 with flag 185003/185003
345.49/182.13	c cleaning 13001 clauses out of 26007 with flag 198002/198002
364.90/192.40	c cleaning 12996 clauses out of 26004 with flag 211000/211000
385.51/203.14	c cleaning 12996 clauses out of 26008 with flag 224000/224000
404.38/213.22	c cleaning 13000 clauses out of 26012 with flag 237000/237000
426.19/224.62	c cleaning 13000 clauses out of 26012 with flag 250000/250000
448.40/236.28	c cleaning 13001 clauses out of 26013 with flag 263001/263001
467.01/246.06	c cleaning 12997 clauses out of 26012 with flag 276001/276001
489.67/258.07	c cleaning 12997 clauses out of 26014 with flag 289000/289000
511.27/269.40	c cleaning 13005 clauses out of 26018 with flag 302001/302001
534.34/281.37	c cleaning 12995 clauses out of 26012 with flag 315000/315000
556.33/292.81	c cleaning 13001 clauses out of 26017 with flag 328000/328000
577.55/304.27	c cleaning 13002 clauses out of 26016 with flag 341000/341000
598.61/315.30	c cleaning 13003 clauses out of 26014 with flag 354000/354000
619.24/326.25	c cleaning 13001 clauses out of 26012 with flag 367001/367001
640.88/337.65	c cleaning 12999 clauses out of 26010 with flag 380000/380000
660.80/348.36	c cleaning 12995 clauses out of 26011 with flag 393000/393000
679.62/358.32	c cleaning 13004 clauses out of 26017 with flag 406001/406001
696.04/367.13	c cleaning 13002 clauses out of 26012 with flag 419000/419000
715.31/377.36	c cleaning 13002 clauses out of 26011 with flag 432001/432001
736.55/388.68	c cleaning 12993 clauses out of 26008 with flag 445000/445000
756.59/399.29	c cleaning 12997 clauses out of 26015 with flag 458000/458000
774.79/408.95	c cleaning 13002 clauses out of 26019 with flag 471001/471001
792.21/418.28	c cleaning 12994 clauses out of 26016 with flag 484000/484000
811.49/428.53	c cleaning 13004 clauses out of 26022 with flag 497000/497000
835.71/441.22	c cleaning 13003 clauses out of 26020 with flag 510002/510002
858.74/453.38	c cleaning 13003 clauses out of 26041 with flag 523026/523026
879.96/464.53	c cleaning 13001 clauses out of 26013 with flag 536001/536001
901.85/476.12	c cleaning 12995 clauses out of 26011 with flag 549000/549000
925.09/488.32	c cleaning 12996 clauses out of 26016 with flag 562000/562000
946.89/499.82	c cleaning 13002 clauses out of 26020 with flag 575000/575000
967.72/510.89	c cleaning 13002 clauses out of 26018 with flag 588000/588000
989.99/522.74	c cleaning 12995 clauses out of 26016 with flag 601000/601000
1010.71/533.72	c cleaning 13009 clauses out of 26027 with flag 614006/614006
1032.63/545.34	c cleaning 12998 clauses out of 26014 with flag 627002/627002
1054.31/556.81	c cleaning 12999 clauses out of 26016 with flag 640002/640002
1074.77/568.04	c cleaning 13001 clauses out of 26016 with flag 653001/653001
1096.00/579.38	c cleaning 12988 clauses out of 26015 with flag 666001/666001
1117.19/590.64	c cleaning 13006 clauses out of 26026 with flag 679000/679000
1142.92/604.27	c cleaning 12998 clauses out of 26022 with flag 692002/692002
1167.09/617.31	c cleaning 13003 clauses out of 26024 with flag 705002/705002
1189.73/629.45	c cleaning 13003 clauses out of 26019 with flag 718000/718000
1212.89/641.87	c cleaning 12997 clauses out of 26016 with flag 731000/731000
1237.64/655.03	c cleaning 13000 clauses out of 26019 with flag 744000/744000
1259.94/667.32	c cleaning 13000 clauses out of 26020 with flag 757001/757001
1283.04/679.81	c cleaning 13001 clauses out of 26019 with flag 770000/770000
1304.91/691.60	c cleaning 12989 clauses out of 26019 with flag 783001/783001
1327.14/703.59	c cleaning 13007 clauses out of 26029 with flag 796000/796000
1349.90/716.22	c cleaning 12997 clauses out of 26022 with flag 809000/809000
1370.06/727.20	c cleaning 13002 clauses out of 26025 with flag 822000/822000
1391.01/738.64	c cleaning 12998 clauses out of 26024 with flag 835001/835001
1411.12/749.69	c cleaning 13008 clauses out of 26029 with flag 848004/848004
1431.46/761.15	c cleaning 12990 clauses out of 26017 with flag 861000/861000
1447.73/770.21	c cleaning 13001 clauses out of 26027 with flag 874000/874000
1466.22/780.49	c cleaning 13001 clauses out of 26026 with flag 887000/887000
1487.13/791.81	c cleaning 13006 clauses out of 26025 with flag 900000/900000
1510.67/804.80	c cleaning 13005 clauses out of 26019 with flag 913000/913000
1533.36/817.15	c cleaning 12998 clauses out of 26014 with flag 926000/926000
1556.65/829.71	c cleaning 12996 clauses out of 26017 with flag 939001/939001
1578.54/841.69	c cleaning 13001 clauses out of 26020 with flag 952000/952000
1600.55/854.09	c cleaning 12999 clauses out of 26021 with flag 965002/965002
1622.84/866.14	c cleaning 13003 clauses out of 26021 with flag 978001/978001
1642.17/876.74	c cleaning 12999 clauses out of 26018 with flag 991001/991001
1663.03/888.14	c cleaning 12998 clauses out of 26018 with flag 1004000/1004000
1683.36/899.58	c cleaning 13007 clauses out of 26027 with flag 1017007/1017007
1704.13/910.87	c cleaning 13001 clauses out of 26014 with flag 1030001/1030001
1725.82/922.66	c cleaning 12993 clauses out of 26013 with flag 1043001/1043001
1747.28/934.31	c cleaning 13006 clauses out of 26025 with flag 1056006/1056006
1770.01/947.02	c cleaning 13007 clauses out of 26019 with flag 1069006/1069006
1793.61/959.80	c cleaning 12972 clauses out of 26006 with flag 1082000/1082000
1800.21/964.12	c starts		: 189
1800.21/964.12	c conflicts		: 1084951
1800.21/964.12	c decisions		: 4756350
1800.21/964.12	c propagations		: 147188730
1800.21/964.12	c inspects		: 1218388292
1800.21/964.12	c shortcuts		: 0
1800.21/964.12	c learnt literals	: 0
1800.21/964.12	c learnt binary clauses	: 0
1800.21/964.12	c learnt ternary clauses	: 0
1800.21/964.12	c learnt constraints	: 1084951
1800.21/964.12	c ignored constraints	: 0
1800.21/964.12	c root simplifications	: 0
1800.21/964.12	c removed literals (reason simplification)	: 3813739
1800.21/964.12	c reason swapping (by a shorter reason)	: 0
1800.21/964.12	c Calls to reduceDB	: 86
1800.21/964.12	c number of reductions to clauses (during analyze)	: 0
1800.21/964.12	c number of learned constraints concerned by reduction	: 0
1800.21/964.12	c number of learning phase by resolution	: 0
1800.21/964.12	c number of learning phase by cutting planes	: 0
1800.21/964.12	c speed (assignments/second)	: 153237.0524606207
1800.21/964.12	c non guided choices	130931
1800.21/964.13	c learnt constraints type 
1800.21/964.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15996
1800.21/964.13	c constraints type 
1800.21/964.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12477
1800.21/964.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.21/964.13	c constraints type 
1800.21/964.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12478
1800.21/964.13	s UNKNOWN
1800.21/964.13	c Total wall clock time (in seconds): 964.024

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3454212-1307190749/watcher-3454212-1307190749 -o /tmp/evaluation-result-3454212-1307190749/solver-3454212-1307190749 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454212-1307190749.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.10 3.72 3.70 2/505 22739
/proc/meminfo: memFree=21277568/32951124 swapFree=46575304/67111528
[pid=22739] ppid=22737 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (java) S 22737 22739 17058 0 -1 4202496 3268 0 1 0 0 0 0 0 21 0 2 0 563266190 10694979584 2970 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/22739/statm: 2611079 2983 917 9 0 2602235 0
[pid=22739/tid=22740] ppid=22737 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22740/stat : 22740 (java) R 22737 22739 17058 0 -1 4202560 6834 0 1 0 0 0 0 0 23 0 2 0 563266190 10694979584 7650 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268660356155 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.099628 s]
/proc/loadavg: 3.10 3.72 3.70 2/505 22739
/proc/meminfo: memFree=21277568/32951124 swapFree=46575304/67111528
[pid=22739] ppid=22737 vsize=10540440 CPUtime=0.1 cores=1,3,5,7
/proc/22739/stat : 22739 (java) S 22737 22739 17058 0 -1 4202496 13155 0 1 0 9 1 0 0 21 0 18 0 563266190 10793410560 12821 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22739/statm: 2635110 12821 2093 9 0 2625844 0
[pid=22739/tid=22740] ppid=22737 vsize=10540440 CPUtime=0.08 cores=1,3,5,7
/proc/22739/task/22740/stat : 22740 (java) R 22737 22739 17058 0 -1 4202560 11192 0 1 0 7 1 0 0 18 0 18 0 563266190 10793410560 12822 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672488907 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540440

[startup+0.100626 s]
/proc/loadavg: 3.10 3.72 3.70 2/505 22739
/proc/meminfo: memFree=21277568/32951124 swapFree=46575304/67111528
[pid=22739] ppid=22737 vsize=10540440 CPUtime=0.1 cores=1,3,5,7
/proc/22739/stat : 22739 (java) S 22737 22739 17058 0 -1 4202496 13167 0 1 0 9 1 0 0 21 0 18 0 563266190 10793410560 12833 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22739/statm: 2635110 12833 2093 9 0 2625844 0
[pid=22739/tid=22740] ppid=22737 vsize=10540440 CPUtime=0.08 cores=1,3,5,7
/proc/22739/task/22740/stat : 22740 (java) R 22737 22739 17058 0 -1 4202560 11203 0 1 0 7 1 0 0 18 0 18 0 563266190 10793410560 12833 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 47448804433486 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540440

[startup+0.300594 s]
/proc/loadavg: 3.10 3.72 3.70 2/505 22739
/proc/meminfo: memFree=21277568/32951124 swapFree=46575304/67111528
[pid=22739] ppid=22737 vsize=10542144 CPUtime=0.47 cores=1,3,5,7
/proc/22739/stat : 22739 (java) S 22737 22739 17058 0 -1 4202496 22402 0 1 0 45 2 0 0 21 0 18 0 563266190 10795155456 21506 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22739/statm: 2635536 21509 2200 9 0 2626270 0
[pid=22739/tid=22740] ppid=22737 vsize=10542144 CPUtime=0.28 cores=1,3,5,7
/proc/22739/task/22740/stat : 22740 (java) R 22737 22739 17058 0 -1 4202560 18932 0 1 0 26 2 0 0 18 0 18 0 563266190 10795155456 21510 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 46912505604073 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10542144

[startup+0.70052 s]
/proc/loadavg: 3.10 3.72 3.70 2/505 22739
/proc/meminfo: memFree=21277568/32951124 swapFree=46575304/67111528
[pid=22739] ppid=22737 vsize=10542144 CPUtime=0.87 cores=1,3,5,7
/proc/22739/stat : 22739 (java) S 22737 22739 17058 0 -1 4202496 48562 0 1 0 82 5 0 0 21 0 18 0 563266190 10795155456 47666 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22739/statm: 2635536 47669 2200 9 0 2626270 0
[pid=22739/tid=22740] ppid=22737 vsize=10542144 CPUtime=0.68 cores=1,3,5,7
/proc/22739/task/22740/stat : 22740 (java) R 22737 22739 17058 0 -1 4202560 45092 0 1 0 63 5 0 0 18 0 18 0 563266190 10795155456 47670 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 46912505583345 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 10542144

[startup+1.50139 s]
/proc/loadavg: 3.01 3.69 3.69 6/527 22761
/proc/meminfo: memFree=20718476/32951124 swapFree=46575304/67111528
[pid=22739] ppid=22737 vsize=10553300 CPUtime=2.24 cores=1,3,5,7
/proc/22739/stat : 22739 (java) S 22737 22739 17058 0 -1 4202496 121588 0 1 0 210 14 0 0 21 0 18 0 563266190 10806579200 116012 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22739/statm: 2638325 116016 2212 9 0 2629059 0
[pid=22739/tid=22740] ppid=22737 vsize=10553300 CPUtime=1.49 cores=1,3,5,7
/proc/22739/task/22740/stat : 22740 (java) R 22737 22739 17058 0 -1 4202560 109421 0 1 0 136 13 0 0 20 0 18 0 563266190 10806579200 116017 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 46912505561435 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22739/tid=22742] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22742/stat : 22742 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 563266192 10806579200 116021 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22743] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22743/stat : 22743 (java) S 22737 22739 17058 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 563266192 10806579200 116025 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22744] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22744/stat : 22744 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 563266192 10806579200 116028 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22745] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22745/stat : 22745 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 563266192 10806579200 116030 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22746] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22746/stat : 22746 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 563266192 10806579200 116032 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22747] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22747/stat : 22747 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 563266192 10806579200 116034 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22748] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22748/stat : 22748 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 563266192 10806579200 116036 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22749] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22749/stat : 22749 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 563266192 10806579200 116040 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22750] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22750/stat : 22750 (java) S 22737 22739 17058 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 563266193 10806579200 116043 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 0 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22751] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22751/stat : 22751 (java) S 22737 22739 17058 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 563266194 10806579200 116047 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22752] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22752/stat : 22752 (java) S 22737 22739 17058 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 563266194 10806579200 116049 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22753] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22753/stat : 22753 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 563266196 10806579200 116051 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672485809 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22754] ppid=22737 vsize=10553300 CPUtime=0.41 cores=1,3,5,7
/proc/22739/task/22754/stat : 22754 (java) S 22737 22739 17058 0 -1 4202560 5512 0 0 0 41 0 0 0 19 0 18 0 563266196 10806579200 116053 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22755] ppid=22737 vsize=10553300 CPUtime=0.32 cores=1,3,5,7
/proc/22739/task/22755/stat : 22755 (java) S 22737 22739 17058 0 -1 4202560 5510 0 0 0 32 0 0 0 15 0 18 0 563266196 10806579200 116055 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22756] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22756/stat : 22756 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 563266196 10806579200 116060 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22757] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22757/stat : 22757 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 563266196 10806579200 116063 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 10553300

[startup+3.1011 s]
/proc/loadavg: 3.01 3.69 3.69 4/527 22761
/proc/meminfo: memFree=20230616/32951124 swapFree=46575304/67111528
[pid=22739] ppid=22737 vsize=10553300 CPUtime=3.87 cores=1,3,5,7
/proc/22739/stat : 22739 (java) S 22737 22739 17058 0 -1 4202496 264465 0 1 0 358 29 0 0 21 0 18 0 563266190 10806579200 258889 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22739/statm: 2638325 258889 2213 9 0 2629059 0
[pid=22739/tid=22740] ppid=22737 vsize=10553300 CPUtime=3.08 cores=1,3,5,7
/proc/22739/task/22740/stat : 22740 (java) R 22737 22739 17058 0 -1 4202560 252289 0 1 0 280 28 0 0 25 0 18 0 563266190 10806579200 258889 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 46912505748798 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22739/tid=22742] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22742/stat : 22742 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 563266192 10806579200 258889 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22743] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22743/stat : 22743 (java) S 22737 22739 17058 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 563266192 10806579200 258889 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22744] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22744/stat : 22744 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 563266192 10806579200 258889 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22745] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22745/stat : 22745 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 563266192 10806579200 258889 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22746] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22746/stat : 22746 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 563266192 10806579200 258889 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22747] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22747/stat : 22747 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 563266192 10806579200 258889 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22748] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22748/stat : 22748 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 563266192 10806579200 258889 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22749] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22749/stat : 22749 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 563266192 10806579200 258889 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22750] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22750/stat : 22750 (java) S 22737 22739 17058 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 563266193 10806579200 258889 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 0 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22751] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22751/stat : 22751 (java) S 22737 22739 17058 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 563266194 10806579200 258889 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22752] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22752/stat : 22752 (java) S 22737 22739 17058 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 563266194 10806579200 258889 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22753] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22753/stat : 22753 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 563266196 10806579200 258889 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672485809 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22754] ppid=22737 vsize=10553300 CPUtime=0.42 cores=1,3,5,7
/proc/22739/task/22754/stat : 22754 (java) S 22737 22739 17058 0 -1 4202560 5514 0 0 0 42 0 0 0 17 0 18 0 563266196 10806579200 258889 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22755] ppid=22737 vsize=10553300 CPUtime=0.34 cores=1,3,5,7
/proc/22739/task/22755/stat : 22755 (java) S 22737 22739 17058 0 -1 4202560 5512 0 0 0 34 0 0 0 15 0 18 0 563266196 10806579200 258889 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22756] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22756/stat : 22756 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 563266196 10806579200 258889 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22757] ppid=22737 vsize=10553300 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22757/stat : 22757 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 563266196 10806579200 258889 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 10553300

[startup+6.30154 s]
/proc/loadavg: 3.25 3.73 3.70 6/531 22771
/proc/meminfo: memFree=19468232/32951124 swapFree=46575304/67111528
[pid=22739] ppid=22737 vsize=10557412 CPUtime=10.42 cores=1,3,5,7
/proc/22739/stat : 22739 (java) S 22737 22739 17058 0 -1 4202496 381045 0 1 0 1002 40 0 0 21 0 22 0 563266190 10810789888 374934 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22739/statm: 2639353 374935 2236 9 0 2630087 0
[pid=22739/tid=22740] ppid=22737 vsize=10557412 CPUtime=3.58 cores=1,3,5,7
/proc/22739/task/22740/stat : 22740 (java) S 22737 22739 17058 0 -1 4202560 267885 0 1 0 329 29 0 0 15 0 22 0 563266190 10810789888 374936 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22742] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22742/stat : 22742 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 563266192 10810789888 374936 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22743] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22743/stat : 22743 (java) S 22737 22739 17058 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 563266192 10810789888 374937 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22744] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22744/stat : 22744 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563266192 10810789888 374937 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22745] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22745/stat : 22745 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563266192 10810789888 374937 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22746] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22746/stat : 22746 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563266192 10810789888 374938 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22747] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22747/stat : 22747 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563266192 10810789888 374938 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22748] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22748/stat : 22748 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563266192 10810789888 374938 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22749] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22749/stat : 22749 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563266192 10810789888 374938 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22750] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22750/stat : 22750 (java) S 22737 22739 17058 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 22 0 563266193 10810789888 374938 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 0 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22751] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22751/stat : 22751 (java) S 22737 22739 17058 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 563266194 10810789888 374938 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22752] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22752/stat : 22752 (java) S 22737 22739 17058 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 563266194 10810789888 374938 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22753] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22753/stat : 22753 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563266196 10810789888 374938 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672485809 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22754] ppid=22737 vsize=10557412 CPUtime=0.72 cores=1,3,5,7
/proc/22739/task/22754/stat : 22754 (java) S 22737 22739 17058 0 -1 4202560 6078 0 0 0 72 0 0 0 15 0 22 0 563266196 10810789888 374938 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22755] ppid=22737 vsize=10557412 CPUtime=0.76 cores=1,3,5,7
/proc/22739/task/22755/stat : 22755 (java) S 22737 22739 17058 0 -1 4202560 5580 0 0 0 76 0 0 0 15 0 22 0 563266196 10810789888 374938 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22756] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22756/stat : 22756 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563266196 10810789888 374938 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22757] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22757/stat : 22757 (java) S 22737 22739 17058 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 563266196 10810789888 374938 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0

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

/proc/22739/task/22742/stat : 22742 (java) S 22737 22739 17058 0 -1 4202560 32503 0 0 0 110 4 0 0 15 0 22 0 563266192 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22743] ppid=22737 vsize=10557412 CPUtime=0.56 cores=1,3,5,7
/proc/22739/task/22743/stat : 22743 (java) S 22737 22739 17058 0 -1 4202560 1584 0 0 0 56 0 0 0 15 0 22 0 563266192 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 5 0 0 0
[pid=22739/tid=22744] ppid=22737 vsize=10557412 CPUtime=0.95 cores=1,3,5,7
/proc/22739/task/22744/stat : 22744 (java) S 22737 22739 17058 0 -1 4202560 21552 0 0 0 92 3 0 0 15 0 22 0 563266192 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 5 0 0 0
[pid=22739/tid=22745] ppid=22737 vsize=10557412 CPUtime=0.92 cores=1,3,5,7
/proc/22739/task/22745/stat : 22745 (java) S 22737 22739 17058 0 -1 4202560 18451 0 0 0 90 2 0 0 15 0 22 0 563266192 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22746] ppid=22737 vsize=10557412 CPUtime=1.31 cores=1,3,5,7
/proc/22739/task/22746/stat : 22746 (java) S 22737 22739 17058 0 -1 4202560 53657 0 0 0 125 6 0 0 15 0 22 0 563266192 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 5 0 0 0
[pid=22739/tid=22747] ppid=22737 vsize=10557412 CPUtime=1.08 cores=1,3,5,7
/proc/22739/task/22747/stat : 22747 (java) S 22737 22739 17058 0 -1 4202560 40387 0 0 0 102 6 0 0 16 0 22 0 563266192 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22748] ppid=22737 vsize=10557412 CPUtime=0.66 cores=1,3,5,7
/proc/22739/task/22748/stat : 22748 (java) S 22737 22739 17058 0 -1 4202560 10781 0 0 0 65 1 0 0 15 0 22 0 563266192 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22749] ppid=22737 vsize=10557412 CPUtime=0.87 cores=1,3,5,7
/proc/22739/task/22749/stat : 22749 (java) S 22737 22739 17058 0 -1 4202560 21224 0 0 0 84 3 0 0 15 0 22 0 563266192 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 5 0 0 0
[pid=22739/tid=22750] ppid=22737 vsize=10557412 CPUtime=114.91 cores=1,3,5,7
/proc/22739/task/22750/stat : 22750 (java) S 22737 22739 17058 0 -1 4202560 306057 0 0 0 11464 27 0 0 18 0 22 0 563266193 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 0 0 16800975 18446604468027633856 0 0 -1 5 0 0 0
[pid=22739/tid=22751] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22751/stat : 22751 (java) S 22737 22739 17058 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 563266194 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22752] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22752/stat : 22752 (java) S 22737 22739 17058 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 563266194 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22753] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22753/stat : 22753 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563266196 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672485809 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22754] ppid=22737 vsize=10557412 CPUtime=0.91 cores=1,3,5,7
/proc/22739/task/22754/stat : 22754 (java) S 22737 22739 17058 0 -1 4202560 6107 0 0 0 91 0 0 0 15 0 22 0 563266196 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22755] ppid=22737 vsize=10557412 CPUtime=1.01 cores=1,3,5,7
/proc/22739/task/22755/stat : 22755 (java) S 22737 22739 17058 0 -1 4202560 5633 0 0 0 101 0 0 0 15 0 22 0 563266196 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22756] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22756/stat : 22756 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563266196 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22757] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22757/stat : 22757 (java) S 22737 22739 17058 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 563266196 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22765] ppid=22737 vsize=10557412 CPUtime=761.72 cores=1,3,5,7
/proc/22739/task/22765/stat : 22765 (java) R 22737 22739 17058 0 -1 4202560 6243 0 0 0 76171 1 0 0 25 0 22 0 563266550 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 46912505924146 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22739/tid=22766] ppid=22737 vsize=10557412 CPUtime=761.68 cores=1,3,5,7
/proc/22739/task/22766/stat : 22766 (java) R 22737 22739 17058 0 -1 4202560 358274 0 0 0 76131 37 0 0 25 0 22 0 563266550 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 46912506081633 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22739/tid=22767] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22767/stat : 22767 (java) S 22737 22739 17058 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 563266571 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22768] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22768/stat : 22768 (java) S 22737 22739 17058 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 563266575 10810789888 1145192 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1651.43
Current children cumulated vsize (KiB) 10557412

[startup+942.301 s]
/proc/loadavg: 3.78 3.85 3.81 5/531 22856
/proc/meminfo: memFree=13250652/32951124 swapFree=46575304/67111528
[pid=22739] ppid=22737 vsize=10557412 CPUtime=1760.59 cores=1,3,5,7
/proc/22739/stat : 22739 (java) S 22737 22739 17058 0 -1 4202496 1165571 0 1 0 175932 127 0 0 21 0 22 0 563266190 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22739/statm: 2639353 1159190 2263 9 0 2630087 0
[pid=22739/tid=22740] ppid=22737 vsize=10557412 CPUtime=3.58 cores=1,3,5,7
/proc/22739/task/22740/stat : 22740 (java) S 22737 22739 17058 0 -1 4202560 267904 0 1 0 329 29 0 0 15 0 22 0 563266190 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22742] ppid=22737 vsize=10557412 CPUtime=1.23 cores=1,3,5,7
/proc/22739/task/22742/stat : 22742 (java) S 22737 22739 17058 0 -1 4202560 32503 0 0 0 119 4 0 0 15 0 22 0 563266192 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22743] ppid=22737 vsize=10557412 CPUtime=0.6 cores=1,3,5,7
/proc/22739/task/22743/stat : 22743 (java) S 22737 22739 17058 0 -1 4202560 1584 0 0 0 60 0 0 0 15 0 22 0 563266192 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22744] ppid=22737 vsize=10557412 CPUtime=1.03 cores=1,3,5,7
/proc/22739/task/22744/stat : 22744 (java) S 22737 22739 17058 0 -1 4202560 21558 0 0 0 100 3 0 0 15 0 22 0 563266192 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22745] ppid=22737 vsize=10557412 CPUtime=1.02 cores=1,3,5,7
/proc/22739/task/22745/stat : 22745 (java) S 22737 22739 17058 0 -1 4202560 18451 0 0 0 100 2 0 0 16 0 22 0 563266192 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22746] ppid=22737 vsize=10557412 CPUtime=1.43 cores=1,3,5,7
/proc/22739/task/22746/stat : 22746 (java) S 22737 22739 17058 0 -1 4202560 53659 0 0 0 137 6 0 0 16 0 22 0 563266192 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22747] ppid=22737 vsize=10557412 CPUtime=1.18 cores=1,3,5,7
/proc/22739/task/22747/stat : 22747 (java) S 22737 22739 17058 0 -1 4202560 40390 0 0 0 112 6 0 0 16 0 22 0 563266192 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 5 0 0 0
[pid=22739/tid=22748] ppid=22737 vsize=10557412 CPUtime=0.74 cores=1,3,5,7
/proc/22739/task/22748/stat : 22748 (java) S 22737 22739 17058 0 -1 4202560 10783 0 0 0 73 1 0 0 16 0 22 0 563266192 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 5 0 0 0
[pid=22739/tid=22749] ppid=22737 vsize=10557412 CPUtime=0.92 cores=1,3,5,7
/proc/22739/task/22749/stat : 22749 (java) S 22737 22739 17058 0 -1 4202560 21227 0 0 0 89 3 0 0 15 0 22 0 563266192 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22750] ppid=22737 vsize=10557412 CPUtime=126.07 cores=1,3,5,7
/proc/22739/task/22750/stat : 22750 (java) S 22737 22739 17058 0 -1 4202560 320043 0 0 0 12578 29 0 0 18 0 22 0 563266193 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 0 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22751] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22751/stat : 22751 (java) S 22737 22739 17058 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 563266194 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22752] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22752/stat : 22752 (java) S 22737 22739 17058 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 563266194 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22753] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22753/stat : 22753 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563266196 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672485809 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22754] ppid=22737 vsize=10557412 CPUtime=0.91 cores=1,3,5,7
/proc/22739/task/22754/stat : 22754 (java) S 22737 22739 17058 0 -1 4202560 6107 0 0 0 91 0 0 0 15 0 22 0 563266196 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22755] ppid=22737 vsize=10557412 CPUtime=1.01 cores=1,3,5,7
/proc/22739/task/22755/stat : 22755 (java) S 22737 22739 17058 0 -1 4202560 5633 0 0 0 101 0 0 0 15 0 22 0 563266196 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22756] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22756/stat : 22756 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563266196 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22757] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22757/stat : 22757 (java) S 22737 22739 17058 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 563266196 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22765] ppid=22737 vsize=10557412 CPUtime=810.4 cores=1,3,5,7
/proc/22739/task/22765/stat : 22765 (java) R 22737 22739 17058 0 -1 4202560 6244 0 0 0 81039 1 0 0 25 0 22 0 563266550 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 46912506025167 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22739/tid=22766] ppid=22737 vsize=10557412 CPUtime=810.36 cores=1,3,5,7
/proc/22739/task/22766/stat : 22766 (java) R 22737 22739 17058 0 -1 4202560 358274 0 0 0 80999 37 0 0 25 0 22 0 563266550 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 46912505937070 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22739/tid=22767] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22767/stat : 22767 (java) S 22737 22739 17058 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 563266571 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22768] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22768/stat : 22768 (java) S 22737 22739 17058 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 563266575 10810789888 1159190 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1760.59
Current children cumulated vsize (KiB) 10557412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+964.101 s]
/proc/loadavg: 3.76 3.84 3.81 5/531 22857
/proc/meminfo: memFree=13189512/32951124 swapFree=46575304/67111528
[pid=22739] ppid=22737 vsize=10557412 CPUtime=1800.21 cores=1,3,5,7
/proc/22739/stat : 22739 (java) S 22737 22739 17058 0 -1 4202496 1178043 0 1 0 179893 128 0 0 21 0 22 0 563266190 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22739/statm: 2639353 1171656 2263 9 0 2630087 0
[pid=22739/tid=22740] ppid=22737 vsize=10557412 CPUtime=3.58 cores=1,3,5,7
/proc/22739/task/22740/stat : 22740 (java) S 22737 22739 17058 0 -1 4202560 267906 0 1 0 329 29 0 0 15 0 22 0 563266190 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22742] ppid=22737 vsize=10557412 CPUtime=1.25 cores=1,3,5,7
/proc/22739/task/22742/stat : 22742 (java) S 22737 22739 17058 0 -1 4202560 32506 0 0 0 121 4 0 0 16 0 22 0 563266192 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22743] ppid=22737 vsize=10557412 CPUtime=0.66 cores=1,3,5,7
/proc/22739/task/22743/stat : 22743 (java) S 22737 22739 17058 0 -1 4202560 1584 0 0 0 66 0 0 0 16 0 22 0 563266192 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 5 0 0 0
[pid=22739/tid=22744] ppid=22737 vsize=10557412 CPUtime=1.1 cores=1,3,5,7
/proc/22739/task/22744/stat : 22744 (java) S 22737 22739 17058 0 -1 4202560 21558 0 0 0 107 3 0 0 16 0 22 0 563266192 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22745] ppid=22737 vsize=10557412 CPUtime=1.12 cores=1,3,5,7
/proc/22739/task/22745/stat : 22745 (java) S 22737 22739 17058 0 -1 4202560 18451 0 0 0 110 2 0 0 16 0 22 0 563266192 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22746] ppid=22737 vsize=10557412 CPUtime=1.5 cores=1,3,5,7
/proc/22739/task/22746/stat : 22746 (java) S 22737 22739 17058 0 -1 4202560 53659 0 0 0 144 6 0 0 16 0 22 0 563266192 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22747] ppid=22737 vsize=10557412 CPUtime=1.2 cores=1,3,5,7
/proc/22739/task/22747/stat : 22747 (java) S 22737 22739 17058 0 -1 4202560 40390 0 0 0 114 6 0 0 15 0 22 0 563266192 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 5 0 0 0
[pid=22739/tid=22748] ppid=22737 vsize=10557412 CPUtime=0.75 cores=1,3,5,7
/proc/22739/task/22748/stat : 22748 (java) S 22737 22739 17058 0 -1 4202560 10783 0 0 0 74 1 0 0 16 0 22 0 563266192 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 5 0 0 0
[pid=22739/tid=22749] ppid=22737 vsize=10557412 CPUtime=0.94 cores=1,3,5,7
/proc/22739/task/22749/stat : 22749 (java) S 22737 22739 17058 0 -1 4202560 21227 0 0 0 91 3 0 0 16 0 22 0 563266192 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22750] ppid=22737 vsize=10557412 CPUtime=130.25 cores=1,3,5,7
/proc/22739/task/22750/stat : 22750 (java) S 22737 22739 17058 0 -1 4202560 332508 0 0 0 12995 30 0 0 18 0 22 0 563266193 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 0 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22751] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22751/stat : 22751 (java) S 22737 22739 17058 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 563266194 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22752] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22752/stat : 22752 (java) S 22737 22739 17058 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 563266194 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22753] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22753/stat : 22753 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563266196 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672485809 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22754] ppid=22737 vsize=10557412 CPUtime=0.91 cores=1,3,5,7
/proc/22739/task/22754/stat : 22754 (java) S 22737 22739 17058 0 -1 4202560 6107 0 0 0 91 0 0 0 15 0 22 0 563266196 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
[pid=22739/tid=22755] ppid=22737 vsize=10557412 CPUtime=1.01 cores=1,3,5,7
/proc/22739/task/22755/stat : 22755 (java) S 22737 22739 17058 0 -1 4202560 5633 0 0 0 101 0 0 0 15 0 22 0 563266196 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 1 0 0 0
[pid=22739/tid=22756] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22756/stat : 22756 (java) S 22737 22739 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563266196 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478105 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22757] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22757/stat : 22757 (java) S 22737 22739 17058 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 563266196 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22765] ppid=22737 vsize=10557412 CPUtime=827.94 cores=1,3,5,7
/proc/22739/task/22765/stat : 22765 (java) R 22737 22739 17058 0 -1 4202560 6244 0 0 0 82793 1 0 0 21 0 22 0 563266550 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 46912505679211 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22739/tid=22766] ppid=22737 vsize=10557412 CPUtime=827.9 cores=1,3,5,7
/proc/22739/task/22766/stat : 22766 (java) R 22737 22739 17058 0 -1 4202560 358274 0 0 0 82753 37 0 0 21 0 22 0 563266550 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 46912506025725 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22739/tid=22767] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22767/stat : 22767 (java) S 22737 22739 17058 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 563266571 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 4 0 16800975 18446604468027633856 0 0 -1 3 0 0 0
[pid=22739/tid=22768] ppid=22737 vsize=10557412 CPUtime=0 cores=1,3,5,7
/proc/22739/task/22768/stat : 22768 (java) S 22737 22739 17058 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 563266575 10810789888 1171656 33554432000 1073741824 1073778376 140735948988352 18446744073709551615 268672478720 0 4 0 16800975 18446604468027633856 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 10557412

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

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

[startup+964.225 s]
/proc/loadavg: 3.76 3.84 3.81 5/531 22857
/proc/meminfo: memFree=13189512/32951124 swapFree=46575304/67111528
[pid=22739] ppid=22737 vsize=0 CPUtime=1800.37 cores=1,3,5,7
/proc/22739/stat : 22739 (java) Z 22737 22739 17058 0 -1 4203548 1178075 0 1 0 179900 137 0 0 17 0 2 0 563266190 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22739/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 0

[startup+964.301 s]
/proc/loadavg: 3.76 3.84 3.81 5/531 22857
/proc/meminfo: memFree=13189512/32951124 swapFree=46575304/67111528
[pid=22739] ppid=22737 vsize=0 CPUtime=1800.45 cores=1,3,5,7
/proc/22739/stat : 22739 (java) Z 22737 22739 17058 0 -1 4203548 1178075 0 1 0 179900 145 0 0 17 0 2 0 563266190 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22739/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 964.304
CPU time (s): 1800.46
CPU user time (s): 1799
CPU system time (s): 1.45378
CPU usage (%): 186.71
Max. virtual memory (cumulated for all children) (KiB): 10557412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.45378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1178075
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24231
involuntary context switches= 21091

runsolver used 4.87926 second user time and 10.9563 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-04 14:32:29
IDJOB=3454212
IDBENCH=2369
IDSOLVER=1950
FILE ID=node107/3454212-1307190749
RUNJOBID= node107-1307190749-22697
PBS_JOBID= 13508844
Free space on /tmp= 73864 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-NSR8K.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454212-1307190749/watcher-3454212-1307190749 -o /tmp/evaluation-result-3454212-1307190749/solver-3454212-1307190749 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454212-1307190749.opb

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

MD5SUM BENCH= cc5d7ea426a09a5b1cb030d82bbe1743
RANDOM SEED=136754418

node107.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5359.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21278468 kB
Buffers:        339576 kB
Cached:        2196440 kB
SwapCached:      22548 kB
Active:        9284960 kB
Inactive:      2036580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21278468 kB
SwapTotal:    67111528 kB
SwapFree:     46575304 kB
Dirty:           20228 kB
Writeback:           0 kB
AnonPages:     8780820 kB
Mapped:          40092 kB
Slab:           187800 kB
PageTables:      95076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 155426740 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73868 MiB
End job on node107 at 2011-06-04 14:48:35