Trace number 3743258

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.56 900.431

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null20mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMda53a74913ae0ed6caffae915d70714d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11389
Best CPU time to get the best result obtained on this benchmark619.196
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 623794
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 623794
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3743258-1338791231.opb
0.09/0.11	c reading problem ... 
9.73/6.13	c ... done. Wall clock time 6.026s.
9.73/6.13	c #vars     400896
9.73/6.13	c #constraints  402763
9.73/6.13	c constraints type 
9.73/6.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
9.73/6.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
9.73/6.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
9.73/6.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
9.73/6.13	c constraints type 
9.73/6.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
9.73/6.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
9.73/6.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
9.73/6.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
279.29/138.46	c cleaning 1999 clauses out of 5002 with flag 5004/5004
451.64/224.86	c cleaning 4499 clauses out of 9002 with flag 11003/11003
632.17/315.11	c cleaning 5304 clauses out of 11500 with flag 18000/18000
800.13/399.45	c cleaning 7097 clauses out of 14197 with flag 26001/26001
998.53/499.10	c cleaning 8041 clauses out of 16101 with flag 35002/35002
1199.93/600.18	c cleaning 9025 clauses out of 18059 with flag 45001/45001
1428.20/714.48	c cleaning 10011 clauses out of 20033 with flag 56000/56000
1688.91/844.29	c cleaning 10981 clauses out of 22025 with flag 68003/68003
1800.21/900.41	c starts		: 78
1800.21/900.41	c conflicts		: 72470
1800.21/900.41	c decisions		: 2216465
1800.21/900.41	c propagations		: 1648675443
1800.21/900.41	c inspects		: 1841975226
1800.21/900.41	c learnt literals	: 2
1800.21/900.41	c learnt binary clauses	: 311
1800.21/900.41	c learnt ternary clauses	: 281
1800.21/900.41	c learnt clauses	: 72467
1800.21/900.41	c ignored clauses	: 0
1800.21/900.41	c root simplifications	: 0
1800.21/900.41	c removed literals (reason simplification)	: 6007001
1800.21/900.41	c reason swapping (by a shorter reason)	: 0
1800.21/900.41	c Calls to reduceDB	: 8
1800.21/900.41	c number of reductions to clauses (during analyze)	: 0
1800.21/900.41	c number of learned constraints concerned by reduction	: 0
1800.21/900.41	c number of learning phase by resolution	: 0
1800.21/900.41	c number of learning phase by cutting planes	: 0
1800.21/900.41	c speed (assignments/second)	: 1843595.061681457
1800.21/900.41	c non guided choices	154
1800.21/900.42	c learnt constraints type 
1800.21/900.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15199
1800.21/900.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 311
1800.21/900.42	c constraints type 
1800.21/900.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.21/900.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.21/900.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.21/900.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.21/900.42	c constraints type 
1800.21/900.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.21/900.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
1800.21/900.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.21/900.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.21/900.42	s UNKNOWN
1800.21/900.42	c Total wall clock time (in seconds): 900.311

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-3743258-1338791231/watcher-3743258-1338791231 -o /tmp/evaluation-result-3743258-1338791231/solver-3743258-1338791231 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743258-1338791231.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: 3.88 3.94 3.87 4/198 19979
/proc/meminfo: memFree=28536844/32873648 swapFree=7116/7116
[pid=19979] ppid=19977 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/19979/stat : 19979 (java6) D 19977 19979 17860 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 345248679 9515008 182 33554432000 1073741824 1073778376 140733835206336 140733835197368 214537420469 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/19979/statm: 2323 182 140 9 0 71 0

[startup+0.0988059 s]
/proc/loadavg: 3.88 3.94 3.87 4/198 19979
/proc/meminfo: memFree=28536844/32873648 swapFree=7116/7116
[pid=19979] ppid=19977 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/19979/stat : 19979 (java) S 19977 19979 17860 0 -1 4202496 4733 0 1 0 8 1 0 0 20 0 18 0 345248679 2764726272 6410 33554432000 1073741824 1073778376 140733739492192 140733739483328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19979/statm: 674982 6410 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.100254 s]
/proc/loadavg: 3.88 3.94 3.87 4/198 19979
/proc/meminfo: memFree=28536844/32873648 swapFree=7116/7116
[pid=19979] ppid=19977 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/19979/stat : 19979 (java) S 19977 19979 17860 0 -1 4202496 4750 0 1 0 8 1 0 0 20 0 18 0 345248679 2764726272 6427 33554432000 1073741824 1073778376 140733739492192 140733739483328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19979/statm: 674982 6428 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300183 s]
/proc/loadavg: 3.88 3.94 3.87 4/198 19979
/proc/meminfo: memFree=28536844/32873648 swapFree=7116/7116
[pid=19979] ppid=19977 vsize=2699928 CPUtime=0.51 cores=1,3,5,7
/proc/19979/stat : 19979 (java) S 19977 19979 17860 0 -1 4202496 6443 0 1 0 50 1 0 0 20 0 18 0 345248679 2764726272 16429 33554432000 1073741824 1073778376 140733739492192 140733739483328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19979/statm: 674982 16429 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2699928

