Trace number 3717888

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 PB 2012-05-28? (TO) 1800.8 1797.94

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar6-sub4reduc_wcsp.wbo
MD5SUM7520d228fece47913158c53d65540c90
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables816
Total number of constraints142008
Number of soft constraints141988
Number of constraints which are clauses141988
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 3230
Min constraint cost 1
Max constraint cost 2200
Sum of constraints costs 35467150
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.2.v20120528
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3717888-1338256689.wbo
0.10/0.11	c reading problem ... 
1.85/1.13	c ... done. Wall clock time 1.018s.
1.85/1.13	c declared #vars     816
1.85/1.13	c internal #vars     142804
1.85/1.13	c #constraints  142029
1.85/1.13	c constraints type 
1.85/1.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 141676
1.85/1.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
1.85/1.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 332
1.85/1.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.85/1.13	c 142029 constraints processed.
1.85/1.13	c objective function length is 141988 literals
42.66/41.58	c cleaning 2497 clauses out of 5000 with flag 41542/5000
94.34/92.99	c cleaning 4218 clauses out of 8503 with flag 108167/11000
146.16/144.71	c cleaning 5638 clauses out of 11285 with flag 197037/18000
189.49/188.06	c cleaning 6823 clauses out of 13652 with flag 259752/26005
241.14/239.65	c cleaning 7902 clauses out of 15825 with flag 318098/35001
300.15/298.62	c cleaning 8935 clauses out of 17922 with flag 427876/45000
361.87/360.34	c cleaning 9984 clauses out of 19987 with flag 535873/56000
437.68/436.17	c cleaning 10992 clauses out of 22004 with flag 650351/68001
510.99/509.46	c cleaning 12007 clauses out of 24013 with flag 789760/81002
606.80/605.20	c cleaning 12996 clauses out of 26006 with flag 932079/95002
681.44/679.82	c cleaning 13985 clauses out of 28008 with flag 1026363/110000
764.59/762.95	c cleaning 15006 clauses out of 30024 with flag 1147356/126001
854.93/853.28	c cleaning 16002 clauses out of 32017 with flag 1257573/143000
959.07/957.31	c cleaning 16994 clauses out of 34015 with flag 1402858/161000
1078.64/1076.80	c cleaning 17991 clauses out of 36021 with flag 1597684/180000
1193.20/1191.36	c cleaning 19010 clauses out of 38031 with flag 1768794/200001
1314.75/1312.82	c cleaning 20000 clauses out of 40021 with flag 1935508/221001
1442.77/1440.81	c cleaning 20992 clauses out of 42021 with flag 2130023/243001
1568.00/1566.07	c cleaning 22000 clauses out of 44028 with flag 2311890/266000
1723.73/1721.77	c cleaning 22989 clauses out of 46029 with flag 2550762/290001
1800.02/1797.91	c starts		: 134
1800.02/1797.91	c conflicts		: 304545
1800.02/1797.91	c decisions		: 1994255
1800.02/1797.91	c propagations		: 3130505086
1800.02/1797.91	c inspects		: 285266178
1800.02/1797.91	c shortcuts		: 0
1800.02/1797.91	c learnt literals	: 0
1800.02/1797.91	c learnt binary clauses	: 0
1800.02/1797.91	c learnt ternary clauses	: 0
1800.02/1797.91	c learnt constraints	: 304544
1800.02/1797.91	c ignored constraints	: 0
1800.02/1797.91	c root simplifications	: 0
1800.02/1797.91	c removed literals (reason simplification)	: 0
1800.02/1797.91	c reason swapping (by a shorter reason)	: 0
1800.02/1797.91	c Calls to reduceDB	: 20
1800.02/1797.91	c Number of update (reduction) of LBD	: 139430
1800.02/1797.91	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.91	c number of learned constraints concerned by reduction	: 0
1800.02/1797.91	c number of learning phase by resolution	: 0
1800.02/1797.91	c number of learning phase by cutting planes	: 0
1800.02/1797.91	c speed (assignments/second)	: 1742387.1004009626
1800.02/1797.91	c non guided choices	353
1800.02/1797.92	c learnt constraints type 
1800.02/1797.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 37584
1800.02/1797.92	c constraints type 
1800.02/1797.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 141676
1800.02/1797.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
1800.02/1797.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 332
1800.02/1797.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.02/1797.92	c 142029 constraints processed.
1800.02/1797.92	s UNKNOWN
1800.02/1797.92	c Total wall clock time (in seconds): 1797.814

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-3717888-1338256689/watcher-3717888-1338256689 -o /tmp/evaluation-result-3717888-1338256689/solver-3717888-1338256689 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3717888-1338256689.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 4956
/proc/meminfo: memFree=26663932/32873844 swapFree=7108/7108
[pid=4956] ppid=4954 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/4956/stat : 4956 (java) R 4954 4956 1515 0 -1 4202496 978 0 0 0 0 0 0 0 20 0 1 0 291795892 23793664 706 33554432000 1073741824 1073778376 140733319442560 140733319431624 233402578280 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4956/statm: 5809 707 522 9 0 128 0

