Trace number 3455286

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
Sat4j Res//CP 2.3.0OPT4 49.1995 26.598

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_50_50.r.opb
MD5SUM92218ddb5567427e70962e6332b1ed9e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark1.2938
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint50
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
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.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3455286-1307192080.opb
0.10/0.11	c reading problem ... 
0.30/0.23	c ... done. Wall clock time 0.127s.
0.30/0.23	c #vars     100
0.30/0.23	c #constraints  100
0.30/0.23	c constraints type 
0.30/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
0.30/0.23	c constraints type 
0.30/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 100
0.30/0.24	c  And the winner is Resolution
0.48/0.74	c SATISFIABLE
0.48/0.74	c OPTIMIZING...
0.48/0.74	c Got one! Elapsed wall clock time (in seconds):0.633
0.48/0.74	o 6
0.48/0.75	c  And the winner is Resolution
0.51/1.25	c Got one! Elapsed wall clock time (in seconds):1.139
0.51/1.25	o 5
0.68/1.35	c  And the winner is Resolution
1.02/1.75	c Got one! Elapsed wall clock time (in seconds):1.645
1.02/1.75	o 4
1.97/2.06	c cleaning 2981 clauses out of 5965 with flag 5000/5965
2.80/2.29	c cleaning 4497 clauses out of 8994 with flag 11010/11975
3.65/2.56	c cleaning 5743 clauses out of 11489 with flag 18002/18967
4.48/2.91	c cleaning 6872 clauses out of 13747 with flag 26003/26968
5.34/3.37	c cleaning 7937 clauses out of 15877 with flag 35005/35970
6.31/3.86	c cleaning 8966 clauses out of 17935 with flag 45000/45965
7.31/4.37	c cleaning 9484 clauses out of 18972 with flag 55003/55968
8.26/4.88	c cleaning 9748 clauses out of 19500 with flag 65015/65980
9.45/5.44	c cleaning 9867 clauses out of 19738 with flag 75001/75966
10.39/5.91	c cleaning 9938 clauses out of 19880 with flag 85010/85975
11.35/6.45	c cleaning 9962 clauses out of 19932 with flag 95000/95965
12.51/7.04	c cleaning 9978 clauses out of 19970 with flag 105000/105965
13.69/7.63	c cleaning 9995 clauses out of 19993 with flag 115001/115966
14.62/8.16	c cleaning 9999 clauses out of 19999 with flag 125002/125967
15.58/8.71	c cleaning 9998 clauses out of 19999 with flag 135001/135966
16.76/9.21	c cleaning 10001 clauses out of 20006 with flag 145006/145971
17.93/9.84	c cleaning 9998 clauses out of 19999 with flag 155000/155965
19.25/10.51	c cleaning 9999 clauses out of 20003 with flag 165002/165967
20.42/11.15	c cleaning 10001 clauses out of 20005 with flag 175003/175968
21.57/11.72	c cleaning 10001 clauses out of 20003 with flag 185002/185967
22.70/12.33	c cleaning 9999 clauses out of 20004 with flag 195004/195969
23.86/12.96	c cleaning 9999 clauses out of 20002 with flag 205001/205966
25.01/13.54	c cleaning 9999 clauses out of 20004 with flag 215002/215967
26.16/14.13	c cleaning 10001 clauses out of 20007 with flag 225004/225969
27.29/14.71	c cleaning 9999 clauses out of 20002 with flag 235000/235965
28.24/15.25	c cleaning 10003 clauses out of 20009 with flag 245006/245971
29.39/15.83	c cleaning 9999 clauses out of 20001 with flag 255001/255966
30.33/16.41	c cleaning 9998 clauses out of 20002 with flag 265001/265966
31.45/16.96	c cleaning 10002 clauses out of 20008 with flag 275005/275970
32.63/17.56	c cleaning 10001 clauses out of 20003 with flag 285002/285967
33.74/18.17	c cleaning 9998 clauses out of 20001 with flag 295001/295966
34.93/18.76	c cleaning 10002 clauses out of 20007 with flag 305005/305970
36.21/19.46	c cleaning 9999 clauses out of 20002 with flag 315002/315967
37.35/20.07	c cleaning 9998 clauses out of 20001 with flag 325000/325965
38.50/20.64	c cleaning 10003 clauses out of 20007 with flag 335004/335969
39.84/21.37	c cleaning 10010 clauses out of 20020 with flag 345020/345985
40.99/22.00	c cleaning 9996 clauses out of 19995 with flag 355005/355970
42.30/22.61	c cleaning 9997 clauses out of 19995 with flag 365001/365966
43.65/23.31	c cleaning 9998 clauses out of 19997 with flag 375000/375965
44.99/24.02	c cleaning 9999 clauses out of 20004 with flag 385005/385970
46.50/24.89	c cleaning 10000 clauses out of 20003 with flag 395003/395968
48.04/25.65	c cleaning 10005 clauses out of 20009 with flag 405009/405974
48.79/26.06	c  And the winner is Resolution
49.09/26.57	c starts		: 151
49.09/26.57	c conflicts		: 411704
49.09/26.57	c decisions		: 552184
49.09/26.57	c propagations		: 3334752
49.09/26.57	c inspects		: 173683562
49.09/26.57	c shortcuts		: 0
49.09/26.57	c learnt literals	: 3
49.09/26.57	c learnt binary clauses	: 8
49.09/26.57	c learnt ternary clauses	: 12
49.09/26.57	c learnt constraints	: 411700
49.09/26.57	c ignored constraints	: 0
49.09/26.57	c root simplifications	: 0
49.09/26.57	c removed literals (reason simplification)	: 373277
49.09/26.57	c reason swapping (by a shorter reason)	: 0
49.09/26.57	c Calls to reduceDB	: 42
49.09/26.57	c number of reductions to clauses (during analyze)	: 0
49.09/26.57	c number of learned constraints concerned by reduction	: 0
49.09/26.57	c number of learning phase by resolution	: 0
49.09/26.57	c number of learning phase by cutting planes	: 0
49.09/26.57	c speed (assignments/second)	: 134379.11025145068
49.09/26.57	c non guided choices	0
49.09/26.57	c learnt constraints type 
49.09/26.57	c constraints type 
49.09/26.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
49.09/26.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
49.09/26.57	c constraints type 
49.09/26.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 100
49.09/26.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
49.09/26.57	s OPTIMUM FOUND
49.09/26.57	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
49.09/26.57	c objective function=4
49.09/26.57	c Total wall clock time (in seconds): 26.462