[startup+0.700257 s]
/proc/loadavg: 3.88 3.94 3.87 4/198 19979
/proc/meminfo: memFree=28536844/32873648 swapFree=7116/7116
[pid=19979] ppid=19977 vsize=2699928 CPUtime=1.21 cores=1,3,5,7
/proc/19979/stat : 19979 (java) S 19977 19979 17860 0 -1 4202496 11486 0 1 0 116 5 0 0 20 0 18 0 345248679 2764726272 59836 33554432000 1073741824 1073778376 140733739492192 140733739483328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19979/statm: 674982 59836 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 2699928

[startup+1.5007 s]
/proc/loadavg: 3.88 3.94 3.87 4/216 19997
/proc/meminfo: memFree=28111312/32873648 swapFree=7116/7116
[pid=19979] ppid=19977 vsize=2699928 CPUtime=2.53 cores=1,3,5,7
/proc/19979/stat : 19979 (java) S 19977 19979 17860 0 -1 4202496 11826 0 1 0 234 19 0 0 20 0 18 0 345248679 2764726272 126452 33554432000 1073741824 1073778376 140733739492192 140733739483328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19979/statm: 674982 126452 2248 9 0 665676 0
[pid=19979/tid=19981] ppid=19977 vsize=2699928 CPUtime=1.3 cores=1,3,5,7
/proc/19979/task/19981/stat : 19981 (java) R 19977 19979 17860 0 -1 4202560 2957 0 1 0 124 6 0 0 20 0 18 0 345248680 2764726272 126452 33554432000 1073741824 1073778376 140733739492192 140678148824408 214540805389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19982] ppid=19977 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/19979/task/19982/stat : 19982 (java) S 19977 19979 17860 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 18 0 345248681 2764726272 126452 33554432000 1073741824 1073778376 140733739492192 140678133107368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19983] ppid=19977 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/19979/task/19983/stat : 19983 (java) S 19977 19979 17860 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 18 0 345248681 2764726272 126452 33554432000 1073741824 1073778376 140733739492192 140678132054824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19984] ppid=19977 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/19979/task/19984/stat : 19984 (java) S 19977 19979 17860 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 18 0 345248681 2764726272 126452 33554432000 1073741824 1073778376 140733739492192 140678131002280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19985] ppid=19977 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/19979/task/19985/stat : 19985 (java) S 19977 19979 17860 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 18 0 345248681 2764726272 126452 33554432000 1073741824 1073778376 140733739492192 140678129949736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19986] ppid=19977 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/19979/task/19986/stat : 19986 (java) S 19977 19979 17860 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 18 0 345248682 2764726272 126452 33554432000 1073741824 1073778376 140733739492192 140678128896168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19987] ppid=19977 vsize=2699928 CPUtime=0.12 cores=1,3,5,7
/proc/19979/task/19987/stat : 19987 (java) S 19977 19979 17860 0 -1 4202560 50 0 0 0 10 2 0 0 20 0 18 0 345248682 2764726272 126452 33554432000 1073741824 1073778376 140733739492192 140678127843624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19988] ppid=19977 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/19979/task/19988/stat : 19988 (java) S 19977 19979 17860 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 18 0 345248682 2764726272 126452 33554432000 1073741824 1073778376 140733739492192 140678126791080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19989] ppid=19977 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/19979/task/19989/stat : 19989 (java) S 19977 19979 17860 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 18 0 345248682 2764726272 126452 33554432000 1073741824 1073778376 140733739492192 140678125738536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19990] ppid=19977 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19990/stat : 19990 (java) S 19977 19979 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345248683 2764726272 126452 33554432000 1073741824 1073778376 140733739492192 140678113327720 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19991] ppid=19977 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19991/stat : 19991 (java) S 19977 19979 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345248683 2764726272 126452 33554432000 1073741824 1073778376 140733739492192 140678112274040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19992] ppid=19977 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19992/stat : 19992 (java) S 19977 19979 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345248683 2764726272 126452 33554432000 1073741824 1073778376 140733739492192 140678111221384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19993] ppid=19977 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19993/stat : 19993 (java) S 19977 19979 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345248685 2764726272 126452 33554432000 1073741824 1073778376 140733739492192 140678110170128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19994] ppid=19977 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/19979/task/19994/stat : 19994 (java) S 19977 19979 17860 0 -1 4202560 3598 0 0 0 29 0 0 0 20 0 18 0 345248685 2764726272 126452 33554432000 1073741824 1073778376 140733739492192 140678109116472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19995] ppid=19977 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/19979/task/19995/stat : 19995 (java) S 19977 19979 17860 0 -1 4202560 3832 0 0 0 24 0 0 0 20 0 18 0 345248685 2764726272 126452 33554432000 1073741824 1073778376 140733739492192 140678108063928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19996] ppid=19977 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19996/stat : 19996 (java) S 19977 19979 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345248685 2764726272 126452 33554432000 1073741824 1073778376 140733739492192 140678107011576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19997] ppid=19977 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19997/stat : 19997 (java) S 19977 19979 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345248685 2764726272 126452 33554432000 1073741824 1073778376 140733739492192 140678105959240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 2699928