[startup+0.048258 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 4956
/proc/meminfo: memFree=26663932/32873844 swapFree=7108/7108
[pid=4956] ppid=4954 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/4956/stat : 4956 (java) S 4954 4956 1515 0 -1 4202496 3082 0 1 0 3 1 0 0 20 0 13 0 291795892 9446973440 3780 33554432000 1073741824 1073778376 140733319442560 140733319433696 233415147581 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4956/statm: 2306390 3780 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.10031 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 4956
/proc/meminfo: memFree=26663932/32873844 swapFree=7108/7108
[pid=4956] ppid=4954 vsize=9558416 CPUtime=0.1 cores=0,2,4,6
/proc/4956/stat : 4956 (java) S 4954 4956 1515 0 -1 4202496 4361 0 1 0 9 1 0 0 20 0 18 0 291795892 9787817984 5567 33554432000 1073741824 1073778376 140733319442560 140733319433696 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4956/statm: 2389604 5568 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300165 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 4956
/proc/meminfo: memFree=26663932/32873844 swapFree=7108/7108
[pid=4956] ppid=4954 vsize=9558416 CPUtime=0.49 cores=0,2,4,6
/proc/4956/stat : 4956 (java) S 4954 4956 1515 0 -1 4202496 5765 0 1 0 47 2 0 0 20 0 18 0 291795892 9787817984 8499 33554432000 1073741824 1073778376 140733319442560 140733319433696 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4956/statm: 2389604 8499 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558416

[startup+0.700482 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 4956
/proc/meminfo: memFree=26663932/32873844 swapFree=7108/7108
[pid=4956] ppid=4954 vsize=9558416 CPUtime=1.21 cores=0,2,4,6
/proc/4956/stat : 4956 (java) S 4954 4956 1515 0 -1 4202496 7598 0 1 0 115 6 0 0 20 0 18 0 291795892 9787817984 44669 33554432000 1073741824 1073778376 140733319442560 140733319433696 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4956/statm: 2389604 44669 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9558416

[startup+1.50072 s]
/proc/loadavg: 2.03 2.01 2.00 3/212 4974
/proc/meminfo: memFree=26451600/32873844 swapFree=7108/7108
[pid=4956] ppid=4954 vsize=9624980 CPUtime=2.6 cores=0,2,4,6
/proc/4956/stat : 4956 (java) S 4954 4956 1515 0 -1 4202496 9769 0 1 0 247 13 0 0 20 0 19 0 291795892 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 140733319433696 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4956/statm: 2406245 55776 2267 9 0 2396937 0
[pid=4956/tid=4958] ppid=4954 vsize=9624980 CPUtime=1.39 cores=0,2,4,6
/proc/4956/task/4958/stat : 4958 (java) R 4954 4956 1515 0 -1 4202560 2544 0 1 0 136 3 0 0 20 0 19 0 291795892 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139901049421016 139900921854760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4959] ppid=4954 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/4956/task/4959/stat : 4959 (java) S 4954 4956 1515 0 -1 4202560 105 0 0 0 3 2 0 0 20 0 19 0 291795893 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900893379112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4960] ppid=4954 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4956/task/4960/stat : 4960 (java) S 4954 4956 1515 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 291795893 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900892326312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4961] ppid=4954 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4956/task/4961/stat : 4961 (java) S 4954 4956 1515 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 291795893 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900891273512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4962] ppid=4954 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4956/task/4962/stat : 4962 (java) S 4954 4956 1515 0 -1 4202560 186 0 0 0 2 1 0 0 20 0 19 0 291795893 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900890220712 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4963] ppid=4954 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/4956/task/4963/stat : 4963 (java) S 4954 4956 1515 0 -1 4202560 130 0 0 0 4 1 0 0 20 0 19 0 291795893 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900889168936 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4964] ppid=4954 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4956/task/4964/stat : 4964 (java) S 4954 4956 1515 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 291795893 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900888116136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4965] ppid=4954 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4956/task/4965/stat : 4965 (java) S 4954 4956 1515 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 291795893 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900887063336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4966] ppid=4954 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/4956/task/4966/stat : 4966 (java) S 4954 4956 1515 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 291795893 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900886010536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4967] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4967/stat : 4967 (java) S 4954 4956 1515 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291795894 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900873599464 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4968] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4968/stat : 4968 (java) S 4954 4956 1515 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291795895 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900872545528 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4969] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4969/stat : 4969 (java) S 4954 4956 1515 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291795895 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900871492616 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4970] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4970/stat : 4970 (java) S 4954 4956 1515 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291795897 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900870441104 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4971] ppid=4954 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/4956/task/4971/stat : 4971 (java) S 4954 4956 1515 0 -1 4202560 2671 0 0 0 43 0 0 0 20 0 19 0 291795897 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900869389240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4972] ppid=4954 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/4956/task/4972/stat : 4972 (java) R 4954 4956 1515 0 -1 4202560 2790 0 0 0 40 0 0 0 20 0 19 0 291795897 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900868336440 233415160892 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4973] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4973/stat : 4973 (java) S 4954 4956 1515 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291795897 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900867283832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4974] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4974/stat : 4974 (java) S 4954 4956 1515 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291795897 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900866231240 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 9624980

