Trace number 3492544

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08OPTIMUM 17.5803 16.7032

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968094--soft-66-100-0.wbo
MD5SUM3614e30d545cc7450a6dcbc158864418
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark1.17182
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints29
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1556
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1555
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1242
Number of bits of the biggest sum of numbers11
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
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 solving HOME/instance-3492544-1307909944.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c #vars     198
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
0.27/0.28	c SATISFIABLE
0.27/0.28	c OPTIMIZING...
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.169
0.27/0.28	o 289
0.67/0.48	c cleaning 2884 clauses out of 5772 with flag 5000/5772
0.91/0.67	c Got one! Elapsed wall clock time (in seconds):0.562
0.91/0.67	o 260
1.13/0.86	c cleaning 6740 clauses out of 13481 with flag 5002/16365
1.23/0.94	c Got one! Elapsed wall clock time (in seconds):0.833
1.23/0.94	o 233
1.34/1.04	c cleaning 6084 clauses out of 12175 with flag 3000/21799
1.59/1.21	c Got one! Elapsed wall clock time (in seconds):1.107
1.59/1.21	o 222
1.69/1.35	c Got one! Elapsed wall clock time (in seconds):1.245
1.69/1.35	o 211
1.79/1.45	c cleaning 8765 clauses out of 17535 with flag 2000/33243
2.02/1.66	c cleaning 7379 clauses out of 14770 with flag 8000/39243
2.12/1.75	c Got one! Elapsed wall clock time (in seconds):1.649
2.12/1.75	o 191
2.22/1.86	c cleaning 6644 clauses out of 13300 with flag 3000/45152
2.42/2.05	c cleaning 6325 clauses out of 12658 with flag 9002/51154
2.63/2.26	c cleaning 6664 clauses out of 13332 with flag 16001/58153
2.82/2.44	c Got one! Elapsed wall clock time (in seconds):2.334
2.82/2.44	o 160
3.02/2.63	c cleaning 9071 clauses out of 18147 with flag 5000/69632
3.24/2.85	c cleaning 7533 clauses out of 15076 with flag 11000/75632
3.24/2.88	c Got one! Elapsed wall clock time (in seconds):2.774
3.24/2.88	o 147
3.44/3.05	c cleaning 6523 clauses out of 13061 with flag 5000/81150
3.54/3.17	c Got one! Elapsed wall clock time (in seconds):3.066
3.54/3.17	o 136
3.64/3.21	c cleaning 5820 clauses out of 11646 with flag 1001/86258
3.84/3.40	c cleaning 5910 clauses out of 11825 with flag 7000/92257
4.04/3.61	c cleaning 6452 clauses out of 12916 with flag 14001/99258
4.24/3.81	c Got one! Elapsed wall clock time (in seconds):3.708
4.24/3.81	o 112
4.44/4.02	c cleaning 9337 clauses out of 18677 with flag 5001/111471
4.64/4.22	c cleaning 7666 clauses out of 15342 with flag 11003/117473
4.74/4.37	c Got one! Elapsed wall clock time (in seconds):4.262
4.74/4.37	o 82
4.84/4.41	c cleaning 6643 clauses out of 13296 with flag 1000/123093
5.04/4.61	c cleaning 6324 clauses out of 12654 with flag 7001/129094
5.23/4.83	c cleaning 6663 clauses out of 13329 with flag 14000/136093
5.54/5.10	c cleaning 7328 clauses out of 14668 with flag 22002/144095
5.64/5.25	c Got one! Elapsed wall clock time (in seconds):5.142
5.64/5.25	o 36
5.85/5.43	c cleaning 8703 clauses out of 17414 with flag 5001/154169
6.04/5.63	c cleaning 7348 clauses out of 14710 with flag 11000/160168
6.24/5.85	c cleaning 7177 clauses out of 14363 with flag 18001/167169
6.44/6.09	c cleaning 7585 clauses out of 15185 with flag 26000/175168
6.74/6.36	c cleaning 8293 clauses out of 16600 with flag 35000/184168
7.05/6.67	c cleaning 9146 clauses out of 18307 with flag 45000/194168
7.45/7.04	c cleaning 9577 clauses out of 19161 with flag 55000/204168
7.74/7.39	c cleaning 9788 clauses out of 19584 with flag 65000/214168
8.05/7.70	c cleaning 9893 clauses out of 19796 with flag 75000/224168
8.45/8.02	c cleaning 9944 clauses out of 19903 with flag 85000/234168
8.75/8.39	c cleaning 9977 clauses out of 19960 with flag 95001/244169
9.16/8.72	c cleaning 9987 clauses out of 19983 with flag 105001/254169
9.45/9.05	c cleaning 9995 clauses out of 19996 with flag 115001/264169
9.75/9.38	c cleaning 9996 clauses out of 20002 with flag 125002/274170
10.16/9.72	c cleaning 9997 clauses out of 20004 with flag 135000/284168
10.57/10.10	c cleaning 10000 clauses out of 20007 with flag 145000/294168
10.87/10.45	c cleaning 9997 clauses out of 20007 with flag 155000/304168
11.27/10.80	c cleaning 9999 clauses out of 20010 with flag 165000/314168
11.57/11.13	c cleaning 10002 clauses out of 20011 with flag 175000/324168
11.87/11.47	c cleaning 10003 clauses out of 20011 with flag 185002/334170
12.27/11.81	c cleaning 10000 clauses out of 20007 with flag 195001/344169
12.57/12.14	c cleaning 9995 clauses out of 20007 with flag 205001/354169
12.77/12.35	c Got one! Elapsed wall clock time (in seconds):12.241
12.77/12.35	o 17
12.97/12.57	c cleaning 10863 clauses out of 21733 with flag 5002/365890
13.17/12.77	c cleaning 8428 clauses out of 16868 with flag 11000/371888
13.37/12.99	c cleaning 7716 clauses out of 15442 with flag 18002/378890
13.68/13.23	c cleaning 7860 clauses out of 15727 with flag 26003/386891
13.97/13.54	c cleaning 8428 clauses out of 16865 with flag 35001/395889
14.27/13.85	c cleaning 9214 clauses out of 18437 with flag 45001/405889
14.57/14.18	c cleaning 9608 clauses out of 19223 with flag 55001/415889
14.97/14.52	c cleaning 9804 clauses out of 19616 with flag 65002/425890
15.28/14.88	c cleaning 9900 clauses out of 19811 with flag 75001/435889
15.68/15.25	c cleaning 9953 clauses out of 19910 with flag 85000/445888
16.08/15.60	c cleaning 9973 clauses out of 19957 with flag 95000/455888
16.38/15.96	c cleaning 9988 clauses out of 19985 with flag 105001/465889
16.78/16.36	c cleaning 9994 clauses out of 19998 with flag 115002/475890
17.41/16.66	c starts		: 163
17.41/16.66	c conflicts		: 483520
17.41/16.66	c decisions		: 741406
17.41/16.66	c propagations		: 10502702
17.41/16.66	c inspects		: 109104519
17.41/16.66	c shortcuts		: 0
17.41/16.66	c learnt literals	: 8
17.41/16.66	c learnt binary clauses	: 23
17.41/16.66	c learnt ternary clauses	: 198
17.41/16.66	c learnt constraints	: 483511
17.41/16.66	c ignored constraints	: 0
17.41/16.66	c root simplifications	: 0
17.41/16.66	c removed literals (reason simplification)	: 3930936
17.41/16.66	c reason swapping (by a shorter reason)	: 0
17.41/16.66	c Calls to reduceDB	: 55
17.41/16.66	c number of reductions to clauses (during analyze)	: 0
17.41/16.66	c number of learned constraints concerned by reduction	: 0
17.41/16.66	c number of learning phase by resolution	: 0
17.41/16.66	c number of learning phase by cutting planes	: 0
17.41/16.66	c speed (assignments/second)	: 2436821.80974478
17.41/16.66	c non guided choices	660
17.41/16.66	c learnt constraints type 
17.41/16.66	c constraints type 
17.41/16.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
17.41/16.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
17.41/16.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
17.41/16.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
17.41/16.66	s OPTIMUM FOUND
17.41/16.66	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 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 
17.41/16.66	c objective function=17
17.41/16.66	c Total wall clock time (in seconds): 16.552

