Trace number 3458031

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.12 1797.59

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_2_80.opb
MD5SUMf309126dc76153b39022a856cb65e640
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
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)74976
Sum of products size (including duplicates)149952
Number of different products37488
Sum of products size74976

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.08	c version 2.3.1.v20110525
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		12995394264
0.07/0.09	c Max memory 		13063553024
0.07/0.09	c Total memory 		13063553024
0.07/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
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 solving HOME/instance-3458031-1307165129.opb
0.10/0.11	c reading problem ... 
1.57/0.85	c ... done. Wall clock time 0.742s.
1.57/0.85	c #vars     38488
1.57/0.85	c #constraints  76479
1.57/0.85	c constraints type 
1.57/0.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37488
1.57/0.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.57/0.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.57/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37488
10.99/9.70	c cleaning 2506 clauses out of 5011 with flag 5011/5011
19.21/17.86	c cleaning 4249 clauses out of 8497 with flag 11003/11003
31.22/29.82	c cleaning 5651 clauses out of 11301 with flag 18056/18056
50.87/49.45	c cleaning 6818 clauses out of 13636 with flag 26042/26042
71.82/70.37	c cleaning 7890 clauses out of 15779 with flag 35003/35003
98.43/96.93	c cleaning 8949 clauses out of 17898 with flag 45012/45012
116.34/114.84	c cleaning 9972 clauses out of 19943 with flag 56006/56006
142.16/140.66	c cleaning 11029 clauses out of 22057 with flag 68092/68092
192.88/191.38	c cleaning 11978 clauses out of 23956 with flag 81020/81020
230.30/228.81	c cleaning 12982 clauses out of 25965 with flag 95007/95007
268.72/267.14	c cleaning 14005 clauses out of 28010 with flag 110034/110034
287.68/286.09	c cleaning 14987 clauses out of 29974 with flag 126003/126003
335.69/334.02	c cleaning 16022 clauses out of 32043 with flag 143059/143059
423.41/421.78	c cleaning 16994 clauses out of 33987 with flag 161025/161025
513.17/511.50	c cleaning 17991 clauses out of 35984 with flag 180016/180016
602.14/600.36	c cleaning 19021 clauses out of 38042 with flag 200065/200065
704.20/702.31	c cleaning 20053 clauses out of 40106 with flag 221150/221150
815.56/813.66	c cleaning 21061 clauses out of 42122 with flag 243219/243219
948.19/946.20	c cleaning 21948 clauses out of 43896 with flag 266054/266054
1100.86/1098.87	c cleaning 22947 clauses out of 45894 with flag 290000/290000
1147.61/1145.59	c cleaning 23984 clauses out of 47970 with flag 315023/315023
1190.84/1188.70	c cleaning 24982 clauses out of 49966 with flag 341003/341003
1240.91/1238.79	c cleaning 25991 clauses out of 51986 with flag 368005/368005
1329.75/1327.56	c cleaning 26998 clauses out of 54000 with flag 396010/396010
1403.73/1401.42	c cleaning 28073 clauses out of 56145 with flag 425153/425153
1554.66/1552.37	c cleaning 28968 clauses out of 57937 with flag 455018/455018
1795.24/1792.91	c cleaning 29999 clauses out of 59998 with flag 486047/486047
1800.03/1797.52	c starts		: 152
1800.03/1797.53	c conflicts		: 487129
1800.03/1797.53	c decisions		: 2610700
1800.03/1797.53	c propagations		: 47286045
1800.03/1797.53	c inspects		: 3737751935
1800.03/1797.53	c shortcuts		: 0
1800.03/1797.53	c learnt literals	: 0
1800.03/1797.53	c learnt binary clauses	: 0
1800.03/1797.53	c learnt ternary clauses	: 112
1800.03/1797.53	c learnt constraints	: 487128
1800.03/1797.53	c ignored constraints	: 0
1800.03/1797.53	c root simplifications	: 0
1800.03/1797.53	c removed literals (reason simplification)	: 5746128
1800.03/1797.53	c reason swapping (by a shorter reason)	: 0
1800.03/1797.53	c Calls to reduceDB	: 27
1800.03/1797.53	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.53	c number of learned constraints concerned by reduction	: 0
1800.03/1797.53	c number of learning phase by resolution	: 0
1800.03/1797.53	c number of learning phase by cutting planes	: 0
1800.03/1797.53	c speed (assignments/second)	: 26318.641379214383
1800.03/1797.53	c non guided choices	37891
1800.03/1797.54	c learnt constraints type 
1800.03/1797.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31082
1800.03/1797.54	c constraints type 
1800.03/1797.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37488
1800.03/1797.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.03/1797.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.03/1797.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37488
1800.03/1797.54	s UNKNOWN
1800.03/1797.54	c Total wall clock time (in seconds): 1797.432

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

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

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


