Trace number 3740913

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 925.944 462.861

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-101.opb
MD5SUMa3ed9477da365050d631dd031519efe8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark79.04
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.2.0.v20100531
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		1349517296
0.02/0.08	c Max memory 		1356595200
0.02/0.08	c Total memory 		1356595200
0.02/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-3740913-1338760759.opb
0.09/0.11	c reading problem ... 
2.20/1.54	c ... done. Wall clock time 1.434s.
2.20/1.54	c #vars     7936
2.20/1.54	c #constraints  177125
2.20/1.54	c constraints type 
2.20/1.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
2.20/1.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
2.20/1.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
2.20/1.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
2.20/1.54	c constraints type 
2.20/1.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
2.20/1.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
2.20/1.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
2.20/1.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
7.68/3.66	c cleaning 0 clauses out of 5004 with flag 0/5004
8.65/4.11	c cleaning 2495 clauses out of 5000 with flag 5000/5000
12.79/6.24	c cleaning 0 clauses out of 11000 with flag 0/11000
13.05/6.42	c cleaning 4226 clauses out of 8505 with flag 11000/11000
17.97/8.92	c cleaning 5638 clauses out of 11284 with flag 18005/18005
18.85/9.47	c cleaning 0 clauses out of 18000 with flag 0/18000
23.75/11.96	c cleaning 6813 clauses out of 13643 with flag 26002/26002
27.67/13.90	c cleaning 0 clauses out of 26000 with flag 0/26000
29.69/15.07	c cleaning 7911 clauses out of 15830 with flag 35002/35002
35.24/17.84	c cleaning 8896 clauses out of 17911 with flag 45000/45000
41.80/21.18	c cleaning 10000 clauses out of 20014 with flag 56000/56000
49.37/24.94	c cleaning 10935 clauses out of 22013 with flag 68000/68000
55.42/28.00	c cleaning 0 clauses out of 35001 with flag 0/35001
58.09/29.43	c cleaning 11976 clauses out of 24077 with flag 81000/81000
67.44/34.14	c cleaning 12858 clauses out of 26101 with flag 95000/95000
77.58/39.29	c cleaning 14027 clauses out of 28243 with flag 110000/110000
88.63/44.83	c cleaning 14997 clauses out of 30216 with flag 126000/126000
99.57/50.36	c cleaning 16082 clauses out of 32220 with flag 143001/143001
111.34/56.21	c cleaning 17012 clauses out of 34137 with flag 161000/161000
117.65/59.45	c cleaning 0 clauses out of 45000 with flag 0/45000
124.06/62.76	c cleaning 18005 clauses out of 36127 with flag 180002/180002
137.39/69.48	c cleaning 19057 clauses out of 38120 with flag 200000/200000
149.75/75.62	c cleaning 20027 clauses out of 40063 with flag 221000/221000
160.34/80.98	c cleaning 20976 clauses out of 42036 with flag 243000/243000
176.72/89.15	c cleaning 21878 clauses out of 44060 with flag 266000/266000
182.22/91.90	c cleaning 0 clauses out of 56000 with flag 0/56000
194.99/98.38	c cleaning 23056 clauses out of 46182 with flag 290000/290000
212.84/107.22	c cleaning 24058 clauses out of 48126 with flag 315001/315001
251.48/126.59	c cleaning 25028 clauses out of 50068 with flag 341001/341001
277.90/139.72	c cleaning 26014 clauses out of 52039 with flag 368000/368000
301.72/151.63	c cleaning 26968 clauses out of 54025 with flag 396001/396001
310.22/155.91	c cleaning 0 clauses out of 68000 with flag 0/68000
323.72/162.73	c cleaning 28019 clauses out of 56057 with flag 425001/425001
344.41/173.08	c cleaning 29006 clauses out of 58036 with flag 455001/455001
372.07/186.80	c cleaning 30006 clauses out of 60029 with flag 486000/486000
395.92/198.75	c cleaning 30972 clauses out of 62022 with flag 518000/518000
429.13/215.37	c cleaning 31893 clauses out of 64050 with flag 551000/551000
457.45/229.49	c cleaning 33025 clauses out of 66156 with flag 585001/585001
483.34/242.32	c cleaning 34020 clauses out of 68130 with flag 620000/620000
520.09/260.67	c cleaning 35053 clauses out of 70109 with flag 656001/656001
556.54/278.80	c cleaning 35909 clauses out of 72055 with flag 693000/693000
597.62/299.29	c cleaning 37029 clauses out of 74148 with flag 731002/731002
634.34/317.58	c cleaning 37941 clauses out of 76117 with flag 770000/770000
671.48/336.03	c cleaning 39016 clauses out of 78180 with flag 810004/810004
740.29/370.37	c cleaning 40076 clauses out of 80161 with flag 851002/851002
794.12/397.12	c cleaning 40974 clauses out of 82083 with flag 893000/893000
831.26/415.56	c cleaning 42048 clauses out of 84109 with flag 936000/936000
878.17/438.82	c cleaning 42996 clauses out of 86061 with flag 980000/980000
917.79/458.56	c cleaning 43958 clauses out of 88063 with flag 1025000/1025000
925.29/462.32	c And the winner is Resolution
925.59/462.82	c starts		: 185
925.59/462.82	c conflicts		: 1035813
925.59/462.82	c decisions		: 6001827
925.59/462.82	c propagations		: 332322104
925.59/462.82	c inspects		: 3262639120
925.59/462.82	c learnt literals	: 30
925.59/462.82	c learnt binary clauses	: 469
925.59/462.82	c learnt ternary clauses	: 1532
925.59/462.82	c learnt clauses	: 1035782
925.59/462.82	c ignored clauses	: 0
925.59/462.82	c root simplifications	: 0
925.59/462.82	c removed literals (reason simplification)	: 18634545
925.59/462.82	c reason swapping (by a shorter reason)	: 0
925.59/462.82	c Calls to reduceDB	: 41
925.59/462.82	c number of reductions to clauses (during analyze)	: 0
925.59/462.82	c number of learned constraints concerned by reduction	: 0
925.59/462.82	c number of learning phase by resolution	: 0
925.59/462.82	c number of learning phase by cutting planes	: 0
925.59/462.82	c speed (assignments/second)	: 720439.3542275032
925.59/462.82	c non guided choices	264977
925.59/462.84	c learnt constraints type 
925.59/462.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 54439
925.59/462.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 469
925.59/462.84	c constraints type 
925.59/462.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
925.59/462.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
925.59/462.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
925.59/462.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
925.59/462.84	c constraints type 
925.59/462.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
925.59/462.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
925.59/462.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
925.59/462.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
925.59/462.84	s UNSATISFIABLE
925.59/462.84	c Total wall clock time (in seconds): 462.734

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-3740913-1338760759/watcher-3740913-1338760759 -o /tmp/evaluation-result-3740913-1338760759/solver-3740913-1338760759 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3740913-1338760759.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.80 3.96 3.90 4/197 7779
/proc/meminfo: memFree=27471912/32873648 swapFree=6864/6864
[pid=7779] ppid=7777 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/7779/stat : 7779 (java6) D 7777 7779 3937 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 342201912 9515008 182 33554432000 1073741824 1073778376 140733979838288 140733979829320 226084339381 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/7779/statm: 2323 182 140 9 0 71 0

