Trace number 3458035

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.17 1797.79

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_1_80.opb
MD5SUM8096e07164eab6008a97823c6b00b555
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)74732
Sum of products size (including duplicates)149464
Number of different products37366
Sum of products size74732

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		12995394264
0.01/0.09	c Max memory 		13063553024
0.01/0.09	c Total memory 		13063553024
0.01/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-3458035-1307165148.opb
0.11/0.11	c reading problem ... 
1.57/0.85	c ... done. Wall clock time 0.742s.
1.57/0.85	c #vars     38366
1.57/0.85	c #constraints  76235
1.57/0.85	c constraints type 
1.57/0.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37366
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 => 37366
10.87/9.59	c cleaning 2500 clauses out of 5000 with flag 5000/5000
19.50/18.00	c cleaning 4259 clauses out of 8517 with flag 11017/11017
31.62/30.17	c cleaning 5621 clauses out of 11241 with flag 18000/18000
44.34/42.89	c cleaning 6836 clauses out of 13672 with flag 26052/26052
57.79/56.21	c cleaning 7892 clauses out of 15784 with flag 35000/35000
73.01/71.43	c cleaning 8945 clauses out of 17892 with flag 45000/45000
87.80/86.21	c cleaning 9974 clauses out of 19948 with flag 56001/56001
120.52/118.94	c cleaning 10989 clauses out of 21977 with flag 68004/68004
147.95/146.34	c cleaning 11992 clauses out of 23984 with flag 81000/81000
186.74/185.12	c cleaning 13009 clauses out of 26018 with flag 95026/95026
238.86/237.27	c cleaning 14093 clauses out of 28186 with flag 110203/110203
276.98/275.39	c cleaning 14946 clauses out of 29891 with flag 126001/126001
336.71/335.08	c cleaning 16006 clauses out of 32011 with flag 143067/143067
393.15/391.41	c cleaning 16970 clauses out of 33940 with flag 161002/161002
455.99/454.24	c cleaning 17988 clauses out of 35975 with flag 180007/180007
497.81/496.11	c cleaning 19022 clauses out of 38045 with flag 200065/200065
558.73/556.98	c cleaning 19986 clauses out of 39975 with flag 221017/221017
649.97/648.19	c cleaning 21065 clauses out of 42130 with flag 243158/243158
770.72/768.87	c cleaning 21971 clauses out of 43943 with flag 266036/266036
883.74/881.84	c cleaning 22968 clauses out of 45940 with flag 290004/290004
996.40/994.48	c cleaning 23986 clauses out of 47971 with flag 315003/315003
1055.12/1053.18	c cleaning 24993 clauses out of 49990 with flag 341008/341008
1099.24/1097.22	c cleaning 26000 clauses out of 52003 with flag 368014/368014
1148.67/1146.66	c cleaning 26998 clauses out of 53997 with flag 396008/396008
1262.91/1260.84	c cleaning 28015 clauses out of 56029 with flag 425038/425038
1426.78/1424.68	c cleaning 29005 clauses out of 58010 with flag 455034/455034
1639.06/1636.85	c cleaning 30111 clauses out of 60221 with flag 486250/486250
1755.10/1752.83	c cleaning 30928 clauses out of 61860 with flag 518000/518000
1800.05/1797.72	c starts		: 153
1800.05/1797.72	c conflicts		: 539822
1800.05/1797.72	c decisions		: 1843364
1800.05/1797.72	c propagations		: 49365857
1800.05/1797.72	c inspects		: 3940327367
1800.05/1797.72	c shortcuts		: 0
1800.05/1797.72	c learnt literals	: 0
1800.05/1797.72	c learnt binary clauses	: 0
1800.05/1797.72	c learnt ternary clauses	: 72
1800.05/1797.72	c learnt constraints	: 539821
1800.05/1797.72	c ignored constraints	: 0
1800.05/1797.72	c root simplifications	: 0
1800.05/1797.72	c removed literals (reason simplification)	: 10747220
1800.05/1797.72	c reason swapping (by a shorter reason)	: 0
1800.05/1797.72	c Calls to reduceDB	: 28
1800.05/1797.72	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.72	c number of learned constraints concerned by reduction	: 0
1800.05/1797.72	c number of learning phase by resolution	: 0
1800.05/1797.72	c number of learning phase by cutting planes	: 0
1800.05/1797.72	c speed (assignments/second)	: 27473.218459634296
1800.05/1797.72	c non guided choices	37768
1800.05/1797.74	c learnt constraints type 
1800.05/1797.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52762
1800.05/1797.74	c constraints type 
1800.05/1797.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37366
1800.05/1797.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.05/1797.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.05/1797.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37366
1800.05/1797.74	s UNKNOWN
1800.05/1797.74	c Total wall clock time (in seconds): 1797.636

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

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

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