[startup+0 s]
/proc/loadavg: 1.85 2.00 1.99 2/544 16329
/proc/meminfo: memFree=25083228/32951124 swapFree=46970528/67111528
[pid=16329] ppid=16327 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/16329/stat : 16329 (java) S 16327 16329 16282 0 -1 4202496 3787 0 1 0 0 0 0 0 25 0 2 0 808929166 13850947584 3489 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/16329/statm: 3381579 3504 917 9 0 3372735 0
[pid=16329/tid=16330] ppid=16327 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16330/stat : 16330 (java) R 16327 16329 16282 0 -1 4202560 8437 0 1 0 0 0 0 0 25 0 2 0 808929166 13850947584 9254 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212039349307 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.076926 s]
/proc/loadavg: 1.85 2.00 1.99 2/544 16329
/proc/meminfo: memFree=25083228/32951124 swapFree=46970528/67111528
[pid=16329] ppid=16327 vsize=13555088 CPUtime=0.07 cores=0,2,4,6
/proc/16329/stat : 16329 (java) S 16327 16329 16282 0 -1 4202496 14444 0 1 0 5 2 0 0 25 0 18 0 808929166 13880410112 14141 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16329/statm: 3388772 14141 1755 9 0 3379506 0
[pid=16329/tid=16330] ppid=16327 vsize=13555088 CPUtime=0.06 cores=0,2,4,6
/proc/16329/task/16330/stat : 16330 (java) R 16327 16329 16282 0 -1 4202560 13270 0 1 0 5 1 0 0 25 0 18 0 808929166 13880410112 14141 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051482059 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13555088

[startup+0.100926 s]
/proc/loadavg: 1.85 2.00 1.99 2/544 16329
/proc/meminfo: memFree=25083228/32951124 swapFree=46970528/67111528
[pid=16329] ppid=16327 vsize=13621816 CPUtime=0.1 cores=0,2,4,6
/proc/16329/stat : 16329 (java) S 16327 16329 16282 0 -1 4202496 15546 0 1 0 8 2 0 0 25 0 18 0 808929166 13948739584 15238 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16329/statm: 3405454 15239 2093 9 0 3396188 0
[pid=16329/tid=16330] ppid=16327 vsize=13621816 CPUtime=0.08 cores=0,2,4,6
/proc/16329/task/16330/stat : 16330 (java) R 16327 16329 16282 0 -1 4202560 13633 0 1 0 7 1 0 0 18 0 18 0 808929166 13948739584 15239 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051482059 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621816

[startup+0.311618 s]
/proc/loadavg: 1.85 2.00 1.99 2/544 16329
/proc/meminfo: memFree=25083228/32951124 swapFree=46970528/67111528
[pid=16329] ppid=16327 vsize=13622704 CPUtime=0.5 cores=0,2,4,6
/proc/16329/stat : 16329 (java) S 16327 16329 16282 0 -1 4202496 18210 0 1 0 48 2 0 0 25 0 18 0 808929166 13949648896 17814 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16329/statm: 3405676 17815 2221 9 0 3396410 0
[pid=16329/tid=16330] ppid=16327 vsize=13622704 CPUtime=0.3 cores=0,2,4,6
/proc/16329/task/16330/stat : 16330 (java) R 16327 16329 16282 0 -1 4202560 15519 0 1 0 28 2 0 0 18 0 18 0 808929166 13949648896 17815 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13622704

[startup+0.700847 s]
/proc/loadavg: 1.85 2.00 1.99 2/544 16329
/proc/meminfo: memFree=25083228/32951124 swapFree=46970528/67111528
[pid=16329] ppid=16327 vsize=13631900 CPUtime=1.47 cores=0,2,4,6
/proc/16329/stat : 16329 (java) S 16327 16329 16282 0 -1 4202496 63249 0 1 0 139 8 0 0 25 0 18 0 808929166 13959065600 60598 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16329/statm: 3407975 60610 2228 9 0 3398709 0
[pid=16329/tid=16330] ppid=16327 vsize=13631900 CPUtime=0.68 cores=0,2,4,6
/proc/16329/task/16330/stat : 16330 (java) R 16327 16329 16282 0 -1 4202560 54241 0 1 0 62 6 0 0 18 0 18 0 808929166 13959065600 60624 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 47523158829907 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13631900