Verifier Data

OK	17

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 /var/tmp/evaluation-result-3492544-1307909944/watcher-3492544-1307909944 -o /var/tmp/evaluation-result-3492544-1307909944/solver-3492544-1307909944 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492544-1307909944.wbo 

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: 2.34 2.09 1.94 3/195 6090
/proc/meminfo: memFree=1429412/32951124 swapFree=67056684/67111528
[pid=6090] ppid=6088 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/6090/stat : 6090 (java) S 6088 6090 2586 0 -1 4202496 1180 0 0 0 0 0 0 0 25 0 2 0 902595170 27824128 906 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933579749 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/6090/statm: 6793 906 688 9 0 381 0
[pid=6090/tid=6091] ppid=6088 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6091/stat : 6091 (java) R 6088 6090 2586 0 -1 4202560 86 0 0 0 0 0 0 0 25 0 2 0 902595171 31313920 926 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222916814312 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.050556 s]
/proc/loadavg: 2.34 2.09 1.94 3/195 6090
/proc/meminfo: memFree=1429412/32951124 swapFree=67056684/67111528
[pid=6090] ppid=6088 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/6090/stat : 6090 (java) S 6088 6090 2586 0 -1 4202496 11440 0 1 0 3 1 0 0 25 0 13 0 902595170 10718838784 11135 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933579749 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/6090/statm: 2616904 11136 1684 9 0 2607652 0
[pid=6090/tid=6091] ppid=6088 vsize=10467616 CPUtime=0.03 cores=1,3,5,7
/proc/6090/task/6091/stat : 6091 (java) R 6088 6090 2586 0 -1 4202560 10292 0 1 0 2 1 0 0 21 0 13 0 902595171 10718838784 11136 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 47963079601214 0 4 0 16800971 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.104547 s]
/proc/loadavg: 2.34 2.09 1.94 3/195 6090
/proc/meminfo: memFree=1429412/32951124 swapFree=67056684/67111528
[pid=6090] ppid=6088 vsize=10540140 CPUtime=0.1 cores=1,3,5,7
/proc/6090/stat : 6090 (java) S 6088 6090 2586 0 -1 4202496 13124 0 1 0 9 1 0 0 25 0 18 0 902595170 10793103360 12789 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6090/statm: 2635035 12789 2092 9 0 2625769 0
[pid=6090/tid=6091] ppid=6088 vsize=10540140 CPUtime=0.08 cores=1,3,5,7
/proc/6090/task/6091/stat : 6091 (java) R 6088 6090 2586 0 -1 4202560 11225 0 1 0 7 1 0 0 25 0 18 0 902595171 10793103360 12789 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540140

