Trace number 3689517

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.02 1790.57

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-544324.opb
MD5SUM02fa27f3dafb4f59cf08d669298a5bbe
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark465.377
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10080
Total number of constraints732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)732
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint168
Maximum length of a constraint3680
Number of terms in the objective function 10080
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10080
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 10080
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.2.v20120418
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3689517-1337891494.opb
0.07/0.13	c reading problem ... 
2.94/2.53	c ... done. Wall clock time 2.396s.
2.94/2.53	c declared #vars     10080
2.94/2.53	c #constraints  732
2.94/2.53	c constraints type 
2.94/2.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 732
2.94/2.53	c 732 constraints processed.
2.94/2.53	c objective function length is 10080 literals
17.02/16.29	c cleaning 2562 clauses out of 5123 with flag 5123/5123
25.13/24.06	c cleaning 4196 clauses out of 8438 with flag 11000/11000
36.68/35.47	c cleaning 5391 clauses out of 11242 with flag 18000/18000
46.83/45.54	c cleaning 6969 clauses out of 13940 with flag 26089/26089
57.03/55.51	c cleaning 7931 clauses out of 15884 with flag 35002/35002
69.71/68.17	c cleaning 8709 clauses out of 17951 with flag 45000/45000
89.23/87.51	c cleaning 10018 clauses out of 20242 with flag 56000/56000
121.10/119.28	c cleaning 11126 clauses out of 22256 with flag 68032/68032
151.27/149.19	c cleaning 12029 clauses out of 24129 with flag 81031/81031
179.93/177.62	c cleaning 13040 clauses out of 26080 with flag 95011/95011
234.93/232.37	c cleaning 14138 clauses out of 28289 with flag 110260/110260
264.40/261.64	c cleaning 14869 clauses out of 29892 with flag 126001/126001
300.43/297.55	c cleaning 16037 clauses out of 32118 with flag 143096/143096
345.70/342.65	c cleaning 16683 clauses out of 33985 with flag 161000/161000
370.12/366.71	c cleaning 18151 clauses out of 36302 with flag 180000/180000
398.88/395.30	c cleaning 19000 clauses out of 38151 with flag 200000/200000
437.99/434.29	c cleaning 20091 clauses out of 40191 with flag 221040/221040
503.04/499.15	c cleaning 21081 clauses out of 42200 with flag 243140/243140
577.47/573.43	c cleaning 21994 clauses out of 43988 with flag 266009/266009
623.33/619.16	c cleaning 23042 clauses out of 46087 with flag 290102/290102
693.48/689.09	c cleaning 24121 clauses out of 48244 with flag 315301/315301
727.35/722.64	c cleaning 24923 clauses out of 49975 with flag 341153/341153
762.13/757.25	c cleaning 25942 clauses out of 51899 with flag 368000/368000
802.34/797.08	c cleaning 26979 clauses out of 53962 with flag 396005/396005
839.49/834.07	c cleaning 27850 clauses out of 55978 with flag 425000/425000
889.97/884.05	c cleaning 28911 clauses out of 58130 with flag 455002/455002
951.36/944.70	c cleaning 29970 clauses out of 60220 with flag 486003/486003
994.72/987.73	c cleaning 31111 clauses out of 62247 with flag 518000/518000
1073.72/1066.38	c cleaning 31923 clauses out of 64136 with flag 551000/551000
1132.18/1124.36	c cleaning 33102 clauses out of 66214 with flag 585001/585001
1198.59/1190.27	c cleaning 34112 clauses out of 68226 with flag 620115/620115
1797.82/1788.84	c cleaning 34999 clauses out of 70000 with flag 656001/656001
1800.02/1790.51	c starts		: 168
1800.02/1790.51	c conflicts		: 656825
1800.02/1790.51	c decisions		: 15051365
1800.02/1790.51	c propagations		: 360058502
1800.02/1790.51	c inspects		: 1039327847
1800.02/1790.51	c shortcuts		: 0
1800.02/1790.51	c learnt literals	: 0
1800.02/1790.51	c learnt binary clauses	: 0
1800.02/1790.51	c learnt ternary clauses	: 0
1800.02/1790.51	c learnt constraints	: 656825
1800.02/1790.51	c ignored constraints	: 0
1800.02/1790.51	c root simplifications	: 0
1800.02/1790.51	c removed literals (reason simplification)	: 0
1800.02/1790.51	c reason swapping (by a shorter reason)	: 0
1800.02/1790.51	c Calls to reduceDB	: 32
1800.02/1790.51	c number of reductions to clauses (during analyze)	: 0
1800.02/1790.51	c number of learned constraints concerned by reduction	: 0
1800.02/1790.51	c number of learning phase by resolution	: 0
1800.02/1790.51	c number of learning phase by cutting planes	: 0
1800.02/1790.51	c speed (assignments/second)	: 201380.9704650082
1800.02/1790.51	c non guided choices	12756
1800.02/1790.53	c learnt constraints type 
1800.02/1790.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 35840
1800.02/1790.53	c constraints type 
1800.02/1790.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 732
1800.02/1790.53	c 732 constraints processed.
1800.02/1790.53	s UNKNOWN
1800.02/1790.53	c Total wall clock time (in seconds): 1790.401

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3689517-1337891494/watcher-3689517-1337891494 -o /tmp/evaluation-result-3689517-1337891494/solver-3689517-1337891494 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689517-1337891494.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.92 1.98 1.99 4/194 16508
/proc/meminfo: memFree=28573820/32873844 swapFree=7104/7104
[pid=16508] ppid=16506 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/16508/stat : 16508 (java) R 16506 16508 14581 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 255274292 2560000 47 33554432000 1073741824 1073778376 140733545352384 140733545349512 233211784487 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16508/statm: 625 47 37 9 0 29 0