[startup+1.50071 s]
/proc/loadavg: 1.85 2.00 1.99 4/572 16419
/proc/meminfo: memFree=24650320/32951124 swapFree=46970528/67111528
[pid=16329] ppid=16327 vsize=13633352 CPUtime=2.63 cores=0,2,4,6
/proc/16329/stat : 16329 (java) S 16327 16329 16282 0 -1 4202496 107107 0 1 0 250 13 0 0 25 0 19 0 808929166 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16329/statm: 3408338 104455 2239 9 0 3399072 0
[pid=16329/tid=16330] ppid=16327 vsize=13633352 CPUtime=1.48 cores=0,2,4,6
/proc/16329/task/16330/stat : 16330 (java) R 16327 16329 16282 0 -1 4202560 97912 0 1 0 137 11 0 0 20 0 19 0 808929166 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 46912505988464 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16329/tid=16335] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16335/stat : 16335 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16336] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16336/stat : 16336 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16337] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16337/stat : 16337 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16338] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16338/stat : 16338 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16339] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16339/stat : 16339 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16340] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16340/stat : 16340 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16341/stat : 16341 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16343/stat : 16343 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16352] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16352/stat : 16352 (java) S 16327 16329 16282 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 808929169 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 0 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16353] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16353/stat : 16353 (java) S 16327 16329 16282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 808929170 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16355] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16355/stat : 16355 (java) S 16327 16329 16282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 808929170 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16356] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16356/stat : 16356 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929172 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051478961 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16358] ppid=16327 vsize=13633352 CPUtime=0.53 cores=0,2,4,6
/proc/16329/task/16358/stat : 16358 (java) S 16327 16329 16282 0 -1 4202560 3517 0 0 0 53 0 0 0 15 0 19 0 808929172 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16359] ppid=16327 vsize=13633352 CPUtime=0.59 cores=0,2,4,6
/proc/16329/task/16359/stat : 16359 (java) S 16327 16329 16282 0 -1 4202560 4517 0 0 0 59 0 0 0 15 0 19 0 808929172 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 2 0 0 0
[pid=16329/tid=16361] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16361/stat : 16361 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929172 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16362] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16362/stat : 16362 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808929172 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 4 0 16800975 18446604450022201216 0 0 -1 0 0 0 0
[pid=16329/tid=16419] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16419/stat : 16419 (java) S 16327 16329 16282 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 808929254 13960552448 104455 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 13633352

[startup+3.10143 s]
/proc/loadavg: 1.86 2.00 1.99 3/572 16419
/proc/meminfo: memFree=24637052/32951124 swapFree=46970528/67111528
[pid=16329] ppid=16327 vsize=13633352 CPUtime=4.34 cores=0,2,4,6
/proc/16329/stat : 16329 (java) S 16327 16329 16282 0 -1 4202496 107349 0 1 0 421 13 0 0 25 0 19 0 808929166 13960552448 104695 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16329/statm: 3408338 104695 2242 9 0 3399072 0
[pid=16329/tid=16330] ppid=16327 vsize=13633352 CPUtime=3.08 cores=0,2,4,6
/proc/16329/task/16330/stat : 16330 (java) R 16327 16329 16282 0 -1 4202560 98134 0 1 0 297 11 0 0 25 0 19 0 808929166 13960552448 104695 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 46912505988512 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16329/tid=16335] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16335/stat : 16335 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 104695 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16336] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16336/stat : 16336 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 104695 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16337] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16337/stat : 16337 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 104695 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16338] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16338/stat : 16338 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 104695 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16339] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16339/stat : 16339 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 104695 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16340] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16340/stat : 16340 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 104695 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16341/stat : 16341 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 104695 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16343/stat : 16343 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 104695 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16352] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16352/stat : 16352 (java) S 16327 16329 16282 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 808929169 13960552448 104695 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 0 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16353] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16353/stat : 16353 (java) S 16327 16329 16282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 808929170 13960552448 104695 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16355] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16355/stat : 16355 (java) S 16327 16329 16282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 808929170 13960552448 104695 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16356] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16356/stat : 16356 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929172 13960552448 104695 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051478961 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16358] ppid=16327 vsize=13633352 CPUtime=0.57 cores=0,2,4,6
/proc/16329/task/16358/stat : 16358 (java) S 16327 16329 16282 0 -1 4202560 3525 0 0 0 57 0 0 0 15 0 19 0 808929172 13960552448 104696 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16359] ppid=16327 vsize=13633352 CPUtime=0.66 cores=0,2,4,6
/proc/16329/task/16359/stat : 16359 (java) S 16327 16329 16282 0 -1 4202560 4529 0 0 0 66 0 0 0 15 0 19 0 808929172 13960552448 104696 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 2 0 0 0
[pid=16329/tid=16361] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16361/stat : 16361 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929172 13960552448 104696 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16362] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16362/stat : 16362 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808929172 13960552448 104696 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 4 0 16800975 18446604450022201216 0 0 -1 0 0 0 0
[pid=16329/tid=16419] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16419/stat : 16419 (java) S 16327 16329 16282 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 808929254 13960552448 104696 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 13633352

