Trace number 3492424

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 14.2738 13.7494

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217392--soft-33-100-0.wbo
MD5SUMc7720dd2087dc22b99065e5851f98a98
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.3268
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3492424-1307909833.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.055s.
0.11/0.16	c #vars     233
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.30/0.28	c SATISFIABLE
0.30/0.28	c OPTIMIZING...
0.30/0.28	c Got one! Elapsed wall clock time (in seconds):0.171
0.30/0.28	o 419
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.206
0.56/0.31	o 402
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.233
0.56/0.34	o 385
0.56/0.37	c Got one! Elapsed wall clock time (in seconds):0.262
0.56/0.37	o 221
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.288
0.56/0.39	o 196
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.348
0.70/0.45	o 184
0.91/0.61	c cleaning 4948 clauses out of 9901 with flag 4001/9901
0.91/0.69	c Got one! Elapsed wall clock time (in seconds):0.585
0.91/0.69	o 109
1.05/0.79	c cleaning 5036 clauses out of 10079 with flag 3002/15027
1.25/1.00	c cleaning 5517 clauses out of 11041 with flag 9000/21025
1.61/1.24	c cleaning 6259 clauses out of 12524 with flag 16000/28025
1.74/1.38	c Got one! Elapsed wall clock time (in seconds):1.275
1.74/1.38	o 95
1.84/1.42	c cleaning 5794 clauses out of 11600 with flag 1001/33360
2.04/1.60	c Got one! Elapsed wall clock time (in seconds):1.495
2.04/1.60	o 83
2.14/1.78	c cleaning 8161 clauses out of 16330 with flag 5001/43884
2.34/1.90	c Got one! Elapsed wall clock time (in seconds):1.795
2.34/1.90	o 66
2.34/1.98	c cleaning 6865 clauses out of 13739 with flag 2000/49454
2.55/2.18	c cleaning 6436 clauses out of 12879 with flag 8005/55459
2.84/2.42	c cleaning 6714 clauses out of 13438 with flag 15000/62454
2.95/2.53	c Got one! Elapsed wall clock time (in seconds):2.421
2.95/2.53	o 53
3.05/2.60	c cleaning 6012 clauses out of 12032 with flag 2002/67762
3.25/2.80	c cleaning 6005 clauses out of 12020 with flag 8002/73762
3.35/2.95	c Got one! Elapsed wall clock time (in seconds):2.843
3.35/2.95	o 30
3.35/2.99	c cleaning 5942 clauses out of 11896 with flag 1001/79643
3.55/3.19	c cleaning 5972 clauses out of 11955 with flag 7002/85644
3.85/3.40	c cleaning 6488 clauses out of 12982 with flag 14001/92643
3.85/3.48	c Got one! Elapsed wall clock time (in seconds):3.374
3.85/3.48	o 22
3.96/3.57	c cleaning 6012 clauses out of 12036 with flag 3000/98185
4.16/3.72	c Got one! Elapsed wall clock time (in seconds):3.614
4.16/3.72	o 4
4.16/3.76	c cleaning 5749 clauses out of 11505 with flag 1002/103666
4.36/3.94	c cleaning 5873 clauses out of 11757 with flag 7003/109667
4.56/4.18	c cleaning 6439 clauses out of 12884 with flag 14003/116667
4.77/4.33	c Got one! Elapsed wall clock time (in seconds):4.228
4.77/4.33	o 3
4.77/4.37	c cleaning 6057 clauses out of 12123 with flag 1002/122345
4.96/4.56	c cleaning 6028 clauses out of 12065 with flag 7001/128344
5.16/4.78	c cleaning 6512 clauses out of 13036 with flag 14000/135343
5.47/5.04	c cleaning 7259 clauses out of 14524 with flag 22000/143343
5.77/5.33	c cleaning 8128 clauses out of 16266 with flag 31001/152344
6.07/5.67	c cleaning 9065 clauses out of 18138 with flag 41001/162344
6.47/6.00	c cleaning 9534 clauses out of 19074 with flag 51002/172345
6.77/6.30	c Got one! Elapsed wall clock time (in seconds):6.198
6.77/6.30	o 2
6.97/6.57	c cleaning 11851 clauses out of 23711 with flag 5001/186516
7.17/6.79	c cleaning 8928 clauses out of 17859 with flag 11000/192515
7.47/7.01	c cleaning 7962 clauses out of 15931 with flag 18000/199515
7.67/7.29	c cleaning 7981 clauses out of 15969 with flag 26000/207515
8.08/7.61	c cleaning 8488 clauses out of 16988 with flag 35000/216515
8.38/7.95	c cleaning 9244 clauses out of 18500 with flag 45000/226515
8.78/8.30	c cleaning 9622 clauses out of 19257 with flag 55001/236516
9.08/8.65	c cleaning 9811 clauses out of 19634 with flag 65000/246515
9.38/8.98	c cleaning 9908 clauses out of 19823 with flag 75000/256515
9.78/9.33	c cleaning 9953 clauses out of 19915 with flag 85000/266515
10.08/9.66	c cleaning 9977 clauses out of 19963 with flag 95001/276516
10.48/10.00	c cleaning 9990 clauses out of 19987 with flag 105002/286517
10.78/10.38	c cleaning 9992 clauses out of 19998 with flag 115003/296518
11.19/10.76	c cleaning 9998 clauses out of 20003 with flag 125000/306515
11.58/11.11	c cleaning 9997 clauses out of 20007 with flag 135002/316517
11.89/11.44	c cleaning 9998 clauses out of 20008 with flag 145000/326515
12.19/11.79	c cleaning 10004 clauses out of 20012 with flag 155002/336517
12.59/12.12	c cleaning 10001 clauses out of 20009 with flag 165003/346518
12.89/12.47	c cleaning 9997 clauses out of 20005 with flag 175000/356515
13.29/12.81	c cleaning 9994 clauses out of 20008 with flag 185000/366515
13.59/13.16	c cleaning 10000 clauses out of 20014 with flag 195000/376515
14.00/13.51	c cleaning 10005 clauses out of 20014 with flag 205000/386515
14.22/13.73	c starts		: 152
14.22/13.73	c conflicts		: 392745
14.22/13.73	c decisions		: 599121
14.22/13.73	c propagations		: 8798189
14.22/13.73	c inspects		: 87121490
14.22/13.73	c shortcuts		: 0
14.22/13.73	c learnt literals	: 5
14.22/13.73	c learnt binary clauses	: 22
14.22/13.73	c learnt ternary clauses	: 200
14.22/13.73	c learnt constraints	: 392739
14.22/13.73	c ignored constraints	: 0
14.22/13.73	c root simplifications	: 0
14.22/13.73	c removed literals (reason simplification)	: 3486786
14.22/13.73	c reason swapping (by a shorter reason)	: 0
14.22/13.73	c Calls to reduceDB	: 47
14.22/13.73	c number of reductions to clauses (during analyze)	: 0
14.22/13.73	c number of learned constraints concerned by reduction	: 0
14.22/13.73	c number of learning phase by resolution	: 0
14.22/13.73	c number of learning phase by cutting planes	: 0
14.22/13.73	c speed (assignments/second)	: 1185260.541560016
14.22/13.73	c non guided choices	643
14.22/13.73	c learnt constraints type 
14.22/13.73	c constraints type 
14.22/13.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
14.22/13.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
14.22/13.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
14.22/13.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
14.22/13.73	s OPTIMUM FOUND
14.22/13.73	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 
14.22/13.73	c objective function=2
14.22/13.73	c Total wall clock time (in seconds): 13.623