[startup+0.0471241 s]
/proc/loadavg: 1.92 1.98 1.99 4/194 16508
/proc/meminfo: memFree=28573820/32873844 swapFree=7104/7104
[pid=16508] ppid=16506 vsize=9092432 CPUtime=0.02 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16506 16508 14581 0 -1 4202496 2918 0 1 0 1 1 0 0 20 0 11 0 255274292 9310650368 3618 33554432000 1073741824 1073778376 140734788830480 140734788821616 233224306749 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16508/statm: 2273108 3618 1644 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.100327 s]
/proc/loadavg: 1.92 1.98 1.99 4/194 16508
/proc/meminfo: memFree=28573820/32873844 swapFree=7104/7104
[pid=16508] ppid=16506 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16506 16508 14581 0 -1 4202496 3357 0 1 0 6 1 0 0 20 0 18 0 255274292 9787813888 4566 33554432000 1073741824 1073778376 140734788830480 140734788821616 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16508/statm: 2389603 4566 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300301 s]
/proc/loadavg: 1.92 1.98 1.99 4/194 16508
/proc/meminfo: memFree=28573820/32873844 swapFree=7104/7104
[pid=16508] ppid=16506 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16506 16508 14581 0 -1 4202496 5619 0 1 0 45 2 0 0 20 0 18 0 255274292 9787813888 9360 33554432000 1073741824 1073778376 140734788830480 140734788821616 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16508/statm: 2389603 9360 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700327 s]
/proc/loadavg: 1.92 1.98 1.99 4/194 16508
/proc/meminfo: memFree=28573820/32873844 swapFree=7104/7104
[pid=16508] ppid=16506 vsize=9558412 CPUtime=0.93 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16506 16508 14581 0 -1 4202496 5722 0 1 0 88 5 0 0 20 0 18 0 255274292 9787813888 39602 33554432000 1073741824 1073778376 140734788830480 140734788821616 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16508/statm: 2389603 39602 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 9558412

