Trace number 3458003

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.18 1797.49

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_4_80.opb
MD5SUM7cde2502e7fdd6b310da5651aff97d88
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3.99539
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12652
Sum of products size (including duplicates)25304
Number of different products6326
Sum of products size12652

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		12995394264
0.02/0.09	c Max memory 		13063553024
0.02/0.09	c Total memory 		13063553024
0.02/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3458003-1307164521.opb
0.11/0.11	c reading problem ... 
1.19/0.57	c ... done. Wall clock time 0.461s.
1.19/0.57	c #vars     7326
1.19/0.57	c #constraints  14155
1.19/0.57	c constraints type 
1.19/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6326
1.19/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.19/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.19/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6326
9.53/8.47	c cleaning 2511 clauses out of 5021 with flag 5021/5021
18.81/17.64	c cleaning 4254 clauses out of 8508 with flag 11019/11019
30.92/29.77	c cleaning 5633 clauses out of 11266 with flag 18031/18031
47.14/45.91	c cleaning 6805 clauses out of 13610 with flag 26008/26008
67.28/66.02	c cleaning 7899 clauses out of 15797 with flag 35000/35000
85.67/84.40	c cleaning 8955 clauses out of 17909 with flag 45011/45011
105.39/104.15	c cleaning 9998 clauses out of 19995 with flag 56052/56052
139.81/138.60	c cleaning 11053 clauses out of 22106 with flag 68161/68161
170.41/169.18	c cleaning 11947 clauses out of 23894 with flag 81002/81002
210.44/209.10	c cleaning 13048 clauses out of 26096 with flag 95151/95151
263.36/262.00	c cleaning 14038 clauses out of 28076 with flag 110179/110179
307.89/306.59	c cleaning 14433 clauses out of 28866 with flag 125007/125007
376.03/374.64	c cleaning 14890 clauses out of 29779 with flag 140353/140353
420.46/419.05	c cleaning 14768 clauses out of 29536 with flag 155000/155000
448.18/446.76	c cleaning 14883 clauses out of 29770 with flag 170002/170002
474.12/472.63	c cleaning 14948 clauses out of 29899 with flag 185014/185014
504.20/502.69	c cleaning 14972 clauses out of 29945 with flag 200008/200008
531.42/529.81	c cleaning 14983 clauses out of 29970 with flag 215005/215005
559.27/557.66	c cleaning 14999 clauses out of 30000 with flag 230018/230018
585.50/583.86	c cleaning 15006 clauses out of 30012 with flag 245029/245029
614.34/612.63	c cleaning 14994 clauses out of 29989 with flag 260012/260012
640.75/639.06	c cleaning 14992 clauses out of 29983 with flag 275000/275000
673.16/671.43	c cleaning 14996 clauses out of 29995 with flag 290004/290004
698.59/696.84	c cleaning 14997 clauses out of 29999 with flag 305004/305004
723.12/721.38	c cleaning 15001 clauses out of 30005 with flag 320007/320007
753.55/751.73	c cleaning 15004 clauses out of 30011 with flag 335014/335014
784.40/782.58	c cleaning 15009 clauses out of 30020 with flag 350027/350027
809.13/807.29	c cleaning 15000 clauses out of 30004 with flag 365020/365020
837.67/835.72	c cleaning 14997 clauses out of 29994 with flag 380010/380010
863.97/862.01	c cleaning 14996 clauses out of 29991 with flag 395004/395004
892.79/890.86	c cleaning 14994 clauses out of 29992 with flag 410001/410001
920.22/918.25	c cleaning 15001 clauses out of 30005 with flag 425008/425008
947.15/945.19	c cleaning 15001 clauses out of 30005 with flag 440009/440009
975.79/973.74	c cleaning 15000 clauses out of 30003 with flag 455008/455008
1005.51/1003.44	c cleaning 15003 clauses out of 30010 with flag 470015/470015
1032.31/1030.22	c cleaning 14994 clauses out of 29992 with flag 485000/485000
1059.32/1057.29	c cleaning 15010 clauses out of 30021 with flag 500023/500023
1088.85/1086.81	c cleaning 15025 clauses out of 30049 with flag 515061/515061
1117.25/1115.10	c cleaning 14993 clauses out of 29990 with flag 530027/530027
1144.99/1142.89	c cleaning 14984 clauses out of 29971 with flag 545001/545001
1171.40/1169.27	c cleaning 14998 clauses out of 29998 with flag 560012/560012
1195.41/1193.21	c cleaning 15015 clauses out of 30029 with flag 575041/575041
1220.12/1217.95	c cleaning 14993 clauses out of 29988 with flag 590015/590015
1245.42/1243.26	c cleaning 15003 clauses out of 30009 with flag 605029/605029
1272.94/1270.77	c cleaning 14988 clauses out of 29980 with flag 620003/620003
1300.28/1298.08	c cleaning 14998 clauses out of 29998 with flag 635009/635009
1322.97/1320.76	c cleaning 14998 clauses out of 29996 with flag 650005/650005
1344.99/1342.79	c cleaning 15000 clauses out of 30004 with flag 665011/665011
1367.60/1365.31	c cleaning 15007 clauses out of 30016 with flag 680023/680023
1389.22/1386.95	c cleaning 15005 clauses out of 30011 with flag 695025/695025
1411.72/1409.40	c cleaning 15007 clauses out of 30015 with flag 710034/710034
1435.72/1433.46	c cleaning 14995 clauses out of 29993 with flag 725019/725019
1457.36/1455.09	c cleaning 14996 clauses out of 29995 with flag 740016/740016
1478.97/1476.67	c cleaning 14990 clauses out of 29983 with flag 755000/755000
1500.89/1498.59	c cleaning 15018 clauses out of 30038 with flag 770045/770045
1523.30/1520.96	c cleaning 15012 clauses out of 30028 with flag 785053/785053
1543.91/1541.55	c cleaning 14983 clauses out of 29970 with flag 800007/800007
1564.84/1562.44	c cleaning 14991 clauses out of 29986 with flag 815006/815006
1586.65/1584.24	c cleaning 14995 clauses out of 29994 with flag 830005/830005
1608.95/1606.54	c cleaning 15002 clauses out of 30007 with flag 845013/845013
1631.76/1629.38	c cleaning 15001 clauses out of 30006 with flag 860014/860014
1654.77/1652.39	c cleaning 14995 clauses out of 29994 with flag 875003/875003
1683.18/1680.75	c cleaning 14996 clauses out of 29996 with flag 890000/890000
1716.52/1714.00	c cleaning 15000 clauses out of 30004 with flag 905004/905004
1755.56/1753.08	c cleaning 14999 clauses out of 30001 with flag 920001/920001
1797.20/1794.69	c cleaning 15000 clauses out of 30004 with flag 935003/935003
1800.06/1797.44	c starts		: 185
1800.06/1797.44	c conflicts		: 936469
1800.06/1797.44	c decisions		: 1345410
1800.06/1797.44	c propagations		: 33632263
1800.06/1797.44	c inspects		: 1375275450
1800.06/1797.44	c shortcuts		: 0
1800.06/1797.44	c learnt literals	: 0
1800.06/1797.44	c learnt binary clauses	: 0
1800.06/1797.44	c learnt ternary clauses	: 1
1800.06/1797.44	c learnt constraints	: 936469
1800.06/1797.44	c ignored constraints	: 0
1800.06/1797.44	c root simplifications	: 0
1800.06/1797.44	c removed literals (reason simplification)	: 2947666
1800.06/1797.44	c reason swapping (by a shorter reason)	: 0
1800.06/1797.44	c Calls to reduceDB	: 66
1800.06/1797.44	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.44	c number of learned constraints concerned by reduction	: 0
1800.06/1797.44	c number of learning phase by resolution	: 0
1800.06/1797.44	c number of learning phase by cutting planes	: 0
1800.06/1797.44	c speed (assignments/second)	: 18717.200633993445
1800.06/1797.44	c non guided choices	6811
1800.06/1797.47	c learnt constraints type 
1800.06/1797.47	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16477
1800.06/1797.47	c constraints type 
1800.06/1797.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6326
1800.06/1797.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.06/1797.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.06/1797.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6326
1800.06/1797.47	s UNKNOWN
1800.06/1797.47	c Total wall clock time (in seconds): 1797.354

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-3458003-1307164521/watcher-3458003-1307164521 -o /tmp/evaluation-result-3458003-1307164521/solver-3458003-1307164521 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458003-1307164521.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.04 1.99 1.73 2/501 22743
/proc/meminfo: memFree=24422044/32950928 swapFree=61542356/67111528
[pid=22743] ppid=22741 vsize=35788 CPUtime=0 cores=0,2,4,6
/proc/22743/stat : 22743 (java) S 22741 22743 22562 0 -1 4202496 1317 0 0 0 0 0 0 0 25 0 2 0 906682787 36646912 1018 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/22743/statm: 8947 1018 782 9 0 386 0
[pid=22743/tid=22744] ppid=22741 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22744/stat : 22744 (java) R 22741 22743 22562 0 -1 4202560 5467 0 1 0 0 0 0 0 25 0 2 0 906682788 13850947584 6283 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260905088059 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0419301 s]
/proc/loadavg: 2.04 1.99 1.73 2/501 22743
/proc/meminfo: memFree=24422044/32950928 swapFree=61542356/67111528
[pid=22743] ppid=22741 vsize=13547424 CPUtime=0.02 cores=0,2,4,6
/proc/22743/stat : 22743 (java) S 22741 22743 22562 0 -1 4202496 13547 0 1 0 1 1 0 0 25 0 11 0 906682787 13872562176 13245 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/22743/statm: 3386856 13245 1627 9 0 3377604 0
[pid=22743/tid=22744] ppid=22741 vsize=13547424 CPUtime=0.02 cores=0,2,4,6
/proc/22743/task/22744/stat : 22744 (java) R 22741 22743 22562 0 -1 4202560 12423 0 1 0 1 1 0 0 25 0 11 0 906682788 13872562176 13246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 47702676511268 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13547424