[startup+0.0409041 s]
/proc/loadavg: 3.80 3.96 3.90 4/197 7779
/proc/meminfo: memFree=27471912/32873648 swapFree=6864/6864
[pid=7779] ppid=7777 vsize=2367080 CPUtime=0.02 cores=0,2,4,6
/proc/7779/stat : 7779 (java) S 7777 7779 3937 0 -1 4202496 3696 0 1 0 2 0 0 0 20 0 13 0 342201912 2423889920 4904 33554432000 1073741824 1073778376 140733809031424 140733809022560 226087698493 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7779/statm: 591770 4904 1679 9 0 582471 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2367080

[startup+0.100245 s]
/proc/loadavg: 3.80 3.96 3.90 4/197 7779
/proc/meminfo: memFree=27471912/32873648 swapFree=6864/6864
[pid=7779] ppid=7777 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/7779/stat : 7779 (java) S 7777 7779 3937 0 -1 4202496 4743 0 1 0 8 1 0 0 20 0 18 0 342201912 2764726272 6436 33554432000 1073741824 1073778376 140733809031424 140733809022560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7779/statm: 674982 6437 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300161 s]
/proc/loadavg: 3.80 3.96 3.90 4/197 7779
/proc/meminfo: memFree=27471912/32873648 swapFree=6864/6864
[pid=7779] ppid=7777 vsize=2699928 CPUtime=0.47 cores=0,2,4,6
/proc/7779/stat : 7779 (java) S 7777 7779 3937 0 -1 4202496 6088 0 1 0 46 1 0 0 20 0 18 0 342201912 2764726272 9231 33554432000 1073741824 1073778376 140733809031424 140733809022560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7779/statm: 674982 9231 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700195 s]
/proc/loadavg: 3.80 3.96 3.90 4/197 7779
/proc/meminfo: memFree=27471912/32873648 swapFree=6864/6864
[pid=7779] ppid=7777 vsize=2699928 CPUtime=1.24 cores=0,2,4,6
/proc/7779/stat : 7779 (java) S 7777 7779 3937 0 -1 4202496 11690 0 1 0 119 5 0 0 20 0 18 0 342201912 2764726272 50891 33554432000 1073741824 1073778376 140733809031424 140733809022560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7779/statm: 674982 50891 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 2699928