[startup+1.50085 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 16526
/proc/meminfo: memFree=28415656/32873844 swapFree=7104/7104
[pid=16508] ppid=16506 vsize=9558412 CPUtime=1.84 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16506 16508 14581 0 -1 4202496 5836 0 1 0 176 8 0 0 20 0 18 0 255274292 9787813888 44796 33554432000 1073741824 1073778376 140734788830480 140734788821616 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16508/statm: 2389603 44796 2236 9 0 2380296 0
[pid=16508/tid=16510] ppid=16506 vsize=9558412 CPUtime=1.42 cores=1,3,5,7
/proc/16508/task/16510/stat : 16510 (java) R 16506 16508 14581 0 -1 4202560 2513 0 1 0 138 4 0 0 20 0 18 0 255274293 9787813888 44796 33554432000 1073741824 1073778376 140734788830480 139776983822176 139776842167926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16511] ppid=16506 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16511/stat : 16511 (java) S 16506 16508 14581 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 255274295 9787813888 44796 33554432000 1073741824 1073778376 140734788830480 139776961931816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16512] ppid=16506 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16512/stat : 16512 (java) S 16506 16508 14581 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 255274295 9787813888 44796 33554432000 1073741824 1073778376 140734788830480 139776960879016 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16513] ppid=16506 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16513/stat : 16513 (java) S 16506 16508 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 255274295 9787813888 44796 33554432000 1073741824 1073778376 140734788830480 139776757852456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16514] ppid=16506 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/16508/task/16514/stat : 16514 (java) S 16506 16508 14581 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 18 0 255274295 9787813888 44796 33554432000 1073741824 1073778376 140734788830480 139776756799656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16515] ppid=16506 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16515/stat : 16515 (java) S 16506 16508 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255274295 9787813888 44796 33554432000 1073741824 1073778376 140734788830480 139776755747880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16516] ppid=16506 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16516/stat : 16516 (java) S 16506 16508 14581 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 255274295 9787813888 44796 33554432000 1073741824 1073778376 140734788830480 139776754695080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16517] ppid=16506 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16517/stat : 16517 (java) S 16506 16508 14581 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 255274295 9787813888 44796 33554432000 1073741824 1073778376 140734788830480 139776753642280 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16518] ppid=16506 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/16508/task/16518/stat : 16518 (java) S 16506 16508 14581 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 255274295 9787813888 44796 33554432000 1073741824 1073778376 140734788830480 139776752589480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16519] ppid=16506 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16519/stat : 16519 (java) S 16506 16508 14581 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 255274296 9787813888 44796 33554432000 1073741824 1073778376 140734788830480 139776740391400 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16520] ppid=16506 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16520/stat : 16520 (java) S 16506 16508 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255274297 9787813888 44796 33554432000 1073741824 1073778376 140734788830480 139776739337464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16521] ppid=16506 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16521/stat : 16521 (java) S 16506 16508 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255274297 9787813888 44796 33554432000 1073741824 1073778376 140734788830480 139776738284552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16522] ppid=16506 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16522/stat : 16522 (java) S 16506 16508 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255274299 9787813888 44796 33554432000 1073741824 1073778376 140734788830480 139776737233040 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16523] ppid=16506 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/16508/task/16523/stat : 16523 (java) S 16506 16508 14581 0 -1 4202560 1060 0 0 0 14 0 0 0 20 0 18 0 255274299 9787813888 44796 33554432000 1073741824 1073778376 140734788830480 139776736181176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16524] ppid=16506 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/16508/task/16524/stat : 16524 (java) S 16506 16508 14581 0 -1 4202560 943 0 0 0 10 0 0 0 20 0 18 0 255274299 9787813888 44796 33554432000 1073741824 1073778376 140734788830480 139776735128376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16525] ppid=16506 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16525/stat : 16525 (java) S 16506 16508 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255274299 9787813888 44796 33554432000 1073741824 1073778376 140734788830480 139776734075768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16526] ppid=16506 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16526/stat : 16526 (java) S 16506 16508 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255274299 9787813888 44796 33554432000 1073741824 1073778376 140734788830480 139776733023176 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9558412