[startup+0 s]
/proc/loadavg: 1.89 2.00 1.99 2/553 16450
/proc/meminfo: memFree=24585424/32951124 swapFree=46970528/67111528
[pid=16450] ppid=16448 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/16450/stat : 16450 (java) S 16448 16450 16282 0 -1 4202496 4388 0 1 0 0 0 0 0 25 0 2 0 808931030 13850947584 4092 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/16450/statm: 3381579 4104 917 9 0 3372735 0
[pid=16450/tid=16451] ppid=16448 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16451/stat : 16451 (java) R 16448 16450 16282 0 -1 4202560 8311 0 1 0 0 0 0 0 25 0 2 0 808931031 13850947584 9127 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212039349307 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.022109 s]
/proc/loadavg: 1.89 2.00 1.99 2/553 16450
/proc/meminfo: memFree=24585424/32951124 swapFree=46970528/67111528
[pid=16450] ppid=16448 vsize=13526316 CPUtime=0.01 cores=1,3,5,7
/proc/16450/stat : 16450 (java) S 16448 16450 16282 0 -1 4202496 10774 0 1 0 0 1 0 0 25 0 2 0 808931030 13850947584 10477 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/16450/statm: 3381579 10498 917 9 0 3372735 0
[pid=16450/tid=16451] ppid=16448 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16451/stat : 16451 (java) R 16448 16450 16282 0 -1 4202560 9693 0 1 0 0 0 0 0 25 0 2 0 808931031 13850947584 10509 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212039349307 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13526316

[startup+0.101088 s]
/proc/loadavg: 1.89 2.00 1.99 2/553 16450
/proc/meminfo: memFree=24585424/32951124 swapFree=46970528/67111528
[pid=16450] ppid=16448 vsize=13621988 CPUtime=0.11 cores=1,3,5,7
/proc/16450/stat : 16450 (java) S 16448 16450 16282 0 -1 4202496 15568 0 1 0 9 2 0 0 25 0 18 0 808931030 13948915712 15266 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16450/statm: 3405497 15267 2092 9 0 3396231 0
[pid=16450/tid=16451] ppid=16448 vsize=13621988 CPUtime=0.08 cores=1,3,5,7
/proc/16450/task/16451/stat : 16451 (java) R 16448 16450 16282 0 -1 4202560 13678 0 1 0 7 1 0 0 18 0 18 0 808931031 13948915712 15267 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13621988

[startup+0.301018 s]
/proc/loadavg: 1.89 2.00 1.99 2/553 16450
/proc/meminfo: memFree=24585424/32951124 swapFree=46970528/67111528
[pid=16450] ppid=16448 vsize=13623156 CPUtime=0.46 cores=1,3,5,7
/proc/16450/stat : 16450 (java) S 16448 16450 16282 0 -1 4202496 18048 0 1 0 44 2 0 0 25 0 18 0 808931030 13950111744 17648 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16450/statm: 3405789 17648 2217 9 0 3396523 0
[pid=16450/tid=16451] ppid=16448 vsize=13623156 CPUtime=0.29 cores=1,3,5,7
/proc/16450/task/16451/stat : 16451 (java) R 16448 16450 16282 0 -1 4202560 15431 0 1 0 27 2 0 0 18 0 18 0 808931031 13950111744 17649 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 46912505584155 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13623156