[startup+1.50061 s]
/proc/loadavg: 3.74 3.94 3.89 4/215 7797
/proc/meminfo: memFree=27111500/32873648 swapFree=6864/6864
[pid=7779] ppid=7777 vsize=2699928 CPUtime=2.2 cores=0,2,4,6
/proc/7779/stat : 7779 (java) S 7777 7779 3937 0 -1 4202496 11896 0 1 0 208 12 0 0 20 0 18 0 342201912 2764726272 102633 33554432000 1073741824 1073778376 140733809031424 140733809022560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7779/statm: 674982 102633 2248 9 0 665676 0
[pid=7779/tid=7781] ppid=7777 vsize=2699928 CPUtime=1.43 cores=0,2,4,6
/proc/7779/task/7781/stat : 7781 (java) R 7777 7779 3937 0 -1 4202560 2956 0 1 0 136 7 0 0 20 0 18 0 342201913 2764726272 102633 33554432000 1073741824 1073778376 140733809031424 140409896124496 226087724301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7782] ppid=7777 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7782/stat : 7782 (java) S 7777 7779 3937 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 342201914 2764726272 102633 33554432000 1073741824 1073778376 140733809031424 140409880414888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7783] ppid=7777 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7783/stat : 7783 (java) S 7777 7779 3937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 342201914 2764726272 102633 33554432000 1073741824 1073778376 140733809031424 140409879362344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7784] ppid=7777 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7784/stat : 7784 (java) S 7777 7779 3937 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 342201914 2764726272 102633 33554432000 1073741824 1073778376 140733809031424 140409878309800 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7779/tid=7785] ppid=7777 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7785/stat : 7785 (java) S 7777 7779 3937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 342201914 2764726272 102633 33554432000 1073741824 1073778376 140733809031424 140409877257256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7786] ppid=7777 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7786/stat : 7786 (java) S 7777 7779 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342201914 2764726272 102633 33554432000 1073741824 1073778376 140733809031424 140409876203688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7779/tid=7787] ppid=7777 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7787/stat : 7787 (java) S 7777 7779 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342201914 2764726272 102633 33554432000 1073741824 1073778376 140733809031424 140409875151144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7788] ppid=7777 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7788/stat : 7788 (java) S 7777 7779 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342201914 2764726272 102633 33554432000 1073741824 1073778376 140733809031424 140409874098600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7789] ppid=7777 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7789/stat : 7789 (java) S 7777 7779 3937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 342201914 2764726272 102633 33554432000 1073741824 1073778376 140733809031424 140409873046056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7790] ppid=7777 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7790/stat : 7790 (java) S 7777 7779 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342201915 2764726272 102633 33554432000 1073741824 1073778376 140733809031424 140409742277224 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7791] ppid=7777 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7791/stat : 7791 (java) S 7777 7779 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342201916 2764726272 102633 33554432000 1073741824 1073778376 140733809031424 140409741223544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7792] ppid=7777 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7792/stat : 7792 (java) S 7777 7779 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342201916 2764726272 102633 33554432000 1073741824 1073778376 140733809031424 140409740170888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7793] ppid=7777 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7793/stat : 7793 (java) S 7777 7779 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342201918 2764726272 102633 33554432000 1073741824 1073778376 140733809031424 140409739119632 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7794] ppid=7777 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/7779/task/7794/stat : 7794 (java) S 7777 7779 3937 0 -1 4202560 3488 0 0 0 30 0 0 0 20 0 18 0 342201918 2764726272 102633 33554432000 1073741824 1073778376 140733809031424 140409738065976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7795] ppid=7777 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/7779/task/7795/stat : 7795 (java) S 7777 7779 3937 0 -1 4202560 4198 0 0 0 29 0 0 0 20 0 18 0 342201918 2764726272 102633 33554432000 1073741824 1073778376 140733809031424 140409737013432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7796] ppid=7777 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7796/stat : 7796 (java) S 7777 7779 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342201918 2764726272 102633 33554432000 1073741824 1073778376 140733809031424 140409735961080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7797] ppid=7777 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7797/stat : 7797 (java) S 7777 7779 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342201918 2764726272 102633 33554432000 1073741824 1073778376 140733809031424 140409734908744 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 2699928

