Trace number 3742994

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.78 899.75

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null0mast_rapportOE1.0_TMAX60_K67_cod1.opb
MD5SUM31a9ebcc0e27737ae8ea76188c0ed799
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-440
Best CPU time to get the best result obtained on this benchmark1797.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 106194
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 106194
Number of bits of the biggest sum of numbers17
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-3742994-1338789428.opb
0.09/0.11	c reading problem ... 
1.60/0.98	c ... done. Wall clock time 0.876s.
1.60/0.98	c #vars     40451
1.60/0.98	c #constraints  41072
1.60/0.98	c constraints type 
1.60/0.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1.60/0.98	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.60/0.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.60/0.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.60/0.98	c constraints type 
1.60/0.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3896
1.60/0.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 36498
1.60/0.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 552
1.60/0.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
64.50/31.82	c cleaning 2491 clauses out of 4985 with flag 5001/5001
133.26/66.11	c cleaning 4241 clauses out of 8494 with flag 11001/11001
224.99/112.08	c cleaning 5620 clauses out of 11253 with flag 18001/18001
307.46/153.38	c cleaning 6810 clauses out of 13632 with flag 26000/26000
424.91/211.97	c cleaning 7908 clauses out of 15824 with flag 35002/35002
499.37/249.27	c cleaning 8951 clauses out of 17915 with flag 45001/45001
609.56/304.33	c cleaning 9975 clauses out of 19963 with flag 56000/56000
700.71/349.93	c cleaning 10990 clauses out of 21991 with flag 68003/68003
843.70/421.54	c cleaning 11992 clauses out of 23998 with flag 81000/81000
1094.41/546.86	c cleaning 12996 clauses out of 26007 with flag 95001/95001
1211.44/605.43	c cleaning 14002 clauses out of 28010 with flag 110000/110000
1394.57/696.94	c cleaning 15001 clauses out of 30011 with flag 126003/126003
1574.83/787.08	c cleaning 15995 clauses out of 32007 with flag 143000/143000
1715.57/857.41	c cleaning 17000 clauses out of 34012 with flag 161000/161000
1800.02/899.72	c starts		: 109
1800.02/899.72	c conflicts		: 172877
1800.02/899.72	c decisions		: 375501
1800.02/899.72	c propagations		: 674839530
1800.02/899.72	c inspects		: 470812885
1800.02/899.72	c learnt literals	: 16
1800.02/899.72	c learnt binary clauses	: 295
1800.02/899.72	c learnt ternary clauses	: 160
1800.02/899.72	c learnt clauses	: 172861
1800.02/899.72	c ignored clauses	: 0
1800.02/899.72	c root simplifications	: 0
1800.02/899.72	c removed literals (reason simplification)	: 8431306
1800.02/899.72	c reason swapping (by a shorter reason)	: 0
1800.02/899.72	c Calls to reduceDB	: 14
1800.02/899.72	c number of reductions to clauses (during analyze)	: 0
1800.02/899.72	c number of learned constraints concerned by reduction	: 0
1800.02/899.72	c number of learning phase by resolution	: 0
1800.02/899.72	c number of learning phase by cutting planes	: 0
1800.02/899.72	c speed (assignments/second)	: 750885.786737077
1800.02/899.72	c non guided choices	2088
1800.02/899.73	c learnt constraints type 
1800.02/899.73	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 28597
1800.02/899.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 295
1800.02/899.73	c constraints type 
1800.02/899.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1800.02/899.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1800.02/899.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1800.02/899.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.02/899.73	c constraints type 
1800.02/899.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3896
1800.02/899.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 36498
1800.02/899.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 552
1800.02/899.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.02/899.73	s UNKNOWN
1800.02/899.73	c Total wall clock time (in seconds): 899.623

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-3742994-1338789428/watcher-3742994-1338789428 -o /tmp/evaluation-result-3742994-1338789428/solver-3742994-1338789428 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742994-1338789428.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.78 3.59 3.70 4/197 19679
/proc/meminfo: memFree=28828844/32873648 swapFree=7116/7116
[pid=19679] ppid=19677 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/19679/stat : 19679 (java6) D 19677 19679 17860 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 345068278 9515008 183 33554432000 1073741824 1073778376 140733288137344 140733288128376 214537420469 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/19679/statm: 2323 183 140 9 0 71 0