[startup+3.1007 s]
/proc/loadavg: 1.92 1.98 1.99 4/212 16526
/proc/meminfo: memFree=28276580/32873844 swapFree=7104/7104
[pid=16508] ppid=16506 vsize=9624976 CPUtime=3.64 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16506 16508 14581 0 -1 4202496 6864 0 1 0 350 14 0 0 20 0 19 0 255274292 9855975424 80923 33554432000 1073741824 1073778376 140734788830480 140734788821616 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16508/statm: 2406244 80923 2249 9 0 2396937 0
[pid=16508/tid=16510] ppid=16506 vsize=9624976 CPUtime=2.97 cores=1,3,5,7
/proc/16508/task/16510/stat : 16510 (java) R 16506 16508 14581 0 -1 4202560 2581 0 1 0 291 6 0 0 20 0 19 0 255274293 9855975424 80923 33554432000 1073741824 1073778376 140734788830480 139776983831080 139776842350304 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16511] ppid=16506 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/16508/task/16511/stat : 16511 (java) S 16506 16508 14581 0 -1 4202560 140 0 0 0 2 0 0 0 20 0 19 0 255274295 9855975424 80923 33554432000 1073741824 1073778376 140734788830480 139776961931816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16512] ppid=16506 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16512/stat : 16512 (java) S 16506 16508 14581 0 -1 4202560 140 0 0 0 3 0 0 0 20 0 19 0 255274295 9855975424 80923 33554432000 1073741824 1073778376 140734788830480 139776960879016 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16513] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16513/stat : 16513 (java) S 16506 16508 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255274295 9855975424 80923 33554432000 1073741824 1073778376 140734788830480 139776757852456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16514] ppid=16506 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/16508/task/16514/stat : 16514 (java) S 16506 16508 14581 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 255274295 9855975424 80923 33554432000 1073741824 1073778376 140734788830480 139776756799656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16515] ppid=16506 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/16508/task/16515/stat : 16515 (java) S 16506 16508 14581 0 -1 4202560 144 0 0 0 1 1 0 0 20 0 19 0 255274295 9855975424 80923 33554432000 1073741824 1073778376 140734788830480 139776755747880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16516] ppid=16506 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16516/stat : 16516 (java) S 16506 16508 14581 0 -1 4202560 137 0 0 0 2 1 0 0 20 0 19 0 255274295 9855975424 80923 33554432000 1073741824 1073778376 140734788830480 139776754695080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16517] ppid=16506 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/16508/task/16517/stat : 16517 (java) S 16506 16508 14581 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 255274295 9855975424 80923 33554432000 1073741824 1073778376 140734788830480 139776753642280 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16518] ppid=16506 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/16508/task/16518/stat : 16518 (java) S 16506 16508 14581 0 -1 4202560 17 0 0 0 1 1 0 0 20 0 19 0 255274295 9855975424 80923 33554432000 1073741824 1073778376 140734788830480 139776752589480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16519] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16519/stat : 16519 (java) S 16506 16508 14581 0 -1 4202560 191 0 0 0 0 0 0 0 20 0 19 0 255274296 9855975424 80923 33554432000 1073741824 1073778376 140734788830480 139776740391400 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16520] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16520/stat : 16520 (java) S 16506 16508 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255274297 9855975424 80923 33554432000 1073741824 1073778376 140734788830480 139776739337464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16521] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16521/stat : 16521 (java) S 16506 16508 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255274297 9855975424 80923 33554432000 1073741824 1073778376 140734788830480 139776738284552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16522] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16522/stat : 16522 (java) S 16506 16508 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255274299 9855975424 80923 33554432000 1073741824 1073778376 140734788830480 139776737233040 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16523] ppid=16506 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/16508/task/16523/stat : 16523 (java) S 16506 16508 14581 0 -1 4202560 1067 0 0 0 18 0 0 0 20 0 19 0 255274299 9855975424 80923 33554432000 1073741824 1073778376 140734788830480 139776736181176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16524] ppid=16506 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/16508/task/16524/stat : 16524 (java) S 16506 16508 14581 0 -1 4202560 1224 0 0 0 15 0 0 0 20 0 19 0 255274299 9855975424 80923 33554432000 1073741824 1073778376 140734788830480 139776735128376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16525] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16525/stat : 16525 (java) S 16506 16508 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255274299 9855975424 80923 33554432000 1073741824 1073778376 140734788830480 139776734075768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16526] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16526/stat : 16526 (java) S 16506 16508 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255274299 9855975424 80923 33554432000 1073741824 1073778376 140734788830480 139776733023176 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 9624976

[startup+6.30084 s]
/proc/loadavg: 1.93 1.98 1.99 4/213 16527
/proc/meminfo: memFree=28254236/32873844 swapFree=7104/7104
[pid=16508] ppid=16506 vsize=9624976 CPUtime=7.11 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16506 16508 14581 0 -1 4202496 8946 0 1 0 697 14 0 0 20 0 19 0 255274292 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 140734788821616 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16508/statm: 2406244 81561 2254 9 0 2396937 0
[pid=16508/tid=16510] ppid=16506 vsize=9624976 CPUtime=6.16 cores=1,3,5,7
/proc/16508/task/16510/stat : 16510 (java) R 16506 16508 14581 0 -1 4202560 2583 0 1 0 610 6 0 0 20 0 19 0 255274293 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 139776983828976 139776842442604 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16511] ppid=16506 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/16508/task/16511/stat : 16511 (java) S 16506 16508 14581 0 -1 4202560 140 0 0 0 2 0 0 0 20 0 19 0 255274295 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 139776961931816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16512] ppid=16506 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16512/stat : 16512 (java) S 16506 16508 14581 0 -1 4202560 140 0 0 0 3 0 0 0 20 0 19 0 255274295 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 139776960879016 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16513] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16513/stat : 16513 (java) S 16506 16508 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255274295 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 139776757852456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16514] ppid=16506 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/16508/task/16514/stat : 16514 (java) S 16506 16508 14581 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 255274295 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 139776756799656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16515] ppid=16506 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/16508/task/16515/stat : 16515 (java) S 16506 16508 14581 0 -1 4202560 144 0 0 0 1 1 0 0 20 0 19 0 255274295 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 139776755747880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16516] ppid=16506 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16516/stat : 16516 (java) S 16506 16508 14581 0 -1 4202560 137 0 0 0 2 1 0 0 20 0 19 0 255274295 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 139776754695080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16517] ppid=16506 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/16508/task/16517/stat : 16517 (java) S 16506 16508 14581 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 255274295 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 139776753642280 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16518] ppid=16506 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/16508/task/16518/stat : 16518 (java) S 16506 16508 14581 0 -1 4202560 17 0 0 0 1 1 0 0 20 0 19 0 255274295 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 139776752589480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16519] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16519/stat : 16519 (java) S 16506 16508 14581 0 -1 4202560 192 0 0 0 0 0 0 0 20 0 19 0 255274296 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 139776740391400 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16520] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16520/stat : 16520 (java) S 16506 16508 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255274297 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 139776739337464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16521] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16521/stat : 16521 (java) S 16506 16508 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255274297 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 139776738284552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16522] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16522/stat : 16522 (java) S 16506 16508 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255274299 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 139776737233040 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16523] ppid=16506 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/16508/task/16523/stat : 16523 (java) S 16506 16508 14581 0 -1 4202560 2569 0 0 0 35 0 0 0 20 0 19 0 255274299 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 139776736181176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16524] ppid=16506 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/16508/task/16524/stat : 16524 (java) S 16506 16508 14581 0 -1 4202560 1801 0 0 0 26 0 0 0 20 0 19 0 255274299 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 139776735128376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16525] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16525/stat : 16525 (java) S 16506 16508 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255274299 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 139776734075768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16526] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16526/stat : 16526 (java) S 16506 16508 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255274299 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 139776733023176 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16527] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16527/stat : 16527 (java) S 16506 16508 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255274549 9855975424 81561 33554432000 1073741824 1073778376 140734788830480 139776731968680 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9624976