[startup+0.104944 s]
/proc/loadavg: 2.04 1.99 1.73 2/501 22743
/proc/meminfo: memFree=24422044/32950928 swapFree=61542356/67111528
[pid=22743] ppid=22741 vsize=13622076 CPUtime=0.11 cores=0,2,4,6
/proc/22743/stat : 22743 (java) S 22741 22743 22562 0 -1 4202496 15570 0 1 0 9 2 0 0 25 0 18 0 906682787 13949005824 15246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22743/statm: 3405519 15246 2093 9 0 3396253 0
[pid=22743/tid=22744] ppid=22741 vsize=13622076 CPUtime=0.08 cores=0,2,4,6
/proc/22743/task/22744/stat : 22744 (java) R 22741 22743 22562 0 -1 4202560 13651 0 1 0 7 1 0 0 18 0 18 0 906682788 13949005824 15246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917220811 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13622076

[startup+0.300851 s]
/proc/loadavg: 2.04 1.99 1.73 2/501 22743
/proc/meminfo: memFree=24422044/32950928 swapFree=61542356/67111528
[pid=22743] ppid=22741 vsize=13623288 CPUtime=0.41 cores=0,2,4,6
/proc/22743/stat : 22743 (java) S 22741 22743 22562 0 -1 4202496 17988 0 1 0 39 2 0 0 25 0 18 0 906682787 13950246912 17486 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22743/statm: 3405822 17487 2193 9 0 3396556 0
[pid=22743/tid=22744] ppid=22741 vsize=13623288 CPUtime=0.28 cores=0,2,4,6
/proc/22743/task/22744/stat : 22744 (java) R 22741 22743 22562 0 -1 4202560 15468 0 1 0 26 2 0 0 18 0 18 0 906682788 13950246912 17487 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13623288