Verifier Data

OK	2

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

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

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


[startup+0 s]
/proc/loadavg: 2.17 2.05 1.96 3/195 15538
/proc/meminfo: memFree=3204688/32950928 swapFree=67056212/67111528
[pid=15538] ppid=15536 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/15538/stat : 15538 (java) S 15536 15538 11872 0 -1 4202496 1161 0 0 0 0 0 0 0 25 0 2 0 981213991 26714112 887 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427194341 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15538/statm: 6522 894 679 9 0 381 0
[pid=15538/tid=15539] ppid=15536 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15539/stat : 15539 (java) R 15536 15538 11872 0 -1 4202560 54 0 0 0 0 0 0 0 25 0 2 0 981213992 26714112 897 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256410467975 0 2147483391 4096 0 0 0 0 -1 4 0 0 0

[startup+0.0488881 s]
/proc/loadavg: 2.17 2.05 1.96 3/195 15538
/proc/meminfo: memFree=3204688/32950928 swapFree=67056212/67111528
[pid=15538] ppid=15536 vsize=10467616 CPUtime=0.03 cores=0,2,4,6
/proc/15538/stat : 15538 (java) S 15536 15538 11872 0 -1 4202496 11395 0 1 0 2 1 0 0 25 0 13 0 981213991 10718838784 11089 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427194341 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/15538/statm: 2616904 11090 1682 9 0 2607652 0
[pid=15538/tid=15539] ppid=15536 vsize=10467616 CPUtime=0.03 cores=0,2,4,6
/proc/15538/task/15539/stat : 15539 (java) R 15536 15538 11872 0 -1 4202560 10246 0 1 0 2 1 0 0 25 0 13 0 981213992 10718838784 11090 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 47478963353112 0 4 0 16800971 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467616