Verifier Data

OK	4

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3455286-1307192080/watcher-3455286-1307192080 -o /tmp/evaluation-result-3455286-1307192080/solver-3455286-1307192080 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455286-1307192080.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.70 2.45 3.19 3/575 13846
/proc/meminfo: memFree=24605808/32950928 swapFree=67056580/67111528
[pid=13846] ppid=13844 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/13846/stat : 13846 (java) S 13844 13846 10194 0 -1 4202496 5488 0 1 0 0 0 0 0 25 0 2 0 830805059 10694979584 5190 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/13846/statm: 2611079 5203 917 9 0 2602235 0
[pid=13846/tid=13847] ppid=13844 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13847/stat : 13847 (java) R 13844 13846 10194 0 -1 4202560 8673 0 1 0 0 0 0 0 25 0 2 0 830805060 10694979584 9489 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239476388923 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.09369 s]
/proc/loadavg: 1.70 2.45 3.19 3/575 13846
/proc/meminfo: memFree=24605808/32950928 swapFree=67056580/67111528
[pid=13846] ppid=13844 vsize=10540396 CPUtime=0.09 cores=1,3,5,7
/proc/13846/stat : 13846 (java) S 13844 13846 10194 0 -1 4202496 13008 0 1 0 8 1 0 0 25 0 18 0 830805059 10793365504 12666 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13846/statm: 2635099 12670 2092 9 0 2625833 0
[pid=13846/tid=13847] ppid=13844 vsize=10540396 CPUtime=0.08 cores=1,3,5,7
/proc/13846/task/13847/stat : 13847 (java) R 13844 13846 10194 0 -1 4202560 11064 0 1 0 7 1 0 0 18 0 18 0 830805060 10793365504 12672 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 47417837133829 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540396

[startup+0.10074 s]
/proc/loadavg: 1.70 2.45 3.19 3/575 13846
/proc/meminfo: memFree=24605808/32950928 swapFree=67056580/67111528
[pid=13846] ppid=13844 vsize=10540396 CPUtime=0.1 cores=1,3,5,7
/proc/13846/stat : 13846 (java) S 13844 13846 10194 0 -1 4202496 13115 0 1 0 9 1 0 0 25 0 18 0 830805059 10793365504 12773 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13846/statm: 2635099 12774 2092 9 0 2625833 0
[pid=13846/tid=13847] ppid=13844 vsize=10540396 CPUtime=0.08 cores=1,3,5,7
/proc/13846/task/13847/stat : 13847 (java) R 13844 13846 10194 0 -1 4202560 11166 0 1 0 7 1 0 0 18 0 18 0 830805060 10793365504 12774 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488521675 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540396

[startup+0.300737 s]
/proc/loadavg: 1.70 2.45 3.19 3/575 13846
/proc/meminfo: memFree=24605808/32950928 swapFree=67056580/67111528
[pid=13846] ppid=13844 vsize=10546556 CPUtime=0.48 cores=1,3,5,7
/proc/13846/stat : 13846 (java) S 13844 13846 10194 0 -1 4202496 16733 0 1 0 46 2 0 0 25 0 19 0 830805059 10799673344 15385 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13846/statm: 2636639 15385 2208 9 0 2627373 0
[pid=13846/tid=13847] ppid=13844 vsize=10546556 CPUtime=0.22 cores=1,3,5,7
/proc/13846/task/13847/stat : 13847 (java) S 13844 13846 10194 0 -1 4202560 12094 0 1 0 21 1 0 0 19 0 19 0 830805060 10799673344 15385 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10546556