[startup+3.1007 s]
/proc/loadavg: 3.88 3.94 3.87 11/216 19997
/proc/meminfo: memFree=27991040/32873648 swapFree=7116/7116
[pid=19979] ppid=19977 vsize=2699928 CPUtime=4.89 cores=1,3,5,7
/proc/19979/stat : 19979 (java) S 19977 19979 17860 0 -1 4202496 12340 0 1 0 458 31 0 0 20 0 18 0 345248679 2764726272 156429 33554432000 1073741824 1073778376 140733739492192 140733739483328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19979/statm: 674982 156429 2248 9 0 665676 0
[pid=19979/tid=19981] ppid=19977 vsize=2699928 CPUtime=2.63 cores=1,3,5,7
/proc/19979/task/19981/stat : 19981 (java) R 19977 19979 17860 0 -1 4202560 2959 0 1 0 256 7 0 0 20 0 18 0 345248680 2764726272 156429 33554432000 1073741824 1073778376 140733739492192 140678148824568 214540805389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19982] ppid=19977 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/19979/task/19982/stat : 19982 (java) S 19977 19979 17860 0 -1 4202560 96 0 0 0 21 3 0 0 20 0 18 0 345248681 2764726272 156429 33554432000 1073741824 1073778376 140733739492192 140678133107368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19983] ppid=19977 vsize=2699928 CPUtime=0.2 cores=1,3,5,7
/proc/19979/task/19983/stat : 19983 (java) S 19977 19979 17860 0 -1 4202560 69 0 0 0 17 3 0 0 20 0 18 0 345248681 2764726272 156429 33554432000 1073741824 1073778376 140733739492192 140678132054824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19984] ppid=19977 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/19979/task/19984/stat : 19984 (java) S 19977 19979 17860 0 -1 4202560 53 0 0 0 13 2 0 0 20 0 18 0 345248681 2764726272 156429 33554432000 1073741824 1073778376 140733739492192 140678131002280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19985] ppid=19977 vsize=2699928 CPUtime=0.16 cores=1,3,5,7
/proc/19979/task/19985/stat : 19985 (java) S 19977 19979 17860 0 -1 4202560 66 0 0 0 13 3 0 0 20 0 18 0 345248681 2764726272 156429 33554432000 1073741824 1073778376 140733739492192 140678129949736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19986] ppid=19977 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/19979/task/19986/stat : 19986 (java) S 19977 19979 17860 0 -1 4202560 95 0 0 0 24 3 0 0 20 0 18 0 345248682 2764726272 156429 33554432000 1073741824 1073778376 140733739492192 140678128896168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19987] ppid=19977 vsize=2699928 CPUtime=0.23 cores=1,3,5,7
/proc/19979/task/19987/stat : 19987 (java) S 19977 19979 17860 0 -1 4202560 80 0 0 0 20 3 0 0 20 0 18 0 345248682 2764726272 156429 33554432000 1073741824 1073778376 140733739492192 140678127843624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19988] ppid=19977 vsize=2699928 CPUtime=0.14 cores=1,3,5,7
/proc/19979/task/19988/stat : 19988 (java) S 19977 19979 17860 0 -1 4202560 252 0 0 0 12 2 0 0 20 0 18 0 345248682 2764726272 156429 33554432000 1073741824 1073778376 140733739492192 140678126791080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19989] ppid=19977 vsize=2699928 CPUtime=0.17 cores=1,3,5,7
/proc/19979/task/19989/stat : 19989 (java) S 19977 19979 17860 0 -1 4202560 58 0 0 0 14 3 0 0 20 0 18 0 345248682 2764726272 156429 33554432000 1073741824 1073778376 140733739492192 140678125738536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19990] ppid=19977 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19990/stat : 19990 (java) S 19977 19979 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345248683 2764726272 156429 33554432000 1073741824 1073778376 140733739492192 140678113327720 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19991] ppid=19977 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19991/stat : 19991 (java) S 19977 19979 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345248683 2764726272 156429 33554432000 1073741824 1073778376 140733739492192 140678112274040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19992] ppid=19977 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19992/stat : 19992 (java) S 19977 19979 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345248683 2764726272 156429 33554432000 1073741824 1073778376 140733739492192 140678111221384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19993] ppid=19977 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19993/stat : 19993 (java) S 19977 19979 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345248685 2764726272 156429 33554432000 1073741824 1073778376 140733739492192 140678110170128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19994] ppid=19977 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/19979/task/19994/stat : 19994 (java) S 19977 19979 17860 0 -1 4202560 3598 0 0 0 29 0 0 0 20 0 18 0 345248685 2764726272 156429 33554432000 1073741824 1073778376 140733739492192 140678109116472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19995] ppid=19977 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/19979/task/19995/stat : 19995 (java) S 19977 19979 17860 0 -1 4202560 3832 0 0 0 24 0 0 0 20 0 18 0 345248685 2764726272 156429 33554432000 1073741824 1073778376 140733739492192 140678108063928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19996] ppid=19977 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19996/stat : 19996 (java) S 19977 19979 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345248685 2764726272 156429 33554432000 1073741824 1073778376 140733739492192 140678107011576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19997] ppid=19977 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19997/stat : 19997 (java) S 19977 19979 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345248685 2764726272 156429 33554432000 1073741824 1073778376 140733739492192 140678105959240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 2699928