[startup+3.10079 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 4975
/proc/meminfo: memFree=26448740/32873844 swapFree=7108/7108
[pid=4956] ppid=4954 vsize=9624980 CPUtime=4.23 cores=0,2,4,6
/proc/4956/stat : 4956 (java) S 4954 4956 1515 0 -1 4202496 9847 0 1 0 410 13 0 0 20 0 19 0 291795892 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 140733319433696 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4956/statm: 2406245 55776 2267 9 0 2396937 0
[pid=4956/tid=4958] ppid=4954 vsize=9624980 CPUtime=2.99 cores=0,2,4,6
/proc/4956/task/4958/stat : 4958 (java) R 4954 4956 1515 0 -1 4202560 2545 0 1 0 296 3 0 0 20 0 19 0 291795892 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139901049422384 139900921972231 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4959] ppid=4954 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/4956/task/4959/stat : 4959 (java) S 4954 4956 1515 0 -1 4202560 105 0 0 0 3 2 0 0 20 0 19 0 291795893 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900893379112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4960] ppid=4954 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4956/task/4960/stat : 4960 (java) S 4954 4956 1515 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 291795893 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900892326312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4961] ppid=4954 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4956/task/4961/stat : 4961 (java) S 4954 4956 1515 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 291795893 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900891273512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4962] ppid=4954 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4956/task/4962/stat : 4962 (java) S 4954 4956 1515 0 -1 4202560 186 0 0 0 2 1 0 0 20 0 19 0 291795893 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900890220712 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4963] ppid=4954 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/4956/task/4963/stat : 4963 (java) S 4954 4956 1515 0 -1 4202560 130 0 0 0 4 1 0 0 20 0 19 0 291795893 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900889168936 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4964] ppid=4954 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4956/task/4964/stat : 4964 (java) S 4954 4956 1515 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 291795893 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900888116136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4965] ppid=4954 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4956/task/4965/stat : 4965 (java) S 4954 4956 1515 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 291795893 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900887063336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4966] ppid=4954 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/4956/task/4966/stat : 4966 (java) S 4954 4956 1515 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 291795893 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900886010536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4967] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4967/stat : 4967 (java) S 4954 4956 1515 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291795894 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900873599464 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4968] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4968/stat : 4968 (java) S 4954 4956 1515 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291795895 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900872545528 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4969] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4969/stat : 4969 (java) S 4954 4956 1515 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291795895 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900871492616 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4970] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4970/stat : 4970 (java) S 4954 4956 1515 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291795897 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900870441104 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4971] ppid=4954 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/4956/task/4971/stat : 4971 (java) S 4954 4956 1515 0 -1 4202560 2671 0 0 0 43 0 0 0 20 0 19 0 291795897 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900869389240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4972] ppid=4954 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/4956/task/4972/stat : 4972 (java) S 4954 4956 1515 0 -1 4202560 2867 0 0 0 43 0 0 0 20 0 19 0 291795897 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900868336440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4973] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4973/stat : 4973 (java) S 4954 4956 1515 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291795897 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900867283832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4974] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4974/stat : 4974 (java) S 4954 4956 1515 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291795897 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900866231240 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4975] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4975/stat : 4975 (java) S 4954 4956 1515 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291796016 9855979520 55776 33554432000 1073741824 1073778376 140733319442560 139900865176744 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9624980