[startup+0.700658 s]
/proc/loadavg: 1.70 2.45 3.19 3/575 13846
/proc/meminfo: memFree=24605808/32950928 swapFree=67056580/67111528
[pid=13846] ppid=13844 vsize=10546556 CPUtime=0.48 cores=1,3,5,7
/proc/13846/stat : 13846 (java) S 13844 13846 10194 0 -1 4202496 16733 0 1 0 46 2 0 0 25 0 19 0 830805059 10799673344 15385 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13846/statm: 2636639 15385 2208 9 0 2627373 0
[pid=13846/tid=13847] ppid=13844 vsize=10546556 CPUtime=0.22 cores=1,3,5,7
/proc/13846/task/13847/stat : 13847 (java) S 13844 13846 10194 0 -1 4202560 12094 0 1 0 21 1 0 0 19 0 19 0 830805060 10799673344 15385 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10546556

[startup+1.50151 s]
/proc/loadavg: 1.70 2.45 3.19 3/594 13874
/proc/meminfo: memFree=24496004/32950928 swapFree=67056580/67111528
[pid=13846] ppid=13844 vsize=10547580 CPUtime=1.02 cores=1,3,5,7
/proc/13846/stat : 13846 (java) S 13844 13846 10194 0 -1 4202496 17860 0 1 0 100 2 0 0 25 0 19 0 830805059 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13846/statm: 2636895 16344 2221 9 0 2627629 0
[pid=13846/tid=13847] ppid=13844 vsize=10547580 CPUtime=0.22 cores=1,3,5,7
/proc/13846/task/13847/stat : 13847 (java) S 13844 13846 10194 0 -1 4202560 12138 0 1 0 21 1 0 0 16 0 19 0 830805060 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13849] ppid=13844 vsize=10547580 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13849/stat : 13849 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830805061 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13850] ppid=13844 vsize=10547580 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13850/stat : 13850 (java) S 13844 13846 10194 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 830805061 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
[pid=13846/tid=13851] ppid=13844 vsize=10547580 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13851/stat : 13851 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830805061 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13852] ppid=13844 vsize=10547580 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13852/stat : 13852 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830805061 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13853] ppid=13844 vsize=10547580 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13853/stat : 13853 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830805061 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13854] ppid=13844 vsize=10547580 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13854/stat : 13854 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830805061 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13855] ppid=13844 vsize=10547580 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13855/stat : 13855 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830805061 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13856] ppid=13844 vsize=10547580 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13856/stat : 13856 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830805061 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13857] ppid=13844 vsize=10547580 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13857/stat : 13857 (java) S 13844 13846 10194 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 830805062 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 0 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13858] ppid=13844 vsize=10547580 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13858/stat : 13858 (java) S 13844 13846 10194 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 830805063 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13859] ppid=13844 vsize=10547580 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13859/stat : 13859 (java) S 13844 13846 10194 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 830805063 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13860] ppid=13844 vsize=10547580 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13860/stat : 13860 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830805065 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488518577 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13861] ppid=13844 vsize=10547580 CPUtime=0.28 cores=1,3,5,7
/proc/13846/task/13861/stat : 13861 (java) S 13844 13846 10194 0 -1 4202560 1226 0 0 0 28 0 0 0 16 0 19 0 830805065 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13862] ppid=13844 vsize=10547580 CPUtime=0.27 cores=1,3,5,7
/proc/13846/task/13862/stat : 13862 (java) S 13844 13846 10194 0 -1 4202560 2792 0 0 0 27 0 0 0 16 0 19 0 830805065 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13863] ppid=13844 vsize=10547580 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13863/stat : 13863 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830805065 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13864] ppid=13844 vsize=10547580 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13864/stat : 13864 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830805065 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13867] ppid=13844 vsize=10547580 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13867/stat : 13867 (java) S 13844 13846 10194 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 830805083 10800721920 16344 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 10547580