[startup+0.712832 s]
/proc/loadavg: 2.04 1.99 1.73 2/501 22743
/proc/meminfo: memFree=24422044/32950928 swapFree=61542356/67111528
[pid=22743] ppid=22741 vsize=13637044 CPUtime=1.48 cores=0,2,4,6
/proc/22743/stat : 22743 (java) S 22741 22743 22562 0 -1 4202496 40316 0 1 0 141 7 0 0 25 0 19 0 906682787 13964333056 37225 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22743/statm: 3409261 37225 2233 9 0 3399995 0
[pid=22743/tid=22744] ppid=22741 vsize=13637044 CPUtime=0.69 cores=0,2,4,6
/proc/22743/task/22744/stat : 22744 (java) R 22741 22743 22562 0 -1 4202560 30370 0 1 0 64 5 0 0 19 0 19 0 906682788 13964333056 37225 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 46912505844122 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13637044

[startup+1.50058 s]
/proc/loadavg: 2.04 1.99 1.73 3/520 22762
/proc/meminfo: memFree=24279796/32950928 swapFree=61542356/67111528
[pid=22743] ppid=22741 vsize=13637044 CPUtime=2.42 cores=0,2,4,6
/proc/22743/stat : 22743 (java) S 22741 22743 22562 0 -1 4202496 41303 0 1 0 235 7 0 0 25 0 19 0 906682787 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22743/statm: 3409261 37470 2236 9 0 3399995 0
[pid=22743/tid=22744] ppid=22741 vsize=13637044 CPUtime=1.48 cores=0,2,4,6
/proc/22743/task/22744/stat : 22744 (java) R 22741 22743 22562 0 -1 4202560 30588 0 1 0 143 5 0 0 20 0 19 0 906682788 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 46912505934671 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22743/tid=22746] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22746/stat : 22746 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22747] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22747/stat : 22747 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22748] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22748/stat : 22748 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22749] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22749/stat : 22749 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22750] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22750/stat : 22750 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22751] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22751/stat : 22751 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22752] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22752/stat : 22752 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22753] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22753/stat : 22753 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22754] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22754/stat : 22754 (java) S 22741 22743 22562 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 906682791 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 0 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22755] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22755/stat : 22755 (java) S 22741 22743 22562 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 906682791 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22756] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22756/stat : 22756 (java) S 22741 22743 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906682791 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22757] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22757/stat : 22757 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682793 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917217713 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22758] ppid=22741 vsize=13637044 CPUtime=0.4 cores=0,2,4,6
/proc/22743/task/22758/stat : 22758 (java) S 22741 22743 22562 0 -1 4202560 5038 0 0 0 40 0 0 0 15 0 19 0 906682793 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22759] ppid=22741 vsize=13637044 CPUtime=0.51 cores=0,2,4,6
/proc/22743/task/22759/stat : 22759 (java) S 22741 22743 22562 0 -1 4202560 4516 0 0 0 50 1 0 0 15 0 19 0 906682793 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22760] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22760/stat : 22760 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682793 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22761] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22761/stat : 22761 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906682793 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 4 0 16800975 18446604443201312896 0 0 -1 4 0 0 0
[pid=22743/tid=22762] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22762/stat : 22762 (java) S 22741 22743 22562 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906682846 13964333056 37470 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 4 0 16800975 18446604443201312896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 13637044