[startup+0.700983 s]
/proc/loadavg: 1.89 2.00 1.99 2/553 16450
/proc/meminfo: memFree=24585424/32951124 swapFree=46970528/67111528
[pid=16450] ppid=16448 vsize=13630596 CPUtime=1.47 cores=1,3,5,7
/proc/16450/stat : 16450 (java) S 16448 16450 16282 0 -1 4202496 62732 0 1 0 139 8 0 0 25 0 18 0 808931030 13957730304 59947 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16450/statm: 3407649 59953 2227 9 0 3398383 0
[pid=16450/tid=16451] ppid=16448 vsize=13630596 CPUtime=0.68 cores=1,3,5,7
/proc/16450/task/16451/stat : 16451 (java) R 16448 16450 16282 0 -1 4202560 53786 0 1 0 61 7 0 0 18 0 18 0 808931031 13957730304 59955 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 46912505763090 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13630596

[startup+1.50084 s]
/proc/loadavg: 1.89 2.00 1.99 4/572 16471
/proc/meminfo: memFree=24177260/32951124 swapFree=46970528/67111528
[pid=16450] ppid=16448 vsize=13632944 CPUtime=2.75 cores=1,3,5,7
/proc/16450/stat : 16450 (java) S 16448 16450 16282 0 -1 4202496 107352 0 1 0 262 13 0 0 25 0 19 0 808931030 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16450/statm: 3408236 104300 2238 9 0 3398970 0
[pid=16450/tid=16451] ppid=16448 vsize=13632944 CPUtime=1.48 cores=1,3,5,7
/proc/16450/task/16451/stat : 16451 (java) R 16448 16450 16282 0 -1 4202560 97687 0 1 0 137 11 0 0 20 0 19 0 808931031 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 46912506137054 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16450/tid=16454] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16454/stat : 16454 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16455] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16455/stat : 16455 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16456] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16456/stat : 16456 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16457] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16457/stat : 16457 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16459] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16459/stat : 16459 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16460] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16460/stat : 16460 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16461] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16461/stat : 16461 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16462] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16462/stat : 16462 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16463] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16463/stat : 16463 (java) S 16448 16450 16282 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 808931034 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 0 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16464] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16464/stat : 16464 (java) S 16448 16450 16282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 808931034 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16465] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16465/stat : 16465 (java) S 16448 16450 16282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 808931034 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16466] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16466/stat : 16466 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931036 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051478961 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16467] ppid=16448 vsize=13632944 CPUtime=0.54 cores=1,3,5,7
/proc/16450/task/16467/stat : 16467 (java) S 16448 16450 16282 0 -1 4202560 4762 0 0 0 54 0 0 0 22 0 19 0 808931036 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16468] ppid=16448 vsize=13632944 CPUtime=0.69 cores=1,3,5,7
/proc/16450/task/16468/stat : 16468 (java) S 16448 16450 16282 0 -1 4202560 3743 0 0 0 69 0 0 0 24 0 19 0 808931036 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16469] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16469/stat : 16469 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931036 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16470] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16470/stat : 16470 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808931036 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 4 0 16800975 18446604470448608448 0 0 -1 3 0 0 0
[pid=16450/tid=16471] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16471/stat : 16471 (java) S 16448 16450 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 808931118 13960134656 104300 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 4 0 16800975 18446604470448608448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 13632944

[startup+3.10156 s]
/proc/loadavg: 1.89 2.00 1.99 3/572 16471
/proc/meminfo: memFree=24173056/32951124 swapFree=46970528/67111528
[pid=16450] ppid=16448 vsize=13632944 CPUtime=4.43 cores=1,3,5,7
/proc/16450/stat : 16450 (java) S 16448 16450 16282 0 -1 4202496 107589 0 1 0 430 13 0 0 25 0 19 0 808931030 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16450/statm: 3408236 104535 2241 9 0 3398970 0
[pid=16450/tid=16451] ppid=16448 vsize=13632944 CPUtime=3.08 cores=1,3,5,7
/proc/16450/task/16451/stat : 16451 (java) R 16448 16450 16282 0 -1 4202560 97914 0 1 0 297 11 0 0 18 0 19 0 808931031 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 46912506135759 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16450/tid=16454] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16454/stat : 16454 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16455] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16455/stat : 16455 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16456] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16456/stat : 16456 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16457] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16457/stat : 16457 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16459] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16459/stat : 16459 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16460] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16460/stat : 16460 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16461] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16461/stat : 16461 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16462] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16462/stat : 16462 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16463] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16463/stat : 16463 (java) S 16448 16450 16282 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 808931034 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 0 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16464] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16464/stat : 16464 (java) S 16448 16450 16282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 808931034 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16465] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16465/stat : 16465 (java) S 16448 16450 16282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 808931034 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16466] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16466/stat : 16466 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931036 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051478961 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16467] ppid=16448 vsize=13632944 CPUtime=0.58 cores=1,3,5,7
/proc/16450/task/16467/stat : 16467 (java) S 16448 16450 16282 0 -1 4202560 4762 0 0 0 58 0 0 0 17 0 19 0 808931036 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16468] ppid=16448 vsize=13632944 CPUtime=0.75 cores=1,3,5,7
/proc/16450/task/16468/stat : 16468 (java) S 16448 16450 16282 0 -1 4202560 3753 0 0 0 75 0 0 0 17 0 19 0 808931036 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16469] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16469/stat : 16469 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931036 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16470] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16470/stat : 16470 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808931036 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 4 0 16800975 18446604470448608448 0 0 -1 3 0 0 0
[pid=16450/tid=16471] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16471/stat : 16471 (java) S 16448 16450 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 808931118 13960134656 104535 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 4 0 16800975 18446604470448608448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 13632944