[startup+3.10111 s]
/proc/loadavg: 1.70 2.45 3.19 8/597 13880
/proc/meminfo: memFree=24369984/32950928 swapFree=67056580/67111528
[pid=13846] ppid=13844 vsize=10628892 CPUtime=4.9 cores=1,3,5,7
/proc/13846/stat : 13846 (java) S 13844 13846 10194 0 -1 4202496 96816 0 1 0 477 13 0 0 25 0 22 0 830805059 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13846/statm: 2657223 90325 2257 9 0 2647957 0
[pid=13846/tid=13847] ppid=13844 vsize=10628892 CPUtime=0.22 cores=1,3,5,7
/proc/13846/task/13847/stat : 13847 (java) S 13844 13846 10194 0 -1 4202560 12148 0 1 0 21 1 0 0 15 0 22 0 830805060 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13849] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13849/stat : 13849 (java) S 13844 13846 10194 0 -1 4202560 386 0 0 0 0 0 0 0 15 0 22 0 830805061 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13850] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13850/stat : 13850 (java) S 13844 13846 10194 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 830805061 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13851] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13851/stat : 13851 (java) S 13844 13846 10194 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 830805061 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13852] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13852/stat : 13852 (java) S 13844 13846 10194 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 22 0 830805061 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13853] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13853/stat : 13853 (java) S 13844 13846 10194 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 830805061 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13854] ppid=13844 vsize=10628892 CPUtime=0.01 cores=1,3,5,7
/proc/13846/task/13854/stat : 13854 (java) S 13844 13846 10194 0 -1 4202560 677 0 0 0 1 0 0 0 15 0 22 0 830805061 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13855] ppid=13844 vsize=10628892 CPUtime=0.01 cores=1,3,5,7
/proc/13846/task/13855/stat : 13855 (java) S 13844 13846 10194 0 -1 4202560 505 0 0 0 1 0 0 0 16 0 22 0 830805061 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13856] ppid=13844 vsize=10628892 CPUtime=0.01 cores=1,3,5,7
/proc/13846/task/13856/stat : 13856 (java) S 13844 13846 10194 0 -1 4202560 238 0 0 0 1 0 0 0 16 0 22 0 830805061 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13857] ppid=13844 vsize=10628892 CPUtime=0.07 cores=1,3,5,7
/proc/13846/task/13857/stat : 13857 (java) S 13844 13846 10194 0 -1 4202560 1748 0 0 0 7 0 0 0 16 0 22 0 830805062 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 0 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13858] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13858/stat : 13858 (java) S 13844 13846 10194 0 -1 4202560 16 0 0 0 0 0 0 0 17 0 22 0 830805063 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
[pid=13846/tid=13859] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13859/stat : 13859 (java) S 13844 13846 10194 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830805063 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13860] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13860/stat : 13860 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830805065 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488518577 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13861] ppid=13844 vsize=10628892 CPUtime=0.94 cores=1,3,5,7
/proc/13846/task/13861/stat : 13861 (java) S 13844 13846 10194 0 -1 4202560 5598 0 0 0 94 0 0 0 15 0 22 0 830805065 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
[pid=13846/tid=13862] ppid=13844 vsize=10628892 CPUtime=0.88 cores=1,3,5,7
/proc/13846/task/13862/stat : 13862 (java) S 13844 13846 10194 0 -1 4202560 9660 0 0 0 87 1 0 0 15 0 22 0 830805065 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13863] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13863/stat : 13863 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830805065 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13864] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13864/stat : 13864 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830805065 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13867] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13867/stat : 13867 (java) S 13844 13846 10194 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 830805083 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13878] ppid=13844 vsize=10628892 CPUtime=1.23 cores=1,3,5,7
/proc/13846/task/13878/stat : 13878 (java) R 13844 13846 10194 0 -1 4202560 606 0 0 0 123 0 0 0 17 0 22 0 830805235 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 46912505641220 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=13846/tid=13879] ppid=13844 vsize=10628892 CPUtime=1.23 cores=1,3,5,7
/proc/13846/task/13879/stat : 13879 (java) R 13844 13846 10194 0 -1 4202560 63358 0 0 0 115 8 0 0 18 0 22 0 830805235 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 46912505551488 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13846/tid=13880] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13880/stat : 13880 (java) S 13844 13846 10194 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 830805235 10883985408 90325 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 10628892

[startup+6.30155 s]
/proc/loadavg: 1.80 2.46 3.19 5/597 13880
/proc/meminfo: memFree=24009888/32950928 swapFree=67056580/67111528
[pid=13846] ppid=13844 vsize=10628892 CPUtime=11.15 cores=1,3,5,7
/proc/13846/stat : 13846 (java) S 13844 13846 10194 0 -1 4202496 123170 0 1 0 1100 15 0 0 25 0 22 0 830805059 10883985408 116656 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13846/statm: 2657223 116656 2257 9 0 2647957 0
[pid=13846/tid=13847] ppid=13844 vsize=10628892 CPUtime=0.22 cores=1,3,5,7
/proc/13846/task/13847/stat : 13847 (java) S 13844 13846 10194 0 -1 4202560 12148 0 1 0 21 1 0 0 15 0 22 0 830805060 10883985408 116656 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13849] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13849/stat : 13849 (java) S 13844 13846 10194 0 -1 4202560 395 0 0 0 0 0 0 0 15 0 22 0 830805061 10883985408 116656 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
[pid=13846/tid=13850] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13850/stat : 13850 (java) S 13844 13846 10194 0 -1 4202560 96 0 0 0 0 0 0 0 16 0 22 0 830805061 10883985408 116656 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13851] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13851/stat : 13851 (java) S 13844 13846 10194 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 22 0 830805061 10883985408 116656 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
[pid=13846/tid=13852] ppid=13844 vsize=10628892 CPUtime=0.01 cores=1,3,5,7
/proc/13846/task/13852/stat : 13852 (java) S 13844 13846 10194 0 -1 4202560 121 0 0 0 1 0 0 0 16 0 22 0 830805061 10883985408 116656 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13853] ppid=13844 vsize=10628892 CPUtime=0.01 cores=1,3,5,7
/proc/13846/task/13853/stat : 13853 (java) S 13844 13846 10194 0 -1 4202560 87 0 0 0 1 0 0 0 15 0 22 0 830805061 10883985408 116656 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13854] ppid=13844 vsize=10628892 CPUtime=0.01 cores=1,3,5,7
/proc/13846/task/13854/stat : 13854 (java) S 13844 13846 10194 0 -1 4202560 677 0 0 0 1 0 0 0 16 0 22 0 830805061 10883985408 116656 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13855] ppid=13844 vsize=10628892 CPUtime=0.01 cores=1,3,5,7
/proc/13846/task/13855/stat : 13855 (java) S 13844 13846 10194 0 -1 4202560 519 0 0 0 1 0 0 0 15 0 22 0 830805061 10883985408 116656 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13856] ppid=13844 vsize=10628892 CPUtime=0.01 cores=1,3,5,7
/proc/13846/task/13856/stat : 13856 (java) S 13844 13846 10194 0 -1 4202560 325 0 0 0 1 0 0 0 15 0 22 0 830805061 10883985408 116656 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13857] ppid=13844 vsize=10628892 CPUtime=0.27 cores=1,3,5,7
/proc/13846/task/13857/stat : 13857 (java) S 13844 13846 10194 0 -1 4202560 4239 0 0 0 27 0 0 0 16 0 22 0 830805062 10883985408 116656 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 0 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13858] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13858/stat : 13858 (java) S 13844 13846 10194 0 -1 4202560 16 0 0 0 0 0 0 0 17 0 22 0 830805063 10883985408 116656 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
[pid=13846/tid=13859] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13859/stat : 13859 (java) S 13844 13846 10194 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830805063 10883985408 116656 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0

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