[startup+3.10086 s]
/proc/loadavg: 3.74 3.94 3.89 6/219 7801
/proc/meminfo: memFree=27014100/32873648 swapFree=6864/6864
[pid=7779] ppid=7777 vsize=2966184 CPUtime=6.61 cores=0,2,4,6
/proc/7779/stat : 7779 (java) S 7777 7779 3937 0 -1 4202496 17600 0 1 0 639 22 0 0 20 0 22 0 342201912 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140733809022560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7779/statm: 741546 122263 2270 9 0 732240 0
[pid=7779/tid=7781] ppid=7777 vsize=2966184 CPUtime=1.47 cores=0,2,4,6
/proc/7779/task/7781/stat : 7781 (java) S 7777 7779 3937 0 -1 4202560 2968 0 1 0 140 7 0 0 20 0 22 0 342201913 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409896133784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7782] ppid=7777 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/7779/task/7782/stat : 7782 (java) S 7777 7779 3937 0 -1 4202560 28 0 0 0 5 1 0 0 20 0 22 0 342201914 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409880414888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7783] ppid=7777 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/7779/task/7783/stat : 7783 (java) S 7777 7779 3937 0 -1 4202560 36 0 0 0 5 1 0 0 20 0 22 0 342201914 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409879362344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7779/tid=7784] ppid=7777 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/7779/task/7784/stat : 7784 (java) S 7777 7779 3937 0 -1 4202560 36 0 0 0 9 3 0 0 20 0 22 0 342201914 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409878309800 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7785] ppid=7777 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/7779/task/7785/stat : 7785 (java) S 7777 7779 3937 0 -1 4202560 29 0 0 0 5 2 0 0 20 0 22 0 342201914 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409877257256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7779/tid=7786] ppid=7777 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/7779/task/7786/stat : 7786 (java) S 7777 7779 3937 0 -1 4202560 20 0 0 0 8 0 0 0 20 0 22 0 342201914 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409876203688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7787] ppid=7777 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/7779/task/7787/stat : 7787 (java) S 7777 7779 3937 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 22 0 342201914 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409875151144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7779/tid=7788] ppid=7777 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/7779/task/7788/stat : 7788 (java) S 7777 7779 3937 0 -1 4202560 35 0 0 0 8 2 0 0 20 0 22 0 342201914 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409874098600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7789] ppid=7777 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/7779/task/7789/stat : 7789 (java) S 7777 7779 3937 0 -1 4202560 23 0 0 0 5 1 0 0 20 0 22 0 342201914 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409873046056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7790] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7790/stat : 7790 (java) S 7777 7779 3937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342201915 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409742277224 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7791] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7791/stat : 7791 (java) S 7777 7779 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342201916 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409741223544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7792] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7792/stat : 7792 (java) S 7777 7779 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342201916 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409740170888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7793] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7793/stat : 7793 (java) S 7777 7779 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342201918 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409739119632 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7794] ppid=7777 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/7779/task/7794/stat : 7794 (java) S 7777 7779 3937 0 -1 4202560 6102 0 0 0 79 2 0 0 20 0 22 0 342201918 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409738065976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7795] ppid=7777 vsize=2966184 CPUtime=0.8 cores=0,2,4,6
/proc/7779/task/7795/stat : 7795 (java) S 7777 7779 3937 0 -1 4202560 7009 0 0 0 78 2 0 0 20 0 22 0 342201918 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409737013432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7796] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7796/stat : 7796 (java) S 7777 7779 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342201918 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409735961080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7797] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7797/stat : 7797 (java) S 7777 7779 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342201918 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409734908744 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7798] ppid=7777 vsize=2966184 CPUtime=1.37 cores=0,2,4,6
/proc/7779/task/7798/stat : 7798 (java) R 7777 7779 3937 0 -1 4202560 27 0 0 0 137 0 0 0 20 0 22 0 342202067 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409733852920 140409746244361 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7799] ppid=7777 vsize=2966184 CPUtime=1.36 cores=0,2,4,6
/proc/7779/task/7799/stat : 7799 (java) R 7777 7779 3937 0 -1 4202560 64 0 0 0 136 0 0 0 20 0 22 0 342202067 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409732800656 140409745550252 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7800] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7800/stat : 7800 (java) S 7777 7779 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342202068 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409731749416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7801] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7801/stat : 7801 (java) S 7777 7779 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342202068 3037372416 122263 33554432000 1073741824 1073778376 140733809031424 140409730696872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 2966184