[startup+6.30098 s]
/proc/loadavg: 1.90 2.00 1.99 3/572 16471
/proc/meminfo: memFree=24166832/32951124 swapFree=46970528/67111528
[pid=16450] ppid=16448 vsize=13632944 CPUtime=7.66 cores=1,3,5,7
/proc/16450/stat : 16450 (java) S 16448 16450 16282 0 -1 4202496 109856 0 1 0 753 13 0 0 25 0 19 0 808931030 13960134656 106547 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16450/statm: 3408236 106547 2241 9 0 3398970 0
[pid=16450/tid=16451] ppid=16448 vsize=13632944 CPUtime=6.29 cores=1,3,5,7
/proc/16450/task/16451/stat : 16451 (java) R 16448 16450 16282 0 -1 4202560 100176 0 1 0 617 12 0 0 25 0 19 0 808931031 13960134656 106547 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 46912505970752 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16450/tid=16454] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16454/stat : 16454 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 106547 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16455] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16455/stat : 16455 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 106547 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16456] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16456/stat : 16456 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 106547 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16457] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16457/stat : 16457 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 106547 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16459] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16459/stat : 16459 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 106547 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16460] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16460/stat : 16460 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 106547 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16461] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16461/stat : 16461 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 106547 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16462] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16462/stat : 16462 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931033 13960134656 106547 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16463] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16463/stat : 16463 (java) S 16448 16450 16282 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 808931034 13960134656 106547 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 0 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16464] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16464/stat : 16464 (java) S 16448 16450 16282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 808931034 13960134656 106547 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16465] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16465/stat : 16465 (java) S 16448 16450 16282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 808931034 13960134656 106547 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16466] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16466/stat : 16466 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931036 13960134656 106547 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051478961 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16467] ppid=16448 vsize=13632944 CPUtime=0.6 cores=1,3,5,7
/proc/16450/task/16467/stat : 16467 (java) S 16448 16450 16282 0 -1 4202560 4767 0 0 0 60 0 0 0 15 0 19 0 808931036 13960134656 106547 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16468] ppid=16448 vsize=13632944 CPUtime=0.75 cores=1,3,5,7
/proc/16450/task/16468/stat : 16468 (java) S 16448 16450 16282 0 -1 4202560 3753 0 0 0 75 0 0 0 17 0 19 0 808931036 13960134656 106547 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0

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