/proc/13846/task/13856/stat : 13856 (java) S 13844 13846 10194 0 -1 4202560 325 0 0 0 3 0 0 0 15 0 22 0 830805061 10883985408 126621 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13857] ppid=13844 vsize=10628892 CPUtime=0.81 cores=1,3,5,7
/proc/13846/task/13857/stat : 13857 (java) S 13844 13846 10194 0 -1 4202560 5942 0 0 0 81 0 0 0 16 0 22 0 830805062 10883985408 126621 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 0 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13858] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13858/stat : 13858 (java) S 13844 13846 10194 0 -1 4202560 16 0 0 0 0 0 0 0 17 0 22 0 830805063 10883985408 126621 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
[pid=13846/tid=13859] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13859/stat : 13859 (java) S 13844 13846 10194 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830805063 10883985408 126621 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13860] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13860/stat : 13860 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830805065 10883985408 126621 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488518577 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13861] ppid=13844 vsize=10628892 CPUtime=0.99 cores=1,3,5,7
/proc/13846/task/13861/stat : 13861 (java) S 13844 13846 10194 0 -1 4202560 5601 0 0 0 99 0 0 0 15 0 22 0 830805065 10883985408 126621 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
[pid=13846/tid=13862] ppid=13844 vsize=10628892 CPUtime=0.88 cores=1,3,5,7
/proc/13846/task/13862/stat : 13862 (java) S 13844 13846 10194 0 -1 4202560 9660 0 0 0 87 1 0 0 15 0 22 0 830805065 10883985408 126621 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13863] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13863/stat : 13863 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830805065 10883985408 126621 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13864] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13864/stat : 13864 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830805065 10883985408 126621 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13867] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13867/stat : 13867 (java) S 13844 13846 10194 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 830805083 10883985408 126621 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13878] ppid=13844 vsize=10628892 CPUtime=10.02 cores=1,3,5,7
/proc/13846/task/13878/stat : 13878 (java) R 13844 13846 10194 0 -1 4202560 621 0 0 0 1002 0 0 0 25 0 22 0 830805235 10883985408 126621 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 46912505641484 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13846/tid=13879] ppid=13844 vsize=10628892 CPUtime=10.02 cores=1,3,5,7
/proc/13846/task/13879/stat : 13879 (java) R 13844 13846 10194 0 -1 4202560 95091 0 0 0 992 10 0 0 25 0 22 0 830805235 10883985408 126621 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 46912505799744 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13846/tid=13880] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13880/stat : 13880 (java) S 13844 13846 10194 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 830805235 10883985408 126621 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.46
Current children cumulated vsize (KiB) 10628892