[startup+0.100876 s]
/proc/loadavg: 2.17 2.05 1.96 3/195 15538
/proc/meminfo: memFree=3204688/32950928 swapFree=67056212/67111528
[pid=15538] ppid=15536 vsize=10540340 CPUtime=0.11 cores=0,2,4,6
/proc/15538/stat : 15538 (java) S 15536 15538 11872 0 -1 4202496 13113 0 1 0 9 2 0 0 25 0 18 0 981213991 10793308160 12797 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15538/statm: 2635085 12798 2092 9 0 2625819 0
[pid=15538/tid=15539] ppid=15536 vsize=10540340 CPUtime=0.09 cores=0,2,4,6
/proc/15538/task/15539/stat : 15539 (java) R 15536 15538 11872 0 -1 4202560 11194 0 1 0 7 2 0 0 18 0 18 0 981213992 10793308160 12798 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 47478960320419 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540340

[startup+0.300862 s]
/proc/loadavg: 2.17 2.05 1.96 3/195 15538
/proc/meminfo: memFree=3204688/32950928 swapFree=67056212/67111528
[pid=15538] ppid=15536 vsize=10546380 CPUtime=0.56 cores=0,2,4,6
/proc/15538/stat : 15538 (java) S 15536 15538 11872 0 -1 4202496 15823 0 1 0 54 2 0 0 25 0 19 0 981213991 10799493120 14758 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15538/statm: 2636595 14758 2216 9 0 2627329 0
[pid=15538/tid=15539] ppid=15536 vsize=10546380 CPUtime=0.29 cores=0,2,4,6
/proc/15538/task/15539/stat : 15539 (java) R 15536 15538 11872 0 -1 4202560 11798 0 1 0 27 2 0 0 18 0 19 0 981213992 10799493120 14758 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 46912505574220 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 10546380

[startup+0.700759 s]
/proc/loadavg: 2.17 2.05 1.96 3/195 15538
/proc/meminfo: memFree=3204688/32950928 swapFree=67056212/67111528
[pid=15538] ppid=15536 vsize=10546380 CPUtime=1.05 cores=0,2,4,6
/proc/15538/stat : 15538 (java) S 15536 15538 11872 0 -1 4202496 16929 0 1 0 103 2 0 0 25 0 19 0 981213991 10799493120 15860 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15538/statm: 2636595 15860 2248 9 0 2627329 0
[pid=15538/tid=15539] ppid=15536 vsize=10546380 CPUtime=0.67 cores=0,2,4,6
/proc/15538/task/15539/stat : 15539 (java) R 15536 15538 11872 0 -1 4202560 12280 0 1 0 65 2 0 0 18 0 19 0 981213992 10799493120 15860 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 46912505516074 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 10546380