[startup+6.30084 s]
/proc/loadavg: 1.86 2.00 1.99 3/572 16419
/proc/meminfo: memFree=24628156/32951124 swapFree=46970528/67111528
[pid=16329] ppid=16327 vsize=13633352 CPUtime=7.56 cores=0,2,4,6
/proc/16329/stat : 16329 (java) S 16327 16329 16282 0 -1 4202496 109438 0 1 0 743 13 0 0 25 0 19 0 808929166 13960552448 106782 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16329/statm: 3408338 106782 2242 9 0 3399072 0
[pid=16329/tid=16330] ppid=16327 vsize=13633352 CPUtime=6.29 cores=0,2,4,6
/proc/16329/task/16330/stat : 16330 (java) R 16327 16329 16282 0 -1 4202560 100223 0 1 0 617 12 0 0 25 0 19 0 808929166 13960552448 106782 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 46912506130704 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16329/tid=16335] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16335/stat : 16335 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 106782 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16336] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16336/stat : 16336 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 106782 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16337] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16337/stat : 16337 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 106782 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16338] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16338/stat : 16338 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 106782 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16339] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16339/stat : 16339 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 106782 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16340] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16340/stat : 16340 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 106782 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16341/stat : 16341 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 106782 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16343/stat : 16343 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929168 13960552448 106783 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16352] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16352/stat : 16352 (java) S 16327 16329 16282 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 808929169 13960552448 106783 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 0 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16353] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16353/stat : 16353 (java) S 16327 16329 16282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 808929170 13960552448 106783 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16355] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16355/stat : 16355 (java) S 16327 16329 16282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 808929170 13960552448 106783 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16356] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16356/stat : 16356 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929172 13960552448 106783 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051478961 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16358] ppid=16327 vsize=13633352 CPUtime=0.57 cores=0,2,4,6
/proc/16329/task/16358/stat : 16358 (java) S 16327 16329 16282 0 -1 4202560 3525 0 0 0 57 0 0 0 15 0 19 0 808929172 13960552448 106783 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16359] ppid=16327 vsize=13633352 CPUtime=0.68 cores=0,2,4,6
/proc/16329/task/16359/stat : 16359 (java) S 16327 16329 16282 0 -1 4202560 4529 0 0 0 68 0 0 0 15 0 19 0 808929172 13960552448 106783 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 2 0 0 0

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