[startup+0.300461 s]
/proc/loadavg: 2.34 2.09 1.94 3/195 6090
/proc/meminfo: memFree=1429412/32951124 swapFree=67056684/67111528
[pid=6090] ppid=6088 vsize=10544048 CPUtime=0.53 cores=1,3,5,7
/proc/6090/stat : 6090 (java) S 6088 6090 2586 0 -1 4202496 15828 0 1 0 51 2 0 0 25 0 19 0 902595170 10797105152 14848 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6090/statm: 2636012 14848 2214 9 0 2626746 0
[pid=6090/tid=6091] ppid=6088 vsize=10544048 CPUtime=0.28 cores=1,3,5,7
/proc/6090/task/6091/stat : 6091 (java) R 6088 6090 2586 0 -1 4202560 11793 0 1 0 27 1 0 0 25 0 19 0 902595171 10797105152 14848 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933594054 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10544048

[startup+0.70039 s]
/proc/loadavg: 2.34 2.09 1.94 3/195 6090
/proc/meminfo: memFree=1429412/32951124 swapFree=67056684/67111528
[pid=6090] ppid=6088 vsize=10544124 CPUtime=1.03 cores=1,3,5,7
/proc/6090/stat : 6090 (java) S 6088 6090 2586 0 -1 4202496 16681 0 1 0 101 2 0 0 25 0 19 0 902595170 10797182976 15552 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6090/statm: 2636031 15552 2246 9 0 2626765 0
[pid=6090/tid=6091] ppid=6088 vsize=10544124 CPUtime=0.66 cores=1,3,5,7
/proc/6090/task/6091/stat : 6091 (java) R 6088 6090 2586 0 -1 4202560 12027 0 1 0 65 1 0 0 25 0 19 0 902595171 10797182976 15552 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 46912505613851 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10544124