[startup+1.50061 s]
/proc/loadavg: 2.32 2.08 1.97 3/214 15557
/proc/meminfo: memFree=3148824/32950928 swapFree=67056212/67111528
[pid=15538] ppid=15536 vsize=10547516 CPUtime=1.94 cores=0,2,4,6
/proc/15538/stat : 15538 (java) S 15536 15538 11872 0 -1 4202496 17857 0 1 0 192 2 0 0 25 0 19 0 981213991 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15538/statm: 2636879 16610 2249 9 0 2627613 0
[pid=15538/tid=15539] ppid=15536 vsize=10547516 CPUtime=1.41 cores=0,2,4,6
/proc/15538/task/15539/stat : 15539 (java) R 15536 15538 11872 0 -1 4202560 12283 0 1 0 139 2 0 0 18 0 19 0 981213992 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 46912505548380 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15538/tid=15541] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15541/stat : 15541 (java) S 15536 15538 11872 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 981213993 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 6 0 0 0
[pid=15538/tid=15542] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15542/stat : 15542 (java) S 15536 15538 11872 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 981213993 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15543] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15543/stat : 15543 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981213993 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15544] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15544/stat : 15544 (java) S 15536 15538 11872 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 981213993 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15545] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15545/stat : 15545 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981213993 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 6 0 0 0
[pid=15538/tid=15546] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15546/stat : 15546 (java) S 15536 15538 11872 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 981213993 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15547] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15547/stat : 15547 (java) S 15536 15538 11872 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 19 0 981213993 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15548] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15548/stat : 15548 (java) S 15536 15538 11872 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 19 0 981213993 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 6 0 0 0
[pid=15538/tid=15549] ppid=15536 vsize=10547516 CPUtime=0.05 cores=0,2,4,6
/proc/15538/task/15549/stat : 15549 (java) S 15536 15538 11872 0 -1 4202560 420 0 0 0 5 0 0 0 16 0 19 0 981213994 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427208192 0 0 0 16800975 18446604449146123200 0 0 -1 4 0 0 0
[pid=15538/tid=15550] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15550/stat : 15550 (java) S 15536 15538 11872 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981213995 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15551] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15551/stat : 15551 (java) S 15536 15538 11872 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 981213995 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15552] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15552/stat : 15552 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213997 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427215281 0 4 0 16800975 18446604449146123200 0 0 -1 4 0 0 0
[pid=15538/tid=15553] ppid=15536 vsize=10547516 CPUtime=0.18 cores=0,2,4,6
/proc/15538/task/15553/stat : 15553 (java) S 15536 15538 11872 0 -1 4202560 1549 0 0 0 18 0 0 0 19 0 19 0 981213997 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15554] ppid=15536 vsize=10547516 CPUtime=0.25 cores=0,2,4,6
/proc/15538/task/15554/stat : 15554 (java) S 15536 15538 11872 0 -1 4202560 1861 0 0 0 25 0 0 0 15 0 19 0 981213997 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15555] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15555/stat : 15555 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213997 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 4 0 0 0
[pid=15538/tid=15556] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15556/stat : 15556 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981213997 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427208192 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15557] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15557/stat : 15557 (java) S 15536 15538 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981214008 10800656384 16610 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427208192 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 10547516

[startup+3.10131 s]
/proc/loadavg: 2.32 2.08 1.97 5/214 15557
/proc/meminfo: memFree=3145732/32950928 swapFree=67056212/67111528
[pid=15538] ppid=15536 vsize=10547516 CPUtime=3.55 cores=0,2,4,6
/proc/15538/stat : 15538 (java) S 15536 15538 11872 0 -1 4202496 18092 0 1 0 352 3 0 0 25 0 19 0 981213991 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15538/statm: 2636879 16838 2249 9 0 2627613 0
[pid=15538/tid=15539] ppid=15536 vsize=10547516 CPUtime=2.93 cores=0,2,4,6
/proc/15538/task/15539/stat : 15539 (java) R 15536 15538 11872 0 -1 4202560 12290 0 1 0 291 2 0 0 20 0 19 0 981213992 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 46912505587392 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15538/tid=15541] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15541/stat : 15541 (java) S 15536 15538 11872 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 981213993 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 6 0 0 0
[pid=15538/tid=15542] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15542/stat : 15542 (java) S 15536 15538 11872 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 981213993 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15543] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15543/stat : 15543 (java) S 15536 15538 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981213993 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15544] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15544/stat : 15544 (java) S 15536 15538 11872 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 981213993 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 6 0 0 0
[pid=15538/tid=15545] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15545/stat : 15545 (java) S 15536 15538 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981213993 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15546] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15546/stat : 15546 (java) S 15536 15538 11872 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 981213993 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15547] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15547/stat : 15547 (java) S 15536 15538 11872 0 -1 4202560 200 0 0 0 0 0 0 0 16 0 19 0 981213993 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 6 0 0 0
[pid=15538/tid=15548] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15548/stat : 15548 (java) S 15536 15538 11872 0 -1 4202560 200 0 0 0 0 0 0 0 16 0 19 0 981213993 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15549] ppid=15536 vsize=10547516 CPUtime=0.13 cores=0,2,4,6
/proc/15538/task/15549/stat : 15549 (java) S 15536 15538 11872 0 -1 4202560 543 0 0 0 13 0 0 0 16 0 19 0 981213994 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427208192 0 0 0 16800975 18446604449146123200 0 0 -1 4 0 0 0
[pid=15538/tid=15550] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15550/stat : 15550 (java) S 15536 15538 11872 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981213995 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15551] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15551/stat : 15551 (java) S 15536 15538 11872 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 981213995 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15552] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15552/stat : 15552 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213997 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427215281 0 4 0 16800975 18446604449146123200 0 0 -1 4 0 0 0
[pid=15538/tid=15553] ppid=15536 vsize=10547516 CPUtime=0.18 cores=0,2,4,6
/proc/15538/task/15553/stat : 15553 (java) S 15536 15538 11872 0 -1 4202560 1549 0 0 0 18 0 0 0 19 0 19 0 981213997 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15554] ppid=15536 vsize=10547516 CPUtime=0.25 cores=0,2,4,6
/proc/15538/task/15554/stat : 15554 (java) S 15536 15538 11872 0 -1 4202560 1861 0 0 0 25 0 0 0 15 0 19 0 981213997 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15555] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15555/stat : 15555 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213997 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 4 0 0 0
[pid=15538/tid=15556] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15556/stat : 15556 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981213997 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427208192 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15557] ppid=15536 vsize=10547516 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15557/stat : 15557 (java) S 15536 15538 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981214008 10800656384 16838 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427208192 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 10547516