[pid=16329/tid=16340] ppid=16327 vsize=13633352 CPUtime=0.16 cores=0,2,4,6
/proc/16329/task/16340/stat : 16340 (java) S 16327 16329 16282 0 -1 4202560 5754 0 0 0 16 0 0 0 16 0 19 0 808929168 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=13633352 CPUtime=0.14 cores=0,2,4,6
/proc/16329/task/16341/stat : 16341 (java) S 16327 16329 16282 0 -1 4202560 6346 0 0 0 14 0 0 0 15 0 19 0 808929168 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=13633352 CPUtime=0.23 cores=0,2,4,6
/proc/16329/task/16343/stat : 16343 (java) S 16327 16329 16282 0 -1 4202560 8260 0 0 0 23 0 0 0 16 0 19 0 808929168 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 2 0 0 0
[pid=16329/tid=16352] ppid=16327 vsize=13633352 CPUtime=3.38 cores=0,2,4,6
/proc/16329/task/16352/stat : 16352 (java) S 16327 16329 16282 0 -1 4202560 39872 0 0 0 334 4 0 0 15 0 19 0 808929169 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 0 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16353] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16353/stat : 16353 (java) S 16327 16329 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808929170 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16355] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16355/stat : 16355 (java) S 16327 16329 16282 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808929170 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16356] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16356/stat : 16356 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929172 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051478961 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16358] ppid=16327 vsize=13633352 CPUtime=0.61 cores=0,2,4,6
/proc/16329/task/16358/stat : 16358 (java) S 16327 16329 16282 0 -1 4202560 3528 0 0 0 61 0 0 0 15 0 19 0 808929172 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16359] ppid=16327 vsize=13633352 CPUtime=0.83 cores=0,2,4,6
/proc/16329/task/16359/stat : 16359 (java) S 16327 16329 16282 0 -1 4202560 4567 0 0 0 83 0 0 0 15 0 19 0 808929172 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 2 0 0 0
[pid=16329/tid=16361] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16361/stat : 16361 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929172 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16362] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16362/stat : 16362 (java) S 16327 16329 16282 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 808929172 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 4 0 16800975 18446604450022201216 0 0 -1 0 0 0 0
[pid=16329/tid=16419] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16419/stat : 16419 (java) S 16327 16329 16282 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 808929254 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1724.74
Current children cumulated vsize (KiB) 13633352

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/572 16522
/proc/meminfo: memFree=23537900/32951124 swapFree=46970528/67111528
[pid=16329] ppid=16327 vsize=13633352 CPUtime=1784.74 cores=0,2,4,6
/proc/16329/stat : 16329 (java) S 16327 16329 16282 0 -1 4202496 200902 0 1 0 178447 27 0 0 25 0 19 0 808929166 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16329/statm: 3408338 198036 2268 9 0 3399072 0
[pid=16329/tid=16330] ppid=16327 vsize=13633352 CPUtime=1778.52 cores=0,2,4,6
/proc/16329/task/16330/stat : 16330 (java) R 16327 16329 16282 0 -1 4202560 102632 0 1 0 177838 14 0 0 25 0 19 0 808929166 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 46912506065696 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16329/tid=16335] ppid=16327 vsize=13633352 CPUtime=0.13 cores=0,2,4,6
/proc/16329/task/16335/stat : 16335 (java) S 16327 16329 16282 0 -1 4202560 8048 0 0 0 13 0 0 0 15 0 19 0 808929168 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16336] ppid=16327 vsize=13633352 CPUtime=0.16 cores=0,2,4,6
/proc/16329/task/16336/stat : 16336 (java) S 16327 16329 16282 0 -1 4202560 4117 0 0 0 16 0 0 0 16 0 19 0 808929168 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 0 0 0 0
[pid=16329/tid=16337] ppid=16327 vsize=13633352 CPUtime=0.16 cores=0,2,4,6
/proc/16329/task/16337/stat : 16337 (java) S 16327 16329 16282 0 -1 4202560 6219 0 0 0 16 0 0 0 15 0 19 0 808929168 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16338] ppid=16327 vsize=13633352 CPUtime=0.19 cores=0,2,4,6
/proc/16329/task/16338/stat : 16338 (java) S 16327 16329 16282 0 -1 4202560 7736 0 0 0 18 1 0 0 16 0 19 0 808929168 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16339] ppid=16327 vsize=13633352 CPUtime=0.1 cores=0,2,4,6
/proc/16329/task/16339/stat : 16339 (java) S 16327 16329 16282 0 -1 4202560 2571 0 0 0 10 0 0 0 15 0 19 0 808929168 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 2 0 0 0
[pid=16329/tid=16340] ppid=16327 vsize=13633352 CPUtime=0.16 cores=0,2,4,6
/proc/16329/task/16340/stat : 16340 (java) S 16327 16329 16282 0 -1 4202560 5754 0 0 0 16 0 0 0 16 0 19 0 808929168 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=13633352 CPUtime=0.14 cores=0,2,4,6
/proc/16329/task/16341/stat : 16341 (java) S 16327 16329 16282 0 -1 4202560 6346 0 0 0 14 0 0 0 15 0 19 0 808929168 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=13633352 CPUtime=0.23 cores=0,2,4,6
/proc/16329/task/16343/stat : 16343 (java) S 16327 16329 16282 0 -1 4202560 8260 0 0 0 23 0 0 0 16 0 19 0 808929168 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 2 0 0 0
[pid=16329/tid=16352] ppid=16327 vsize=13633352 CPUtime=3.38 cores=0,2,4,6
/proc/16329/task/16352/stat : 16352 (java) S 16327 16329 16282 0 -1 4202560 39872 0 0 0 334 4 0 0 15 0 19 0 808929169 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 0 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16353] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16353/stat : 16353 (java) S 16327 16329 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808929170 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16355] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16355/stat : 16355 (java) S 16327 16329 16282 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808929170 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16356] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16356/stat : 16356 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929172 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051478961 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16358] ppid=16327 vsize=13633352 CPUtime=0.61 cores=0,2,4,6
/proc/16329/task/16358/stat : 16358 (java) S 16327 16329 16282 0 -1 4202560 3528 0 0 0 61 0 0 0 15 0 19 0 808929172 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16359] ppid=16327 vsize=13633352 CPUtime=0.83 cores=0,2,4,6
/proc/16329/task/16359/stat : 16359 (java) S 16327 16329 16282 0 -1 4202560 4567 0 0 0 83 0 0 0 15 0 19 0 808929172 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 2 0 0 0
[pid=16329/tid=16361] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16361/stat : 16361 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929172 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16362] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16362/stat : 16362 (java) S 16327 16329 16282 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 808929172 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 4 0 16800975 18446604450022201216 0 0 -1 0 0 0 0
[pid=16329/tid=16419] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16419/stat : 16419 (java) S 16327 16329 16282 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 808929254 13960552448 198036 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1784.74
Current children cumulated vsize (KiB) 13633352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.5 s]
/proc/loadavg: 2.13 2.06 2.01 3/572 16522
/proc/meminfo: memFree=23536896/32951124 swapFree=46970528/67111528
[pid=16329] ppid=16327 vsize=13633352 CPUtime=1800.03 cores=0,2,4,6
/proc/16329/stat : 16329 (java) S 16327 16329 16282 0 -1 4202496 200920 0 1 0 179976 27 0 0 25 0 19 0 808929166 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16329/statm: 3408338 198051 2268 9 0 3399072 0
[pid=16329/tid=16330] ppid=16327 vsize=13633352 CPUtime=1793.57 cores=0,2,4,6
/proc/16329/task/16330/stat : 16330 (java) R 16327 16329 16282 0 -1 4202560 102633 0 1 0 179343 14 0 0 25 0 19 0 808929166 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 46912506065696 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16329/tid=16335] ppid=16327 vsize=13633352 CPUtime=0.13 cores=0,2,4,6
/proc/16329/task/16335/stat : 16335 (java) S 16327 16329 16282 0 -1 4202560 8048 0 0 0 13 0 0 0 15 0 19 0 808929168 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 0 0 0 0
[pid=16329/tid=16336] ppid=16327 vsize=13633352 CPUtime=0.19 cores=0,2,4,6
/proc/16329/task/16336/stat : 16336 (java) S 16327 16329 16282 0 -1 4202560 4117 0 0 0 19 0 0 0 16 0 19 0 808929168 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 0 0 0 0
[pid=16329/tid=16337] ppid=16327 vsize=13633352 CPUtime=0.18 cores=0,2,4,6
/proc/16329/task/16337/stat : 16337 (java) S 16327 16329 16282 0 -1 4202560 6221 0 0 0 18 0 0 0 16 0 19 0 808929168 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16338] ppid=16327 vsize=13633352 CPUtime=0.19 cores=0,2,4,6
/proc/16329/task/16338/stat : 16338 (java) S 16327 16329 16282 0 -1 4202560 7736 0 0 0 18 1 0 0 15 0 19 0 808929168 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16339] ppid=16327 vsize=13633352 CPUtime=0.12 cores=0,2,4,6
/proc/16329/task/16339/stat : 16339 (java) S 16327 16329 16282 0 -1 4202560 2584 0 0 0 12 0 0 0 16 0 19 0 808929168 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 2 0 0 0
[pid=16329/tid=16340] ppid=16327 vsize=13633352 CPUtime=0.19 cores=0,2,4,6
/proc/16329/task/16340/stat : 16340 (java) S 16327 16329 16282 0 -1 4202560 5754 0 0 0 19 0 0 0 16 0 19 0 808929168 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 0 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=13633352 CPUtime=0.14 cores=0,2,4,6
/proc/16329/task/16341/stat : 16341 (java) S 16327 16329 16282 0 -1 4202560 6346 0 0 0 14 0 0 0 15 0 19 0 808929168 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=13633352 CPUtime=0.23 cores=0,2,4,6
/proc/16329/task/16343/stat : 16343 (java) S 16327 16329 16282 0 -1 4202560 8260 0 0 0 23 0 0 0 15 0 19 0 808929168 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 2 0 0 0
[pid=16329/tid=16352] ppid=16327 vsize=13633352 CPUtime=3.51 cores=0,2,4,6
/proc/16329/task/16352/stat : 16352 (java) S 16327 16329 16282 0 -1 4202560 39874 0 0 0 347 4 0 0 15 0 19 0 808929169 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 0 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16353] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16353/stat : 16353 (java) S 16327 16329 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808929170 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16355] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16355/stat : 16355 (java) S 16327 16329 16282 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808929170 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16356] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16356/stat : 16356 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929172 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051478961 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16358] ppid=16327 vsize=13633352 CPUtime=0.61 cores=0,2,4,6
/proc/16329/task/16358/stat : 16358 (java) S 16327 16329 16282 0 -1 4202560 3528 0 0 0 61 0 0 0 15 0 19 0 808929172 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16359] ppid=16327 vsize=13633352 CPUtime=0.83 cores=0,2,4,6
/proc/16329/task/16359/stat : 16359 (java) S 16327 16329 16282 0 -1 4202560 4567 0 0 0 83 0 0 0 15 0 19 0 808929172 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 2 0 0 0
[pid=16329/tid=16361] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16361/stat : 16361 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929172 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16362] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16362/stat : 16362 (java) S 16327 16329 16282 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 808929172 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 4 0 16800975 18446604450022201216 0 0 -1 0 0 0 0
[pid=16329/tid=16419] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16419/stat : 16419 (java) S 16327 16329 16282 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 808929254 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 13633352

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

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