[startup+6.30064 s]
/proc/loadavg: 3.81 3.93 3.87 4/216 19997
/proc/meminfo: memFree=27803832/32873648 swapFree=7116/7116
[pid=19979] ppid=19977 vsize=2966184 CPUtime=10.3 cores=1,3,5,7
/proc/19979/stat : 19979 (java) S 19977 19979 17860 0 -1 4202496 13720 0 1 0 987 43 0 0 20 0 22 0 345248679 3037372416 185519 33554432000 1073741824 1073778376 140733739492192 140733739483328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19979/statm: 741546 185519 2261 9 0 732240 0
[pid=19979/tid=19981] ppid=19977 vsize=2966184 CPUtime=5.01 cores=1,3,5,7
/proc/19979/task/19981/stat : 19981 (java) S 19977 19979 17860 0 -1 4202560 2998 0 1 0 493 8 0 0 20 0 22 0 345248680 3037372416 185519 33554432000 1073741824 1073778376 140733739492192 140678148826264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19982] ppid=19977 vsize=2966184 CPUtime=0.54 cores=1,3,5,7
/proc/19979/task/19982/stat : 19982 (java) S 19977 19979 17860 0 -1 4202560 195 0 0 0 49 5 0 0 20 0 22 0 345248681 3037372416 185519 33554432000 1073741824 1073778376 140733739492192 140678133107368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19983] ppid=19977 vsize=2966184 CPUtime=0.5 cores=1,3,5,7
/proc/19979/task/19983/stat : 19983 (java) S 19977 19979 17860 0 -1 4202560 370 0 0 0 45 5 0 0 20 0 22 0 345248681 3037372416 185519 33554432000 1073741824 1073778376 140733739492192 140678132054824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19984] ppid=19977 vsize=2966184 CPUtime=0.47 cores=1,3,5,7
/proc/19979/task/19984/stat : 19984 (java) S 19977 19979 17860 0 -1 4202560 352 0 0 0 43 4 0 0 20 0 22 0 345248681 3037372416 185519 33554432000 1073741824 1073778376 140733739492192 140678131002280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19985] ppid=19977 vsize=2966184 CPUtime=0.46 cores=1,3,5,7
/proc/19979/task/19985/stat : 19985 (java) S 19977 19979 17860 0 -1 4202560 126 0 0 0 42 4 0 0 20 0 22 0 345248681 3037372416 185519 33554432000 1073741824 1073778376 140733739492192 140678129949736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19986] ppid=19977 vsize=2966184 CPUtime=0.58 cores=1,3,5,7
/proc/19979/task/19986/stat : 19986 (java) S 19977 19979 17860 0 -1 4202560 170 0 0 0 53 5 0 0 20 0 22 0 345248682 3037372416 185519 33554432000 1073741824 1073778376 140733739492192 140678128896168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19987] ppid=19977 vsize=2966184 CPUtime=0.61 cores=1,3,5,7
/proc/19979/task/19987/stat : 19987 (java) S 19977 19979 17860 0 -1 4202560 388 0 0 0 56 5 0 0 20 0 22 0 345248682 3037372416 185519 33554432000 1073741824 1073778376 140733739492192 140678127843624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19988] ppid=19977 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/19979/task/19988/stat : 19988 (java) S 19977 19979 17860 0 -1 4202560 277 0 0 0 41 4 0 0 20 0 22 0 345248682 3037372416 185519 33554432000 1073741824 1073778376 140733739492192 140678126791080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19989] ppid=19977 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/19979/task/19989/stat : 19989 (java) S 19977 19979 17860 0 -1 4202560 125 0 0 0 38 4 0 0 20 0 22 0 345248682 3037372416 185519 33554432000 1073741824 1073778376 140733739492192 140678125738536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19990] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19990/stat : 19990 (java) S 19977 19979 17860 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 345248683 3037372416 185519 33554432000 1073741824 1073778376 140733739492192 140678113327720 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19991] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19991/stat : 19991 (java) S 19977 19979 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345248683 3037372416 185519 33554432000 1073741824 1073778376 140733739492192 140678112274040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19992] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19992/stat : 19992 (java) S 19977 19979 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345248683 3037372416 185519 33554432000 1073741824 1073778376 140733739492192 140678111221384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19993] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19993/stat : 19993 (java) S 19977 19979 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345248685 3037372416 185519 33554432000 1073741824 1073778376 140733739492192 140678110170128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19994] ppid=19977 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/19979/task/19994/stat : 19994 (java) R 19977 19979 17860 0 -1 4202560 3606 0 0 0 41 0 0 0 20 0 22 0 345248685 3037372416 185519 33554432000 1073741824 1073778376 140733739492192 140678109116472 140678155621104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19995] ppid=19977 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/19979/task/19995/stat : 19995 (java) R 19977 19979 17860 0 -1 4202560 3860 0 0 0 40 1 0 0 20 0 22 0 345248685 3037372416 185519 33554432000 1073741824 1073778376 140733739492192 140678108063928 140678155644203 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19996] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19996/stat : 19996 (java) S 19977 19979 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345248685 3037372416 185519 33554432000 1073741824 1073778376 140733739492192 140678107011576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19997] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19997/stat : 19997 (java) S 19977 19979 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345248685 3037372416 185519 33554432000 1073741824 1073778376 140733739492192 140678105959240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.3
Current children cumulated vsize (KiB) 2966184