[startup+6.3007 s]
/proc/loadavg: 2.32 2.08 1.97 3/214 15557
/proc/meminfo: memFree=3125760/32950928 swapFree=67056212/67111528
[pid=15538] ppid=15536 vsize=10545816 CPUtime=6.77 cores=0,2,4,6
/proc/15538/stat : 15538 (java) S 15536 15538 11872 0 -1 4202496 18167 0 1 0 674 3 0 0 25 0 19 0 981213991 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15538/statm: 2636454 16523 2249 9 0 2627188 0
[pid=15538/tid=15539] ppid=15536 vsize=10545816 CPUtime=5.96 cores=0,2,4,6
/proc/15538/task/15539/stat : 15539 (java) R 15536 15538 11872 0 -1 4202560 12305 0 1 0 594 2 0 0 25 0 19 0 981213992 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 46912505591104 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15538/tid=15541] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15541/stat : 15541 (java) S 15536 15538 11872 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 981213993 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15542] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15542/stat : 15542 (java) S 15536 15538 11872 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 981213993 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15543] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15543/stat : 15543 (java) S 15536 15538 11872 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981213993 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15544] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15544/stat : 15544 (java) S 15536 15538 11872 0 -1 4202560 45 0 0 0 1 0 0 0 15 0 19 0 981213993 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 6 0 0 0
[pid=15538/tid=15545] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15545/stat : 15545 (java) S 15536 15538 11872 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981213993 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15546] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15546/stat : 15546 (java) S 15536 15538 11872 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 981213993 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15547] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15547/stat : 15547 (java) S 15536 15538 11872 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 19 0 981213993 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 6 0 0 0
[pid=15538/tid=15548] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15548/stat : 15548 (java) S 15536 15538 11872 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 19 0 981213993 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15549] ppid=15536 vsize=10545816 CPUtime=0.28 cores=0,2,4,6
/proc/15538/task/15549/stat : 15549 (java) S 15536 15538 11872 0 -1 4202560 595 0 0 0 28 0 0 0 16 0 19 0 981213994 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427208192 0 0 0 16800975 18446604449146123200 0 0 -1 4 0 0 0
[pid=15538/tid=15550] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15550/stat : 15550 (java) S 15536 15538 11872 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981213995 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15551] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15551/stat : 15551 (java) S 15536 15538 11872 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 981213995 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15552] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15552/stat : 15552 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213997 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427215281 0 4 0 16800975 18446604449146123200 0 0 -1 4 0 0 0
[pid=15538/tid=15553] ppid=15536 vsize=10545816 CPUtime=0.18 cores=0,2,4,6
/proc/15538/task/15553/stat : 15553 (java) S 15536 15538 11872 0 -1 4202560 1549 0 0 0 18 0 0 0 19 0 19 0 981213997 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15554] ppid=15536 vsize=10545816 CPUtime=0.25 cores=0,2,4,6
/proc/15538/task/15554/stat : 15554 (java) S 15536 15538 11872 0 -1 4202560 1861 0 0 0 25 0 0 0 15 0 19 0 981213997 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15555] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15555/stat : 15555 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213997 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 4 0 0 0
[pid=15538/tid=15556] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15556/stat : 15556 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981213997 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427208192 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15557] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15557/stat : 15557 (java) S 15536 15538 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981214008 10798915584 16523 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427208192 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 10545816