[startup+1.50124 s]
/proc/loadavg: 2.34 2.09 1.94 3/214 6109
/proc/meminfo: memFree=1373928/32951124 swapFree=67056684/67111528
[pid=6090] ppid=6088 vsize=10544124 CPUtime=1.92 cores=1,3,5,7
/proc/6090/stat : 6090 (java) S 6088 6090 2586 0 -1 4202496 18143 0 1 0 190 2 0 0 25 0 19 0 902595170 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6090/statm: 2636031 16276 2248 9 0 2626765 0
[pid=6090/tid=6091] ppid=6088 vsize=10544124 CPUtime=1.42 cores=1,3,5,7
/proc/6090/task/6091/stat : 6091 (java) R 6088 6090 2586 0 -1 4202560 12030 0 1 0 141 1 0 0 25 0 19 0 902595171 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 46912505546144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6090/tid=6093] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6093/stat : 6093 (java) S 6088 6090 2586 0 -1 4202560 326 0 0 0 0 0 0 0 15 0 19 0 902595172 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6094] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6094/stat : 6094 (java) S 6088 6090 2586 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 902595172 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
[pid=6090/tid=6095] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6095/stat : 6095 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902595172 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6096] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6096/stat : 6096 (java) S 6088 6090 2586 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902595172 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6097] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6097/stat : 6097 (java) S 6088 6090 2586 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902595172 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6098] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6098/stat : 6098 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902595172 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6099] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6099/stat : 6099 (java) S 6088 6090 2586 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 902595172 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6100] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6100/stat : 6100 (java) S 6088 6090 2586 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 902595172 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
[pid=6090/tid=6101] ppid=6088 vsize=10544124 CPUtime=0.05 cores=1,3,5,7
/proc/6090/task/6101/stat : 6101 (java) S 6088 6090 2586 0 -1 4202560 485 0 0 0 5 0 0 0 16 0 19 0 902595173 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 0 0 16800975 18446604454401780544 0 0 -1 5 0 0 0
[pid=6090/tid=6102] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6102/stat : 6102 (java) S 6088 6090 2586 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 902595174 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6103] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6103/stat : 6103 (java) S 6088 6090 2586 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 902595174 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6104] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6104/stat : 6104 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902595176 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933600689 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6105] ppid=6088 vsize=10544124 CPUtime=0.18 cores=1,3,5,7
/proc/6090/task/6105/stat : 6105 (java) S 6088 6090 2586 0 -1 4202560 1016 0 0 0 18 0 0 0 16 0 19 0 902595176 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6106] ppid=6088 vsize=10544124 CPUtime=0.24 cores=1,3,5,7
/proc/6090/task/6106/stat : 6106 (java) S 6088 6090 2586 0 -1 4202560 2776 0 0 0 24 0 0 0 15 0 19 0 902595176 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
[pid=6090/tid=6107] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6107/stat : 6107 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902595176 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6108] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6108/stat : 6108 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902595176 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6109] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6109/stat : 6109 (java) S 6088 6090 2586 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902595187 10797182976 16276 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10544124

[startup+3.10095 s]
/proc/loadavg: 2.34 2.09 1.94 3/214 6166
/proc/meminfo: memFree=1387708/32951124 swapFree=67056684/67111528
[pid=6090] ppid=6088 vsize=10544124 CPUtime=3.54 cores=1,3,5,7
/proc/6090/stat : 6090 (java) S 6088 6090 2586 0 -1 4202496 18294 0 1 0 351 3 0 0 25 0 19 0 902595170 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6090/statm: 2636031 16420 2248 9 0 2626765 0
[pid=6090/tid=6091] ppid=6088 vsize=10544124 CPUtime=2.92 cores=1,3,5,7
/proc/6090/task/6091/stat : 6091 (java) R 6088 6090 2586 0 -1 4202560 12038 0 1 0 291 1 0 0 25 0 19 0 902595171 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 46912505545989 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6090/tid=6093] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6093/stat : 6093 (java) S 6088 6090 2586 0 -1 4202560 326 0 0 0 0 0 0 0 15 0 19 0 902595172 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
[pid=6090/tid=6094] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6094/stat : 6094 (java) S 6088 6090 2586 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 902595172 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6095] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6095/stat : 6095 (java) S 6088 6090 2586 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902595172 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6096] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6096/stat : 6096 (java) S 6088 6090 2586 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 902595172 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6097] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6097/stat : 6097 (java) S 6088 6090 2586 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902595172 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6098] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6098/stat : 6098 (java) S 6088 6090 2586 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 902595172 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6099] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6099/stat : 6099 (java) S 6088 6090 2586 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 19 0 902595172 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6100] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6100/stat : 6100 (java) S 6088 6090 2586 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 902595172 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
[pid=6090/tid=6101] ppid=6088 vsize=10544124 CPUtime=0.13 cores=1,3,5,7
/proc/6090/task/6101/stat : 6101 (java) S 6088 6090 2586 0 -1 4202560 567 0 0 0 13 0 0 0 15 0 19 0 902595173 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 0 0 16800975 18446604454401780544 0 0 -1 5 0 0 0
[pid=6090/tid=6102] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6102/stat : 6102 (java) S 6088 6090 2586 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 902595174 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6103] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6103/stat : 6103 (java) S 6088 6090 2586 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 902595174 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6104] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6104/stat : 6104 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902595176 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933600689 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6105] ppid=6088 vsize=10544124 CPUtime=0.18 cores=1,3,5,7
/proc/6090/task/6105/stat : 6105 (java) S 6088 6090 2586 0 -1 4202560 1016 0 0 0 18 0 0 0 16 0 19 0 902595176 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6106] ppid=6088 vsize=10544124 CPUtime=0.24 cores=1,3,5,7
/proc/6090/task/6106/stat : 6106 (java) S 6088 6090 2586 0 -1 4202560 2776 0 0 0 24 0 0 0 15 0 19 0 902595176 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
[pid=6090/tid=6107] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6107/stat : 6107 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902595176 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6108] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6108/stat : 6108 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902595176 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6109] ppid=6088 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6109/stat : 6109 (java) S 6088 6090 2586 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902595187 10797182976 16420 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 10544124