[startup+25.5009 s]
/proc/loadavg: 2.36 2.54 3.20 4/597 13884
/proc/meminfo: memFree=23752616/32950928 swapFree=67056580/67111528
[pid=13846] ppid=13844 vsize=10628892 CPUtime=47.84 cores=1,3,5,7
/proc/13846/stat : 13846 (java) S 13844 13846 10194 0 -1 4202496 143198 0 1 0 4765 19 0 0 25 0 22 0 830805059 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13846/statm: 2657223 136652 2258 9 0 2647957 0
[pid=13846/tid=13847] ppid=13844 vsize=10628892 CPUtime=0.22 cores=1,3,5,7
/proc/13846/task/13847/stat : 13847 (java) S 13844 13846 10194 0 -1 4202560 12151 0 1 0 21 1 0 0 15 0 22 0 830805060 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13849] ppid=13844 vsize=10628892 CPUtime=0.05 cores=1,3,5,7
/proc/13846/task/13849/stat : 13849 (java) S 13844 13846 10194 0 -1 4202560 404 0 0 0 5 0 0 0 15 0 22 0 830805061 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13850] ppid=13844 vsize=10628892 CPUtime=0.03 cores=1,3,5,7
/proc/13846/task/13850/stat : 13850 (java) S 13844 13846 10194 0 -1 4202560 106 0 0 0 3 0 0 0 15 0 22 0 830805061 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13851] ppid=13844 vsize=10628892 CPUtime=0.03 cores=1,3,5,7
/proc/13846/task/13851/stat : 13851 (java) S 13844 13846 10194 0 -1 4202560 139 0 0 0 3 0 0 0 15 0 22 0 830805061 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13852] ppid=13844 vsize=10628892 CPUtime=0.04 cores=1,3,5,7
/proc/13846/task/13852/stat : 13852 (java) S 13844 13846 10194 0 -1 4202560 129 0 0 0 4 0 0 0 16 0 22 0 830805061 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13853] ppid=13844 vsize=10628892 CPUtime=0.05 cores=1,3,5,7
/proc/13846/task/13853/stat : 13853 (java) S 13844 13846 10194 0 -1 4202560 95 0 0 0 5 0 0 0 15 0 22 0 830805061 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13854] ppid=13844 vsize=10628892 CPUtime=0.04 cores=1,3,5,7
/proc/13846/task/13854/stat : 13854 (java) S 13844 13846 10194 0 -1 4202560 686 0 0 0 4 0 0 0 16 0 22 0 830805061 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13855] ppid=13844 vsize=10628892 CPUtime=0.05 cores=1,3,5,7
/proc/13846/task/13855/stat : 13855 (java) S 13844 13846 10194 0 -1 4202560 525 0 0 0 5 0 0 0 15 0 22 0 830805061 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13856] ppid=13844 vsize=10628892 CPUtime=0.08 cores=1,3,5,7
/proc/13846/task/13856/stat : 13856 (java) S 13844 13846 10194 0 -1 4202560 332 0 0 0 8 0 0 0 16 0 22 0 830805061 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13857] ppid=13844 vsize=10628892 CPUtime=2.09 cores=1,3,5,7
/proc/13846/task/13857/stat : 13857 (java) S 13844 13846 10194 0 -1 4202560 8207 0 0 0 208 1 0 0 15 0 22 0 830805062 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 0 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
[pid=13846/tid=13858] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13858/stat : 13858 (java) S 13844 13846 10194 0 -1 4202560 16 0 0 0 0 0 0 0 17 0 22 0 830805063 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
[pid=13846/tid=13859] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13859/stat : 13859 (java) S 13844 13846 10194 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830805063 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13860] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13860/stat : 13860 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830805065 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488518577 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13861] ppid=13844 vsize=10628892 CPUtime=1 cores=1,3,5,7
/proc/13846/task/13861/stat : 13861 (java) S 13844 13846 10194 0 -1 4202560 5601 0 0 0 100 0 0 0 15 0 22 0 830805065 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
[pid=13846/tid=13862] ppid=13844 vsize=10628892 CPUtime=0.88 cores=1,3,5,7
/proc/13846/task/13862/stat : 13862 (java) S 13844 13846 10194 0 -1 4202560 9660 0 0 0 87 1 0 0 15 0 22 0 830805065 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13863] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13863/stat : 13863 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830805065 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13864] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13864/stat : 13864 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830805065 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13867] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13867/stat : 13867 (java) S 13844 13846 10194 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 830805083 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13878] ppid=13844 vsize=10628892 CPUtime=21.46 cores=1,3,5,7
/proc/13846/task/13878/stat : 13878 (java) R 13844 13846 10194 0 -1 4202560 626 0 0 0 2146 0 0 0 25 0 22 0 830805235 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 46912505662967 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13846/tid=13879] ppid=13844 vsize=10628892 CPUtime=21.47 cores=1,3,5,7
/proc/13846/task/13879/stat : 13879 (java) R 13844 13846 10194 0 -1 4202560 102842 0 0 0 2136 11 0 0 17 0 22 0 830805235 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 46912505767122 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13846/tid=13880] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13880/stat : 13880 (java) S 13844 13846 10194 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 830805235 10883985408 136652 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 47.84
Current children cumulated vsize (KiB) 10628892

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