[startup+12.7015 s]
/proc/loadavg: 2.27 2.08 1.97 3/214 15614
/proc/meminfo: memFree=3145428/32950928 swapFree=67056212/67111528
[pid=15538] ppid=15536 vsize=10545816 CPUtime=13.19 cores=0,2,4,6
/proc/15538/stat : 15538 (java) S 15536 15538 11872 0 -1 4202496 18341 0 1 0 1316 3 0 0 25 0 19 0 981213991 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15538/statm: 2636454 16678 2249 9 0 2627188 0
[pid=15538/tid=15539] ppid=15536 vsize=10545816 CPUtime=12.09 cores=0,2,4,6
/proc/15538/task/15539/stat : 15539 (java) R 15536 15538 11872 0 -1 4202560 12324 0 1 0 1207 2 0 0 25 0 19 0 981213992 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 46912505516016 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15538/tid=15541] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15541/stat : 15541 (java) S 15536 15538 11872 0 -1 4202560 81 0 0 0 1 0 0 0 15 0 19 0 981213993 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 6 0 0 0
[pid=15538/tid=15542] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15542/stat : 15542 (java) S 15536 15538 11872 0 -1 4202560 80 0 0 0 1 0 0 0 15 0 19 0 981213993 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15543] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15543/stat : 15543 (java) S 15536 15538 11872 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 981213993 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 6 0 0 0
[pid=15538/tid=15544] ppid=15536 vsize=10545816 CPUtime=0.02 cores=0,2,4,6
/proc/15538/task/15544/stat : 15544 (java) S 15536 15538 11872 0 -1 4202560 47 0 0 0 2 0 0 0 16 0 19 0 981213993 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15545] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15545/stat : 15545 (java) S 15536 15538 11872 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 981213993 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15546] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15546/stat : 15546 (java) S 15536 15538 11872 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 981213993 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15547] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15547/stat : 15547 (java) S 15536 15538 11872 0 -1 4202560 204 0 0 0 1 0 0 0 15 0 19 0 981213993 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15548] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15548/stat : 15548 (java) S 15536 15538 11872 0 -1 4202560 201 0 0 0 1 0 0 0 15 0 19 0 981213993 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15549] ppid=15536 vsize=10545816 CPUtime=0.53 cores=0,2,4,6
/proc/15538/task/15549/stat : 15549 (java) S 15536 15538 11872 0 -1 4202560 737 0 0 0 52 1 0 0 16 0 19 0 981213994 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427208192 0 0 0 16800975 18446604449146123200 0 0 -1 4 0 0 0
[pid=15538/tid=15550] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15550/stat : 15550 (java) S 15536 15538 11872 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981213995 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15551] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15551/stat : 15551 (java) S 15536 15538 11872 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 981213995 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15552] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15552/stat : 15552 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213997 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427215281 0 4 0 16800975 18446604449146123200 0 0 -1 4 0 0 0
[pid=15538/tid=15553] ppid=15536 vsize=10545816 CPUtime=0.18 cores=0,2,4,6
/proc/15538/task/15553/stat : 15553 (java) S 15536 15538 11872 0 -1 4202560 1549 0 0 0 18 0 0 0 19 0 19 0 981213997 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15554] ppid=15536 vsize=10545816 CPUtime=0.26 cores=0,2,4,6
/proc/15538/task/15554/stat : 15554 (java) S 15536 15538 11872 0 -1 4202560 1861 0 0 0 26 0 0 0 15 0 19 0 981213997 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15555] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15555/stat : 15555 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213997 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 4 0 0 0
[pid=15538/tid=15556] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15556/stat : 15556 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981213997 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427208192 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15557] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15557/stat : 15557 (java) S 15536 15538 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981214008 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427208192 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.19
Current children cumulated vsize (KiB) 10545816

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