[startup+1797.5 s]
/proc/loadavg: 2.13 2.06 2.01 3/572 16522
/proc/meminfo: memFree=23536896/32951124 swapFree=46970528/67111528
[pid=16329] ppid=16327 vsize=13633352 CPUtime=1800.03 cores=0,2,4,6
/proc/16329/stat : 16329 (java) S 16327 16329 16282 0 -1 4202496 200920 0 1 0 179976 27 0 0 25 0 19 0 808929166 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16329/statm: 3408338 198051 2268 9 0 3399072 0
[pid=16329/tid=16330] ppid=16327 vsize=13633352 CPUtime=1793.57 cores=0,2,4,6
/proc/16329/task/16330/stat : 16330 (java) R 16327 16329 16282 0 -1 4202560 102633 0 1 0 179343 14 0 0 25 0 19 0 808929166 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 46912506065696 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16329/tid=16335] ppid=16327 vsize=13633352 CPUtime=0.13 cores=0,2,4,6
/proc/16329/task/16335/stat : 16335 (java) S 16327 16329 16282 0 -1 4202560 8048 0 0 0 13 0 0 0 15 0 19 0 808929168 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 0 0 0 0
[pid=16329/tid=16336] ppid=16327 vsize=13633352 CPUtime=0.19 cores=0,2,4,6
/proc/16329/task/16336/stat : 16336 (java) S 16327 16329 16282 0 -1 4202560 4117 0 0 0 19 0 0 0 16 0 19 0 808929168 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 0 0 0 0
[pid=16329/tid=16337] ppid=16327 vsize=13633352 CPUtime=0.18 cores=0,2,4,6
/proc/16329/task/16337/stat : 16337 (java) S 16327 16329 16282 0 -1 4202560 6221 0 0 0 18 0 0 0 16 0 19 0 808929168 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16338] ppid=16327 vsize=13633352 CPUtime=0.19 cores=0,2,4,6
/proc/16329/task/16338/stat : 16338 (java) S 16327 16329 16282 0 -1 4202560 7736 0 0 0 18 1 0 0 15 0 19 0 808929168 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16339] ppid=16327 vsize=13633352 CPUtime=0.12 cores=0,2,4,6
/proc/16329/task/16339/stat : 16339 (java) S 16327 16329 16282 0 -1 4202560 2584 0 0 0 12 0 0 0 16 0 19 0 808929168 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 2 0 0 0
[pid=16329/tid=16340] ppid=16327 vsize=13633352 CPUtime=0.19 cores=0,2,4,6
/proc/16329/task/16340/stat : 16340 (java) S 16327 16329 16282 0 -1 4202560 5754 0 0 0 19 0 0 0 16 0 19 0 808929168 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 0 0 0 0
[pid=16329/tid=16341] ppid=16327 vsize=13633352 CPUtime=0.14 cores=0,2,4,6
/proc/16329/task/16341/stat : 16341 (java) S 16327 16329 16282 0 -1 4202560 6346 0 0 0 14 0 0 0 15 0 19 0 808929168 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16343] ppid=16327 vsize=13633352 CPUtime=0.23 cores=0,2,4,6
/proc/16329/task/16343/stat : 16343 (java) S 16327 16329 16282 0 -1 4202560 8260 0 0 0 23 0 0 0 15 0 19 0 808929168 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 2 0 0 0
[pid=16329/tid=16352] ppid=16327 vsize=13633352 CPUtime=3.51 cores=0,2,4,6
/proc/16329/task/16352/stat : 16352 (java) S 16327 16329 16282 0 -1 4202560 39874 0 0 0 347 4 0 0 15 0 19 0 808929169 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 0 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16353] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16353/stat : 16353 (java) S 16327 16329 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808929170 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16355] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16355/stat : 16355 (java) S 16327 16329 16282 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808929170 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16356] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16356/stat : 16356 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929172 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051478961 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16358] ppid=16327 vsize=13633352 CPUtime=0.61 cores=0,2,4,6
/proc/16329/task/16358/stat : 16358 (java) S 16327 16329 16282 0 -1 4202560 3528 0 0 0 61 0 0 0 15 0 19 0 808929172 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
[pid=16329/tid=16359] ppid=16327 vsize=13633352 CPUtime=0.83 cores=0,2,4,6
/proc/16329/task/16359/stat : 16359 (java) S 16327 16329 16282 0 -1 4202560 4567 0 0 0 83 0 0 0 15 0 19 0 808929172 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 2 0 0 0
[pid=16329/tid=16361] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16361/stat : 16361 (java) S 16327 16329 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808929172 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471257 0 4 0 16800975 18446604450022201216 0 0 -1 4 0 0 0
[pid=16329/tid=16362] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16362/stat : 16362 (java) S 16327 16329 16282 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 808929172 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 4 0 16800975 18446604450022201216 0 0 -1 0 0 0 0
[pid=16329/tid=16419] ppid=16327 vsize=13633352 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16419/stat : 16419 (java) S 16327 16329 16282 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 808929254 13960552448 198051 33554432000 1073741824 1073778376 140733401200304 18446744073709551615 212051471872 0 4 0 16800975 18446604450022201216 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 13633352