[startup+26.3007 s]
/proc/loadavg: 2.36 2.54 3.20 3/594 13887
/proc/meminfo: memFree=23748548/32950928 swapFree=67056580/67111528
[pid=13846] ppid=13844 vsize=10628892 CPUtime=48.97 cores=1,3,5,7
/proc/13846/stat : 13846 (java) S 13844 13846 10194 0 -1 4202496 143373 0 1 0 4878 19 0 0 25 0 19 0 830805059 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13846/statm: 2657223 136826 2258 9 0 2647957 0
[pid=13846/tid=13847] ppid=13844 vsize=10628892 CPUtime=0.22 cores=1,3,5,7
/proc/13846/task/13847/stat : 13847 (java) S 13844 13846 10194 0 -1 4202560 12151 0 1 0 21 1 0 0 15 0 19 0 830805060 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13849] ppid=13844 vsize=10628892 CPUtime=0.05 cores=1,3,5,7
/proc/13846/task/13849/stat : 13849 (java) S 13844 13846 10194 0 -1 4202560 404 0 0 0 5 0 0 0 15 0 19 0 830805061 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13850] ppid=13844 vsize=10628892 CPUtime=0.03 cores=1,3,5,7
/proc/13846/task/13850/stat : 13850 (java) S 13844 13846 10194 0 -1 4202560 106 0 0 0 3 0 0 0 15 0 19 0 830805061 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13851] ppid=13844 vsize=10628892 CPUtime=0.04 cores=1,3,5,7
/proc/13846/task/13851/stat : 13851 (java) S 13844 13846 10194 0 -1 4202560 139 0 0 0 4 0 0 0 16 0 19 0 830805061 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13852] ppid=13844 vsize=10628892 CPUtime=0.04 cores=1,3,5,7
/proc/13846/task/13852/stat : 13852 (java) S 13844 13846 10194 0 -1 4202560 129 0 0 0 4 0 0 0 15 0 19 0 830805061 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13853] ppid=13844 vsize=10628892 CPUtime=0.05 cores=1,3,5,7
/proc/13846/task/13853/stat : 13853 (java) S 13844 13846 10194 0 -1 4202560 95 0 0 0 5 0 0 0 15 0 19 0 830805061 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13854] ppid=13844 vsize=10628892 CPUtime=0.04 cores=1,3,5,7
/proc/13846/task/13854/stat : 13854 (java) S 13844 13846 10194 0 -1 4202560 686 0 0 0 4 0 0 0 16 0 19 0 830805061 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13855] ppid=13844 vsize=10628892 CPUtime=0.05 cores=1,3,5,7
/proc/13846/task/13855/stat : 13855 (java) S 13844 13846 10194 0 -1 4202560 525 0 0 0 5 0 0 0 15 0 19 0 830805061 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13856] ppid=13844 vsize=10628892 CPUtime=0.08 cores=1,3,5,7
/proc/13846/task/13856/stat : 13856 (java) S 13844 13846 10194 0 -1 4202560 335 0 0 0 8 0 0 0 16 0 19 0 830805061 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13857] ppid=13844 vsize=10628892 CPUtime=2.15 cores=1,3,5,7
/proc/13846/task/13857/stat : 13857 (java) S 13844 13846 10194 0 -1 4202560 8370 0 0 0 214 1 0 0 15 0 19 0 830805062 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 0 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
[pid=13846/tid=13858] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13858/stat : 13858 (java) S 13844 13846 10194 0 -1 4202560 16 0 0 0 0 0 0 0 17 0 19 0 830805063 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
[pid=13846/tid=13859] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13859/stat : 13859 (java) S 13844 13846 10194 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 830805063 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13860] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13860/stat : 13860 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830805065 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488518577 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13861] ppid=13844 vsize=10628892 CPUtime=1.02 cores=1,3,5,7
/proc/13846/task/13861/stat : 13861 (java) S 13844 13846 10194 0 -1 4202560 5604 0 0 0 102 0 0 0 15 0 19 0 830805065 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
[pid=13846/tid=13862] ppid=13844 vsize=10628892 CPUtime=0.9 cores=1,3,5,7
/proc/13846/task/13862/stat : 13862 (java) S 13844 13846 10194 0 -1 4202560 9661 0 0 0 89 1 0 0 15 0 19 0 830805065 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13863] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13863/stat : 13863 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830805065 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13864] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13864/stat : 13864 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830805065 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13867] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13867/stat : 13867 (java) S 13844 13846 10194 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 830805083 10883985408 136826 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.97
Current children cumulated vsize (KiB) 10628892