[startup+12.7008 s]
/proc/loadavg: 3.83 3.93 3.87 5/220 20001
/proc/meminfo: memFree=27801068/32873648 swapFree=7116/7116
[pid=19979] ppid=19977 vsize=2966184 CPUtime=23.59 cores=1,3,5,7
/proc/19979/stat : 19979 (java) S 19977 19979 17860 0 -1 4202496 13785 0 1 0 2316 43 0 0 20 0 22 0 345248679 3037372416 185556 33554432000 1073741824 1073778376 140733739492192 140733739483328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19979/statm: 741546 185556 2265 9 0 732240 0
[pid=19979/tid=19981] ppid=19977 vsize=2966184 CPUtime=5.01 cores=1,3,5,7

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

[pid=19979/tid=19999] ppid=19977 vsize=2966184 CPUtime=804.93 cores=1,3,5,7
/proc/19979/task/19999/stat : 19999 (java) R 19977 19979 17860 0 -1 4202560 416 0 0 0 80479 14 0 0 20 0 22 0 345249293 3037372416 231996 33554432000 1073741824 1073778376 140733739492192 140678103849424 140677980202968 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=20000] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/20000/stat : 20000 (java) S 19977 19979 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345249302 3037372416 231996 33554432000 1073741824 1073778376 140733739492192 140678102799912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=20001] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/20001/stat : 20001 (java) S 19977 19979 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345249302 3037372416 231996 33554432000 1073741824 1073778376 140733739492192 140678101747368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1645.11
Current children cumulated vsize (KiB) 2966184