Child status: 143
Real time (s): 1797.59
CPU time (s): 1800.12
CPU user time (s): 1799.82
CPU system time (s): 0.301954
CPU usage (%): 100.141
Max. virtual memory (cumulated for all children) (KiB): 13633840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.301954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200949
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= 37480
involuntary context switches= 5201

runsolver used 10.5934 second user time and 22.0366 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-04 07:25:29
IDJOB=3458031
IDBENCH=48356
IDSOLVER=1952
FILE ID=node146/3458031-1307165129
RUNJOBID= node146-1307165129-16300
PBS_JOBID= 13508858
Free space on /tmp= 73784 MiB

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

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

MD5SUM BENCH= f309126dc76153b39022a856cb65e640
RANDOM SEED=1872016509

node146.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.830
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.66
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.830
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.830
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.830
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.86
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.830
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.75
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.830
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.830
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.830
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:     32951124 kB
MemFree:      25083632 kB
Buffers:        156664 kB
Cached:         287660 kB
SwapCached:      60352 kB
Active:         276612 kB
Inactive:      7346324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25083632 kB
SwapTotal:    67111528 kB
SwapFree:     46970528 kB
Dirty:            3300 kB
Writeback:           0 kB
AnonPages:     7130044 kB
Mapped:          20288 kB
Slab:            75860 kB
PageTables:      98032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 174084392 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= 73780 MiB
End job on node146 at 2011-06-04 07:55:29