[startup+26.5007 s]
/proc/loadavg: 2.36 2.54 3.20 3/594 13887
/proc/meminfo: memFree=23748548/32950928 swapFree=67056580/67111528
[pid=13846] ppid=13844 vsize=10628892 CPUtime=49.09 cores=1,3,5,7
/proc/13846/stat : 13846 (java) S 13844 13846 10194 0 -1 4202496 143375 0 1 0 4890 19 0 0 25 0 19 0 830805059 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13846/statm: 2657223 136828 2258 9 0 2647957 0
[pid=13846/tid=13847] ppid=13844 vsize=10628892 CPUtime=0.33 cores=1,3,5,7
/proc/13846/task/13847/stat : 13847 (java) R 13844 13846 10194 0 -1 4202560 12152 0 1 0 32 1 0 0 16 0 19 0 830805060 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13846/tid=13849] ppid=13844 vsize=10628892 CPUtime=0.05 cores=1,3,5,7
/proc/13846/task/13849/stat : 13849 (java) S 13844 13846 10194 0 -1 4202560 404 0 0 0 5 0 0 0 15 0 19 0 830805061 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13850] ppid=13844 vsize=10628892 CPUtime=0.03 cores=1,3,5,7
/proc/13846/task/13850/stat : 13850 (java) S 13844 13846 10194 0 -1 4202560 106 0 0 0 3 0 0 0 15 0 19 0 830805061 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13851] ppid=13844 vsize=10628892 CPUtime=0.04 cores=1,3,5,7
/proc/13846/task/13851/stat : 13851 (java) S 13844 13846 10194 0 -1 4202560 139 0 0 0 4 0 0 0 16 0 19 0 830805061 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 5 0 0 0
[pid=13846/tid=13852] ppid=13844 vsize=10628892 CPUtime=0.04 cores=1,3,5,7
/proc/13846/task/13852/stat : 13852 (java) S 13844 13846 10194 0 -1 4202560 129 0 0 0 4 0 0 0 15 0 19 0 830805061 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13853] ppid=13844 vsize=10628892 CPUtime=0.05 cores=1,3,5,7
/proc/13846/task/13853/stat : 13853 (java) S 13844 13846 10194 0 -1 4202560 95 0 0 0 5 0 0 0 15 0 19 0 830805061 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13854] ppid=13844 vsize=10628892 CPUtime=0.04 cores=1,3,5,7
/proc/13846/task/13854/stat : 13854 (java) S 13844 13846 10194 0 -1 4202560 686 0 0 0 4 0 0 0 16 0 19 0 830805061 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 7 0 0 0
[pid=13846/tid=13855] ppid=13844 vsize=10628892 CPUtime=0.05 cores=1,3,5,7
/proc/13846/task/13855/stat : 13855 (java) S 13844 13846 10194 0 -1 4202560 525 0 0 0 5 0 0 0 15 0 19 0 830805061 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13856] ppid=13844 vsize=10628892 CPUtime=0.08 cores=1,3,5,7
/proc/13846/task/13856/stat : 13856 (java) S 13844 13846 10194 0 -1 4202560 335 0 0 0 8 0 0 0 16 0 19 0 830805061 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13857] ppid=13844 vsize=10628892 CPUtime=2.15 cores=1,3,5,7
/proc/13846/task/13857/stat : 13857 (java) S 13844 13846 10194 0 -1 4202560 8370 0 0 0 214 1 0 0 15 0 19 0 830805062 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 0 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
[pid=13846/tid=13858] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13858/stat : 13858 (java) S 13844 13846 10194 0 -1 4202560 16 0 0 0 0 0 0 0 17 0 19 0 830805063 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
[pid=13846/tid=13859] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13859/stat : 13859 (java) S 13844 13846 10194 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 830805063 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13860] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13860/stat : 13860 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830805065 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488518577 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13861] ppid=13844 vsize=10628892 CPUtime=1.03 cores=1,3,5,7
/proc/13846/task/13861/stat : 13861 (java) S 13844 13846 10194 0 -1 4202560 5605 0 0 0 103 0 0 0 15 0 19 0 830805065 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 3 0 0 0
[pid=13846/tid=13862] ppid=13844 vsize=10628892 CPUtime=0.9 cores=1,3,5,7
/proc/13846/task/13862/stat : 13862 (java) S 13844 13846 10194 0 -1 4202560 9661 0 0 0 89 1 0 0 15 0 19 0 830805065 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13863] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13863/stat : 13863 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830805065 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488510873 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13864] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13864/stat : 13864 (java) S 13844 13846 10194 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830805065 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
[pid=13846/tid=13867] ppid=13844 vsize=10628892 CPUtime=0 cores=1,3,5,7
/proc/13846/task/13867/stat : 13867 (java) S 13844 13846 10194 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 830805083 10883985408 136828 33554432000 1073741824 1073778376 140737114249376 18446744073709551615 239488511488 0 4 0 16800975 18446604459702463552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.09
Current children cumulated vsize (KiB) 10628892

Child status: 30
Real time (s): 26.598
CPU time (s): 49.1995
CPU user time (s): 48.9826
CPU system time (s): 0.216967
CPU usage (%): 184.975
Max. virtual memory (cumulated for all children) (KiB): 10628892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.9826
system time used= 0.216967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143384
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2113
involuntary context switches= 1393

runsolver used 0.160975 second user time and 0.367944 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-04 14:54:40
IDJOB=3455286
IDBENCH=2869
IDSOLVER=1950
FILE ID=node148/3455286-1307192080
RUNJOBID= node148-1307192075-13624
PBS_JOBID= 13508860
Free space on /tmp= 73896 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_50_50.r.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455286-1307192080/watcher-3455286-1307192080 -o /tmp/evaluation-result-3455286-1307192080/solver-3455286-1307192080 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455286-1307192080.opb

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

MD5SUM BENCH= 92218ddb5567427e70962e6332b1ed9e
RANDOM SEED=138056125

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24606584 kB
Buffers:        264900 kB
Cached:         635068 kB
SwapCached:       7908 kB
Active:        7524576 kB
Inactive:       512052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24606584 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:            1280 kB
Writeback:           0 kB
AnonPages:     7135060 kB
Mapped:          51952 kB
Slab:           180024 kB
PageTables:      58676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180745524 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73896 MiB
End job on node148 at 2011-06-04 14:55:07