[startup+3.10141 s]
/proc/loadavg: 2.04 1.99 1.73 3/520 22762
/proc/meminfo: memFree=24278180/32950928 swapFree=61542356/67111528
[pid=22743] ppid=22741 vsize=13637044 CPUtime=4.13 cores=0,2,4,6
/proc/22743/stat : 22743 (java) S 22741 22743 22562 0 -1 4202496 42239 0 1 0 406 7 0 0 25 0 19 0 906682787 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22743/statm: 3409261 38405 2240 9 0 3399995 0
[pid=22743/tid=22744] ppid=22741 vsize=13637044 CPUtime=3.08 cores=0,2,4,6
/proc/22743/task/22744/stat : 22744 (java) R 22741 22743 22562 0 -1 4202560 31483 0 1 0 303 5 0 0 25 0 19 0 906682788 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 46912505822717 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22743/tid=22746] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22746/stat : 22746 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22747] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22747/stat : 22747 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22748] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22748/stat : 22748 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22749] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22749/stat : 22749 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22750] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22750/stat : 22750 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22751] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22751/stat : 22751 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22752] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22752/stat : 22752 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22753] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22753/stat : 22753 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22754] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22754/stat : 22754 (java) S 22741 22743 22562 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 906682791 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 0 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22755] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22755/stat : 22755 (java) S 22741 22743 22562 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 906682791 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22756] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22756/stat : 22756 (java) S 22741 22743 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906682791 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22757] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22757/stat : 22757 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682793 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917217713 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22758] ppid=22741 vsize=13637044 CPUtime=0.5 cores=0,2,4,6
/proc/22743/task/22758/stat : 22758 (java) S 22741 22743 22562 0 -1 4202560 5079 0 0 0 50 0 0 0 15 0 19 0 906682793 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22759] ppid=22741 vsize=13637044 CPUtime=0.53 cores=0,2,4,6
/proc/22743/task/22759/stat : 22759 (java) S 22741 22743 22562 0 -1 4202560 4516 0 0 0 52 1 0 0 15 0 19 0 906682793 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22760] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22760/stat : 22760 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682793 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22761] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22761/stat : 22761 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906682793 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 4 0 16800975 18446604443201312896 0 0 -1 4 0 0 0
[pid=22743/tid=22762] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22762/stat : 22762 (java) S 22741 22743 22562 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906682846 13964333056 38405 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 4 0 16800975 18446604443201312896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 13637044

[startup+6.30083 s]
/proc/loadavg: 2.03 1.99 1.74 3/520 22762
/proc/meminfo: memFree=24265900/32950928 swapFree=61542356/67111528
[pid=22743] ppid=22741 vsize=13637044 CPUtime=7.43 cores=0,2,4,6
/proc/22743/stat : 22743 (java) S 22741 22743 22562 0 -1 4202496 46064 0 1 0 735 8 0 0 25 0 19 0 906682787 13964333056 41128 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22743/statm: 3409261 41128 2241 9 0 3399995 0
[pid=22743/tid=22744] ppid=22741 vsize=13637044 CPUtime=6.27 cores=0,2,4,6
/proc/22743/task/22744/stat : 22744 (java) R 22741 22743 22562 0 -1 4202560 34242 0 1 0 622 5 0 0 25 0 19 0 906682788 13964333056 41128 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 46912505837295 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22743/tid=22746] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22746/stat : 22746 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 41128 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22747] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22747/stat : 22747 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 41128 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22748] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22748/stat : 22748 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 41128 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22749] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22749/stat : 22749 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 41128 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22750] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22750/stat : 22750 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 41128 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22751] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22751/stat : 22751 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 41128 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22752] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22752/stat : 22752 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 41128 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22753] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22753/stat : 22753 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682790 13964333056 41128 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22754] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22754/stat : 22754 (java) S 22741 22743 22562 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 906682791 13964333056 41128 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 0 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22755] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22755/stat : 22755 (java) S 22741 22743 22562 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 906682791 13964333056 41128 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22756] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22756/stat : 22756 (java) S 22741 22743 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906682791 13964333056 41128 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22757] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22757/stat : 22757 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682793 13964333056 41128 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917217713 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22758] ppid=22741 vsize=13637044 CPUtime=0.58 cores=0,2,4,6
/proc/22743/task/22758/stat : 22758 (java) S 22741 22743 22562 0 -1 4202560 6144 0 0 0 58 0 0 0 15 0 19 0 906682793 13964333056 41128 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22759] ppid=22741 vsize=13637044 CPUtime=0.54 cores=0,2,4,6
/proc/22743/task/22759/stat : 22759 (java) S 22741 22743 22562 0 -1 4202560 4516 0 0 0 53 1 0 0 15 0 19 0 906682793 13964333056 41128 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0

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