[startup+6.30082 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 4975
/proc/meminfo: memFree=26448368/32873844 swapFree=7108/7108
[pid=4956] ppid=4954 vsize=9624980 CPUtime=7.43 cores=0,2,4,6
/proc/4956/stat : 4956 (java) S 4954 4956 1515 0 -1 4202496 9848 0 1 0 730 13 0 0 20 0 19 0 291795892 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 140733319433696 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4956/statm: 2406245 55768 2267 9 0 2396937 0
[pid=4956/tid=4958] ppid=4954 vsize=9624980 CPUtime=6.19 cores=0,2,4,6
/proc/4956/task/4958/stat : 4958 (java) R 4954 4956 1515 0 -1 4202560 2546 0 1 0 616 3 0 0 20 0 19 0 291795892 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 139901049422328 139900922512384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4959] ppid=4954 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/4956/task/4959/stat : 4959 (java) S 4954 4956 1515 0 -1 4202560 105 0 0 0 3 2 0 0 20 0 19 0 291795893 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 139900893379112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4960] ppid=4954 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4956/task/4960/stat : 4960 (java) S 4954 4956 1515 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 291795893 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 139900892326312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4961] ppid=4954 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4956/task/4961/stat : 4961 (java) S 4954 4956 1515 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 291795893 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 139900891273512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4962] ppid=4954 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4956/task/4962/stat : 4962 (java) S 4954 4956 1515 0 -1 4202560 186 0 0 0 2 1 0 0 20 0 19 0 291795893 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 139900890220712 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4963] ppid=4954 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/4956/task/4963/stat : 4963 (java) S 4954 4956 1515 0 -1 4202560 130 0 0 0 4 1 0 0 20 0 19 0 291795893 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 139900889168936 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4964] ppid=4954 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4956/task/4964/stat : 4964 (java) S 4954 4956 1515 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 291795893 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 139900888116136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4965] ppid=4954 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4956/task/4965/stat : 4965 (java) S 4954 4956 1515 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 291795893 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 139900887063336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4966] ppid=4954 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/4956/task/4966/stat : 4966 (java) S 4954 4956 1515 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 291795893 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 139900886010536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4967] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4967/stat : 4967 (java) S 4954 4956 1515 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291795894 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 139900873599464 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4968] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4968/stat : 4968 (java) S 4954 4956 1515 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291795895 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 139900872545528 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4969] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4969/stat : 4969 (java) S 4954 4956 1515 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291795895 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 139900871492616 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4970] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4970/stat : 4970 (java) S 4954 4956 1515 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291795897 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 139900870441104 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4971] ppid=4954 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/4956/task/4971/stat : 4971 (java) S 4954 4956 1515 0 -1 4202560 2671 0 0 0 43 0 0 0 20 0 19 0 291795897 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 139900869389240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4972] ppid=4954 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/4956/task/4972/stat : 4972 (java) S 4954 4956 1515 0 -1 4202560 2867 0 0 0 43 0 0 0 20 0 19 0 291795897 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 139900868336440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4973] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4973/stat : 4973 (java) S 4954 4956 1515 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291795897 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 139900867283832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4974] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4974/stat : 4974 (java) S 4954 4956 1515 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291795897 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 139900866231240 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4975] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4975/stat : 4975 (java) S 4954 4956 1515 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291796016 9855979520 55768 33554432000 1073741824 1073778376 140733319442560 139900865176744 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 9624980