[startup+882.307 s]
/proc/loadavg: 3.96 4.00 3.93 5/219 20074
/proc/meminfo: memFree=27592300/32873648 swapFree=7116/7116
[pid=19979] ppid=19977 vsize=2966184 CPUtime=1764 cores=1,3,5,7
/proc/19979/stat : 19979 (java) S 19977 19979 17860 0 -1 4202496 99826 0 1 0 176264 136 0 0 20 0 22 0 345248679 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140733739483328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19979/statm: 741546 234045 2284 9 0 732240 0
[pid=19979/tid=19981] ppid=19977 vsize=2966184 CPUtime=5.02 cores=1,3,5,7
/proc/19979/task/19981/stat : 19981 (java) S 19977 19979 17860 0 -1 4202560 3009 0 1 0 494 8 0 0 20 0 22 0 345248680 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678148826264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19982] ppid=19977 vsize=2966184 CPUtime=2.7 cores=1,3,5,7
/proc/19979/task/19982/stat : 19982 (java) S 19977 19979 17860 0 -1 4202560 241 0 0 0 261 9 0 0 20 0 22 0 345248681 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678133107368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19983] ppid=19977 vsize=2966184 CPUtime=2.64 cores=1,3,5,7
/proc/19979/task/19983/stat : 19983 (java) S 19977 19979 17860 0 -1 4202560 401 0 0 0 255 9 0 0 20 0 22 0 345248681 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678132054824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19984] ppid=19977 vsize=2966184 CPUtime=2.48 cores=1,3,5,7
/proc/19979/task/19984/stat : 19984 (java) S 19977 19979 17860 0 -1 4202560 381 0 0 0 241 7 0 0 20 0 22 0 345248681 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678131002280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19985] ppid=19977 vsize=2966184 CPUtime=2.58 cores=1,3,5,7
/proc/19979/task/19985/stat : 19985 (java) S 19977 19979 17860 0 -1 4202560 178 0 0 0 251 7 0 0 20 0 22 0 345248681 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678129949736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19986] ppid=19977 vsize=2966184 CPUtime=2.8 cores=1,3,5,7
/proc/19979/task/19986/stat : 19986 (java) S 19977 19979 17860 0 -1 4202560 220 0 0 0 272 8 0 0 20 0 22 0 345248682 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678128896168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19987] ppid=19977 vsize=2966184 CPUtime=2.77 cores=1,3,5,7
/proc/19979/task/19987/stat : 19987 (java) S 19977 19979 17860 0 -1 4202560 433 0 0 0 268 9 0 0 20 0 22 0 345248682 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678127843624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19988] ppid=19977 vsize=2966184 CPUtime=2.57 cores=1,3,5,7
/proc/19979/task/19988/stat : 19988 (java) S 19977 19979 17860 0 -1 4202560 301 0 0 0 250 7 0 0 20 0 22 0 345248682 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678126791080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19989] ppid=19977 vsize=2966184 CPUtime=2.79 cores=1,3,5,7
/proc/19979/task/19989/stat : 19989 (java) S 19977 19979 17860 0 -1 4202560 190 0 0 0 271 8 0 0 20 0 22 0 345248682 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678125738536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19990] ppid=19977 vsize=2966184 CPUtime=7.19 cores=1,3,5,7
/proc/19979/task/19990/stat : 19990 (java) S 19977 19979 17860 0 -1 4202560 73859 0 0 0 682 37 0 0 20 0 22 0 345248683 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678113327720 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19991] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19991/stat : 19991 (java) S 19977 19979 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345248683 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678112274040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19992] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19992/stat : 19992 (java) S 19977 19979 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345248683 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678111221384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19993] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19993/stat : 19993 (java) S 19977 19979 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345248685 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678110170128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19994] ppid=19977 vsize=2966184 CPUtime=1.65 cores=1,3,5,7
/proc/19979/task/19994/stat : 19994 (java) S 19977 19979 17860 0 -1 4202560 14666 0 0 0 162 3 0 0 20 0 22 0 345248685 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678109116472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19995] ppid=19977 vsize=2966184 CPUtime=1.08 cores=1,3,5,7
/proc/19979/task/19995/stat : 19995 (java) S 19977 19979 17860 0 -1 4202560 4150 0 0 0 106 2 0 0 20 0 22 0 345248685 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678108063928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19996] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19996/stat : 19996 (java) S 19977 19979 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345248685 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678107011576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19997] ppid=19977 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/19979/task/19997/stat : 19997 (java) S 19977 19979 17860 0 -1 4202560 49 0 0 0 15 22 0 0 20 0 22 0 345248685 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678105959240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19998] ppid=19977 vsize=2966184 CPUtime=863.64 cores=1,3,5,7
/proc/19979/task/19998/stat : 19998 (java) R 19977 19979 17860 0 -1 4202560 143 0 0 0 86348 16 0 0 20 0 22 0 345249293 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678104904256 140677980448985 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19999] ppid=19977 vsize=2966184 CPUtime=863.72 cores=1,3,5,7
/proc/19979/task/19999/stat : 19999 (java) R 19977 19979 17860 0 -1 4202560 416 0 0 0 86357 15 0 0 20 0 22 0 345249293 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678103849664 140677980168911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=20000] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/20000/stat : 20000 (java) S 19977 19979 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345249302 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678102799912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=20001] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/20001/stat : 20001 (java) S 19977 19979 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345249302 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678101747368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1764
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.401 s]
/proc/loadavg: 3.97 4.00 3.93 5/219 20074
/proc/meminfo: memFree=27592428/32873648 swapFree=7116/7116
[pid=19979] ppid=19977 vsize=2966184 CPUtime=1800.21 cores=1,3,5,7
/proc/19979/stat : 19979 (java) S 19977 19979 17860 0 -1 4202496 99828 0 1 0 179884 137 0 0 20 0 22 0 345248679 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140733739483328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19979/statm: 741546 234045 2284 9 0 732240 0
[pid=19979/tid=19981] ppid=19977 vsize=2966184 CPUtime=5.02 cores=1,3,5,7
/proc/19979/task/19981/stat : 19981 (java) S 19977 19979 17860 0 -1 4202560 3009 0 1 0 494 8 0 0 20 0 22 0 345248680 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678148826264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19982] ppid=19977 vsize=2966184 CPUtime=2.7 cores=1,3,5,7
/proc/19979/task/19982/stat : 19982 (java) S 19977 19979 17860 0 -1 4202560 241 0 0 0 261 9 0 0 20 0 22 0 345248681 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678133107368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19983] ppid=19977 vsize=2966184 CPUtime=2.64 cores=1,3,5,7
/proc/19979/task/19983/stat : 19983 (java) S 19977 19979 17860 0 -1 4202560 401 0 0 0 255 9 0 0 20 0 22 0 345248681 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678132054824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19984] ppid=19977 vsize=2966184 CPUtime=2.48 cores=1,3,5,7
/proc/19979/task/19984/stat : 19984 (java) S 19977 19979 17860 0 -1 4202560 381 0 0 0 241 7 0 0 20 0 22 0 345248681 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678131002280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19985] ppid=19977 vsize=2966184 CPUtime=2.58 cores=1,3,5,7
/proc/19979/task/19985/stat : 19985 (java) S 19977 19979 17860 0 -1 4202560 178 0 0 0 251 7 0 0 20 0 22 0 345248681 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678129949736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19986] ppid=19977 vsize=2966184 CPUtime=2.8 cores=1,3,5,7
/proc/19979/task/19986/stat : 19986 (java) S 19977 19979 17860 0 -1 4202560 220 0 0 0 272 8 0 0 20 0 22 0 345248682 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678128896168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19987] ppid=19977 vsize=2966184 CPUtime=2.77 cores=1,3,5,7
/proc/19979/task/19987/stat : 19987 (java) S 19977 19979 17860 0 -1 4202560 433 0 0 0 268 9 0 0 20 0 22 0 345248682 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678127843624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19988] ppid=19977 vsize=2966184 CPUtime=2.57 cores=1,3,5,7
/proc/19979/task/19988/stat : 19988 (java) S 19977 19979 17860 0 -1 4202560 301 0 0 0 250 7 0 0 20 0 22 0 345248682 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678126791080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19989] ppid=19977 vsize=2966184 CPUtime=2.79 cores=1,3,5,7
/proc/19979/task/19989/stat : 19989 (java) S 19977 19979 17860 0 -1 4202560 190 0 0 0 271 8 0 0 20 0 22 0 345248682 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678125738536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19990] ppid=19977 vsize=2966184 CPUtime=7.19 cores=1,3,5,7
/proc/19979/task/19990/stat : 19990 (java) S 19977 19979 17860 0 -1 4202560 73859 0 0 0 682 37 0 0 20 0 22 0 345248683 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678113327720 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19991] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19991/stat : 19991 (java) S 19977 19979 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345248683 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678112274040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19992] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19992/stat : 19992 (java) S 19977 19979 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345248683 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678111221384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19993] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19993/stat : 19993 (java) S 19977 19979 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345248685 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678110170128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19994] ppid=19977 vsize=2966184 CPUtime=1.65 cores=1,3,5,7
/proc/19979/task/19994/stat : 19994 (java) S 19977 19979 17860 0 -1 4202560 14666 0 0 0 162 3 0 0 20 0 22 0 345248685 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678109116472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19995] ppid=19977 vsize=2966184 CPUtime=1.08 cores=1,3,5,7
/proc/19979/task/19995/stat : 19995 (java) S 19977 19979 17860 0 -1 4202560 4150 0 0 0 106 2 0 0 20 0 22 0 345248685 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678108063928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19996] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19996/stat : 19996 (java) S 19977 19979 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345248685 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678107011576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19997] ppid=19977 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/19979/task/19997/stat : 19997 (java) S 19977 19979 17860 0 -1 4202560 51 0 0 0 16 22 0 0 20 0 22 0 345248685 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678105959240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19998] ppid=19977 vsize=2966184 CPUtime=881.74 cores=1,3,5,7
/proc/19979/task/19998/stat : 19998 (java) R 19977 19979 17860 0 -1 4202560 143 0 0 0 88158 16 0 0 20 0 22 0 345249293 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678104904256 140677980474166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19999] ppid=19977 vsize=2966184 CPUtime=881.82 cores=1,3,5,7
/proc/19979/task/19999/stat : 19999 (java) R 19977 19979 17860 0 -1 4202560 416 0 0 0 88167 15 0 0 20 0 22 0 345249293 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678103849664 140677980429727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=20000] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/20000/stat : 20000 (java) S 19977 19979 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345249302 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678102799912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=20001] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/20001/stat : 20001 (java) S 19977 19979 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345249302 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678101747368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 2966184

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

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