[startup+6.30136 s]
/proc/loadavg: 2.31 2.09 1.94 3/214 6166
/proc/meminfo: memFree=1364536/32951124 swapFree=67056684/67111528
[pid=6090] ppid=6088 vsize=10542724 CPUtime=6.74 cores=1,3,5,7
/proc/6090/stat : 6090 (java) S 6088 6090 2586 0 -1 4202496 18331 0 1 0 671 3 0 0 25 0 19 0 902595170 10795749376 16158 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6090/statm: 2635681 16158 2248 9 0 2626415 0
[pid=6090/tid=6091] ppid=6088 vsize=10542724 CPUtime=5.95 cores=1,3,5,7
/proc/6090/task/6091/stat : 6091 (java) R 6088 6090 2586 0 -1 4202560 12052 0 1 0 594 1 0 0 19 0 19 0 902595171 10795749376 16158 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 46912505536239 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6090/tid=6093] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6093/stat : 6093 (java) S 6088 6090 2586 0 -1 4202560 326 0 0 0 0 0 0 0 15 0 19 0 902595172 10795749376 16158 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6094] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6094/stat : 6094 (java) S 6088 6090 2586 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 902595172 10795749376 16158 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6095] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6095/stat : 6095 (java) S 6088 6090 2586 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902595172 10795749376 16158 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
[pid=6090/tid=6096] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6096/stat : 6096 (java) S 6088 6090 2586 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902595172 10795749376 16158 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6097] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6097/stat : 6097 (java) S 6088 6090 2586 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902595172 10795749376 16158 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6098] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6098/stat : 6098 (java) S 6088 6090 2586 0 -1 4202560 31 0 0 0 0 0 0 0 16 0 19 0 902595172 10795749376 16158 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6099] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6099/stat : 6099 (java) S 6088 6090 2586 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 19 0 902595172 10795749376 16158 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6100] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6100/stat : 6100 (java) S 6088 6090 2586 0 -1 4202560 135 0 0 0 0 0 0 0 16 0 19 0 902595172 10795749376 16158 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
[pid=6090/tid=6101] ppid=6088 vsize=10542724 CPUtime=0.28 cores=1,3,5,7
/proc/6090/task/6101/stat : 6101 (java) S 6088 6090 2586 0 -1 4202560 583 0 0 0 28 0 0 0 15 0 19 0 902595173 10795749376 16158 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 0 0 16800975 18446604454401780544 0 0 -1 5 0 0 0
[pid=6090/tid=6102] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6102/stat : 6102 (java) S 6088 6090 2586 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 902595174 10795749376 16158 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6103] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6103/stat : 6103 (java) S 6088 6090 2586 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 902595174 10795749376 16158 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6104] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6104/stat : 6104 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902595176 10795749376 16158 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933600689 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6105] ppid=6088 vsize=10542724 CPUtime=0.18 cores=1,3,5,7
/proc/6090/task/6105/stat : 6105 (java) S 6088 6090 2586 0 -1 4202560 1016 0 0 0 18 0 0 0 16 0 19 0 902595176 10795749376 16158 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6106] ppid=6088 vsize=10542724 CPUtime=0.25 cores=1,3,5,7
/proc/6090/task/6106/stat : 6106 (java) S 6088 6090 2586 0 -1 4202560 2776 0 0 0 25 0 0 0 15 0 19 0 902595176 10795749376 16158 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0

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

[pid=6090/tid=6099] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6099/stat : 6099 (java) S 6088 6090 2586 0 -1 4202560 157 0 0 0 1 0 0 0 15 0 19 0 902595172 10795749376 16345 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6100] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6100/stat : 6100 (java) S 6088 6090 2586 0 -1 4202560 137 0 0 0 1 0 0 0 16 0 19 0 902595172 10795749376 16345 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6101] ppid=6088 vsize=10542724 CPUtime=0.53 cores=1,3,5,7
/proc/6090/task/6101/stat : 6101 (java) S 6088 6090 2586 0 -1 4202560 759 0 0 0 53 0 0 0 15 0 19 0 902595173 10795749376 16345 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 0 0 16800975 18446604454401780544 0 0 -1 5 0 0 0
[pid=6090/tid=6102] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6102/stat : 6102 (java) S 6088 6090 2586 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 902595174 10795749376 16345 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6103] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6103/stat : 6103 (java) S 6088 6090 2586 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 902595174 10795749376 16345 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6104] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6104/stat : 6104 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902595176 10795749376 16345 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933600689 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6105] ppid=6088 vsize=10542724 CPUtime=0.18 cores=1,3,5,7
/proc/6090/task/6105/stat : 6105 (java) S 6088 6090 2586 0 -1 4202560 1016 0 0 0 18 0 0 0 16 0 19 0 902595176 10795749376 16345 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6106] ppid=6088 vsize=10542724 CPUtime=0.25 cores=1,3,5,7
/proc/6090/task/6106/stat : 6106 (java) S 6088 6090 2586 0 -1 4202560 2776 0 0 0 25 0 0 0 15 0 19 0 902595176 10795749376 16345 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
[pid=6090/tid=6107] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6107/stat : 6107 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902595176 10795749376 16345 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6108] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6108/stat : 6108 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902595176 10795749376 16345 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6109] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6109/stat : 6109 (java) S 6088 6090 2586 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902595187 10795749376 16345 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.17
Current children cumulated vsize (KiB) 10542724

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