[startup+0.0890391 s]
/proc/loadavg: 3.78 3.59 3.70 4/197 19679
/proc/meminfo: memFree=28828844/32873648 swapFree=7116/7116
[pid=19679] ppid=19677 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/19679/stat : 19679 (java) S 19677 19679 17860 0 -1 4202496 4138 0 1 0 6 1 0 0 20 0 18 0 345068278 2764726272 5856 33554432000 1073741824 1073778376 140733318059392 140733318050528 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19679/statm: 674982 5857 1933 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.100246 s]
/proc/loadavg: 3.78 3.59 3.70 4/197 19679
/proc/meminfo: memFree=28828844/32873648 swapFree=7116/7116
[pid=19679] ppid=19677 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/19679/stat : 19679 (java) S 19677 19679 17860 0 -1 4202496 4719 0 1 0 8 1 0 0 20 0 18 0 345068278 2764726272 6423 33554432000 1073741824 1073778376 140733318059392 140733318050528 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19679/statm: 674982 6423 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300156 s]
/proc/loadavg: 3.78 3.59 3.70 4/197 19679
/proc/meminfo: memFree=28828844/32873648 swapFree=7116/7116
[pid=19679] ppid=19677 vsize=2699928 CPUtime=0.49 cores=1,3,5,7
/proc/19679/stat : 19679 (java) S 19677 19679 17860 0 -1 4202496 6221 0 1 0 48 1 0 0 20 0 18 0 345068278 2764726272 12315 33554432000 1073741824 1073778376 140733318059392 140733318050528 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19679/statm: 674982 12315 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 2699928

[startup+0.700243 s]
/proc/loadavg: 3.78 3.59 3.70 4/197 19679
/proc/meminfo: memFree=28828844/32873648 swapFree=7116/7116
[pid=19679] ppid=19677 vsize=2699928 CPUtime=1.29 cores=1,3,5,7
/proc/19679/stat : 19679 (java) S 19677 19679 17860 0 -1 4202496 12158 0 1 0 122 7 0 0 20 0 18 0 345068278 2764726272 85388 33554432000 1073741824 1073778376 140733318059392 140733318050528 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19679/statm: 674982 85388 2240 9 0 665676 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 2699928

[startup+1.50068 s]
/proc/loadavg: 3.78 3.59 3.70 7/217 19699
/proc/meminfo: memFree=28425352/32873648 swapFree=7116/7116
[pid=19679] ppid=19677 vsize=2966184 CPUtime=3.65 cores=1,3,5,7
/proc/19679/stat : 19679 (java) S 19677 19679 17860 0 -1 4202496 13884 0 1 0 354 11 0 0 20 0 22 0 345068278 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 140733318050528 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19679/statm: 741546 103033 2272 9 0 732240 0
[pid=19679/tid=19681] ppid=19677 vsize=2966184 CPUtime=0.92 cores=1,3,5,7
/proc/19679/task/19681/stat : 19681 (java) S 19677 19679 17860 0 -1 4202560 2963 0 1 0 85 7 0 0 20 0 22 0 345068279 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856967054488 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19682] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19682/stat : 19682 (java) S 19677 19679 17860 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856833661096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19683] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19683/stat : 19683 (java) S 19677 19679 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856832608552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19684] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19684/stat : 19684 (java) S 19677 19679 17860 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856831556008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19679/tid=19685] ppid=19677 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/19679/task/19685/stat : 19685 (java) S 19677 19679 17860 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 345068281 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856830503464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19686] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19686/stat : 19686 (java) S 19677 19679 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856829450920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19687] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19687/stat : 19687 (java) S 19677 19679 17860 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856828398376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19679/tid=19688] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19688/stat : 19688 (java) S 19677 19679 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856827345832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19689] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19689/stat : 19689 (java) S 19677 19679 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856826293288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19690] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19690/stat : 19690 (java) S 19677 19679 17860 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 345068282 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856343701608 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19691] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19691/stat : 19691 (java) S 19677 19679 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345068282 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856342647928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19692] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19692/stat : 19692 (java) S 19677 19679 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345068282 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856341595272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19693] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19693/stat : 19693 (java) S 19677 19679 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345068284 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856340544016 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19694] ppid=19677 vsize=2966184 CPUtime=0.76 cores=1,3,5,7
/proc/19679/task/19694/stat : 19694 (java) R 19677 19679 17860 0 -1 4202560 5173 0 0 0 74 2 0 0 20 0 22 0 345068284 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856339478528 139856969924080 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19679/tid=19695] ppid=19677 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/19679/task/19695/stat : 19695 (java) R 19677 19679 17860 0 -1 4202560 4379 0 0 0 78 0 0 0 20 0 22 0 345068284 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856338438840 139856969664834 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19696] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19696/stat : 19696 (java) S 19677 19679 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345068285 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856337386488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19697] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19697/stat : 19697 (java) S 19677 19679 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345068285 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856336334152 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19698] ppid=19677 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/19679/task/19698/stat : 19698 (java) R 19677 19679 17860 0 -1 4202560 29 0 0 0 49 0 0 0 20 0 22 0 345068377 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856335264496 139856836106602 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19699] ppid=19677 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/19679/task/19699/stat : 19699 (java) R 19677 19679 17860 0 -1 4202560 65 0 0 0 49 0 0 0 20 0 22 0 345068377 3037372416 103033 33554432000 1073741824 1073778376 140733318059392 139856334225352 139856836242589 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 2966184