[pid=16450/tid=16460] ppid=16448 vsize=13632944 CPUtime=0.19 cores=1,3,5,7
/proc/16450/task/16460/stat : 16460 (java) S 16448 16450 16282 0 -1 4202560 9258 0 0 0 18 1 0 0 15 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 3 0 0 0
[pid=16450/tid=16461] ppid=16448 vsize=13632944 CPUtime=0.14 cores=1,3,5,7
/proc/16450/task/16461/stat : 16461 (java) S 16448 16450 16282 0 -1 4202560 7034 0 0 0 14 0 0 0 15 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 5 0 0 0
[pid=16450/tid=16462] ppid=16448 vsize=13632944 CPUtime=0.2 cores=1,3,5,7
/proc/16450/task/16462/stat : 16462 (java) S 16448 16450 16282 0 -1 4202560 8669 0 0 0 19 1 0 0 15 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16463] ppid=16448 vsize=13632944 CPUtime=3.8 cores=1,3,5,7
/proc/16450/task/16463/stat : 16463 (java) S 16448 16450 16282 0 -1 4202560 43852 0 0 0 376 4 0 0 15 0 19 0 808931034 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 0 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16464] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16464/stat : 16464 (java) S 16448 16450 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808931034 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16465] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16465/stat : 16465 (java) S 16448 16450 16282 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808931034 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16466] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16466/stat : 16466 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051478961 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16467] ppid=16448 vsize=13632944 CPUtime=0.65 cores=1,3,5,7
/proc/16450/task/16467/stat : 16467 (java) S 16448 16450 16282 0 -1 4202560 4769 0 0 0 65 0 0 0 15 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16468] ppid=16448 vsize=13632944 CPUtime=0.85 cores=1,3,5,7
/proc/16450/task/16468/stat : 16468 (java) S 16448 16450 16282 0 -1 4202560 3777 0 0 0 85 0 0 0 15 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16469] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16469/stat : 16469 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16470] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16470/stat : 16470 (java) S 16448 16450 16282 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 4 0 16800975 18446604470448608448 0 0 -1 5 0 0 0
[pid=16450/tid=16471] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16471/stat : 16471 (java) S 16448 16450 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 808931118 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 4 0 16800975 18446604470448608448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1724.6
Current children cumulated vsize (KiB) 13632944