[startup+14.3069 s]
/proc/loadavg: 2.26 2.09 1.94 3/214 6167
/proc/meminfo: memFree=1372496/32951124 swapFree=67056684/67111528
[pid=6090] ppid=6088 vsize=10542724 CPUtime=14.78 cores=1,3,5,7
/proc/6090/stat : 6090 (java) S 6088 6090 2586 0 -1 4202496 18544 0 1 0 1474 4 0 0 25 0 19 0 902595170 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6090/statm: 2635681 16346 2248 9 0 2626415 0
[pid=6090/tid=6091] ppid=6088 vsize=10542724 CPUtime=13.6 cores=1,3,5,7
/proc/6090/task/6091/stat : 6091 (java) R 6088 6090 2586 0 -1 4202560 12077 0 1 0 1359 1 0 0 18 0 19 0 902595171 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6090/tid=6093] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6093/stat : 6093 (java) S 6088 6090 2586 0 -1 4202560 326 0 0 0 0 0 0 0 16 0 19 0 902595172 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
[pid=6090/tid=6094] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6094/stat : 6094 (java) S 6088 6090 2586 0 -1 4202560 83 0 0 0 1 0 0 0 15 0 19 0 902595172 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6095] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6095/stat : 6095 (java) S 6088 6090 2586 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 902595172 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
[pid=6090/tid=6096] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6096/stat : 6096 (java) S 6088 6090 2586 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902595172 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 5 0 0 0
[pid=6090/tid=6097] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6097/stat : 6097 (java) S 6088 6090 2586 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 902595172 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 5 0 0 0
[pid=6090/tid=6098] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6098/stat : 6098 (java) S 6088 6090 2586 0 -1 4202560 32 0 0 0 0 0 0 0 16 0 19 0 902595172 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6099] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6099/stat : 6099 (java) S 6088 6090 2586 0 -1 4202560 157 0 0 0 1 0 0 0 15 0 19 0 902595172 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 5 0 0 0
[pid=6090/tid=6100] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6100/stat : 6100 (java) S 6088 6090 2586 0 -1 4202560 137 0 0 0 1 0 0 0 15 0 19 0 902595172 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 5 0 0 0
[pid=6090/tid=6101] ppid=6088 vsize=10542724 CPUtime=0.6 cores=1,3,5,7
/proc/6090/task/6101/stat : 6101 (java) S 6088 6090 2586 0 -1 4202560 759 0 0 0 60 0 0 0 16 0 19 0 902595173 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 0 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6102] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6102/stat : 6102 (java) S 6088 6090 2586 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 902595174 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6103] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6103/stat : 6103 (java) S 6088 6090 2586 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 902595174 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6104] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6104/stat : 6104 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902595176 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933600689 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6105] ppid=6088 vsize=10542724 CPUtime=0.18 cores=1,3,5,7
/proc/6090/task/6105/stat : 6105 (java) S 6088 6090 2586 0 -1 4202560 1016 0 0 0 18 0 0 0 16 0 19 0 902595176 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6106] ppid=6088 vsize=10542724 CPUtime=0.25 cores=1,3,5,7
/proc/6090/task/6106/stat : 6106 (java) S 6088 6090 2586 0 -1 4202560 2776 0 0 0 25 0 0 0 15 0 19 0 902595176 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
[pid=6090/tid=6107] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6107/stat : 6107 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902595176 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6108] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6108/stat : 6108 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902595176 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6109] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6109/stat : 6109 (java) S 6088 6090 2586 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902595187 10795749376 16346 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.78
Current children cumulated vsize (KiB) 10542724