[startup+3.10071 s]
/proc/loadavg: 3.78 3.59 3.70 5/219 19701
/proc/meminfo: memFree=28424328/32873648 swapFree=7116/7116
[pid=19679] ppid=19677 vsize=2966184 CPUtime=6.98 cores=1,3,5,7
/proc/19679/stat : 19679 (java) S 19677 19679 17860 0 -1 4202496 13886 0 1 0 687 11 0 0 20 0 22 0 345068278 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 140733318050528 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19679/statm: 741546 103034 2273 9 0 732240 0
[pid=19679/tid=19681] ppid=19677 vsize=2966184 CPUtime=0.92 cores=1,3,5,7
/proc/19679/task/19681/stat : 19681 (java) S 19677 19679 17860 0 -1 4202560 2963 0 1 0 85 7 0 0 20 0 22 0 345068279 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856967054488 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19682] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19682/stat : 19682 (java) S 19677 19679 17860 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856833661096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19683] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19683/stat : 19683 (java) S 19677 19679 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856832608552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19684] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19684/stat : 19684 (java) S 19677 19679 17860 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856831556008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19679/tid=19685] ppid=19677 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/19679/task/19685/stat : 19685 (java) S 19677 19679 17860 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 345068281 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856830503464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19686] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19686/stat : 19686 (java) S 19677 19679 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856829450920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19687] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19687/stat : 19687 (java) S 19677 19679 17860 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856828398376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19679/tid=19688] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19688/stat : 19688 (java) S 19677 19679 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856827345832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19689] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19689/stat : 19689 (java) S 19677 19679 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856826293288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19690] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19690/stat : 19690 (java) S 19677 19679 17860 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 345068282 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856343701608 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19691] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19691/stat : 19691 (java) S 19677 19679 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345068282 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856342647928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19692] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19692/stat : 19692 (java) S 19677 19679 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345068282 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856341595272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19693] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19693/stat : 19693 (java) S 19677 19679 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345068284 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856340544016 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19694] ppid=19677 vsize=2966184 CPUtime=0.8 cores=1,3,5,7
/proc/19679/task/19694/stat : 19694 (java) S 19677 19679 17860 0 -1 4202560 5173 0 0 0 78 2 0 0 20 0 22 0 345068284 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856339491384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19679/tid=19695] ppid=19677 vsize=2966184 CPUtime=0.88 cores=1,3,5,7
/proc/19679/task/19695/stat : 19695 (java) S 19677 19679 17860 0 -1 4202560 4380 0 0 0 88 0 0 0 20 0 22 0 345068284 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856338438840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19696] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19696/stat : 19696 (java) S 19677 19679 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345068285 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856337386488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19697] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19697/stat : 19697 (java) S 19677 19679 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345068285 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856336334152 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19698] ppid=19677 vsize=2966184 CPUtime=2.09 cores=1,3,5,7
/proc/19679/task/19698/stat : 19698 (java) R 19677 19679 17860 0 -1 4202560 30 0 0 0 209 0 0 0 20 0 22 0 345068377 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856335277944 139856836431344 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19699] ppid=19677 vsize=2966184 CPUtime=2.09 cores=1,3,5,7
/proc/19679/task/19699/stat : 19699 (java) R 19677 19679 17860 0 -1 4202560 65 0 0 0 209 0 0 0 20 0 22 0 345068377 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856334223880 139856836489940 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19700] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19700/stat : 19700 (java) S 19677 19679 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345068393 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856333173800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19679/tid=19701] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19701/stat : 19701 (java) S 19677 19679 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345068393 3037372416 103034 33554432000 1073741824 1073778376 140733318059392 139856332121256 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 2966184