[startup+12.7008 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 4975
/proc/meminfo: memFree=26448128/32873844 swapFree=7108/7108

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

[pid=4956/tid=4964] ppid=4954 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/4956/task/4964/stat : 4964 (java) S 4954 4956 1515 0 -1 4202560 41 0 0 0 10 2 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900888116136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4965] ppid=4954 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/4956/task/4965/stat : 4965 (java) S 4954 4956 1515 0 -1 4202560 53 0 0 0 12 2 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900887063336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4966] ppid=4954 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/4956/task/4966/stat : 4966 (java) S 4954 4956 1515 0 -1 4202560 38 0 0 0 16 2 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900886010536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4967] ppid=4954 vsize=9624980 CPUtime=4.05 cores=0,2,4,6
/proc/4956/task/4967/stat : 4967 (java) S 4954 4956 1515 0 -1 4202560 158 0 0 0 405 0 0 0 20 0 19 0 291795894 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900873599464 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4968] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4968/stat : 4968 (java) S 4954 4956 1515 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291795895 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900872545528 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4969] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4969/stat : 4969 (java) S 4954 4956 1515 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291795895 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900871492616 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4970] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4970/stat : 4970 (java) S 4954 4956 1515 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900870441104 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4971] ppid=4954 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/4956/task/4971/stat : 4971 (java) S 4954 4956 1515 0 -1 4202560 3186 0 0 0 53 0 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900869389240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4972] ppid=4954 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/4956/task/4972/stat : 4972 (java) S 4954 4956 1515 0 -1 4202560 2876 0 0 0 49 0 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900868336440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4973] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4973/stat : 4973 (java) S 4954 4956 1515 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900867283832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4974] ppid=4954 vsize=9624980 CPUtime=0.78 cores=0,2,4,6
/proc/4956/task/4974/stat : 4974 (java) S 4954 4956 1515 0 -1 4202560 99 0 0 0 47 31 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900866231240 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4975] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4975/stat : 4975 (java) S 4954 4956 1515 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291796016 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900865176744 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.38
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/213 5072
/proc/meminfo: memFree=26619540/32873844 swapFree=7108/7108
[pid=4956] ppid=4954 vsize=9624980 CPUtime=1784.41 cores=0,2,4,6
/proc/4956/stat : 4956 (java) S 4954 4956 1515 0 -1 4202496 10843 0 1 0 178390 51 0 0 20 0 19 0 291795892 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 140733319433696 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4956/statm: 2406245 84637 2282 9 0 2396937 0
[pid=4956/tid=4958] ppid=4954 vsize=9624980 CPUtime=1777.67 cores=0,2,4,6
/proc/4956/task/4958/stat : 4958 (java) R 4954 4956 1515 0 -1 4202560 2568 0 1 0 177735 32 0 0 20 0 19 0 291795892 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139901049422112 139900922544477 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4959] ppid=4954 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/4956/task/4959/stat : 4959 (java) S 4954 4956 1515 0 -1 4202560 153 0 0 0 17 3 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900893379112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4960] ppid=4954 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/4956/task/4960/stat : 4960 (java) S 4954 4956 1515 0 -1 4202560 44 0 0 0 14 2 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900892326312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4961] ppid=4954 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/4956/task/4961/stat : 4961 (java) S 4954 4956 1515 0 -1 4202560 44 0 0 0 12 3 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900891273512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4962] ppid=4954 vsize=9624980 CPUtime=0.24 cores=0,2,4,6
/proc/4956/task/4962/stat : 4962 (java) S 4954 4956 1515 0 -1 4202560 236 0 0 0 21 3 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900890220712 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4963] ppid=4954 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/4956/task/4963/stat : 4963 (java) S 4954 4956 1515 0 -1 4202560 164 0 0 0 13 2 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900889168936 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4964] ppid=4954 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/4956/task/4964/stat : 4964 (java) S 4954 4956 1515 0 -1 4202560 41 0 0 0 10 2 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900888116136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4965] ppid=4954 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/4956/task/4965/stat : 4965 (java) S 4954 4956 1515 0 -1 4202560 53 0 0 0 12 2 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900887063336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4966] ppid=4954 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/4956/task/4966/stat : 4966 (java) S 4954 4956 1515 0 -1 4202560 38 0 0 0 16 2 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900886010536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4967] ppid=4954 vsize=9624980 CPUtime=4.05 cores=0,2,4,6
/proc/4956/task/4967/stat : 4967 (java) S 4954 4956 1515 0 -1 4202560 158 0 0 0 405 0 0 0 20 0 19 0 291795894 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900873599464 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4968] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4968/stat : 4968 (java) S 4954 4956 1515 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291795895 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900872545528 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4969] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4969/stat : 4969 (java) S 4954 4956 1515 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291795895 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900871492616 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4970] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4970/stat : 4970 (java) S 4954 4956 1515 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900870441104 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4971] ppid=4954 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/4956/task/4971/stat : 4971 (java) S 4954 4956 1515 0 -1 4202560 3186 0 0 0 53 0 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900869389240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4972] ppid=4954 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/4956/task/4972/stat : 4972 (java) S 4954 4956 1515 0 -1 4202560 2876 0 0 0 49 0 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900868336440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4973] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4973/stat : 4973 (java) S 4954 4956 1515 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900867283832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4974] ppid=4954 vsize=9624980 CPUtime=0.79 cores=0,2,4,6
/proc/4956/task/4974/stat : 4974 (java) S 4954 4956 1515 0 -1 4202560 103 0 0 0 48 31 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900866231240 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4975] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4975/stat : 4975 (java) S 4954 4956 1515 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291796016 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900865176744 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.41
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.18 2.08 2.02 3/213 5072
/proc/meminfo: memFree=26609300/32873844 swapFree=7108/7108
[pid=4956] ppid=4954 vsize=9624980 CPUtime=1800.02 cores=0,2,4,6
/proc/4956/stat : 4956 (java) S 4954 4956 1515 0 -1 4202496 10843 0 1 0 179951 51 0 0 20 0 19 0 291795892 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 140733319433696 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4956/statm: 2406245 84637 2282 9 0 2396937 0
[pid=4956/tid=4958] ppid=4954 vsize=9624980 CPUtime=1793.28 cores=0,2,4,6
/proc/4956/task/4958/stat : 4958 (java) R 4954 4956 1515 0 -1 4202560 2568 0 1 0 179296 32 0 0 20 0 19 0 291795892 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139901049422112 139900922481009 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4959] ppid=4954 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/4956/task/4959/stat : 4959 (java) S 4954 4956 1515 0 -1 4202560 153 0 0 0 17 3 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900893379112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4960] ppid=4954 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/4956/task/4960/stat : 4960 (java) S 4954 4956 1515 0 -1 4202560 44 0 0 0 14 2 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900892326312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4961] ppid=4954 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/4956/task/4961/stat : 4961 (java) S 4954 4956 1515 0 -1 4202560 44 0 0 0 12 3 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900891273512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4962] ppid=4954 vsize=9624980 CPUtime=0.24 cores=0,2,4,6
/proc/4956/task/4962/stat : 4962 (java) S 4954 4956 1515 0 -1 4202560 236 0 0 0 21 3 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900890220712 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4963] ppid=4954 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/4956/task/4963/stat : 4963 (java) S 4954 4956 1515 0 -1 4202560 164 0 0 0 13 2 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900889168936 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4964] ppid=4954 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/4956/task/4964/stat : 4964 (java) S 4954 4956 1515 0 -1 4202560 41 0 0 0 10 2 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900888116136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4965] ppid=4954 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/4956/task/4965/stat : 4965 (java) S 4954 4956 1515 0 -1 4202560 53 0 0 0 12 2 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900887063336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4966] ppid=4954 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/4956/task/4966/stat : 4966 (java) S 4954 4956 1515 0 -1 4202560 38 0 0 0 16 2 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900886010536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4967] ppid=4954 vsize=9624980 CPUtime=4.06 cores=0,2,4,6
/proc/4956/task/4967/stat : 4967 (java) S 4954 4956 1515 0 -1 4202560 158 0 0 0 406 0 0 0 20 0 19 0 291795894 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900873599464 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4968] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4968/stat : 4968 (java) S 4954 4956 1515 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291795895 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900872545528 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4969] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4969/stat : 4969 (java) S 4954 4956 1515 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291795895 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900871492616 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4970] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4970/stat : 4970 (java) S 4954 4956 1515 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900870441104 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4971] ppid=4954 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/4956/task/4971/stat : 4971 (java) S 4954 4956 1515 0 -1 4202560 3186 0 0 0 53 0 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900869389240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4972] ppid=4954 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/4956/task/4972/stat : 4972 (java) S 4954 4956 1515 0 -1 4202560 2876 0 0 0 49 0 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900868336440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4973] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4973/stat : 4973 (java) S 4954 4956 1515 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900867283832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4974] ppid=4954 vsize=9624980 CPUtime=0.79 cores=0,2,4,6
/proc/4956/task/4974/stat : 4974 (java) S 4954 4956 1515 0 -1 4202560 103 0 0 0 48 31 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900866231240 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4975] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4975/stat : 4975 (java) S 4954 4956 1515 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291796016 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900865176744 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624980

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

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