[startup+1782.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/551 16548
/proc/meminfo: memFree=24289708/32951124 swapFree=46970528/67111528
[pid=16450] ppid=16448 vsize=13632944 CPUtime=1784.64 cores=1,3,5,7
/proc/16450/stat : 16450 (java) S 16448 16450 16282 0 -1 4202496 204762 0 1 0 178440 24 0 0 25 0 19 0 808931030 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16450/statm: 3408236 201238 2267 9 0 3398970 0
[pid=16450/tid=16451] ppid=16448 vsize=13632944 CPUtime=1777.78 cores=1,3,5,7
/proc/16450/task/16451/stat : 16451 (java) R 16448 16450 16282 0 -1 4202560 102684 0 1 0 177766 12 0 0 25 0 19 0 808931031 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 46912506042282 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16450/tid=16454] ppid=16448 vsize=13632944 CPUtime=0.16 cores=1,3,5,7
/proc/16450/task/16454/stat : 16454 (java) S 16448 16450 16282 0 -1 4202560 5772 0 0 0 16 0 0 0 15 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16455] ppid=16448 vsize=13632944 CPUtime=0.15 cores=1,3,5,7
/proc/16450/task/16455/stat : 16455 (java) S 16448 16450 16282 0 -1 4202560 5848 0 0 0 15 0 0 0 16 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16456] ppid=16448 vsize=13632944 CPUtime=0.09 cores=1,3,5,7
/proc/16450/task/16456/stat : 16456 (java) S 16448 16450 16282 0 -1 4202560 3094 0 0 0 9 0 0 0 16 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 5 0 0 0
[pid=16450/tid=16457] ppid=16448 vsize=13632944 CPUtime=0.1 cores=1,3,5,7
/proc/16450/task/16457/stat : 16457 (java) S 16448 16450 16282 0 -1 4202560 854 0 0 0 10 0 0 0 16 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 5 0 0 0
[pid=16450/tid=16459] ppid=16448 vsize=13632944 CPUtime=0.21 cores=1,3,5,7
/proc/16450/task/16459/stat : 16459 (java) S 16448 16450 16282 0 -1 4202560 7898 0 0 0 21 0 0 0 16 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 3 0 0 0
[pid=16450/tid=16460] ppid=16448 vsize=13632944 CPUtime=0.19 cores=1,3,5,7
/proc/16450/task/16460/stat : 16460 (java) S 16448 16450 16282 0 -1 4202560 9258 0 0 0 18 1 0 0 15 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 3 0 0 0
[pid=16450/tid=16461] ppid=16448 vsize=13632944 CPUtime=0.15 cores=1,3,5,7
/proc/16450/task/16461/stat : 16461 (java) S 16448 16450 16282 0 -1 4202560 7034 0 0 0 15 0 0 0 15 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 5 0 0 0
[pid=16450/tid=16462] ppid=16448 vsize=13632944 CPUtime=0.21 cores=1,3,5,7
/proc/16450/task/16462/stat : 16462 (java) S 16448 16450 16282 0 -1 4202560 8669 0 0 0 20 1 0 0 16 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16463] ppid=16448 vsize=13632944 CPUtime=3.99 cores=1,3,5,7
/proc/16450/task/16463/stat : 16463 (java) S 16448 16450 16282 0 -1 4202560 43854 0 0 0 395 4 0 0 15 0 19 0 808931034 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 0 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16464] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16464/stat : 16464 (java) S 16448 16450 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808931034 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16465] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16465/stat : 16465 (java) S 16448 16450 16282 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808931034 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16466] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16466/stat : 16466 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051478961 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16467] ppid=16448 vsize=13632944 CPUtime=0.65 cores=1,3,5,7
/proc/16450/task/16467/stat : 16467 (java) S 16448 16450 16282 0 -1 4202560 4769 0 0 0 65 0 0 0 15 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16468] ppid=16448 vsize=13632944 CPUtime=0.85 cores=1,3,5,7
/proc/16450/task/16468/stat : 16468 (java) S 16448 16450 16282 0 -1 4202560 3777 0 0 0 85 0 0 0 15 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16469] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16469/stat : 16469 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16470] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16470/stat : 16470 (java) S 16448 16450 16282 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 4 0 16800975 18446604470448608448 0 0 -1 5 0 0 0
[pid=16450/tid=16471] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16471/stat : 16471 (java) S 16448 16450 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 808931118 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 4 0 16800975 18446604470448608448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1784.64
Current children cumulated vsize (KiB) 13632944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.54 2.15 2.04 3/571 16572
/proc/meminfo: memFree=19770304/32951124 swapFree=46970528/67111528
[pid=16450] ppid=16448 vsize=13632944 CPUtime=1800.05 cores=1,3,5,7
/proc/16450/stat : 16450 (java) S 16448 16450 16282 0 -1 4202496 204762 0 1 0 179981 24 0 0 25 0 19 0 808931030 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16450/statm: 3408236 201238 2267 9 0 3398970 0
[pid=16450/tid=16451] ppid=16448 vsize=13632944 CPUtime=1793.2 cores=1,3,5,7
/proc/16450/task/16451/stat : 16451 (java) R 16448 16450 16282 0 -1 4202560 102684 0 1 0 179308 12 0 0 25 0 19 0 808931031 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 46912506181521 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16450/tid=16454] ppid=16448 vsize=13632944 CPUtime=0.16 cores=1,3,5,7
/proc/16450/task/16454/stat : 16454 (java) S 16448 16450 16282 0 -1 4202560 5772 0 0 0 16 0 0 0 15 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16455] ppid=16448 vsize=13632944 CPUtime=0.15 cores=1,3,5,7
/proc/16450/task/16455/stat : 16455 (java) S 16448 16450 16282 0 -1 4202560 5848 0 0 0 15 0 0 0 16 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16456] ppid=16448 vsize=13632944 CPUtime=0.09 cores=1,3,5,7
/proc/16450/task/16456/stat : 16456 (java) S 16448 16450 16282 0 -1 4202560 3094 0 0 0 9 0 0 0 16 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 5 0 0 0
[pid=16450/tid=16457] ppid=16448 vsize=13632944 CPUtime=0.1 cores=1,3,5,7
/proc/16450/task/16457/stat : 16457 (java) S 16448 16450 16282 0 -1 4202560 854 0 0 0 10 0 0 0 16 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 5 0 0 0
[pid=16450/tid=16459] ppid=16448 vsize=13632944 CPUtime=0.21 cores=1,3,5,7
/proc/16450/task/16459/stat : 16459 (java) S 16448 16450 16282 0 -1 4202560 7898 0 0 0 21 0 0 0 16 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 3 0 0 0
[pid=16450/tid=16460] ppid=16448 vsize=13632944 CPUtime=0.19 cores=1,3,5,7
/proc/16450/task/16460/stat : 16460 (java) S 16448 16450 16282 0 -1 4202560 9258 0 0 0 18 1 0 0 15 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 3 0 0 0
[pid=16450/tid=16461] ppid=16448 vsize=13632944 CPUtime=0.15 cores=1,3,5,7
/proc/16450/task/16461/stat : 16461 (java) S 16448 16450 16282 0 -1 4202560 7034 0 0 0 15 0 0 0 15 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 5 0 0 0
[pid=16450/tid=16462] ppid=16448 vsize=13632944 CPUtime=0.21 cores=1,3,5,7
/proc/16450/task/16462/stat : 16462 (java) S 16448 16450 16282 0 -1 4202560 8669 0 0 0 20 1 0 0 16 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16463] ppid=16448 vsize=13632944 CPUtime=3.99 cores=1,3,5,7
/proc/16450/task/16463/stat : 16463 (java) S 16448 16450 16282 0 -1 4202560 43854 0 0 0 395 4 0 0 15 0 19 0 808931034 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 0 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16464] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16464/stat : 16464 (java) S 16448 16450 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808931034 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16465] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16465/stat : 16465 (java) S 16448 16450 16282 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808931034 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16466] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16466/stat : 16466 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051478961 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16467] ppid=16448 vsize=13632944 CPUtime=0.65 cores=1,3,5,7
/proc/16450/task/16467/stat : 16467 (java) S 16448 16450 16282 0 -1 4202560 4769 0 0 0 65 0 0 0 15 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16468] ppid=16448 vsize=13632944 CPUtime=0.85 cores=1,3,5,7
/proc/16450/task/16468/stat : 16468 (java) S 16448 16450 16282 0 -1 4202560 3777 0 0 0 85 0 0 0 15 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16469] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16469/stat : 16469 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16470] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16470/stat : 16470 (java) S 16448 16450 16282 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 4 0 16800975 18446604470448608448 0 0 -1 5 0 0 0
[pid=16450/tid=16471] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16471/stat : 16471 (java) S 16448 16450 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 808931118 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 4 0 16800975 18446604470448608448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13632944

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

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