[startup+6.30073 s]
/proc/loadavg: 3.80 3.60 3.70 5/219 19701
/proc/meminfo: memFree=28424588/32873648 swapFree=7116/7116
[pid=19679] ppid=19677 vsize=2966184 CPUtime=13.37 cores=1,3,5,7
/proc/19679/stat : 19679 (java) S 19677 19679 17860 0 -1 4202496 13889 0 1 0 1325 12 0 0 20 0 22 0 345068278 3037372416 102855 33554432000 1073741824 1073778376 140733318059392 140733318050528 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19679/statm: 741546 102855 2273 9 0 732240 0
[pid=19679/tid=19681] ppid=19677 vsize=2966184 CPUtime=0.92 cores=1,3,5,7
/proc/19679/task/19681/stat : 19681 (java) S 19677 19679 17860 0 -1 4202560 2963 0 1 0 85 7 0 0 20 0 22 0 345068279 3037372416 102855 33554432000 1073741824 1073778376 140733318059392 139856967054488 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19682] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19682/stat : 19682 (java) S 19677 19679 17860 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 102855 33554432000 1073741824 1073778376 140733318059392 139856833661096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19683] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19683/stat : 19683 (java) S 19677 19679 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 102855 33554432000 1073741824 1073778376 140733318059392 139856832608552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19684] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19684/stat : 19684 (java) S 19677 19679 17860 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 102855 33554432000 1073741824 1073778376 140733318059392 139856831556008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19679/tid=19685] ppid=19677 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/19679/task/19685/stat : 19685 (java) S 19677 19679 17860 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 345068281 3037372416 102855 33554432000 1073741824 1073778376 140733318059392 139856830503464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19686] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19686/stat : 19686 (java) S 19677 19679 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 102855 33554432000 1073741824 1073778376 140733318059392 139856829450920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19687] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19687/stat : 19687 (java) S 19677 19679 17860 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 102855 33554432000 1073741824 1073778376 140733318059392 139856828398376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19679/tid=19688] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19688/stat : 19688 (java) S 19677 19679 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 102855 33554432000 1073741824 1073778376 140733318059392 139856827345832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19689] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19689/stat : 19689 (java) S 19677 19679 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345068281 3037372416 102855 33554432000 1073741824 1073778376 140733318059392 139856826293288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19690] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19690/stat : 19690 (java) S 19677 19679 17860 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 345068282 3037372416 102855 33554432000 1073741824 1073778376 140733318059392 139856343701608 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19691] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19691/stat : 19691 (java) S 19677 19679 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345068282 3037372416 102855 33554432000 1073741824 1073778376 140733318059392 139856342647928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19692] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19692/stat : 19692 (java) S 19677 19679 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345068282 3037372416 102855 33554432000 1073741824 1073778376 140733318059392 139856341595272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19693] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19693/stat : 19693 (java) S 19677 19679 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345068284 3037372416 102855 33554432000 1073741824 1073778376 140733318059392 139856340544016 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19694] ppid=19677 vsize=2966184 CPUtime=0.8 cores=1,3,5,7
/proc/19679/task/19694/stat : 19694 (java) S 19677 19679 17860 0 -1 4202560 5173 0 0 0 78 2 0 0 20 0 22 0 345068284 3037372416 102855 33554432000 1073741824 1073778376 140733318059392 139856339491384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19679/tid=19695] ppid=19677 vsize=2966184 CPUtime=0.88 cores=1,3,5,7
/proc/19679/task/19695/stat : 19695 (java) S 19677 19679 17860 0 -1 4202560 4380 0 0 0 88 0 0 0 20 0 22 0 345068284 3037372416 102855 33554432000 1073741824 1073778376 140733318059392 139856338438840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19696] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19696/stat : 19696 (java) S 19677 19679 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345068285 3037372416 102855 33554432000 1073741824 1073778376 140733318059392 139856337386488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=19679/tid=19699] ppid=19677 vsize=2966184 CPUtime=814.25 cores=1,3,5,7
/proc/19679/task/19699/stat : 19699 (java) R 19677 19679 17860 0 -1 4202560 564 0 0 0 81407 18 0 0 20 0 22 0 345068377 3037372416 163100 33554432000 1073741824 1073778376 140733318059392 139856334223392 139856836199597 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19700] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19700/stat : 19700 (java) S 19677 19679 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345068393 3037372416 163100 33554432000 1073741824 1073778376 140733318059392 139856333173800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19679/tid=19701] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19701/stat : 19701 (java) S 19677 19679 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345068393 3037372416 163100 33554432000 1073741824 1073778376 140733318059392 139856332121256 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1645.27
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.99 3.96 3.85 5/219 19796
/proc/meminfo: memFree=28132992/32873648 swapFree=7116/7116
[pid=19679] ppid=19677 vsize=2966184 CPUtime=1765.2 cores=1,3,5,7
/proc/19679/stat : 19679 (java) S 19677 19679 17860 0 -1 4202496 39101 0 1 0 176383 137 0 0 20 0 22 0 345068278 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 140733318050528 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19679/statm: 741546 163118 2285 9 0 732240 0
[pid=19679/tid=19681] ppid=19677 vsize=2966184 CPUtime=0.94 cores=1,3,5,7
/proc/19679/task/19681/stat : 19681 (java) S 19677 19679 17860 0 -1 4202560 2972 0 1 0 86 8 0 0 20 0 22 0 345068279 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856967054488 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19682] ppid=19677 vsize=2966184 CPUtime=1.39 cores=1,3,5,7
/proc/19679/task/19682/stat : 19682 (java) S 19677 19679 17860 0 -1 4202560 77 0 0 0 134 5 0 0 20 0 22 0 345068281 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856833661096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19683] ppid=19677 vsize=2966184 CPUtime=1.41 cores=1,3,5,7
/proc/19679/task/19683/stat : 19683 (java) S 19677 19679 17860 0 -1 4202560 83 0 0 0 135 6 0 0 20 0 22 0 345068281 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856832608552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19684] ppid=19677 vsize=2966184 CPUtime=1.42 cores=1,3,5,7
/proc/19679/task/19684/stat : 19684 (java) S 19677 19679 17860 0 -1 4202560 67 0 0 0 138 4 0 0 20 0 22 0 345068281 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856831556008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19685] ppid=19677 vsize=2966184 CPUtime=1.39 cores=1,3,5,7
/proc/19679/task/19685/stat : 19685 (java) S 19677 19679 17860 0 -1 4202560 79 0 0 0 134 5 0 0 20 0 22 0 345068281 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856830503464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19686] ppid=19677 vsize=2966184 CPUtime=1.36 cores=1,3,5,7
/proc/19679/task/19686/stat : 19686 (java) S 19677 19679 17860 0 -1 4202560 70 0 0 0 132 4 0 0 20 0 22 0 345068281 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856829450920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19687] ppid=19677 vsize=2966184 CPUtime=1.37 cores=1,3,5,7
/proc/19679/task/19687/stat : 19687 (java) S 19677 19679 17860 0 -1 4202560 60 0 0 0 133 4 0 0 20 0 22 0 345068281 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856828398376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19679/tid=19688] ppid=19677 vsize=2966184 CPUtime=1.37 cores=1,3,5,7
/proc/19679/task/19688/stat : 19688 (java) S 19677 19679 17860 0 -1 4202560 77 0 0 0 133 4 0 0 20 0 22 0 345068281 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856827345832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19689] ppid=19677 vsize=2966184 CPUtime=1.42 cores=1,3,5,7
/proc/19679/task/19689/stat : 19689 (java) S 19677 19679 17860 0 -1 4202560 72 0 0 0 136 6 0 0 20 0 22 0 345068281 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856826293288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19690] ppid=19677 vsize=2966184 CPUtime=3.7 cores=1,3,5,7
/proc/19679/task/19690/stat : 19690 (java) S 19677 19679 17860 0 -1 4202560 22672 0 0 0 308 62 0 0 20 0 22 0 345068282 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856343701608 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19691] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19691/stat : 19691 (java) S 19677 19679 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345068282 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856342647928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19692] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19692/stat : 19692 (java) S 19677 19679 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345068282 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856341595272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19693] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19693/stat : 19693 (java) S 19677 19679 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345068284 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856340544016 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19694] ppid=19677 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/19679/task/19694/stat : 19694 (java) S 19677 19679 17860 0 -1 4202560 5269 0 0 0 101 2 0 0 20 0 22 0 345068284 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856339491384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19695] ppid=19677 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/19679/task/19695/stat : 19695 (java) S 19677 19679 17860 0 -1 4202560 5105 0 0 0 123 0 0 0 20 0 22 0 345068284 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856338438840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19696] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19696/stat : 19696 (java) S 19677 19679 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345068285 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856337386488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19697] ppid=19677 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/19679/task/19697/stat : 19697 (java) S 19677 19679 17860 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 345068285 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856336334152 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19698] ppid=19677 vsize=2966184 CPUtime=873.56 cores=1,3,5,7
/proc/19679/task/19698/stat : 19698 (java) R 19677 19679 17860 0 -1 4202560 646 0 0 0 87338 18 0 0 20 0 22 0 345068377 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856335277168 139856836460393 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19699] ppid=19677 vsize=2966184 CPUtime=873.66 cores=1,3,5,7
/proc/19679/task/19699/stat : 19699 (java) R 19677 19679 17860 0 -1 4202560 612 0 0 0 87347 19 0 0 20 0 22 0 345068377 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856334223392 139856836730570 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19700] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19700/stat : 19700 (java) S 19677 19679 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345068393 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856333173800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19679/tid=19701] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19701/stat : 19701 (java) S 19677 19679 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345068393 3037372416 163118 33554432000 1073741824 1073778376 140733318059392 139856332121256 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1765.2
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.701 s]
/proc/loadavg: 3.99 3.96 3.85 5/219 19798
/proc/meminfo: memFree=28132872/32873648 swapFree=7116/7116
[pid=19679] ppid=19677 vsize=2966184 CPUtime=1800.02 cores=1,3,5,7
/proc/19679/stat : 19679 (java) S 19677 19679 17860 0 -1 4202496 39116 0 1 0 179864 138 0 0 20 0 22 0 345068278 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 140733318050528 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19679/statm: 741546 163122 2285 9 0 732240 0
[pid=19679/tid=19681] ppid=19677 vsize=2966184 CPUtime=0.94 cores=1,3,5,7
/proc/19679/task/19681/stat : 19681 (java) S 19677 19679 17860 0 -1 4202560 2972 0 1 0 86 8 0 0 20 0 22 0 345068279 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856967054488 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19682] ppid=19677 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/19679/task/19682/stat : 19682 (java) S 19677 19679 17860 0 -1 4202560 77 0 0 0 135 5 0 0 20 0 22 0 345068281 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856833661096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19683] ppid=19677 vsize=2966184 CPUtime=1.42 cores=1,3,5,7
/proc/19679/task/19683/stat : 19683 (java) S 19677 19679 17860 0 -1 4202560 84 0 0 0 136 6 0 0 20 0 22 0 345068281 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856832608552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19684] ppid=19677 vsize=2966184 CPUtime=1.43 cores=1,3,5,7
/proc/19679/task/19684/stat : 19684 (java) S 19677 19679 17860 0 -1 4202560 67 0 0 0 139 4 0 0 20 0 22 0 345068281 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856831556008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19685] ppid=19677 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/19679/task/19685/stat : 19685 (java) S 19677 19679 17860 0 -1 4202560 79 0 0 0 135 5 0 0 20 0 22 0 345068281 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856830503464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19686] ppid=19677 vsize=2966184 CPUtime=1.37 cores=1,3,5,7
/proc/19679/task/19686/stat : 19686 (java) S 19677 19679 17860 0 -1 4202560 71 0 0 0 133 4 0 0 20 0 22 0 345068281 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856829450920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19679/tid=19687] ppid=19677 vsize=2966184 CPUtime=1.38 cores=1,3,5,7
/proc/19679/task/19687/stat : 19687 (java) S 19677 19679 17860 0 -1 4202560 61 0 0 0 134 4 0 0 20 0 22 0 345068281 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856828398376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19688] ppid=19677 vsize=2966184 CPUtime=1.38 cores=1,3,5,7
/proc/19679/task/19688/stat : 19688 (java) S 19677 19679 17860 0 -1 4202560 77 0 0 0 134 4 0 0 20 0 22 0 345068281 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856827345832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19689] ppid=19677 vsize=2966184 CPUtime=1.43 cores=1,3,5,7
/proc/19679/task/19689/stat : 19689 (java) S 19677 19679 17860 0 -1 4202560 73 0 0 0 137 6 0 0 20 0 22 0 345068281 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856826293288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19690] ppid=19677 vsize=2966184 CPUtime=3.71 cores=1,3,5,7
/proc/19679/task/19690/stat : 19690 (java) S 19677 19679 17860 0 -1 4202560 22672 0 0 0 308 63 0 0 20 0 22 0 345068282 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856343701608 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19691] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19691/stat : 19691 (java) S 19677 19679 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345068282 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856342647928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19692] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19692/stat : 19692 (java) S 19677 19679 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345068282 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856341595272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19693] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19693/stat : 19693 (java) S 19677 19679 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345068284 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856340544016 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19694] ppid=19677 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/19679/task/19694/stat : 19694 (java) S 19677 19679 17860 0 -1 4202560 5269 0 0 0 101 2 0 0 20 0 22 0 345068284 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856339491384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19695] ppid=19677 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/19679/task/19695/stat : 19695 (java) S 19677 19679 17860 0 -1 4202560 5105 0 0 0 123 0 0 0 20 0 22 0 345068284 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856338438840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19696] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19696/stat : 19696 (java) S 19677 19679 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345068285 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856337386488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19697] ppid=19677 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/19679/task/19697/stat : 19697 (java) S 19677 19679 17860 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 345068285 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856336334152 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19698] ppid=19677 vsize=2966184 CPUtime=890.92 cores=1,3,5,7
/proc/19679/task/19698/stat : 19698 (java) R 19677 19679 17860 0 -1 4202560 656 0 0 0 89074 18 0 0 20 0 22 0 345068377 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856335277216 139856836411536 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19699] ppid=19677 vsize=2966184 CPUtime=891.05 cores=1,3,5,7
/proc/19679/task/19699/stat : 19699 (java) R 19677 19679 17860 0 -1 4202560 613 0 0 0 89086 19 0 0 20 0 22 0 345068377 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856334223392 139856836674273 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19700] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19700/stat : 19700 (java) S 19677 19679 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345068393 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856333173800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19679/tid=19701] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19701/stat : 19701 (java) S 19677 19679 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345068393 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856332121256 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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+899.701 s]
/proc/loadavg: 3.99 3.96 3.85 5/219 19798
/proc/meminfo: memFree=28132872/32873648 swapFree=7116/7116
[pid=19679] ppid=19677 vsize=2966184 CPUtime=1800.02 cores=1,3,5,7
/proc/19679/stat : 19679 (java) S 19677 19679 17860 0 -1 4202496 39116 0 1 0 179864 138 0 0 20 0 22 0 345068278 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 140733318050528 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19679/statm: 741546 163122 2285 9 0 732240 0
[pid=19679/tid=19681] ppid=19677 vsize=2966184 CPUtime=0.94 cores=1,3,5,7
/proc/19679/task/19681/stat : 19681 (java) S 19677 19679 17860 0 -1 4202560 2972 0 1 0 86 8 0 0 20 0 22 0 345068279 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856967054488 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19682] ppid=19677 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/19679/task/19682/stat : 19682 (java) S 19677 19679 17860 0 -1 4202560 77 0 0 0 135 5 0 0 20 0 22 0 345068281 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856833661096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19683] ppid=19677 vsize=2966184 CPUtime=1.42 cores=1,3,5,7
/proc/19679/task/19683/stat : 19683 (java) S 19677 19679 17860 0 -1 4202560 84 0 0 0 136 6 0 0 20 0 22 0 345068281 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856832608552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19684] ppid=19677 vsize=2966184 CPUtime=1.43 cores=1,3,5,7
/proc/19679/task/19684/stat : 19684 (java) S 19677 19679 17860 0 -1 4202560 67 0 0 0 139 4 0 0 20 0 22 0 345068281 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856831556008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19685] ppid=19677 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/19679/task/19685/stat : 19685 (java) S 19677 19679 17860 0 -1 4202560 79 0 0 0 135 5 0 0 20 0 22 0 345068281 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856830503464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19686] ppid=19677 vsize=2966184 CPUtime=1.37 cores=1,3,5,7
/proc/19679/task/19686/stat : 19686 (java) S 19677 19679 17860 0 -1 4202560 71 0 0 0 133 4 0 0 20 0 22 0 345068281 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856829450920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19679/tid=19687] ppid=19677 vsize=2966184 CPUtime=1.38 cores=1,3,5,7
/proc/19679/task/19687/stat : 19687 (java) S 19677 19679 17860 0 -1 4202560 61 0 0 0 134 4 0 0 20 0 22 0 345068281 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856828398376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19688] ppid=19677 vsize=2966184 CPUtime=1.38 cores=1,3,5,7
/proc/19679/task/19688/stat : 19688 (java) S 19677 19679 17860 0 -1 4202560 77 0 0 0 134 4 0 0 20 0 22 0 345068281 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856827345832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19689] ppid=19677 vsize=2966184 CPUtime=1.43 cores=1,3,5,7
/proc/19679/task/19689/stat : 19689 (java) S 19677 19679 17860 0 -1 4202560 73 0 0 0 137 6 0 0 20 0 22 0 345068281 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856826293288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19690] ppid=19677 vsize=2966184 CPUtime=3.71 cores=1,3,5,7
/proc/19679/task/19690/stat : 19690 (java) S 19677 19679 17860 0 -1 4202560 22672 0 0 0 308 63 0 0 20 0 22 0 345068282 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856343701608 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19691] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19691/stat : 19691 (java) S 19677 19679 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345068282 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856342647928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19692] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19692/stat : 19692 (java) S 19677 19679 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345068282 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856341595272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19693] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19693/stat : 19693 (java) S 19677 19679 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345068284 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856340544016 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19694] ppid=19677 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/19679/task/19694/stat : 19694 (java) S 19677 19679 17860 0 -1 4202560 5269 0 0 0 101 2 0 0 20 0 22 0 345068284 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856339491384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19695] ppid=19677 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/19679/task/19695/stat : 19695 (java) S 19677 19679 17860 0 -1 4202560 5105 0 0 0 123 0 0 0 20 0 22 0 345068284 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856338438840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19679/tid=19696] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19696/stat : 19696 (java) S 19677 19679 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345068285 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856337386488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19697] ppid=19677 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/19679/task/19697/stat : 19697 (java) S 19677 19679 17860 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 345068285 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856336334152 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19698] ppid=19677 vsize=2966184 CPUtime=890.92 cores=1,3,5,7
/proc/19679/task/19698/stat : 19698 (java) R 19677 19679 17860 0 -1 4202560 656 0 0 0 89074 18 0 0 20 0 22 0 345068377 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856335277216 139856836411536 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19679/tid=19699] ppid=19677 vsize=2966184 CPUtime=891.05 cores=1,3,5,7
/proc/19679/task/19699/stat : 19699 (java) R 19677 19679 17860 0 -1 4202560 613 0 0 0 89086 19 0 0 20 0 22 0 345068377 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856334223392 139856836674273 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19679/tid=19700] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19700/stat : 19700 (java) S 19677 19679 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345068393 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856333173800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19679/tid=19701] ppid=19677 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19679/task/19701/stat : 19701 (java) S 19677 19679 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345068393 3037372416 163122 33554432000 1073741824 1073778376 140733318059392 139856332121256 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 899.75
CPU time (s): 1800.78
CPU user time (s): 1798.95
CPU system time (s): 1.83072
CPU usage (%): 200.142
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.83072
maximum resident set size= 661704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39148
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51831
involuntary context switches= 55904

runsolver used 3.2615 second user time and 7.98479 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 07:57:08
IDJOB=3742994
IDBENCH=90572
IDSOLVER=2324
FILE ID=node127/3742994-1338789428
RUNJOBID= node127-1338781344-17877
PBS_JOBID= 14636831
Free space on /tmp= 70480 MiB

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

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

MD5SUM BENCH= 31a9ebcc0e27737ae8ea76188c0ed799
RANDOM SEED=617137471

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:        28828844 kB
Buffers:          429616 kB
Cached:          2126140 kB
SwapCached:         1428 kB
Active:          1656168 kB
Inactive:        1499620 kB
Active(anon):     594376 kB
Inactive(anon):     7952 kB
Active(file):    1061792 kB
Inactive(file):  1491668 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:              3132 kB
Writeback:             0 kB
AnonPages:        612124 kB
Mapped:            18972 kB
Shmem:                92 kB
Slab:             747576 kB
SReclaimable:     191404 kB
SUnreclaim:       556172 kB
KernelStack:        1616 kB
PageTables:         5464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    569344 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= 70480 MiB
End job on node127 at 2012-06-04 08:12:10