[pid=22743/tid=22751] ppid=22741 vsize=13637044 CPUtime=0.2 cores=0,2,4,6
/proc/22743/task/22751/stat : 22751 (java) S 22741 22743 22562 0 -1 4202560 3608 0 0 0 20 0 0 0 15 0 19 0 906682790 13964333056 103205 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22752] ppid=22741 vsize=13637044 CPUtime=0.2 cores=0,2,4,6
/proc/22743/task/22752/stat : 22752 (java) S 22741 22743 22562 0 -1 4202560 2442 0 0 0 20 0 0 0 15 0 19 0 906682790 13964333056 103205 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22753] ppid=22741 vsize=13637044 CPUtime=0.18 cores=0,2,4,6
/proc/22743/task/22753/stat : 22753 (java) S 22741 22743 22562 0 -1 4202560 3678 0 0 0 18 0 0 0 16 0 19 0 906682790 13964333056 103205 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22754] ppid=22741 vsize=13637044 CPUtime=3.54 cores=0,2,4,6
/proc/22743/task/22754/stat : 22754 (java) S 22741 22743 22562 0 -1 4202560 30747 0 0 0 350 4 0 0 15 0 19 0 906682791 13964333056 103205 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 0 0 16800975 18446604443201312896 0 0 -1 0 0 0 0
[pid=22743/tid=22755] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22755/stat : 22755 (java) S 22741 22743 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906682791 13964333056 103205 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22756] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22756/stat : 22756 (java) S 22741 22743 22562 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906682791 13964333056 103205 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22757] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22757/stat : 22757 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682793 13964333056 103205 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917217713 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22758] ppid=22741 vsize=13637044 CPUtime=0.67 cores=0,2,4,6
/proc/22743/task/22758/stat : 22758 (java) S 22741 22743 22562 0 -1 4202560 6163 0 0 0 67 0 0 0 15 0 19 0 906682793 13964333056 103205 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22759] ppid=22741 vsize=13637044 CPUtime=0.57 cores=0,2,4,6
/proc/22743/task/22759/stat : 22759 (java) S 22741 22743 22562 0 -1 4202560 4521 0 0 0 56 1 0 0 16 0 19 0 906682793 13964333056 103205 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22760] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22760/stat : 22760 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682793 13964333056 103205 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22761] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22761/stat : 22761 (java) S 22741 22743 22562 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 906682793 13964333056 103205 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 4 0 16800975 18446604443201312896 0 0 -1 4 0 0 0
[pid=22743/tid=22762] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22762/stat : 22762 (java) S 22741 22743 22562 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906682846 13964333056 103205 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 4 0 16800975 18446604443201312896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1664.77
Current children cumulated vsize (KiB) 13637044

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 1.95 3/520 22859
/proc/meminfo: memFree=23861008/32950928 swapFree=61542356/67111528
[pid=22743] ppid=22741 vsize=13637044 CPUtime=1724.86 cores=0,2,4,6
/proc/22743/stat : 22743 (java) S 22741 22743 22562 0 -1 4202496 108454 0 1 0 172466 20 0 0 25 0 19 0 906682787 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22743/statm: 3409261 103238 2266 9 0 3399995 0
[pid=22743/tid=22744] ppid=22741 vsize=13637044 CPUtime=1718.06 cores=0,2,4,6
/proc/22743/task/22744/stat : 22744 (java) R 22741 22743 22562 0 -1 4202560 35884 0 1 0 171798 8 0 0 25 0 19 0 906682788 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 46912505951388 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22743/tid=22746] ppid=22741 vsize=13637044 CPUtime=0.25 cores=0,2,4,6
/proc/22743/task/22746/stat : 22746 (java) S 22741 22743 22562 0 -1 4202560 5337 0 0 0 25 0 0 0 15 0 19 0 906682790 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22747] ppid=22741 vsize=13637044 CPUtime=0.24 cores=0,2,4,6
/proc/22743/task/22747/stat : 22747 (java) S 22741 22743 22562 0 -1 4202560 2156 0 0 0 24 0 0 0 15 0 19 0 906682790 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 4 0 0 0
[pid=22743/tid=22748] ppid=22741 vsize=13637044 CPUtime=0.2 cores=0,2,4,6
/proc/22743/task/22748/stat : 22748 (java) S 22741 22743 22562 0 -1 4202560 3303 0 0 0 20 0 0 0 16 0 19 0 906682790 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 4 0 0 0
[pid=22743/tid=22749] ppid=22741 vsize=13637044 CPUtime=0.19 cores=0,2,4,6
/proc/22743/task/22749/stat : 22749 (java) S 22741 22743 22562 0 -1 4202560 4190 0 0 0 19 0 0 0 16 0 19 0 906682790 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22750] ppid=22741 vsize=13637044 CPUtime=0.25 cores=0,2,4,6
/proc/22743/task/22750/stat : 22750 (java) S 22741 22743 22562 0 -1 4202560 5160 0 0 0 25 0 0 0 16 0 19 0 906682790 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22751] ppid=22741 vsize=13637044 CPUtime=0.22 cores=0,2,4,6
/proc/22743/task/22751/stat : 22751 (java) S 22741 22743 22562 0 -1 4202560 3608 0 0 0 22 0 0 0 16 0 19 0 906682790 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22752] ppid=22741 vsize=13637044 CPUtime=0.21 cores=0,2,4,6
/proc/22743/task/22752/stat : 22752 (java) S 22741 22743 22562 0 -1 4202560 2442 0 0 0 21 0 0 0 15 0 19 0 906682790 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22753] ppid=22741 vsize=13637044 CPUtime=0.2 cores=0,2,4,6
/proc/22743/task/22753/stat : 22753 (java) S 22741 22743 22562 0 -1 4202560 3689 0 0 0 20 0 0 0 16 0 19 0 906682790 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22754] ppid=22741 vsize=13637044 CPUtime=3.67 cores=0,2,4,6
/proc/22743/task/22754/stat : 22754 (java) S 22741 22743 22562 0 -1 4202560 30751 0 0 0 363 4 0 0 15 0 19 0 906682791 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 0 0 16800975 18446604443201312896 0 0 -1 0 0 0 0
[pid=22743/tid=22755] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22755/stat : 22755 (java) S 22741 22743 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906682791 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22756] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22756/stat : 22756 (java) S 22741 22743 22562 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906682791 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22757] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22757/stat : 22757 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682793 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917217713 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22758] ppid=22741 vsize=13637044 CPUtime=0.67 cores=0,2,4,6
/proc/22743/task/22758/stat : 22758 (java) S 22741 22743 22562 0 -1 4202560 6163 0 0 0 67 0 0 0 15 0 19 0 906682793 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22759] ppid=22741 vsize=13637044 CPUtime=0.57 cores=0,2,4,6
/proc/22743/task/22759/stat : 22759 (java) S 22741 22743 22562 0 -1 4202560 4521 0 0 0 56 1 0 0 16 0 19 0 906682793 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22760] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22760/stat : 22760 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682793 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22761] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22761/stat : 22761 (java) S 22741 22743 22562 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 906682793 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 4 0 16800975 18446604443201312896 0 0 -1 4 0 0 0
[pid=22743/tid=22762] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22762/stat : 22762 (java) S 22741 22743 22562 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906682846 13964333056 103238 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 4 0 16800975 18446604443201312896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1724.86
Current children cumulated vsize (KiB) 13637044