[startup+6.30073 s]
/proc/loadavg: 3.76 3.94 3.89 5/219 7801
/proc/meminfo: memFree=26932800/32873648 swapFree=6864/6864
[pid=7779] ppid=7777 vsize=2966184 CPUtime=12.94 cores=0,2,4,6
/proc/7779/stat : 7779 (java) S 7777 7779 3937 0 -1 4202496 17694 0 1 0 1271 23 0 0 20 0 22 0 342201912 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140733809022560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7779/statm: 741546 137138 2282 9 0 732240 0
[pid=7779/tid=7781] ppid=7777 vsize=2966184 CPUtime=1.47 cores=0,2,4,6
/proc/7779/task/7781/stat : 7781 (java) S 7777 7779 3937 0 -1 4202560 2968 0 1 0 140 7 0 0 20 0 22 0 342201913 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140409896133784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7782] ppid=7777 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/7779/task/7782/stat : 7782 (java) S 7777 7779 3937 0 -1 4202560 31 0 0 0 11 2 0 0 20 0 22 0 342201914 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140409880414888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7779/tid=7783] ppid=7777 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/7779/task/7783/stat : 7783 (java) S 7777 7779 3937 0 -1 4202560 38 0 0 0 9 2 0 0 20 0 22 0 342201914 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140409879362344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7784] ppid=7777 vsize=2966184 CPUtime=0.17 cores=0,2,4,6
/proc/7779/task/7784/stat : 7784 (java) S 7777 7779 3937 0 -1 4202560 41 0 0 0 14 3 0 0 20 0 22 0 342201914 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140409878309800 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7785] ppid=7777 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/7779/task/7785/stat : 7785 (java) S 7777 7779 3937 0 -1 4202560 34 0 0 0 9 2 0 0 20 0 22 0 342201914 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140409877257256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7786] ppid=7777 vsize=2966184 CPUtime=0.16 cores=0,2,4,6
/proc/7779/task/7786/stat : 7786 (java) S 7777 7779 3937 0 -1 4202560 27 0 0 0 16 0 0 0 20 0 22 0 342201914 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140409876203688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7787] ppid=7777 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/7779/task/7787/stat : 7787 (java) S 7777 7779 3937 0 -1 4202560 30 0 0 0 7 2 0 0 20 0 22 0 342201914 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140409875151144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7779/tid=7788] ppid=7777 vsize=2966184 CPUtime=0.16 cores=0,2,4,6
/proc/7779/task/7788/stat : 7788 (java) S 7777 7779 3937 0 -1 4202560 39 0 0 0 13 3 0 0 20 0 22 0 342201914 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140409874098600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7789] ppid=7777 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/7779/task/7789/stat : 7789 (java) S 7777 7779 3937 0 -1 4202560 26 0 0 0 9 2 0 0 20 0 22 0 342201914 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140409873046056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7790] ppid=7777 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/7779/task/7790/stat : 7790 (java) R 7777 7779 3937 0 -1 4202560 55 0 0 0 30 1 0 0 20 0 22 0 342201915 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140409742276080 140409898328184 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=7779/tid=7791] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7791/stat : 7791 (java) S 7777 7779 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342201916 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140409741223544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7792] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7792/stat : 7792 (java) S 7777 7779 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342201916 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140409740170888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7793] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7793/stat : 7793 (java) S 7777 7779 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342201918 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140409739119632 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7794] ppid=7777 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/7779/task/7794/stat : 7794 (java) S 7777 7779 3937 0 -1 4202560 6104 0 0 0 84 2 0 0 20 0 22 0 342201918 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140409738065976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7795] ppid=7777 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/7779/task/7795/stat : 7795 (java) S 7777 7779 3937 0 -1 4202560 7015 0 0 0 86 2 0 0 20 0 22 0 342201918 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140409737005400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7796] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7796/stat : 7796 (java) S 7777 7779 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342201918 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140409735961080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7797] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7797/stat : 7797 (java) S 7777 7779 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342201918 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140409734908744 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7798] ppid=7777 vsize=2966184 CPUtime=4.12 cores=0,2,4,6
/proc/7779/task/7798/stat : 7798 (java) S 7777 7779 3937 0 -1 4202560 31 0 0 0 412 0 0 0 20 0 22 0 342202067 3037372416 137138 33554432000 1073741824 1073778376 140733809031424 140409733852088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/7779/task/7791/stat : 7791 (java) S 7777 7779 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342201916 3037372416 169405 33554432000 1073741824 1073778376 140733809031424 140409741223544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7792] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7792/stat : 7792 (java) S 7777 7779 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342201916 3037372416 169405 33554432000 1073741824 1073778376 140733809031424 140409740170888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7793] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7793/stat : 7793 (java) S 7777 7779 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342201918 3037372416 169405 33554432000 1073741824 1073778376 140733809031424 140409739119632 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7794] ppid=7777 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/7779/task/7794/stat : 7794 (java) S 7777 7779 3937 0 -1 4202560 6106 0 0 0 89 2 0 0 20 0 22 0 342201918 3037372416 169405 33554432000 1073741824 1073778376 140733809031424 140409738065976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7795] ppid=7777 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/7779/task/7795/stat : 7795 (java) S 7777 7779 3937 0 -1 4202560 9266 0 0 0 113 2 0 0 20 0 22 0 342201918 3037372416 169405 33554432000 1073741824 1073778376 140733809031424 140409737013432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7796] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7796/stat : 7796 (java) S 7777 7779 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342201918 3037372416 169405 33554432000 1073741824 1073778376 140733809031424 140409735961080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7797] ppid=7777 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/7779/task/7797/stat : 7797 (java) S 7777 7779 3937 0 -1 4202560 23 0 0 0 7 6 0 0 20 0 22 0 342201918 3037372416 169405 33554432000 1073741824 1073778376 140733809031424 140409734908744 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7798] ppid=7777 vsize=2966184 CPUtime=385.63 cores=0,2,4,6
/proc/7779/task/7798/stat : 7798 (java) R 7777 7779 3937 0 -1 4202560 252 0 0 0 38555 8 0 0 20 0 22 0 342202067 3037372416 169405 33554432000 1073741824 1073778376 140733809031424 140409733852896 140409746142420 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7799] ppid=7777 vsize=2966184 CPUtime=385.63 cores=0,2,4,6
/proc/7779/task/7799/stat : 7799 (java) R 7777 7779 3937 0 -1 4202560 307 0 0 0 38556 7 0 0 20 0 22 0 342202067 3037372416 169405 33554432000 1073741824 1073778376 140733809031424 140409732799424 140409746180272 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7800] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7800/stat : 7800 (java) S 7777 7779 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342202068 3037372416 169405 33554432000 1073741824 1073778376 140733809031424 140409731749416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7801] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7801/stat : 7801 (java) S 7777 7779 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342202068 3037372416 169405 33554432000 1073741824 1073778376 140733809031424 140409730696872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 804.48
Current children cumulated vsize (KiB) 2966184