[startup+1797.7 s]
/proc/loadavg: 2.54 2.15 2.04 3/571 16572
/proc/meminfo: memFree=19770304/32951124 swapFree=46970528/67111528
[pid=16450] ppid=16448 vsize=13632944 CPUtime=1800.05 cores=1,3,5,7
/proc/16450/stat : 16450 (java) S 16448 16450 16282 0 -1 4202496 204762 0 1 0 179981 24 0 0 25 0 19 0 808931030 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16450/statm: 3408236 201238 2267 9 0 3398970 0
[pid=16450/tid=16451] ppid=16448 vsize=13632944 CPUtime=1793.2 cores=1,3,5,7
/proc/16450/task/16451/stat : 16451 (java) R 16448 16450 16282 0 -1 4202560 102684 0 1 0 179308 12 0 0 25 0 19 0 808931031 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 46912506181521 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16450/tid=16454] ppid=16448 vsize=13632944 CPUtime=0.16 cores=1,3,5,7
/proc/16450/task/16454/stat : 16454 (java) S 16448 16450 16282 0 -1 4202560 5772 0 0 0 16 0 0 0 15 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16455] ppid=16448 vsize=13632944 CPUtime=0.15 cores=1,3,5,7
/proc/16450/task/16455/stat : 16455 (java) S 16448 16450 16282 0 -1 4202560 5848 0 0 0 15 0 0 0 16 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16456] ppid=16448 vsize=13632944 CPUtime=0.09 cores=1,3,5,7
/proc/16450/task/16456/stat : 16456 (java) S 16448 16450 16282 0 -1 4202560 3094 0 0 0 9 0 0 0 16 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 5 0 0 0
[pid=16450/tid=16457] ppid=16448 vsize=13632944 CPUtime=0.1 cores=1,3,5,7
/proc/16450/task/16457/stat : 16457 (java) S 16448 16450 16282 0 -1 4202560 854 0 0 0 10 0 0 0 16 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 5 0 0 0
[pid=16450/tid=16459] ppid=16448 vsize=13632944 CPUtime=0.21 cores=1,3,5,7
/proc/16450/task/16459/stat : 16459 (java) S 16448 16450 16282 0 -1 4202560 7898 0 0 0 21 0 0 0 16 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 3 0 0 0
[pid=16450/tid=16460] ppid=16448 vsize=13632944 CPUtime=0.19 cores=1,3,5,7
/proc/16450/task/16460/stat : 16460 (java) S 16448 16450 16282 0 -1 4202560 9258 0 0 0 18 1 0 0 15 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 3 0 0 0
[pid=16450/tid=16461] ppid=16448 vsize=13632944 CPUtime=0.15 cores=1,3,5,7
/proc/16450/task/16461/stat : 16461 (java) S 16448 16450 16282 0 -1 4202560 7034 0 0 0 15 0 0 0 15 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 5 0 0 0
[pid=16450/tid=16462] ppid=16448 vsize=13632944 CPUtime=0.21 cores=1,3,5,7
/proc/16450/task/16462/stat : 16462 (java) S 16448 16450 16282 0 -1 4202560 8669 0 0 0 20 1 0 0 16 0 19 0 808931033 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16463] ppid=16448 vsize=13632944 CPUtime=3.99 cores=1,3,5,7
/proc/16450/task/16463/stat : 16463 (java) S 16448 16450 16282 0 -1 4202560 43854 0 0 0 395 4 0 0 15 0 19 0 808931034 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 0 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16464] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16464/stat : 16464 (java) S 16448 16450 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808931034 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16465] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16465/stat : 16465 (java) S 16448 16450 16282 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808931034 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16466] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16466/stat : 16466 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051478961 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16467] ppid=16448 vsize=13632944 CPUtime=0.65 cores=1,3,5,7
/proc/16450/task/16467/stat : 16467 (java) S 16448 16450 16282 0 -1 4202560 4769 0 0 0 65 0 0 0 15 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16468] ppid=16448 vsize=13632944 CPUtime=0.85 cores=1,3,5,7
/proc/16450/task/16468/stat : 16468 (java) S 16448 16450 16282 0 -1 4202560 3777 0 0 0 85 0 0 0 15 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 7 0 0 0
[pid=16450/tid=16469] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16469/stat : 16469 (java) S 16448 16450 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471257 0 4 0 16800975 18446604470448608448 0 0 -1 1 0 0 0
[pid=16450/tid=16470] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16470/stat : 16470 (java) S 16448 16450 16282 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 808931036 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 4 0 16800975 18446604470448608448 0 0 -1 5 0 0 0
[pid=16450/tid=16471] ppid=16448 vsize=13632944 CPUtime=0 cores=1,3,5,7
/proc/16450/task/16471/stat : 16471 (java) S 16448 16450 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 808931118 13960134656 201238 33554432000 1073741824 1073778376 140734500919632 18446744073709551615 212051471872 0 4 0 16800975 18446604470448608448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13632944