[startup+1782.3 s]
/proc/loadavg: 2.10 2.05 1.96 3/520 22861
/proc/meminfo: memFree=23847572/32950928 swapFree=61542356/67111528
[pid=22743] ppid=22741 vsize=13637044 CPUtime=1784.9 cores=0,2,4,6
/proc/22743/stat : 22743 (java) S 22741 22743 22562 0 -1 4202496 108469 0 1 0 178470 20 0 0 25 0 19 0 906682787 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22743/statm: 3409261 103246 2266 9 0 3399995 0
[pid=22743/tid=22744] ppid=22741 vsize=13637044 CPUtime=1777.99 cores=0,2,4,6
/proc/22743/task/22744/stat : 22744 (java) R 22741 22743 22562 0 -1 4202560 35885 0 1 0 177791 8 0 0 25 0 19 0 906682788 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 46912505951597 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22743/tid=22746] ppid=22741 vsize=13637044 CPUtime=0.26 cores=0,2,4,6
/proc/22743/task/22746/stat : 22746 (java) S 22741 22743 22562 0 -1 4202560 5337 0 0 0 26 0 0 0 16 0 19 0 906682790 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22747] ppid=22741 vsize=13637044 CPUtime=0.26 cores=0,2,4,6
/proc/22743/task/22747/stat : 22747 (java) S 22741 22743 22562 0 -1 4202560 2156 0 0 0 26 0 0 0 16 0 19 0 906682790 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 4 0 0 0
[pid=22743/tid=22748] ppid=22741 vsize=13637044 CPUtime=0.2 cores=0,2,4,6
/proc/22743/task/22748/stat : 22748 (java) S 22741 22743 22562 0 -1 4202560 3303 0 0 0 20 0 0 0 15 0 19 0 906682790 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22749] ppid=22741 vsize=13637044 CPUtime=0.2 cores=0,2,4,6
/proc/22743/task/22749/stat : 22749 (java) S 22741 22743 22562 0 -1 4202560 4190 0 0 0 20 0 0 0 15 0 19 0 906682790 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22750] ppid=22741 vsize=13637044 CPUtime=0.26 cores=0,2,4,6
/proc/22743/task/22750/stat : 22750 (java) S 22741 22743 22562 0 -1 4202560 5168 0 0 0 26 0 0 0 16 0 19 0 906682790 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22751] ppid=22741 vsize=13637044 CPUtime=0.22 cores=0,2,4,6
/proc/22743/task/22751/stat : 22751 (java) S 22741 22743 22562 0 -1 4202560 3608 0 0 0 22 0 0 0 15 0 19 0 906682790 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22752] ppid=22741 vsize=13637044 CPUtime=0.21 cores=0,2,4,6
/proc/22743/task/22752/stat : 22752 (java) S 22741 22743 22562 0 -1 4202560 2442 0 0 0 21 0 0 0 15 0 19 0 906682790 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22753] ppid=22741 vsize=13637044 CPUtime=0.2 cores=0,2,4,6
/proc/22743/task/22753/stat : 22753 (java) S 22741 22743 22562 0 -1 4202560 3689 0 0 0 20 0 0 0 15 0 19 0 906682790 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22754] ppid=22741 vsize=13637044 CPUtime=3.73 cores=0,2,4,6
/proc/22743/task/22754/stat : 22754 (java) S 22741 22743 22562 0 -1 4202560 30753 0 0 0 369 4 0 0 15 0 19 0 906682791 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 0 0 16800975 18446604443201312896 0 0 -1 0 0 0 0
[pid=22743/tid=22755] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22755/stat : 22755 (java) S 22741 22743 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906682791 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22756] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22756/stat : 22756 (java) S 22741 22743 22562 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906682791 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22757] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22757/stat : 22757 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682793 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917217713 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22758] ppid=22741 vsize=13637044 CPUtime=0.67 cores=0,2,4,6
/proc/22743/task/22758/stat : 22758 (java) S 22741 22743 22562 0 -1 4202560 6163 0 0 0 67 0 0 0 15 0 19 0 906682793 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22759] ppid=22741 vsize=13637044 CPUtime=0.57 cores=0,2,4,6
/proc/22743/task/22759/stat : 22759 (java) S 22741 22743 22562 0 -1 4202560 4521 0 0 0 56 1 0 0 16 0 19 0 906682793 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22760] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22760/stat : 22760 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682793 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22761] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22761/stat : 22761 (java) S 22741 22743 22562 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 906682793 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 4 0 16800975 18446604443201312896 0 0 -1 4 0 0 0
[pid=22743/tid=22762] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22762/stat : 22762 (java) S 22741 22743 22562 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906682846 13964333056 103246 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 4 0 16800975 18446604443201312896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1784.9
Current children cumulated vsize (KiB) 13637044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.42 s]
/proc/loadavg: 2.08 2.05 1.96 3/520 22861
/proc/meminfo: memFree=23847816/32950928 swapFree=61542356/67111528
[pid=22743] ppid=22741 vsize=13637044 CPUtime=1800.06 cores=0,2,4,6
/proc/22743/stat : 22743 (java) S 22741 22743 22562 0 -1 4202496 108484 0 1 0 179986 20 0 0 25 0 19 0 906682787 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22743/statm: 3409261 103258 2266 9 0 3399995 0
[pid=22743/tid=22744] ppid=22741 vsize=13637044 CPUtime=1793.06 cores=0,2,4,6
/proc/22743/task/22744/stat : 22744 (java) R 22741 22743 22562 0 -1 4202560 35886 0 1 0 179298 8 0 0 25 0 19 0 906682788 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 46912505951277 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22743/tid=22746] ppid=22741 vsize=13637044 CPUtime=0.28 cores=0,2,4,6
/proc/22743/task/22746/stat : 22746 (java) S 22741 22743 22562 0 -1 4202560 5337 0 0 0 28 0 0 0 16 0 19 0 906682790 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22747] ppid=22741 vsize=13637044 CPUtime=0.27 cores=0,2,4,6
/proc/22743/task/22747/stat : 22747 (java) S 22741 22743 22562 0 -1 4202560 2159 0 0 0 27 0 0 0 16 0 19 0 906682790 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 4 0 0 0
[pid=22743/tid=22748] ppid=22741 vsize=13637044 CPUtime=0.21 cores=0,2,4,6
/proc/22743/task/22748/stat : 22748 (java) S 22741 22743 22562 0 -1 4202560 3303 0 0 0 21 0 0 0 16 0 19 0 906682790 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22749] ppid=22741 vsize=13637044 CPUtime=0.21 cores=0,2,4,6
/proc/22743/task/22749/stat : 22749 (java) S 22741 22743 22562 0 -1 4202560 4190 0 0 0 21 0 0 0 16 0 19 0 906682790 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22750] ppid=22741 vsize=13637044 CPUtime=0.26 cores=0,2,4,6
/proc/22743/task/22750/stat : 22750 (java) S 22741 22743 22562 0 -1 4202560 5168 0 0 0 26 0 0 0 15 0 19 0 906682790 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22751] ppid=22741 vsize=13637044 CPUtime=0.22 cores=0,2,4,6
/proc/22743/task/22751/stat : 22751 (java) S 22741 22743 22562 0 -1 4202560 3608 0 0 0 22 0 0 0 15 0 19 0 906682790 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22752] ppid=22741 vsize=13637044 CPUtime=0.21 cores=0,2,4,6
/proc/22743/task/22752/stat : 22752 (java) S 22741 22743 22562 0 -1 4202560 2442 0 0 0 21 0 0 0 15 0 19 0 906682790 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22753] ppid=22741 vsize=13637044 CPUtime=0.21 cores=0,2,4,6
/proc/22743/task/22753/stat : 22753 (java) S 22741 22743 22562 0 -1 4202560 3698 0 0 0 21 0 0 0 16 0 19 0 906682790 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22754] ppid=22741 vsize=13637044 CPUtime=3.78 cores=0,2,4,6
/proc/22743/task/22754/stat : 22754 (java) S 22741 22743 22562 0 -1 4202560 30755 0 0 0 374 4 0 0 15 0 19 0 906682791 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 0 0 16800975 18446604443201312896 0 0 -1 0 0 0 0
[pid=22743/tid=22755] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22755/stat : 22755 (java) S 22741 22743 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906682791 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22756] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22756/stat : 22756 (java) S 22741 22743 22562 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906682791 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22757] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22757/stat : 22757 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682793 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917217713 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22758] ppid=22741 vsize=13637044 CPUtime=0.67 cores=0,2,4,6
/proc/22743/task/22758/stat : 22758 (java) S 22741 22743 22562 0 -1 4202560 6163 0 0 0 67 0 0 0 15 0 19 0 906682793 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 2 0 0 0
[pid=22743/tid=22759] ppid=22741 vsize=13637044 CPUtime=0.57 cores=0,2,4,6
/proc/22743/task/22759/stat : 22759 (java) S 22741 22743 22562 0 -1 4202560 4521 0 0 0 56 1 0 0 16 0 19 0 906682793 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22760] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22760/stat : 22760 (java) S 22741 22743 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906682793 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210009 0 4 0 16800975 18446604443201312896 0 0 -1 6 0 0 0
[pid=22743/tid=22761] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22761/stat : 22761 (java) S 22741 22743 22562 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 906682793 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 4 0 16800975 18446604443201312896 0 0 -1 4 0 0 0
[pid=22743/tid=22762] ppid=22741 vsize=13637044 CPUtime=0 cores=0,2,4,6
/proc/22743/task/22762/stat : 22762 (java) S 22741 22743 22562 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906682846 13964333056 103258 33554432000 1073741824 1073778376 140734919630944 18446744073709551615 260917210624 0 4 0 16800975 18446604443201312896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 13637044

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

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