[startup+462.301 s]
/proc/loadavg: 3.89 3.91 3.89 5/219 7889
/proc/meminfo: memFree=26813928/32873648 swapFree=6864/6864
[pid=7779] ppid=7777 vsize=2966184 CPUtime=925.29 cores=0,2,4,6
/proc/7779/stat : 7779 (java) S 7777 7779 3937 0 -1 4202496 77916 0 1 0 92434 95 0 0 20 0 22 0 342201912 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140733809022560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7779/statm: 741546 172477 2283 9 0 732240 0
[pid=7779/tid=7781] ppid=7777 vsize=2966184 CPUtime=1.48 cores=0,2,4,6
/proc/7779/task/7781/stat : 7781 (java) S 7777 7779 3937 0 -1 4202560 2983 0 1 0 141 7 0 0 20 0 22 0 342201913 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409896133784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7782] ppid=7777 vsize=2966184 CPUtime=3.15 cores=0,2,4,6
/proc/7779/task/7782/stat : 7782 (java) S 7777 7779 3937 0 -1 4202560 309 0 0 0 311 4 0 0 20 0 22 0 342201914 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409880414888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7783] ppid=7777 vsize=2966184 CPUtime=3.09 cores=0,2,4,6
/proc/7779/task/7783/stat : 7783 (java) S 7777 7779 3937 0 -1 4202560 314 0 0 0 304 5 0 0 20 0 22 0 342201914 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409879362344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7784] ppid=7777 vsize=2966184 CPUtime=3.06 cores=0,2,4,6
/proc/7779/task/7784/stat : 7784 (java) S 7777 7779 3937 0 -1 4202560 315 0 0 0 299 7 0 0 20 0 22 0 342201914 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409878309800 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7785] ppid=7777 vsize=2966184 CPUtime=3 cores=0,2,4,6
/proc/7779/task/7785/stat : 7785 (java) S 7777 7779 3937 0 -1 4202560 303 0 0 0 296 4 0 0 20 0 22 0 342201914 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409877257256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7786] ppid=7777 vsize=2966184 CPUtime=3.03 cores=0,2,4,6
/proc/7779/task/7786/stat : 7786 (java) S 7777 7779 3937 0 -1 4202560 294 0 0 0 299 4 0 0 20 0 22 0 342201914 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409876203688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7787] ppid=7777 vsize=2966184 CPUtime=3.04 cores=0,2,4,6
/proc/7779/task/7787/stat : 7787 (java) S 7777 7779 3937 0 -1 4202560 303 0 0 0 299 5 0 0 20 0 22 0 342201914 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409875151144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7788] ppid=7777 vsize=2966184 CPUtime=3.14 cores=0,2,4,6
/proc/7779/task/7788/stat : 7788 (java) S 7777 7779 3937 0 -1 4202560 317 0 0 0 308 6 0 0 20 0 22 0 342201914 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409874098600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7789] ppid=7777 vsize=2966184 CPUtime=2.95 cores=0,2,4,6
/proc/7779/task/7789/stat : 7789 (java) S 7777 7779 3937 0 -1 4202560 299 0 0 0 291 4 0 0 20 0 22 0 342201914 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409873046056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7779/tid=7790] ppid=7777 vsize=2966184 CPUtime=9.85 cores=0,2,4,6
/proc/7779/task/7790/stat : 7790 (java) S 7777 7779 3937 0 -1 4202560 55262 0 0 0 947 38 0 0 20 0 22 0 342201915 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409742277224 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7791] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7791/stat : 7791 (java) S 7777 7779 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342201916 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409741223544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7792] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7792/stat : 7792 (java) S 7777 7779 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342201916 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409740170888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7793] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7793/stat : 7793 (java) S 7777 7779 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342201918 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409739119632 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7794] ppid=7777 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/7779/task/7794/stat : 7794 (java) S 7777 7779 3937 0 -1 4202560 6106 0 0 0 89 2 0 0 20 0 22 0 342201918 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409738065976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7795] ppid=7777 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/7779/task/7795/stat : 7795 (java) S 7777 7779 3937 0 -1 4202560 9266 0 0 0 113 2 0 0 20 0 22 0 342201918 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409737013432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7796] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7796/stat : 7796 (java) S 7777 7779 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342201918 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409735961080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7797] ppid=7777 vsize=2966184 CPUtime=0.15 cores=0,2,4,6
/proc/7779/task/7797/stat : 7797 (java) S 7777 7779 3937 0 -1 4202560 27 0 0 0 8 7 0 0 20 0 22 0 342201918 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409734908744 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7798] ppid=7777 vsize=2966184 CPUtime=443.74 cores=0,2,4,6
/proc/7779/task/7798/stat : 7798 (java) R 7777 7779 3937 0 -1 4202560 281 0 0 0 44365 9 0 0 20 0 22 0 342202067 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409733852920 140409746222854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7799] ppid=7777 vsize=2966184 CPUtime=443.75 cores=0,2,4,6
/proc/7779/task/7799/stat : 7799 (java) R 7777 7779 3937 0 -1 4202560 349 0 0 0 44367 8 0 0 20 0 22 0 342202067 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409732799424 140409746223648 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7800] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7800/stat : 7800 (java) S 7777 7779 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342202068 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409731749416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7801] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7801/stat : 7801 (java) S 7777 7779 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342202068 3037372416 172477 33554432000 1073741824 1073778376 140733809031424 140409730696872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 925.29
Current children cumulated vsize (KiB) 2966184

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