Child status: 143
Real time (s): 1797.79
CPU time (s): 1800.17
CPU user time (s): 1799.89
CPU system time (s): 0.279957
CPU usage (%): 100.132
Max. virtual memory (cumulated for all children) (KiB): 13632944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.279957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204808
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= 37373
involuntary context switches= 17746

runsolver used 9.33258 second user time and 22.4686 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-04 07:25:48
IDJOB=3458035
IDBENCH=48360
IDSOLVER=1952
FILE ID=node146/3458035-1307165148
RUNJOBID= node146-1307165129-16301
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_1_80.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458035-1307165148/watcher-3458035-1307165148 -o /tmp/evaluation-result-3458035-1307165148/solver-3458035-1307165148 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458035-1307165148.opb

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

MD5SUM BENCH= 8096e07164eab6008a97823c6b00b555
RANDOM SEED=1944109179

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:      24585704 kB
Buffers:        156716 kB
Cached:         288952 kB
SwapCached:      60352 kB
Active:         776216 kB
Inactive:      7346584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24585704 kB
SwapTotal:    67111528 kB
SwapFree:     46970528 kB
Dirty:            2672 kB
Writeback:           4 kB
AnonPages:     7628140 kB
Mapped:          24812 kB
Slab:            75624 kB
PageTables:      98628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 174128368 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= 73712 MiB
End job on node146 at 2011-06-04 07:55:47