Child status: 143
Real time (s): 1797.49
CPU time (s): 1800.18
CPU user time (s): 1799.96
CPU system time (s): 0.220966
CPU usage (%): 100.15
Max. virtual memory (cumulated for all children) (KiB): 13637044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.220966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108522
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= 38759
involuntary context switches= 7432

runsolver used 9.39957 second user time and 20.012 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-04 07:15:21
IDJOB=3458003
IDBENCH=48328
IDSOLVER=1952
FILE ID=node116/3458003-1307164521
RUNJOBID= node116-1307163611-22580
PBS_JOBID= 13508818
Free space on /tmp= 73888 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_10_4_80.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458003-1307164521/watcher-3458003-1307164521 -o /tmp/evaluation-result-3458003-1307164521/solver-3458003-1307164521 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458003-1307164521.opb

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

MD5SUM BENCH= 7cde2502e7fdd6b310da5651aff97d88
RANDOM SEED=399741636

node116.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.826
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.826
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	: 5226.15
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.826
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.75
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.826
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.75
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.826
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.77
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.826
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	: 5332.75
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.826
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.826
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24422332 kB
Buffers:        268696 kB
Cached:         473660 kB
SwapCached:      12580 kB
Active:        7886532 kB
Inactive:       372008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24422332 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:             500 kB
Writeback:          28 kB
AnonPages:     7514124 kB
Mapped:          30904 kB
Slab:           140080 kB
PageTables:      63404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 153036600 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= 73888 MiB
End job on node116 at 2011-06-04 07:45:21