[startup+462.701 s]
/proc/loadavg: 3.89 3.91 3.89 5/219 7889
/proc/meminfo: memFree=26813928/32873648 swapFree=6864/6864
[pid=7779] ppid=7777 vsize=2966184 CPUtime=925.59 cores=0,2,4,6
/proc/7779/stat : 7779 (java) S 7777 7779 3937 0 -1 4202496 77917 0 1 0 92449 110 0 0 20 0 20 0 342201912 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140733809022560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7779/statm: 741546 172467 2284 9 0 732240 0
[pid=7779/tid=7781] ppid=7777 vsize=2966184 CPUtime=1.48 cores=0,2,4,6
/proc/7779/task/7781/stat : 7781 (java) S 7777 7779 3937 0 -1 4202560 2983 0 1 0 141 7 0 0 20 0 20 0 342201913 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409896133784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7782] ppid=7777 vsize=2966184 CPUtime=3.15 cores=0,2,4,6
/proc/7779/task/7782/stat : 7782 (java) S 7777 7779 3937 0 -1 4202560 309 0 0 0 311 4 0 0 20 0 20 0 342201914 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409880414888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7783] ppid=7777 vsize=2966184 CPUtime=3.09 cores=0,2,4,6
/proc/7779/task/7783/stat : 7783 (java) S 7777 7779 3937 0 -1 4202560 314 0 0 0 304 5 0 0 20 0 20 0 342201914 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409879362344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7784] ppid=7777 vsize=2966184 CPUtime=3.06 cores=0,2,4,6
/proc/7779/task/7784/stat : 7784 (java) S 7777 7779 3937 0 -1 4202560 315 0 0 0 299 7 0 0 20 0 20 0 342201914 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409878309800 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7785] ppid=7777 vsize=2966184 CPUtime=3 cores=0,2,4,6
/proc/7779/task/7785/stat : 7785 (java) S 7777 7779 3937 0 -1 4202560 303 0 0 0 296 4 0 0 20 0 20 0 342201914 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409877257256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7786] ppid=7777 vsize=2966184 CPUtime=3.03 cores=0,2,4,6
/proc/7779/task/7786/stat : 7786 (java) S 7777 7779 3937 0 -1 4202560 294 0 0 0 299 4 0 0 20 0 20 0 342201914 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409876203688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7787] ppid=7777 vsize=2966184 CPUtime=3.04 cores=0,2,4,6
/proc/7779/task/7787/stat : 7787 (java) S 7777 7779 3937 0 -1 4202560 303 0 0 0 299 5 0 0 20 0 20 0 342201914 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409875151144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7788] ppid=7777 vsize=2966184 CPUtime=3.14 cores=0,2,4,6
/proc/7779/task/7788/stat : 7788 (java) S 7777 7779 3937 0 -1 4202560 317 0 0 0 308 6 0 0 20 0 20 0 342201914 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409874098600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7789] ppid=7777 vsize=2966184 CPUtime=2.95 cores=0,2,4,6
/proc/7779/task/7789/stat : 7789 (java) S 7777 7779 3937 0 -1 4202560 299 0 0 0 291 4 0 0 20 0 20 0 342201914 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409873046056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7779/tid=7790] ppid=7777 vsize=2966184 CPUtime=9.85 cores=0,2,4,6
/proc/7779/task/7790/stat : 7790 (java) S 7777 7779 3937 0 -1 4202560 55262 0 0 0 947 38 0 0 20 0 20 0 342201915 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409742277224 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7791] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7791/stat : 7791 (java) S 7777 7779 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342201916 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409741223544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7792] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7792/stat : 7792 (java) S 7777 7779 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 342201916 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409740170888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7793] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7793/stat : 7793 (java) S 7777 7779 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342201918 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409739119632 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7794] ppid=7777 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/7779/task/7794/stat : 7794 (java) S 7777 7779 3937 0 -1 4202560 6106 0 0 0 89 2 0 0 20 0 20 0 342201918 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409738065976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7795] ppid=7777 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/7779/task/7795/stat : 7795 (java) S 7777 7779 3937 0 -1 4202560 9266 0 0 0 113 2 0 0 20 0 20 0 342201918 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409737013432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7796] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7796/stat : 7796 (java) S 7777 7779 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342201918 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409735961080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7797] ppid=7777 vsize=2966184 CPUtime=0.15 cores=0,2,4,6
/proc/7779/task/7797/stat : 7797 (java) S 7777 7779 3937 0 -1 4202560 27 0 0 0 8 7 0 0 20 0 20 0 342201918 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409734908744 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7800] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7800/stat : 7800 (java) S 7777 7779 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342202068 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409731749416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7801] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7801/stat : 7801 (java) S 7777 7779 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342202068 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409730696872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 925.59
Current children cumulated vsize (KiB) 2966184