[startup+13.5013 s]
/proc/loadavg: 2.27 2.08 1.97 3/214 15614
/proc/meminfo: memFree=3145304/32950928 swapFree=67056212/67111528
[pid=15538] ppid=15536 vsize=10545816 CPUtime=14 cores=0,2,4,6
/proc/15538/stat : 15538 (java) S 15536 15538 11872 0 -1 4202496 18343 0 1 0 1396 4 0 0 25 0 19 0 981213991 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15538/statm: 2636454 16678 2249 9 0 2627188 0
[pid=15538/tid=15539] ppid=15536 vsize=10545816 CPUtime=12.86 cores=0,2,4,6
/proc/15538/task/15539/stat : 15539 (java) R 15536 15538 11872 0 -1 4202560 12326 0 1 0 1284 2 0 0 25 0 19 0 981213992 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 46912505699451 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15538/tid=15541] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15541/stat : 15541 (java) S 15536 15538 11872 0 -1 4202560 81 0 0 0 1 0 0 0 15 0 19 0 981213993 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 6 0 0 0
[pid=15538/tid=15542] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15542/stat : 15542 (java) S 15536 15538 11872 0 -1 4202560 80 0 0 0 1 0 0 0 15 0 19 0 981213993 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 6 0 0 0
[pid=15538/tid=15543] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15543/stat : 15543 (java) S 15536 15538 11872 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 981213993 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 6 0 0 0
[pid=15538/tid=15544] ppid=15536 vsize=10545816 CPUtime=0.02 cores=0,2,4,6
/proc/15538/task/15544/stat : 15544 (java) S 15536 15538 11872 0 -1 4202560 47 0 0 0 2 0 0 0 15 0 19 0 981213993 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15545] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15545/stat : 15545 (java) S 15536 15538 11872 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 981213993 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15546] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15546/stat : 15546 (java) S 15536 15538 11872 0 -1 4202560 93 0 0 0 0 0 0 0 16 0 19 0 981213993 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15547] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15547/stat : 15547 (java) S 15536 15538 11872 0 -1 4202560 204 0 0 0 1 0 0 0 15 0 19 0 981213993 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15548] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15548/stat : 15548 (java) S 15536 15538 11872 0 -1 4202560 201 0 0 0 1 0 0 0 15 0 19 0 981213993 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15549] ppid=15536 vsize=10545816 CPUtime=0.55 cores=0,2,4,6
/proc/15538/task/15549/stat : 15549 (java) S 15536 15538 11872 0 -1 4202560 737 0 0 0 54 1 0 0 16 0 19 0 981213994 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427208192 0 0 0 16800975 18446604449146123200 0 0 -1 4 0 0 0
[pid=15538/tid=15550] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15550/stat : 15550 (java) S 15536 15538 11872 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981213995 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15551] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15551/stat : 15551 (java) S 15536 15538 11872 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 981213995 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15552] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15552/stat : 15552 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213997 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427215281 0 4 0 16800975 18446604449146123200 0 0 -1 4 0 0 0
[pid=15538/tid=15553] ppid=15536 vsize=10545816 CPUtime=0.18 cores=0,2,4,6
/proc/15538/task/15553/stat : 15553 (java) S 15536 15538 11872 0 -1 4202560 1549 0 0 0 18 0 0 0 19 0 19 0 981213997 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15554] ppid=15536 vsize=10545816 CPUtime=0.26 cores=0,2,4,6
/proc/15538/task/15554/stat : 15554 (java) S 15536 15538 11872 0 -1 4202560 1861 0 0 0 26 0 0 0 15 0 19 0 981213997 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15555] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15555/stat : 15555 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213997 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 4 0 0 0
[pid=15538/tid=15556] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15556/stat : 15556 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981213997 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427208192 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15557] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15557/stat : 15557 (java) S 15536 15538 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981214008 10798915584 16678 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427208192 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14
Current children cumulated vsize (KiB) 10545816