[startup+900.401 s]
/proc/loadavg: 3.97 4.00 3.93 5/219 20074
/proc/meminfo: memFree=27592428/32873648 swapFree=7116/7116
[pid=19979] ppid=19977 vsize=2966184 CPUtime=1800.21 cores=1,3,5,7
/proc/19979/stat : 19979 (java) S 19977 19979 17860 0 -1 4202496 99828 0 1 0 179884 137 0 0 20 0 22 0 345248679 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140733739483328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19979/statm: 741546 234045 2284 9 0 732240 0
[pid=19979/tid=19981] ppid=19977 vsize=2966184 CPUtime=5.02 cores=1,3,5,7
/proc/19979/task/19981/stat : 19981 (java) S 19977 19979 17860 0 -1 4202560 3009 0 1 0 494 8 0 0 20 0 22 0 345248680 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678148826264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19982] ppid=19977 vsize=2966184 CPUtime=2.7 cores=1,3,5,7
/proc/19979/task/19982/stat : 19982 (java) S 19977 19979 17860 0 -1 4202560 241 0 0 0 261 9 0 0 20 0 22 0 345248681 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678133107368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19983] ppid=19977 vsize=2966184 CPUtime=2.64 cores=1,3,5,7
/proc/19979/task/19983/stat : 19983 (java) S 19977 19979 17860 0 -1 4202560 401 0 0 0 255 9 0 0 20 0 22 0 345248681 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678132054824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19984] ppid=19977 vsize=2966184 CPUtime=2.48 cores=1,3,5,7
/proc/19979/task/19984/stat : 19984 (java) S 19977 19979 17860 0 -1 4202560 381 0 0 0 241 7 0 0 20 0 22 0 345248681 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678131002280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19985] ppid=19977 vsize=2966184 CPUtime=2.58 cores=1,3,5,7
/proc/19979/task/19985/stat : 19985 (java) S 19977 19979 17860 0 -1 4202560 178 0 0 0 251 7 0 0 20 0 22 0 345248681 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678129949736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19986] ppid=19977 vsize=2966184 CPUtime=2.8 cores=1,3,5,7
/proc/19979/task/19986/stat : 19986 (java) S 19977 19979 17860 0 -1 4202560 220 0 0 0 272 8 0 0 20 0 22 0 345248682 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678128896168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19987] ppid=19977 vsize=2966184 CPUtime=2.77 cores=1,3,5,7
/proc/19979/task/19987/stat : 19987 (java) S 19977 19979 17860 0 -1 4202560 433 0 0 0 268 9 0 0 20 0 22 0 345248682 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678127843624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19988] ppid=19977 vsize=2966184 CPUtime=2.57 cores=1,3,5,7
/proc/19979/task/19988/stat : 19988 (java) S 19977 19979 17860 0 -1 4202560 301 0 0 0 250 7 0 0 20 0 22 0 345248682 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678126791080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19989] ppid=19977 vsize=2966184 CPUtime=2.79 cores=1,3,5,7
/proc/19979/task/19989/stat : 19989 (java) S 19977 19979 17860 0 -1 4202560 190 0 0 0 271 8 0 0 20 0 22 0 345248682 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678125738536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19990] ppid=19977 vsize=2966184 CPUtime=7.19 cores=1,3,5,7
/proc/19979/task/19990/stat : 19990 (java) S 19977 19979 17860 0 -1 4202560 73859 0 0 0 682 37 0 0 20 0 22 0 345248683 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678113327720 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19991] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19991/stat : 19991 (java) S 19977 19979 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345248683 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678112274040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19992] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19992/stat : 19992 (java) S 19977 19979 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345248683 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678111221384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19993] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19993/stat : 19993 (java) S 19977 19979 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345248685 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678110170128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=19994] ppid=19977 vsize=2966184 CPUtime=1.65 cores=1,3,5,7
/proc/19979/task/19994/stat : 19994 (java) S 19977 19979 17860 0 -1 4202560 14666 0 0 0 162 3 0 0 20 0 22 0 345248685 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678109116472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19995] ppid=19977 vsize=2966184 CPUtime=1.08 cores=1,3,5,7
/proc/19979/task/19995/stat : 19995 (java) S 19977 19979 17860 0 -1 4202560 4150 0 0 0 106 2 0 0 20 0 22 0 345248685 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678108063928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=19996] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/19996/stat : 19996 (java) S 19977 19979 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345248685 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678107011576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19997] ppid=19977 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/19979/task/19997/stat : 19997 (java) S 19977 19979 17860 0 -1 4202560 51 0 0 0 16 22 0 0 20 0 22 0 345248685 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678105959240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19979/tid=19998] ppid=19977 vsize=2966184 CPUtime=881.74 cores=1,3,5,7
/proc/19979/task/19998/stat : 19998 (java) R 19977 19979 17860 0 -1 4202560 143 0 0 0 88158 16 0 0 20 0 22 0 345249293 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678104904256 140677980474166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19979/tid=19999] ppid=19977 vsize=2966184 CPUtime=881.82 cores=1,3,5,7
/proc/19979/task/19999/stat : 19999 (java) R 19977 19979 17860 0 -1 4202560 416 0 0 0 88167 15 0 0 20 0 22 0 345249293 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678103849664 140677980429727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19979/tid=20000] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/20000/stat : 20000 (java) S 19977 19979 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345249302 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678102799912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19979/tid=20001] ppid=19977 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19979/task/20001/stat : 20001 (java) S 19977 19979 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345249302 3037372416 234045 33554432000 1073741824 1073778376 140733739492192 140678101747368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 900.431
CPU time (s): 1800.56
CPU user time (s): 1798.74
CPU system time (s): 1.82372
CPU usage (%): 199.967
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 1.82372
maximum resident set size= 980860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99865
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35488
involuntary context switches= 56110