[startup+462.801 s]
/proc/loadavg: 3.89 3.91 3.89 5/219 7889
/proc/meminfo: memFree=26813928/32873648 swapFree=6864/6864
[pid=7779] ppid=7777 vsize=2966184 CPUtime=925.59 cores=0,2,4,6
/proc/7779/stat : 7779 (java) S 7777 7779 3937 0 -1 4202496 77917 0 1 0 92449 110 0 0 20 0 20 0 342201912 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140733809022560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7779/statm: 741546 172467 2284 9 0 732240 0
[pid=7779/tid=7781] ppid=7777 vsize=2966184 CPUtime=1.48 cores=0,2,4,6
/proc/7779/task/7781/stat : 7781 (java) S 7777 7779 3937 0 -1 4202560 2983 0 1 0 141 7 0 0 20 0 20 0 342201913 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409896133784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7782] ppid=7777 vsize=2966184 CPUtime=3.15 cores=0,2,4,6
/proc/7779/task/7782/stat : 7782 (java) S 7777 7779 3937 0 -1 4202560 309 0 0 0 311 4 0 0 20 0 20 0 342201914 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409880414888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7783] ppid=7777 vsize=2966184 CPUtime=3.09 cores=0,2,4,6
/proc/7779/task/7783/stat : 7783 (java) S 7777 7779 3937 0 -1 4202560 314 0 0 0 304 5 0 0 20 0 20 0 342201914 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409879362344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7784] ppid=7777 vsize=2966184 CPUtime=3.06 cores=0,2,4,6
/proc/7779/task/7784/stat : 7784 (java) S 7777 7779 3937 0 -1 4202560 315 0 0 0 299 7 0 0 20 0 20 0 342201914 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409878309800 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7785] ppid=7777 vsize=2966184 CPUtime=3 cores=0,2,4,6
/proc/7779/task/7785/stat : 7785 (java) S 7777 7779 3937 0 -1 4202560 303 0 0 0 296 4 0 0 20 0 20 0 342201914 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409877257256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7786] ppid=7777 vsize=2966184 CPUtime=3.03 cores=0,2,4,6
/proc/7779/task/7786/stat : 7786 (java) S 7777 7779 3937 0 -1 4202560 294 0 0 0 299 4 0 0 20 0 20 0 342201914 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409876203688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7787] ppid=7777 vsize=2966184 CPUtime=3.04 cores=0,2,4,6
/proc/7779/task/7787/stat : 7787 (java) S 7777 7779 3937 0 -1 4202560 303 0 0 0 299 5 0 0 20 0 20 0 342201914 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409875151144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7788] ppid=7777 vsize=2966184 CPUtime=3.14 cores=0,2,4,6
/proc/7779/task/7788/stat : 7788 (java) S 7777 7779 3937 0 -1 4202560 317 0 0 0 308 6 0 0 20 0 20 0 342201914 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409874098600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7789] ppid=7777 vsize=2966184 CPUtime=2.95 cores=0,2,4,6
/proc/7779/task/7789/stat : 7789 (java) S 7777 7779 3937 0 -1 4202560 299 0 0 0 291 4 0 0 20 0 20 0 342201914 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409873046056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7779/tid=7790] ppid=7777 vsize=2966184 CPUtime=9.85 cores=0,2,4,6
/proc/7779/task/7790/stat : 7790 (java) S 7777 7779 3937 0 -1 4202560 55262 0 0 0 947 38 0 0 20 0 20 0 342201915 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409742277224 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7791] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7791/stat : 7791 (java) S 7777 7779 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342201916 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409741223544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7792] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7792/stat : 7792 (java) S 7777 7779 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 342201916 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409740170888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7793] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7793/stat : 7793 (java) S 7777 7779 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342201918 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409739119632 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7794] ppid=7777 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/7779/task/7794/stat : 7794 (java) S 7777 7779 3937 0 -1 4202560 6106 0 0 0 89 2 0 0 20 0 20 0 342201918 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409738065976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7795] ppid=7777 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/7779/task/7795/stat : 7795 (java) S 7777 7779 3937 0 -1 4202560 9266 0 0 0 113 2 0 0 20 0 20 0 342201918 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409737013432 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7779/tid=7796] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7796/stat : 7796 (java) S 7777 7779 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342201918 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409735961080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7779/tid=7797] ppid=7777 vsize=2966184 CPUtime=0.15 cores=0,2,4,6
/proc/7779/task/7797/stat : 7797 (java) S 7777 7779 3937 0 -1 4202560 27 0 0 0 8 7 0 0 20 0 20 0 342201918 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409734908744 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7800] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7800/stat : 7800 (java) S 7777 7779 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342202068 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409731749416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7779/tid=7801] ppid=7777 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7779/task/7801/stat : 7801 (java) S 7777 7779 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342202068 3037372416 172467 33554432000 1073741824 1073778376 140733809031424 140409730696872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 925.59
Current children cumulated vsize (KiB) 2966184

Child status: 20
Real time (s): 462.861
CPU time (s): 925.944
CPU user time (s): 924.662
CPU system time (s): 1.28181
CPU usage (%): 200.048
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 924.662
system time used= 1.2818
maximum resident set size= 696608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77929
page faults= 1
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26642
involuntary context switches= 41357

runsolver used 1.67175 second user time and 4.26535 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-03 23:59:19
IDJOB=3740913
IDBENCH=89675
IDSOLVER=2324
FILE ID=node120/3740913-1338760759
RUNJOBID= node120-1338747803-3953
PBS_JOBID= 14636782
Free space on /tmp= 70760 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-101.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740913-1338760759/watcher-3740913-1338760759 -o /tmp/evaluation-result-3740913-1338760759/solver-3740913-1338760759 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3740913-1338760759.opb

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

MD5SUM BENCH= a3ed9477da365050d631dd031519efe8
RANDOM SEED=218081236

node120.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.456
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.91
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.456
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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        27471540 kB
Buffers:          577664 kB
Cached:          3152324 kB
SwapCached:         1580 kB
Active:          2470844 kB
Inactive:        1996988 kB
Active(anon):     730060 kB
Inactive(anon):     9224 kB
Active(file):    1740784 kB
Inactive(file):  1987764 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:              7500 kB
Writeback:             0 kB
AnonPages:        742036 kB
Mapped:            19068 kB
Shmem:                32 kB
Slab:             795816 kB
SReclaimable:     239708 kB
SUnreclaim:       556108 kB
KernelStack:        1616 kB
PageTables:         5632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    688128 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= 70760 MiB
End job on node120 at 2012-06-04 00:07:02