[startup+12.7009 s]
/proc/loadavg: 1.93 1.98 1.99 4/213 16527
/proc/meminfo: memFree=28254368/32873844 swapFree=7104/7104
[pid=16508] ppid=16506 vsize=9624976 CPUtime=13.52 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16506 16508 14581 0 -1 4202496 8949 0 1 0 1338 14 0 0 20 0 19 0 255274292 9855975424 81564 33554432000 1073741824 1073778376 140734788830480 140734788821616 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0

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

[pid=16508/tid=16523] ppid=16506 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/16508/task/16523/stat : 16523 (java) S 16506 16508 14581 0 -1 4202560 7300 0 0 0 56 2 0 0 20 0 19 0 255274299 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776736181176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16524] ppid=16506 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/16508/task/16524/stat : 16524 (java) S 16506 16508 14581 0 -1 4202560 1809 0 0 0 31 0 0 0 20 0 19 0 255274299 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776735128376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16525] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16525/stat : 16525 (java) S 16506 16508 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255274299 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776734075768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16526] ppid=16506 vsize=9624976 CPUtime=0.93 cores=1,3,5,7
/proc/16508/task/16526/stat : 16526 (java) S 16506 16508 14581 0 -1 4202560 95 0 0 0 50 43 0 0 20 0 19 0 255274299 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776733023176 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16527] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16527/stat : 16527 (java) S 16506 16508 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255274549 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776731968680 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1671.26
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.04 3/214 16602
/proc/meminfo: memFree=25868816/32873844 swapFree=7104/7104
[pid=16508] ppid=16506 vsize=9624976 CPUtime=1731.3 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16506 16508 14581 0 -1 4202496 57574 0 1 0 172838 292 0 0 20 0 19 0 255274292 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 140734788821616 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16508/statm: 2406244 586720 2270 9 0 2396937 0
[pid=16508/tid=16510] ppid=16506 vsize=9624976 CPUtime=1711.41 cores=1,3,5,7
/proc/16508/task/16510/stat : 16510 (java) R 16506 16508 14581 0 -1 4202560 2707 0 1 0 171105 36 0 0 20 0 19 0 255274293 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776983830832 139776842362897 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16511] ppid=16506 vsize=9624976 CPUtime=1.14 cores=1,3,5,7
/proc/16508/task/16511/stat : 16511 (java) S 16506 16508 14581 0 -1 4202560 5437 0 0 0 91 23 0 0 20 0 19 0 255274295 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776961931816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16512] ppid=16506 vsize=9624976 CPUtime=1.31 cores=1,3,5,7
/proc/16508/task/16512/stat : 16512 (java) S 16506 16508 14581 0 -1 4202560 5121 0 0 0 103 28 0 0 20 0 19 0 255274295 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776960879016 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16513] ppid=16506 vsize=9624976 CPUtime=1.23 cores=1,3,5,7
/proc/16508/task/16513/stat : 16513 (java) S 16506 16508 14581 0 -1 4202560 5233 0 0 0 94 29 0 0 20 0 19 0 255274295 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776757852456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16514] ppid=16506 vsize=9624976 CPUtime=1.06 cores=1,3,5,7
/proc/16508/task/16514/stat : 16514 (java) S 16506 16508 14581 0 -1 4202560 5080 0 0 0 79 27 0 0 20 0 19 0 255274295 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776756799656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16515] ppid=16506 vsize=9624976 CPUtime=1.12 cores=1,3,5,7
/proc/16508/task/16515/stat : 16515 (java) S 16506 16508 14581 0 -1 4202560 4946 0 0 0 88 24 0 0 20 0 19 0 255274295 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776755747880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16516] ppid=16506 vsize=9624976 CPUtime=1.06 cores=1,3,5,7
/proc/16508/task/16516/stat : 16516 (java) S 16506 16508 14581 0 -1 4202560 6147 0 0 0 80 26 0 0 20 0 19 0 255274295 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776754695080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16517] ppid=16506 vsize=9624976 CPUtime=1.35 cores=1,3,5,7
/proc/16508/task/16517/stat : 16517 (java) S 16506 16508 14581 0 -1 4202560 6879 0 0 0 101 34 0 0 20 0 19 0 255274295 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776753642280 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16518] ppid=16506 vsize=9624976 CPUtime=1.43 cores=1,3,5,7
/proc/16508/task/16518/stat : 16518 (java) S 16506 16508 14581 0 -1 4202560 3935 0 0 0 112 31 0 0 20 0 19 0 255274295 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776752589480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16519] ppid=16506 vsize=9624976 CPUtime=3.85 cores=1,3,5,7
/proc/16508/task/16519/stat : 16519 (java) S 16506 16508 14581 0 -1 4202560 1696 0 0 0 378 7 0 0 20 0 19 0 255274296 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776740391400 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16520] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16520/stat : 16520 (java) S 16506 16508 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255274297 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776739337464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16521] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16521/stat : 16521 (java) S 16506 16508 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255274297 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776738284552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16522] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16522/stat : 16522 (java) S 16506 16508 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255274299 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776737233040 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16523] ppid=16506 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/16508/task/16523/stat : 16523 (java) S 16506 16508 14581 0 -1 4202560 7300 0 0 0 56 2 0 0 20 0 19 0 255274299 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776736181176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16524] ppid=16506 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/16508/task/16524/stat : 16524 (java) S 16506 16508 14581 0 -1 4202560 1809 0 0 0 31 0 0 0 20 0 19 0 255274299 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776735128376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16525] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16525/stat : 16525 (java) S 16506 16508 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255274299 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776734075768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16526] ppid=16506 vsize=9624976 CPUtime=0.97 cores=1,3,5,7
/proc/16508/task/16526/stat : 16526 (java) S 16506 16508 14581 0 -1 4202560 99 0 0 0 53 44 0 0 20 0 19 0 255274299 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776733023176 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16527] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16527/stat : 16527 (java) S 16506 16508 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255274549 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776731968680 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1731.3
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.03 3/214 16625
/proc/meminfo: memFree=25877684/32873844 swapFree=7104/7104
[pid=16508] ppid=16506 vsize=9624976 CPUtime=1791.32 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16506 16508 14581 0 -1 4202496 57578 0 1 0 178839 293 0 0 20 0 19 0 255274292 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 140734788821616 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16508/statm: 2406244 586720 2270 9 0 2396937 0
[pid=16508/tid=16510] ppid=16506 vsize=9624976 CPUtime=1771.26 cores=1,3,5,7
/proc/16508/task/16510/stat : 16510 (java) R 16506 16508 14581 0 -1 4202560 2707 0 1 0 177090 36 0 0 20 0 19 0 255274293 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776983830832 139776842362819 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16511] ppid=16506 vsize=9624976 CPUtime=1.14 cores=1,3,5,7
/proc/16508/task/16511/stat : 16511 (java) S 16506 16508 14581 0 -1 4202560 5437 0 0 0 91 23 0 0 20 0 19 0 255274295 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776961931816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16512] ppid=16506 vsize=9624976 CPUtime=1.31 cores=1,3,5,7
/proc/16508/task/16512/stat : 16512 (java) S 16506 16508 14581 0 -1 4202560 5121 0 0 0 103 28 0 0 20 0 19 0 255274295 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776960879016 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16513] ppid=16506 vsize=9624976 CPUtime=1.23 cores=1,3,5,7
/proc/16508/task/16513/stat : 16513 (java) S 16506 16508 14581 0 -1 4202560 5233 0 0 0 94 29 0 0 20 0 19 0 255274295 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776757852456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16514] ppid=16506 vsize=9624976 CPUtime=1.06 cores=1,3,5,7
/proc/16508/task/16514/stat : 16514 (java) S 16506 16508 14581 0 -1 4202560 5080 0 0 0 79 27 0 0 20 0 19 0 255274295 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776756799656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16515] ppid=16506 vsize=9624976 CPUtime=1.12 cores=1,3,5,7
/proc/16508/task/16515/stat : 16515 (java) S 16506 16508 14581 0 -1 4202560 4946 0 0 0 88 24 0 0 20 0 19 0 255274295 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776755747880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16516] ppid=16506 vsize=9624976 CPUtime=1.06 cores=1,3,5,7
/proc/16508/task/16516/stat : 16516 (java) S 16506 16508 14581 0 -1 4202560 6147 0 0 0 80 26 0 0 20 0 19 0 255274295 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776754695080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16517] ppid=16506 vsize=9624976 CPUtime=1.35 cores=1,3,5,7
/proc/16508/task/16517/stat : 16517 (java) S 16506 16508 14581 0 -1 4202560 6879 0 0 0 101 34 0 0 20 0 19 0 255274295 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776753642280 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16518] ppid=16506 vsize=9624976 CPUtime=1.43 cores=1,3,5,7
/proc/16508/task/16518/stat : 16518 (java) S 16506 16508 14581 0 -1 4202560 3935 0 0 0 112 31 0 0 20 0 19 0 255274295 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776752589480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16519] ppid=16506 vsize=9624976 CPUtime=3.86 cores=1,3,5,7
/proc/16508/task/16519/stat : 16519 (java) S 16506 16508 14581 0 -1 4202560 1696 0 0 0 378 8 0 0 20 0 19 0 255274296 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776740391400 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16520] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16520/stat : 16520 (java) S 16506 16508 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255274297 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776739337464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16521] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16521/stat : 16521 (java) S 16506 16508 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255274297 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776738284552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16522] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16522/stat : 16522 (java) S 16506 16508 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255274299 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776737233040 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16523] ppid=16506 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/16508/task/16523/stat : 16523 (java) S 16506 16508 14581 0 -1 4202560 7300 0 0 0 56 2 0 0 20 0 19 0 255274299 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776736181176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16524] ppid=16506 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/16508/task/16524/stat : 16524 (java) S 16506 16508 14581 0 -1 4202560 1809 0 0 0 31 0 0 0 20 0 19 0 255274299 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776735128376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16525] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16525/stat : 16525 (java) S 16506 16508 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255274299 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776734075768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16526] ppid=16506 vsize=9624976 CPUtime=1.01 cores=1,3,5,7
/proc/16508/task/16526/stat : 16526 (java) S 16506 16508 14581 0 -1 4202560 103 0 0 0 56 45 0 0 20 0 19 0 255274299 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776733023176 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16527] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16527/stat : 16527 (java) S 16506 16508 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255274549 9855975424 586720 33554432000 1073741824 1073778376 140734788830480 139776731968680 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1791.32
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.5 s]
/proc/loadavg: 2.00 2.03 2.03 3/214 16625
/proc/meminfo: memFree=25794832/32873844 swapFree=7104/7104
[pid=16508] ppid=16506 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16506 16508 14581 0 -1 4202496 57745 0 1 0 179699 303 0 0 20 0 19 0 255274292 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 140734788821616 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16508/statm: 2406244 607743 2270 9 0 2396937 0
[pid=16508/tid=16510] ppid=16506 vsize=9624976 CPUtime=1779.12 cores=1,3,5,7
/proc/16508/task/16510/stat : 16510 (java) R 16506 16508 14581 0 -1 4202560 2708 0 1 0 177875 37 0 0 20 0 19 0 255274293 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 139776983830832 139776842481890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16511] ppid=16506 vsize=9624976 CPUtime=1.22 cores=1,3,5,7
/proc/16508/task/16511/stat : 16511 (java) S 16506 16508 14581 0 -1 4202560 5452 0 0 0 98 24 0 0 20 0 19 0 255274295 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 139776961931816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16512] ppid=16506 vsize=9624976 CPUtime=1.37 cores=1,3,5,7
/proc/16508/task/16512/stat : 16512 (java) S 16506 16508 14581 0 -1 4202560 5129 0 0 0 108 29 0 0 20 0 19 0 255274295 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 139776960879016 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16513] ppid=16506 vsize=9624976 CPUtime=1.32 cores=1,3,5,7
/proc/16508/task/16513/stat : 16513 (java) S 16506 16508 14581 0 -1 4202560 5249 0 0 0 102 30 0 0 20 0 19 0 255274295 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 139776757852456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16514] ppid=16506 vsize=9624976 CPUtime=1.22 cores=1,3,5,7
/proc/16508/task/16514/stat : 16514 (java) S 16506 16508 14581 0 -1 4202560 5120 0 0 0 92 30 0 0 20 0 19 0 255274295 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 139776756799656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16515] ppid=16506 vsize=9624976 CPUtime=1.19 cores=1,3,5,7
/proc/16508/task/16515/stat : 16515 (java) S 16506 16508 14581 0 -1 4202560 4959 0 0 0 93 26 0 0 20 0 19 0 255274295 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 139776755747880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16516] ppid=16506 vsize=9624976 CPUtime=1.13 cores=1,3,5,7
/proc/16508/task/16516/stat : 16516 (java) S 16506 16508 14581 0 -1 4202560 6157 0 0 0 86 27 0 0 20 0 19 0 255274295 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 139776754695080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16517] ppid=16506 vsize=9624976 CPUtime=1.43 cores=1,3,5,7
/proc/16508/task/16517/stat : 16517 (java) S 16506 16508 14581 0 -1 4202560 6897 0 0 0 108 35 0 0 20 0 19 0 255274295 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 139776753642280 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16518] ppid=16506 vsize=9624976 CPUtime=1.52 cores=1,3,5,7
/proc/16508/task/16518/stat : 16518 (java) S 16506 16508 14581 0 -1 4202560 3948 0 0 0 119 33 0 0 20 0 19 0 255274295 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 139776752589480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16519] ppid=16506 vsize=9624976 CPUtime=4.01 cores=1,3,5,7
/proc/16508/task/16519/stat : 16519 (java) S 16506 16508 14581 0 -1 4202560 1729 0 0 0 393 8 0 0 20 0 19 0 255274296 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 139776740391400 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16520] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16520/stat : 16520 (java) S 16506 16508 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255274297 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 139776739337464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16521] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16521/stat : 16521 (java) S 16506 16508 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255274297 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 139776738284552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16522] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16522/stat : 16522 (java) S 16506 16508 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255274299 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 139776737233040 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16523] ppid=16506 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/16508/task/16523/stat : 16523 (java) S 16506 16508 14581 0 -1 4202560 7300 0 0 0 56 2 0 0 20 0 19 0 255274299 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 139776736181176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16524] ppid=16506 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/16508/task/16524/stat : 16524 (java) S 16506 16508 14581 0 -1 4202560 1809 0 0 0 31 0 0 0 20 0 19 0 255274299 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 139776735128376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16525] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16525/stat : 16525 (java) S 16506 16508 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255274299 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 139776734075768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16526] ppid=16506 vsize=9624976 CPUtime=1.01 cores=1,3,5,7
/proc/16508/task/16526/stat : 16526 (java) S 16506 16508 14581 0 -1 4202560 103 0 0 0 56 45 0 0 20 0 19 0 255274299 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 139776733023176 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16527] ppid=16506 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16527/stat : 16527 (java) S 16506 16508 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255274549 9855975424 607743 33554432000 1073741824 1073778376 140734788830480 139776731968680 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16508 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=358520
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=427478
# CPU time returned by wait4() is 1795.79
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1790.57
CPU time (s): 1800.02
CPU user time (s): 1796.99
CPU system time (s): 3.03
CPU usage (%): 100.528
Max. virtual memory (cumulated for all children) (KiB): 9626248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.36
system time used= 3.42748
maximum resident set size= 2431124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57786
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41154
involuntary context switches= 7566

runsolver used 9.16161 second user time and 13.8929 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-24 22:31:34
IDJOB=3689517
IDBENCH=89877
IDSOLVER=2269
FILE ID=node142/3689517-1337891494
RUNJOBID= node142-1337871882-14598
PBS_JOBID= 14620062
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-544324.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689517-1337891494/watcher-3689517-1337891494 -o /tmp/evaluation-result-3689517-1337891494/solver-3689517-1337891494 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689517-1337891494.opb

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

MD5SUM BENCH= 02fa27f3dafb4f59cf08d669298a5bbe
RANDOM SEED=277339580

node142.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5391.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28573820 kB
Buffers:          233072 kB
Cached:          2965728 kB
SwapCached:            0 kB
Active:           812764 kB
Inactive:        2716440 kB
Active(anon):     332724 kB
Inactive(anon):        0 kB
Active(file):     480040 kB
Inactive(file):  2716440 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15860 kB
Writeback:             0 kB
AnonPages:        337720 kB
Mapped:            22576 kB
Shmem:               200 kB
Slab:             631528 kB
SReclaimable:      73756 kB
SUnreclaim:       557772 kB
KernelStack:        1616 kB
PageTables:         5012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     826108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71648 MiB
End job on node142 at 2012-05-24 23:01:27