[startup+1797.9 s]
/proc/loadavg: 2.18 2.08 2.02 3/213 5072
/proc/meminfo: memFree=26609300/32873844 swapFree=7108/7108
[pid=4956] ppid=4954 vsize=9624980 CPUtime=1800.02 cores=0,2,4,6
/proc/4956/stat : 4956 (java) S 4954 4956 1515 0 -1 4202496 10843 0 1 0 179951 51 0 0 20 0 19 0 291795892 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 140733319433696 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4956/statm: 2406245 84637 2282 9 0 2396937 0
[pid=4956/tid=4958] ppid=4954 vsize=9624980 CPUtime=1793.28 cores=0,2,4,6
/proc/4956/task/4958/stat : 4958 (java) R 4954 4956 1515 0 -1 4202560 2568 0 1 0 179296 32 0 0 20 0 19 0 291795892 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139901049422112 139900922481009 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4959] ppid=4954 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/4956/task/4959/stat : 4959 (java) S 4954 4956 1515 0 -1 4202560 153 0 0 0 17 3 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900893379112 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4960] ppid=4954 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/4956/task/4960/stat : 4960 (java) S 4954 4956 1515 0 -1 4202560 44 0 0 0 14 2 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900892326312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4961] ppid=4954 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/4956/task/4961/stat : 4961 (java) S 4954 4956 1515 0 -1 4202560 44 0 0 0 12 3 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900891273512 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4962] ppid=4954 vsize=9624980 CPUtime=0.24 cores=0,2,4,6
/proc/4956/task/4962/stat : 4962 (java) S 4954 4956 1515 0 -1 4202560 236 0 0 0 21 3 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900890220712 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4963] ppid=4954 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/4956/task/4963/stat : 4963 (java) S 4954 4956 1515 0 -1 4202560 164 0 0 0 13 2 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900889168936 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4964] ppid=4954 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/4956/task/4964/stat : 4964 (java) S 4954 4956 1515 0 -1 4202560 41 0 0 0 10 2 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900888116136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4965] ppid=4954 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/4956/task/4965/stat : 4965 (java) S 4954 4956 1515 0 -1 4202560 53 0 0 0 12 2 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900887063336 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4966] ppid=4954 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/4956/task/4966/stat : 4966 (java) S 4954 4956 1515 0 -1 4202560 38 0 0 0 16 2 0 0 20 0 19 0 291795893 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900886010536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4956/tid=4967] ppid=4954 vsize=9624980 CPUtime=4.06 cores=0,2,4,6
/proc/4956/task/4967/stat : 4967 (java) S 4954 4956 1515 0 -1 4202560 158 0 0 0 406 0 0 0 20 0 19 0 291795894 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900873599464 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4968] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4968/stat : 4968 (java) S 4954 4956 1515 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291795895 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900872545528 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4969] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4969/stat : 4969 (java) S 4954 4956 1515 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291795895 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900871492616 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4970] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4970/stat : 4970 (java) S 4954 4956 1515 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900870441104 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4971] ppid=4954 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/4956/task/4971/stat : 4971 (java) S 4954 4956 1515 0 -1 4202560 3186 0 0 0 53 0 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900869389240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4956/tid=4972] ppid=4954 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/4956/task/4972/stat : 4972 (java) S 4954 4956 1515 0 -1 4202560 2876 0 0 0 49 0 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900868336440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4973] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4973/stat : 4973 (java) S 4954 4956 1515 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900867283832 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4956/tid=4974] ppid=4954 vsize=9624980 CPUtime=0.79 cores=0,2,4,6
/proc/4956/task/4974/stat : 4974 (java) S 4954 4956 1515 0 -1 4202560 103 0 0 0 48 31 0 0 20 0 19 0 291795897 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900866231240 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4956/tid=4975] ppid=4954 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4956/task/4975/stat : 4975 (java) S 4954 4956 1515 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291796016 9855979520 84637 33554432000 1073741824 1073778376 140733319442560 139900865176744 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624980