[startup+15.9006 s]
/proc/loadavg: 2.26 2.09 1.94 3/214 6167
/proc/meminfo: memFree=1372632/32951124 swapFree=67056684/67111528
[pid=6090] ppid=6088 vsize=10542724 CPUtime=16.38 cores=1,3,5,7
/proc/6090/stat : 6090 (java) S 6088 6090 2586 0 -1 4202496 18549 0 1 0 1634 4 0 0 25 0 19 0 902595170 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6090/statm: 2635681 16347 2248 9 0 2626415 0
[pid=6090/tid=6091] ppid=6088 vsize=10542724 CPUtime=15.14 cores=1,3,5,7
/proc/6090/task/6091/stat : 6091 (java) R 6088 6090 2586 0 -1 4202560 12081 0 1 0 1513 1 0 0 20 0 19 0 902595171 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 46912505581564 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6090/tid=6093] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6093/stat : 6093 (java) S 6088 6090 2586 0 -1 4202560 326 0 0 0 1 0 0 0 15 0 19 0 902595172 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
[pid=6090/tid=6094] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6094/stat : 6094 (java) S 6088 6090 2586 0 -1 4202560 83 0 0 0 1 0 0 0 16 0 19 0 902595172 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6095] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6095/stat : 6095 (java) S 6088 6090 2586 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 902595172 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
[pid=6090/tid=6096] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6096/stat : 6096 (java) S 6088 6090 2586 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902595172 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 5 0 0 0
[pid=6090/tid=6097] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6097/stat : 6097 (java) S 6088 6090 2586 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 902595172 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 5 0 0 0
[pid=6090/tid=6098] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6098/stat : 6098 (java) S 6088 6090 2586 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 902595172 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6099] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6099/stat : 6099 (java) S 6088 6090 2586 0 -1 4202560 158 0 0 0 1 0 0 0 15 0 19 0 902595172 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 5 0 0 0
[pid=6090/tid=6100] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6100/stat : 6100 (java) S 6088 6090 2586 0 -1 4202560 137 0 0 0 1 0 0 0 15 0 19 0 902595172 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 5 0 0 0
[pid=6090/tid=6101] ppid=6088 vsize=10542724 CPUtime=0.67 cores=1,3,5,7
/proc/6090/task/6101/stat : 6101 (java) S 6088 6090 2586 0 -1 4202560 759 0 0 0 66 1 0 0 16 0 19 0 902595173 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 0 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6102] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6102/stat : 6102 (java) S 6088 6090 2586 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 902595174 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6103] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6103/stat : 6103 (java) S 6088 6090 2586 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 902595174 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6104] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6104/stat : 6104 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902595176 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933600689 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6105] ppid=6088 vsize=10542724 CPUtime=0.18 cores=1,3,5,7
/proc/6090/task/6105/stat : 6105 (java) S 6088 6090 2586 0 -1 4202560 1016 0 0 0 18 0 0 0 16 0 19 0 902595176 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6106] ppid=6088 vsize=10542724 CPUtime=0.25 cores=1,3,5,7
/proc/6090/task/6106/stat : 6106 (java) S 6088 6090 2586 0 -1 4202560 2776 0 0 0 25 0 0 0 15 0 19 0 902595176 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
[pid=6090/tid=6107] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6107/stat : 6107 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902595176 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6108] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6108/stat : 6108 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902595176 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6109] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6109/stat : 6109 (java) S 6088 6090 2586 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902595187 10795749376 16347 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.38
Current children cumulated vsize (KiB) 10542724