runsolver used 3.64345 second user time and 7.8708 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 08:27:12
IDJOB=3743258
IDBENCH=90937
IDSOLVER=2324
FILE ID=node127/3743258-1338791231
RUNJOBID= node127-1338781344-17877
PBS_JOBID= 14636831
Free space on /tmp= 70428 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_50null20mast_rapportOE1.0_TMAX15_K192_cod2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743258-1338791231/watcher-3743258-1338791231 -o /tmp/evaluation-result-3743258-1338791231/solver-3743258-1338791231 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743258-1338791231.opb

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

MD5SUM BENCH= da53a74913ae0ed6caffae915d70714d
RANDOM SEED=666216919

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.348
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:       32873648 kB
MemFree:        28536976 kB
Buffers:          430428 kB
Cached:          2179928 kB
SwapCached:         1428 kB
Active:          1938456 kB
Inactive:        1503680 kB
Active(anon):     826028 kB
Inactive(anon):     7952 kB
Active(file):    1112428 kB
Inactive(file):  1495728 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:             27968 kB
Writeback:             0 kB
AnonPages:        847432 kB
Mapped:            19020 kB
Shmem:                92 kB
Slab:             748412 kB
SReclaimable:     192204 kB
SUnreclaim:       556208 kB
KernelStack:        1624 kB
PageTables:         5844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    798720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70428 MiB
End job on node127 at 2012-06-04 08:42:15