Child status: 143
Real time (s): 1797.94
CPU time (s): 1800.8
CPU user time (s): 1799.84
CPU system time (s): 0.962853
CPU usage (%): 100.159
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.962853
maximum resident set size= 338668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10877
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38649
involuntary context switches= 16335

runsolver used 5.79112 second user time and 15.6426 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-29 03:58:09
IDJOB=3717888
IDBENCH=79558
IDSOLVER=2301
FILE ID=node111/3717888-1338256689
RUNJOBID= node111-1338247712-3767
PBS_JOBID= 14624644
Free space on /tmp= 67804 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/celar/normalized-celar6-sub4reduc_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717888-1338256689/watcher-3717888-1338256689 -o /tmp/evaluation-result-3717888-1338256689/solver-3717888-1338256689 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3717888-1338256689.wbo

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

MD5SUM BENCH= 7520d228fece47913158c53d65540c90
RANDOM SEED=1766545398

node111.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.152
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	: 5332.30
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.152
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.152
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	: 5331.92
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.152
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.91
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.152
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.91
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26664576 kB
Buffers:          617640 kB
Cached:          4130044 kB
SwapCached:         1596 kB
Active:          4656544 kB
Inactive:         573916 kB
Active(anon):     475808 kB
Inactive(anon):     7732 kB
Active(file):    4180736 kB
Inactive(file):   566184 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67103496 kB
Dirty:              4344 kB
Writeback:             0 kB
AnonPages:        487104 kB
Mapped:            22492 kB
Shmem:                 8 kB
Slab:             837140 kB
SReclaimable:     279160 kB
SUnreclaim:       557980 kB
KernelStack:        1592 kB
PageTables:         5216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1085304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    452608 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= 67808 MiB
End job on node111 at 2012-05-29 04:28:09