[startup+16.3005 s]
/proc/loadavg: 2.26 2.09 1.94 3/214 6167
/proc/meminfo: memFree=1372632/32951124 swapFree=67056684/67111528
[pid=6090] ppid=6088 vsize=10542724 CPUtime=16.78 cores=1,3,5,7
/proc/6090/stat : 6090 (java) S 6088 6090 2586 0 -1 4202496 18552 0 1 0 1674 4 0 0 25 0 19 0 902595170 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6090/statm: 2635681 16348 2249 9 0 2626415 0
[pid=6090/tid=6091] ppid=6088 vsize=10542724 CPUtime=15.53 cores=1,3,5,7
/proc/6090/task/6091/stat : 6091 (java) R 6088 6090 2586 0 -1 4202560 12083 0 1 0 1552 1 0 0 21 0 19 0 902595171 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 46912505552055 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6090/tid=6093] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6093/stat : 6093 (java) S 6088 6090 2586 0 -1 4202560 326 0 0 0 1 0 0 0 15 0 19 0 902595172 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
[pid=6090/tid=6094] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6094/stat : 6094 (java) S 6088 6090 2586 0 -1 4202560 83 0 0 0 1 0 0 0 15 0 19 0 902595172 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6095] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6095/stat : 6095 (java) S 6088 6090 2586 0 -1 4202560 7 0 0 0 1 0 0 0 16 0 19 0 902595172 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
[pid=6090/tid=6096] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6096/stat : 6096 (java) S 6088 6090 2586 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 902595172 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 5 0 0 0
[pid=6090/tid=6097] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6097/stat : 6097 (java) S 6088 6090 2586 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 902595172 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6098] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6098/stat : 6098 (java) S 6088 6090 2586 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 902595172 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6099] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6099/stat : 6099 (java) S 6088 6090 2586 0 -1 4202560 158 0 0 0 1 0 0 0 15 0 19 0 902595172 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 5 0 0 0
[pid=6090/tid=6100] ppid=6088 vsize=10542724 CPUtime=0.01 cores=1,3,5,7
/proc/6090/task/6100/stat : 6100 (java) S 6088 6090 2586 0 -1 4202560 137 0 0 0 1 0 0 0 16 0 19 0 902595172 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 5 0 0 0
[pid=6090/tid=6101] ppid=6088 vsize=10542724 CPUtime=0.68 cores=1,3,5,7
/proc/6090/task/6101/stat : 6101 (java) S 6088 6090 2586 0 -1 4202560 760 0 0 0 67 1 0 0 16 0 19 0 902595173 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 0 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6102] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6102/stat : 6102 (java) S 6088 6090 2586 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 902595174 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6103] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6103/stat : 6103 (java) S 6088 6090 2586 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 902595174 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6104] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6104/stat : 6104 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902595176 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933600689 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6105] ppid=6088 vsize=10542724 CPUtime=0.18 cores=1,3,5,7
/proc/6090/task/6105/stat : 6105 (java) S 6088 6090 2586 0 -1 4202560 1016 0 0 0 18 0 0 0 16 0 19 0 902595176 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6106] ppid=6088 vsize=10542724 CPUtime=0.25 cores=1,3,5,7
/proc/6090/task/6106/stat : 6106 (java) S 6088 6090 2586 0 -1 4202560 2776 0 0 0 25 0 0 0 15 0 19 0 902595176 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
[pid=6090/tid=6107] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6107/stat : 6107 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902595176 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933592985 0 4 0 16800975 18446604454401780544 0 0 -1 3 0 0 0
[pid=6090/tid=6108] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6108/stat : 6108 (java) S 6088 6090 2586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902595176 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 4 0 16800975 18446604454401780544 0 0 -1 7 0 0 0
[pid=6090/tid=6109] ppid=6088 vsize=10542724 CPUtime=0 cores=1,3,5,7
/proc/6090/task/6109/stat : 6109 (java) S 6088 6090 2586 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902595187 10795749376 16348 33554432000 1073741824 1073778376 140735826412640 18446744073709551615 222933593600 0 4 0 16800975 18446604454401780544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.78
Current children cumulated vsize (KiB) 10542724

[startup+16.703 s]
/proc/loadavg: 2.26 2.09 1.94 5/214 6167
/proc/meminfo: memFree=1360976/32951124 swapFree=67056684/67111528
[pid=6090] ppid=6088 vsize=0 CPUtime=17.57 cores=1,3,5,7
/proc/6090/stat : 6090 (java) Z 6088 6090 2586 0 -1 4203548 25078 0 1 0 1751 6 0 0 18 0 1 0 902595170 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6090/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 17.57
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 16.7032
CPU time (s): 17.5803
CPU user time (s): 17.5173
CPU system time (s): 0.06299
CPU usage (%): 105.251
Max. virtual memory (cumulated for all children) (KiB): 10558740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.5173
system time used= 0.06299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25078
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= 1941
involuntary context switches= 797

runsolver used 0.024996 second user time and 0.071989 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-12 22:19:04
IDJOB=3492544
IDBENCH=78871
IDSOLVER=1982
FILE ID=node109/3492544-1307909944
RUNJOBID= node109-1307908099-5353
PBS_JOBID= 13559594
Free space on /var/tmp= 2888 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110968094--soft-66-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492544-1307909944/watcher-3492544-1307909944 -o /var/tmp/evaluation-result-3492544-1307909944/solver-3492544-1307909944 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492544-1307909944.wbo

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

MD5SUM BENCH= 3614e30d545cc7450a6dcbc158864418
RANDOM SEED=504213937

node109.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.809
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.61
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.809
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.809
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.74
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.809
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.809
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.809
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.809
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.809
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:     32951124 kB
MemFree:       1429692 kB
Buffers:         64644 kB
Cached:       30414760 kB
SwapCached:       8608 kB
Active:       15696656 kB
Inactive:     14870936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1429692 kB
SwapTotal:    67111528 kB
SwapFree:     67056684 kB
Dirty:             528 kB
Writeback:           0 kB
AnonPages:       85548 kB
Mapped:          21460 kB
Slab:           889576 kB
PageTables:       4560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10563840 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 /var/tmp at the end= 2884 MiB
End job on node109 at 2011-06-12 22:19:21