[startup+13.7013 s]
/proc/loadavg: 2.27 2.08 1.97 3/214 15614
/proc/meminfo: memFree=3145304/32950928 swapFree=67056212/67111528
[pid=15538] ppid=15536 vsize=10545816 CPUtime=14.22 cores=0,2,4,6
/proc/15538/stat : 15538 (java) S 15536 15538 11872 0 -1 4202496 18362 0 1 0 1418 4 0 0 25 0 19 0 981213991 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15538/statm: 2636454 16696 2249 9 0 2627188 0
[pid=15538/tid=15539] ppid=15536 vsize=10545816 CPUtime=13.05 cores=0,2,4,6
/proc/15538/task/15539/stat : 15539 (java) R 15536 15538 11872 0 -1 4202560 12329 0 1 0 1303 2 0 0 25 0 19 0 981213992 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 46912505684277 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15538/tid=15541] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15541/stat : 15541 (java) S 15536 15538 11872 0 -1 4202560 81 0 0 0 1 0 0 0 15 0 19 0 981213993 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 6 0 0 0
[pid=15538/tid=15542] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15542/stat : 15542 (java) S 15536 15538 11872 0 -1 4202560 80 0 0 0 1 0 0 0 16 0 19 0 981213993 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 6 0 0 0
[pid=15538/tid=15543] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15543/stat : 15543 (java) S 15536 15538 11872 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 981213993 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 6 0 0 0
[pid=15538/tid=15544] ppid=15536 vsize=10545816 CPUtime=0.02 cores=0,2,4,6
/proc/15538/task/15544/stat : 15544 (java) S 15536 15538 11872 0 -1 4202560 47 0 0 0 2 0 0 0 16 0 19 0 981213993 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15545] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15545/stat : 15545 (java) S 15536 15538 11872 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 981213993 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15546] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15546/stat : 15546 (java) S 15536 15538 11872 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 981213993 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 6 0 0 0
[pid=15538/tid=15547] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15547/stat : 15547 (java) S 15536 15538 11872 0 -1 4202560 204 0 0 0 1 0 0 0 15 0 19 0 981213993 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15548] ppid=15536 vsize=10545816 CPUtime=0.01 cores=0,2,4,6
/proc/15538/task/15548/stat : 15548 (java) S 15536 15538 11872 0 -1 4202560 201 0 0 0 1 0 0 0 15 0 19 0 981213993 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15549] ppid=15536 vsize=10545816 CPUtime=0.56 cores=0,2,4,6
/proc/15538/task/15549/stat : 15549 (java) S 15536 15538 11872 0 -1 4202560 752 0 0 0 55 1 0 0 16 0 19 0 981213994 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427208192 0 0 0 16800975 18446604449146123200 0 0 -1 4 0 0 0
[pid=15538/tid=15550] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15550/stat : 15550 (java) S 15536 15538 11872 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981213995 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15551] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15551/stat : 15551 (java) S 15536 15538 11872 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 981213995 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15552] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15552/stat : 15552 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213997 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427215281 0 4 0 16800975 18446604449146123200 0 0 -1 4 0 0 0
[pid=15538/tid=15553] ppid=15536 vsize=10545816 CPUtime=0.19 cores=0,2,4,6
/proc/15538/task/15553/stat : 15553 (java) S 15536 15538 11872 0 -1 4202560 1549 0 0 0 19 0 0 0 18 0 19 0 981213997 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15554] ppid=15536 vsize=10545816 CPUtime=0.27 cores=0,2,4,6
/proc/15538/task/15554/stat : 15554 (java) S 15536 15538 11872 0 -1 4202560 1861 0 0 0 27 0 0 0 15 0 19 0 981213997 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 2 0 0 0
[pid=15538/tid=15555] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15555/stat : 15555 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213997 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427207577 0 4 0 16800975 18446604449146123200 0 0 -1 4 0 0 0
[pid=15538/tid=15556] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15556/stat : 15556 (java) S 15536 15538 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981213997 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427208192 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
[pid=15538/tid=15557] ppid=15536 vsize=10545816 CPUtime=0 cores=0,2,4,6
/proc/15538/task/15557/stat : 15557 (java) S 15536 15538 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981214008 10798915584 16696 33554432000 1073741824 1073778376 140733495669600 18446744073709551615 256427208192 0 4 0 16800975 18446604449146123200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.22
Current children cumulated vsize (KiB) 10545816

Child status: 30
Real time (s): 13.7494
CPU time (s): 14.2738
CPU user time (s): 14.2278
CPU system time (s): 0.045993
CPU usage (%): 103.814
Max. virtual memory (cumulated for all children) (KiB): 10547516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.2278
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18384
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= 1795
involuntary context switches= 856

runsolver used 0.020996 second user time and 0.058991 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-12 22:17:13
IDJOB=3492424
IDBENCH=78811
IDSOLVER=1982
FILE ID=node115/3492424-1307909833
RUNJOBID= node115-1307908016-15259
PBS_JOBID= 13559590
Free space on /var/tmp= 2884 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111217392--soft-33-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-3492424-1307909833/watcher-3492424-1307909833 -o /var/tmp/evaluation-result-3492424-1307909833/solver-3492424-1307909833 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492424-1307909833.wbo

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

MD5SUM BENCH= c7720dd2087dc22b99065e5851f98a98
RANDOM SEED=254213833

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.75
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.811
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.811
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.77
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.811
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.74
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.811
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.75
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.811
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:       3204968 kB
Buffers:         61512 kB
Cached:       28695232 kB
SwapCached:       9240 kB
Active:       13798604 kB
Inactive:     15036588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3204968 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:            1076 kB
Writeback:           0 kB
AnonPages:       76296 kB
Mapped:          21456 kB
Slab:           845580 kB
PageTables:       4912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10543784 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 node115 at 2011-06-12 22:17:27