Trace number 3492417

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.8987 14.3519

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226062--soft-66-100-0.wbo
MD5SUM8eadb42484b45bdc6fb0d5cf420da5d0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark0.954854
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 constraints26
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 1243
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1242
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1231
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.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	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@13d4c61c
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-3492417-1307909819.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.053s.
0.10/0.17	c #vars     195
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
0.68/0.45	c cleaning 2498 clauses out of 5000 with flag 5000/5000
0.91/0.66	c cleaning 4246 clauses out of 8502 with flag 11000/11000
1.13/0.87	c cleaning 5627 clauses out of 11258 with flag 18002/18002
1.44/1.13	c cleaning 6812 clauses out of 13629 with flag 26000/26000
1.56/1.23	c SATISFIABLE
1.56/1.23	c OPTIMIZING...
1.56/1.23	c Got one! Elapsed wall clock time (in seconds):1.121
1.56/1.23	o 315
1.66/1.33	c cleaning 6366 clauses out of 12741 with flag 3002/31924
1.76/1.42	c Got one! Elapsed wall clock time (in seconds):1.312
1.76/1.42	o 57
1.86/1.52	c cleaning 6113 clauses out of 12240 with flag 3000/37789
2.06/1.70	c cleaning 6058 clauses out of 12127 with flag 9000/43789
2.27/1.92	c cleaning 6534 clauses out of 13071 with flag 16002/50791
2.47/2.19	c cleaning 7266 clauses out of 14537 with flag 24002/58791
2.77/2.46	c cleaning 8131 clauses out of 16269 with flag 33000/67789
3.07/2.78	c cleaning 9064 clauses out of 18138 with flag 43000/77789
3.47/3.15	c cleaning 9531 clauses out of 19075 with flag 53001/87790
3.77/3.47	c cleaning 9769 clauses out of 19543 with flag 63000/97789
4.07/3.79	c cleaning 9880 clauses out of 19776 with flag 73002/107791
4.47/4.12	c cleaning 9942 clauses out of 19894 with flag 83000/117789
4.78/4.49	c cleaning 9974 clauses out of 19953 with flag 93001/127790
5.17/4.81	c cleaning 9987 clauses out of 19980 with flag 103002/137791
5.48/5.14	c cleaning 9987 clauses out of 19993 with flag 113002/147791
5.78/5.46	c cleaning 9998 clauses out of 20006 with flag 123002/157791
6.18/5.80	c cleaning 10003 clauses out of 20011 with flag 133005/167794
6.48/6.12	c cleaning 9995 clauses out of 20003 with flag 143000/177789
6.78/6.48	c cleaning 9998 clauses out of 20008 with flag 153000/187789
6.89/6.58	c Got one! Elapsed wall clock time (in seconds):6.466
6.89/6.58	o 40
6.99/6.65	c cleaning 7691 clauses out of 15390 with flag 2000/193169
7.19/6.84	c cleaning 6847 clauses out of 13701 with flag 8002/199171
7.39/7.06	c cleaning 6921 clauses out of 13852 with flag 15000/206169
7.69/7.31	c cleaning 7462 clauses out of 14932 with flag 23001/214170
7.89/7.59	c cleaning 8231 clauses out of 16469 with flag 32000/223169
8.29/7.92	c cleaning 9116 clauses out of 18239 with flag 42001/233170
8.59/8.25	c cleaning 9556 clauses out of 19122 with flag 52000/243169
8.90/8.58	c cleaning 9778 clauses out of 19567 with flag 62001/253170
9.30/8.91	c cleaning 9894 clauses out of 19789 with flag 72001/263170
9.60/9.27	c cleaning 9944 clauses out of 19896 with flag 82002/273171
10.00/9.62	c cleaning 9970 clauses out of 19952 with flag 92002/283171
10.31/9.96	c cleaning 9985 clauses out of 19981 with flag 102001/293170
10.61/10.30	c cleaning 9990 clauses out of 19995 with flag 112000/303169
11.01/10.62	c cleaning 9997 clauses out of 20005 with flag 122000/313169
11.32/10.95	c cleaning 10001 clauses out of 20009 with flag 132001/323170
11.61/11.27	c cleaning 10000 clauses out of 20007 with flag 142000/333169
11.91/11.58	c cleaning 9999 clauses out of 20007 with flag 152000/343169
12.31/11.91	c cleaning 9999 clauses out of 20009 with flag 162001/353170
12.61/12.23	c cleaning 9998 clauses out of 20009 with flag 172000/363169
12.92/12.55	c cleaning 10000 clauses out of 20012 with flag 182001/373170
13.22/12.87	c cleaning 9999 clauses out of 20012 with flag 192001/383170
13.62/13.21	c cleaning 10006 clauses out of 20013 with flag 202001/393170
13.92/13.57	c cleaning 9998 clauses out of 20006 with flag 212000/403169
14.32/13.90	c cleaning 10002 clauses out of 20011 with flag 222003/413172
14.64/14.28	c cleaning 10002 clauses out of 20005 with flag 232001/423170
14.83/14.33	c starts		: 152
14.83/14.33	c conflicts		: 423724
14.83/14.33	c decisions		: 699819
14.83/14.33	c propagations		: 9844517
14.83/14.33	c inspects		: 95892526
14.83/14.33	c shortcuts		: 0
14.83/14.33	c learnt literals	: 7
14.83/14.33	c learnt binary clauses	: 21
14.83/14.33	c learnt ternary clauses	: 400
14.83/14.33	c learnt constraints	: 423716
14.83/14.33	c ignored constraints	: 0
14.83/14.33	c root simplifications	: 0
14.83/14.33	c removed literals (reason simplification)	: 3241548
14.83/14.33	c reason swapping (by a shorter reason)	: 0
14.83/14.33	c Calls to reduceDB	: 47
14.83/14.33	c number of reductions to clauses (during analyze)	: 0
14.83/14.33	c number of learned constraints concerned by reduction	: 0
14.83/14.33	c number of learning phase by resolution	: 0
14.83/14.33	c number of learning phase by cutting planes	: 0
14.83/14.33	c speed (assignments/second)	: 1269932.5335397318
14.83/14.33	c non guided choices	166
14.83/14.33	c learnt constraints type 
14.83/14.33	c constraints type 
14.83/14.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
14.83/14.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
14.83/14.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
14.83/14.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
14.83/14.33	s OPTIMUM FOUND
14.83/14.33	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.83/14.33	c objective function=40
14.83/14.33	c Total wall clock time (in seconds): 14.219

Verifier Data

OK	40

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-3492417-1307909819/watcher-3492417-1307909819 -o /var/tmp/evaluation-result-3492417-1307909819/solver-3492417-1307909819 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492417-1307909819.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.05 2.02 1.95 3/174 15431
/proc/meminfo: memFree=3249092/32950928 swapFree=67056212/67111528
[pid=15431] ppid=15429 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/15431/stat : 15431 (java) R 15429 15431 11872 0 -1 4202496 771 0 0 0 0 0 0 0 25 0 1 0 981212534 23580672 514 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256410429184 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15431/statm: 5757 527 396 9 0 124 0

[startup+0.076489 s]
/proc/loadavg: 2.05 2.02 1.95 3/174 15431
/proc/meminfo: memFree=3249092/32950928 swapFree=67056212/67111528
[pid=15431] ppid=15429 vsize=10538624 CPUtime=0.05 cores=0,2,4,6
/proc/15431/stat : 15431 (java) S 15429 15431 11872 0 -1 4202496 11838 0 1 0 4 1 0 0 25 0 18 0 981212534 10791550976 11533 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15431/statm: 2634656 11535 1742 9 0 2625390 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10538624

[startup+0.100521 s]
/proc/loadavg: 2.05 2.02 1.95 3/174 15431
/proc/meminfo: memFree=3249092/32950928 swapFree=67056212/67111528
[pid=15431] ppid=15429 vsize=10540252 CPUtime=0.1 cores=0,2,4,6
/proc/15431/stat : 15431 (java) S 15429 15431 11872 0 -1 4202496 12999 0 1 0 8 2 0 0 25 0 18 0 981212534 10793218048 12660 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15431/statm: 2635063 12664 2093 9 0 2625797 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540252

[startup+0.300453 s]
/proc/loadavg: 2.05 2.02 1.95 3/174 15431
/proc/meminfo: memFree=3249092/32950928 swapFree=67056212/67111528
[pid=15431] ppid=15429 vsize=10544504 CPUtime=0.54 cores=0,2,4,6
/proc/15431/stat : 15431 (java) S 15429 15431 11872 0 -1 4202496 16086 0 1 0 51 3 0 0 25 0 19 0 981212534 10797572096 14940 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15431/statm: 2636126 14940 2215 9 0 2626860 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10544504

[startup+0.700385 s]
/proc/loadavg: 2.05 2.02 1.95 3/174 15431
/proc/meminfo: memFree=3249092/32950928 swapFree=67056212/67111528
[pid=15431] ppid=15429 vsize=10544504 CPUtime=1.03 cores=0,2,4,6
/proc/15431/stat : 15431 (java) S 15429 15431 11872 0 -1 4202496 17136 0 1 0 100 3 0 0 25 0 19 0 981212534 10797572096 15876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15431/statm: 2636126 15876 2247 9 0 2626860 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10544504

[startup+1.50122 s]
/proc/loadavg: 2.20 2.05 1.96 3/214 15499
/proc/meminfo: memFree=3152620/32950928 swapFree=67056212/67111528
[pid=15431] ppid=15429 vsize=10544672 CPUtime=1.86 cores=0,2,4,6
/proc/15431/stat : 15431 (java) S 15429 15431 11872 0 -1 4202496 17427 0 1 0 183 3 0 0 25 0 19 0 981212534 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15431/statm: 2636168 16164 2248 9 0 2626902 0
[pid=15431/tid=15433] ppid=15429 vsize=10544672 CPUtime=1.4 cores=0,2,4,6
/proc/15431/task/15433/stat : 15433 (java) R 15429 15431 11872 0 -1 4202560 11951 0 1 0 138 2 0 0 20 0 19 0 981212535 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 46912505540276 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15431/tid=15434] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15434/stat : 15434 (java) S 15429 15431 11872 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15435] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15435/stat : 15435 (java) S 15429 15431 11872 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15436] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15436/stat : 15436 (java) S 15429 15431 11872 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15437] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15437/stat : 15437 (java) S 15429 15431 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15438] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15438/stat : 15438 (java) S 15429 15431 11872 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15439] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15439/stat : 15439 (java) S 15429 15431 11872 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15440] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15440/stat : 15440 (java) S 15429 15431 11872 0 -1 4202560 78 0 0 0 0 0 0 0 16 0 19 0 981212536 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15441] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15441/stat : 15441 (java) S 15429 15431 11872 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15442] ppid=15429 vsize=10544672 CPUtime=0.06 cores=0,2,4,6
/proc/15431/task/15442/stat : 15442 (java) S 15429 15431 11872 0 -1 4202560 428 0 0 0 6 0 0 0 15 0 19 0 981212537 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 0 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15443] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15443/stat : 15443 (java) S 15429 15431 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981212538 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15444] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15444/stat : 15444 (java) S 15429 15431 11872 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 981212538 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15445] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15445/stat : 15445 (java) S 15429 15431 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981212540 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427215281 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15446] ppid=15429 vsize=10544672 CPUtime=0.17 cores=0,2,4,6
/proc/15431/task/15446/stat : 15446 (java) S 15429 15431 11872 0 -1 4202560 1857 0 0 0 17 0 0 0 15 0 19 0 981212540 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15447] ppid=15429 vsize=10544672 CPUtime=0.19 cores=0,2,4,6
/proc/15431/task/15447/stat : 15447 (java) S 15429 15431 11872 0 -1 4202560 1495 0 0 0 19 0 0 0 16 0 19 0 981212540 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15448] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15448/stat : 15448 (java) S 15429 15431 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981212540 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15449] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15449/stat : 15449 (java) S 15429 15431 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981212540 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15450] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15450/stat : 15450 (java) S 15429 15431 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981212551 10797744128 16164 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10544672

[startup+3.10093 s]
/proc/loadavg: 2.20 2.05 1.96 3/214 15499
/proc/meminfo: memFree=3147660/32950928 swapFree=67056212/67111528
[pid=15431] ppid=15429 vsize=10544672 CPUtime=3.47 cores=0,2,4,6
/proc/15431/stat : 15431 (java) S 15429 15431 11872 0 -1 4202496 17612 0 1 0 344 3 0 0 25 0 19 0 981212534 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15431/statm: 2636168 16343 2248 9 0 2626902 0
[pid=15431/tid=15433] ppid=15429 vsize=10544672 CPUtime=2.92 cores=0,2,4,6
/proc/15431/task/15433/stat : 15433 (java) R 15429 15431 11872 0 -1 4202560 11957 0 1 0 290 2 0 0 23 0 19 0 981212535 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 46912505633064 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15431/tid=15434] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15434/stat : 15434 (java) S 15429 15431 11872 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15435] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15435/stat : 15435 (java) S 15429 15431 11872 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15436] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15436/stat : 15436 (java) S 15429 15431 11872 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15437] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15437/stat : 15437 (java) S 15429 15431 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15438] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15438/stat : 15438 (java) S 15429 15431 11872 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15439] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15439/stat : 15439 (java) S 15429 15431 11872 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15440] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15440/stat : 15440 (java) S 15429 15431 11872 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15441] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15441/stat : 15441 (java) S 15429 15431 11872 0 -1 4202560 126 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15442] ppid=15429 vsize=10544672 CPUtime=0.13 cores=0,2,4,6
/proc/15431/task/15442/stat : 15442 (java) S 15429 15431 11872 0 -1 4202560 555 0 0 0 13 0 0 0 15 0 19 0 981212537 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 0 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15443] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15443/stat : 15443 (java) S 15429 15431 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981212538 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15444] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15444/stat : 15444 (java) S 15429 15431 11872 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 981212538 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15445] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15445/stat : 15445 (java) S 15429 15431 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981212540 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427215281 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15446] ppid=15429 vsize=10544672 CPUtime=0.17 cores=0,2,4,6
/proc/15431/task/15446/stat : 15446 (java) S 15429 15431 11872 0 -1 4202560 1857 0 0 0 17 0 0 0 15 0 19 0 981212540 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15447] ppid=15429 vsize=10544672 CPUtime=0.19 cores=0,2,4,6
/proc/15431/task/15447/stat : 15447 (java) S 15429 15431 11872 0 -1 4202560 1495 0 0 0 19 0 0 0 16 0 19 0 981212540 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15448] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15448/stat : 15448 (java) S 15429 15431 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981212540 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15449] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15449/stat : 15449 (java) S 15429 15431 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981212540 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15450] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15450/stat : 15450 (java) S 15429 15431 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981212551 10797744128 16343 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10544672

[startup+6.30132 s]
/proc/loadavg: 2.19 2.05 1.96 3/214 15499
/proc/meminfo: memFree=3146876/32950928 swapFree=67056212/67111528
[pid=15431] ppid=15429 vsize=10544672 CPUtime=6.68 cores=0,2,4,6
/proc/15431/stat : 15431 (java) S 15429 15431 11872 0 -1 4202496 17734 0 1 0 665 3 0 0 25 0 19 0 981212534 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15431/statm: 2636168 16098 2248 9 0 2626902 0
[pid=15431/tid=15433] ppid=15429 vsize=10544672 CPUtime=5.98 cores=0,2,4,6
/proc/15431/task/15433/stat : 15433 (java) R 15429 15431 11872 0 -1 4202560 11968 0 1 0 596 2 0 0 25 0 19 0 981212535 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 46912505618652 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15431/tid=15434] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15434/stat : 15434 (java) S 15429 15431 11872 0 -1 4202560 139 0 0 0 1 0 0 0 15 0 19 0 981212536 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15435] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15435/stat : 15435 (java) S 15429 15431 11872 0 -1 4202560 91 0 0 0 0 0 0 0 16 0 19 0 981212536 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15436] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15436/stat : 15436 (java) S 15429 15431 11872 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15437] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15437/stat : 15437 (java) S 15429 15431 11872 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15438] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15438/stat : 15438 (java) S 15429 15431 11872 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15439] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15439/stat : 15439 (java) S 15429 15431 11872 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15440] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15440/stat : 15440 (java) S 15429 15431 11872 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15441] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15441/stat : 15441 (java) S 15429 15431 11872 0 -1 4202560 126 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15442] ppid=15429 vsize=10544672 CPUtime=0.25 cores=0,2,4,6
/proc/15431/task/15442/stat : 15442 (java) S 15429 15431 11872 0 -1 4202560 654 0 0 0 25 0 0 0 16 0 19 0 981212537 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 0 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15443] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15443/stat : 15443 (java) S 15429 15431 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981212538 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15444] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15444/stat : 15444 (java) S 15429 15431 11872 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 981212538 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15445] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15445/stat : 15445 (java) S 15429 15431 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981212540 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427215281 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15446] ppid=15429 vsize=10544672 CPUtime=0.17 cores=0,2,4,6
/proc/15431/task/15446/stat : 15446 (java) S 15429 15431 11872 0 -1 4202560 1857 0 0 0 17 0 0 0 15 0 19 0 981212540 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15447] ppid=15429 vsize=10544672 CPUtime=0.19 cores=0,2,4,6
/proc/15431/task/15447/stat : 15447 (java) S 15429 15431 11872 0 -1 4202560 1495 0 0 0 19 0 0 0 16 0 19 0 981212540 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15448] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15448/stat : 15448 (java) S 15429 15431 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981212540 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15449] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15449/stat : 15449 (java) S 15429 15431 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981212540 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15450] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15450/stat : 15450 (java) S 15429 15431 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981212551 10797744128 16098 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 10544672

[startup+12.7011 s]

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

/proc/15431/task/15435/stat : 15435 (java) S 15429 15431 11872 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16158 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15436] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15436/stat : 15436 (java) S 15429 15431 11872 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16158 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15437] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15437/stat : 15437 (java) S 15429 15431 11872 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 981212536 10797744128 16158 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15438] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15438/stat : 15438 (java) S 15429 15431 11872 0 -1 4202560 61 0 0 0 1 0 0 0 15 0 19 0 981212536 10797744128 16158 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15439] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15439/stat : 15439 (java) S 15429 15431 11872 0 -1 4202560 65 0 0 0 1 0 0 0 15 0 19 0 981212536 10797744128 16158 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15440] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15440/stat : 15440 (java) S 15429 15431 11872 0 -1 4202560 80 0 0 0 1 0 0 0 15 0 19 0 981212536 10797744128 16158 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15441] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15441/stat : 15441 (java) S 15429 15431 11872 0 -1 4202560 127 0 0 0 1 0 0 0 16 0 19 0 981212536 10797744128 16158 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15442] ppid=15429 vsize=10544672 CPUtime=0.51 cores=0,2,4,6
/proc/15431/task/15442/stat : 15442 (java) S 15429 15431 11872 0 -1 4202560 708 0 0 0 51 0 0 0 15 0 19 0 981212537 10797744128 16158 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 0 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15443] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15443/stat : 15443 (java) S 15429 15431 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981212538 10797744128 16158 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15444] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15444/stat : 15444 (java) S 15429 15431 11872 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 981212538 10797744128 16158 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15445] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15445/stat : 15445 (java) S 15429 15431 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981212540 10797744128 16158 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427215281 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15446] ppid=15429 vsize=10544672 CPUtime=0.17 cores=0,2,4,6
/proc/15431/task/15446/stat : 15446 (java) S 15429 15431 11872 0 -1 4202560 1857 0 0 0 17 0 0 0 15 0 19 0 981212540 10797744128 16158 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15447] ppid=15429 vsize=10544672 CPUtime=0.2 cores=0,2,4,6
/proc/15431/task/15447/stat : 15447 (java) S 15429 15431 11872 0 -1 4202560 1495 0 0 0 20 0 0 0 15 0 19 0 981212540 10797744128 16158 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15448] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15448/stat : 15448 (java) S 15429 15431 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981212540 10797744128 16158 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15449] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15449/stat : 15449 (java) S 15429 15431 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981212540 10797744128 16158 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15450] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15450/stat : 15450 (java) S 15429 15431 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981212551 10797744128 16158 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.12
Current children cumulated vsize (KiB) 10544672

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

[startup+13.501 s]
/proc/loadavg: 2.17 2.05 1.96 3/214 15500
/proc/meminfo: memFree=3146676/32950928 swapFree=67056212/67111528
[pid=15431] ppid=15429 vsize=10544672 CPUtime=13.92 cores=0,2,4,6
/proc/15431/stat : 15431 (java) S 15429 15431 11872 0 -1 4202496 17822 0 1 0 1388 4 0 0 25 0 19 0 981212534 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15431/statm: 2636168 16163 2248 9 0 2626902 0
[pid=15431/tid=15433] ppid=15429 vsize=10544672 CPUtime=12.86 cores=0,2,4,6
/proc/15431/task/15433/stat : 15433 (java) R 15429 15431 11872 0 -1 4202560 11991 0 1 0 1284 2 0 0 25 0 19 0 981212535 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 46912505540886 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15431/tid=15434] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15434/stat : 15434 (java) S 15429 15431 11872 0 -1 4202560 139 0 0 0 1 0 0 0 15 0 19 0 981212536 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15435] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15435/stat : 15435 (java) S 15429 15431 11872 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15436] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15436/stat : 15436 (java) S 15429 15431 11872 0 -1 4202560 41 0 0 0 1 0 0 0 15 0 19 0 981212536 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15437] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15437/stat : 15437 (java) S 15429 15431 11872 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 981212536 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15438] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15438/stat : 15438 (java) S 15429 15431 11872 0 -1 4202560 61 0 0 0 1 0 0 0 15 0 19 0 981212536 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15439] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15439/stat : 15439 (java) S 15429 15431 11872 0 -1 4202560 66 0 0 0 1 0 0 0 15 0 19 0 981212536 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15440] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15440/stat : 15440 (java) S 15429 15431 11872 0 -1 4202560 80 0 0 0 1 0 0 0 15 0 19 0 981212536 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15441] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15441/stat : 15441 (java) S 15429 15431 11872 0 -1 4202560 127 0 0 0 1 0 0 0 15 0 19 0 981212536 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15442] ppid=15429 vsize=10544672 CPUtime=0.54 cores=0,2,4,6
/proc/15431/task/15442/stat : 15442 (java) S 15429 15431 11872 0 -1 4202560 712 0 0 0 54 0 0 0 15 0 19 0 981212537 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 0 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15443] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15443/stat : 15443 (java) S 15429 15431 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981212538 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15444] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15444/stat : 15444 (java) S 15429 15431 11872 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 981212538 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15445] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15445/stat : 15445 (java) S 15429 15431 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981212540 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427215281 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15446] ppid=15429 vsize=10544672 CPUtime=0.17 cores=0,2,4,6
/proc/15431/task/15446/stat : 15446 (java) S 15429 15431 11872 0 -1 4202560 1857 0 0 0 17 0 0 0 15 0 19 0 981212540 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15447] ppid=15429 vsize=10544672 CPUtime=0.2 cores=0,2,4,6
/proc/15431/task/15447/stat : 15447 (java) S 15429 15431 11872 0 -1 4202560 1495 0 0 0 20 0 0 0 15 0 19 0 981212540 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15448] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15448/stat : 15448 (java) S 15429 15431 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981212540 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15449] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15449/stat : 15449 (java) S 15429 15431 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981212540 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15450] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15450/stat : 15450 (java) S 15429 15431 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981212551 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.92
Current children cumulated vsize (KiB) 10544672

[startup+13.9009 s]
/proc/loadavg: 2.17 2.05 1.96 3/214 15500
/proc/meminfo: memFree=3146676/32950928 swapFree=67056212/67111528
[pid=15431] ppid=15429 vsize=10544672 CPUtime=14.32 cores=0,2,4,6
/proc/15431/stat : 15431 (java) S 15429 15431 11872 0 -1 4202496 17823 0 1 0 1428 4 0 0 25 0 19 0 981212534 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15431/statm: 2636168 16163 2248 9 0 2626902 0
[pid=15431/tid=15433] ppid=15429 vsize=10544672 CPUtime=13.25 cores=0,2,4,6
/proc/15431/task/15433/stat : 15433 (java) R 15429 15431 11872 0 -1 4202560 11992 0 1 0 1323 2 0 0 25 0 19 0 981212535 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 46912505727280 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15431/tid=15434] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15434/stat : 15434 (java) S 15429 15431 11872 0 -1 4202560 139 0 0 0 1 0 0 0 16 0 19 0 981212536 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15435] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15435/stat : 15435 (java) S 15429 15431 11872 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 981212536 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15436] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15436/stat : 15436 (java) S 15429 15431 11872 0 -1 4202560 41 0 0 0 1 0 0 0 15 0 19 0 981212536 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15437] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15437/stat : 15437 (java) S 15429 15431 11872 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 981212536 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15438] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15438/stat : 15438 (java) S 15429 15431 11872 0 -1 4202560 61 0 0 0 1 0 0 0 15 0 19 0 981212536 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15439] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15439/stat : 15439 (java) S 15429 15431 11872 0 -1 4202560 66 0 0 0 1 0 0 0 15 0 19 0 981212536 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15440] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15440/stat : 15440 (java) S 15429 15431 11872 0 -1 4202560 80 0 0 0 1 0 0 0 16 0 19 0 981212536 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15441] ppid=15429 vsize=10544672 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15441/stat : 15441 (java) S 15429 15431 11872 0 -1 4202560 127 0 0 0 1 0 0 0 16 0 19 0 981212536 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15442] ppid=15429 vsize=10544672 CPUtime=0.55 cores=0,2,4,6
/proc/15431/task/15442/stat : 15442 (java) S 15429 15431 11872 0 -1 4202560 712 0 0 0 55 0 0 0 15 0 19 0 981212537 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 0 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15443] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15443/stat : 15443 (java) S 15429 15431 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981212538 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15444] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15444/stat : 15444 (java) S 15429 15431 11872 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 981212538 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15445] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15445/stat : 15445 (java) S 15429 15431 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981212540 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427215281 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15446] ppid=15429 vsize=10544672 CPUtime=0.17 cores=0,2,4,6
/proc/15431/task/15446/stat : 15446 (java) S 15429 15431 11872 0 -1 4202560 1857 0 0 0 17 0 0 0 15 0 19 0 981212540 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15447] ppid=15429 vsize=10544672 CPUtime=0.2 cores=0,2,4,6
/proc/15431/task/15447/stat : 15447 (java) S 15429 15431 11872 0 -1 4202560 1495 0 0 0 20 0 0 0 15 0 19 0 981212540 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15448] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15448/stat : 15448 (java) S 15429 15431 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981212540 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15449] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15449/stat : 15449 (java) S 15429 15431 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981212540 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15450] ppid=15429 vsize=10544672 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15450/stat : 15450 (java) S 15429 15431 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981212551 10797744128 16163 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.32
Current children cumulated vsize (KiB) 10544672

[startup+14.3068 s]
/proc/loadavg: 2.17 2.05 1.96 3/214 15500
/proc/meminfo: memFree=3146924/32950928 swapFree=67056212/67111528
[pid=15431] ppid=15429 vsize=10547780 CPUtime=14.83 cores=0,2,4,6
/proc/15431/stat : 15431 (java) S 15429 15431 11872 0 -1 4202496 19096 0 1 0 1479 4 0 0 25 0 19 0 981212534 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15431/statm: 2636945 16876 2250 9 0 2627679 0
[pid=15431/tid=15433] ppid=15429 vsize=10547780 CPUtime=13.62 cores=0,2,4,6
/proc/15431/task/15433/stat : 15433 (java) S 15429 15431 11872 0 -1 4202560 11996 0 1 0 1360 2 0 0 25 0 19 0 981212535 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15434] ppid=15429 vsize=10547780 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15434/stat : 15434 (java) S 15429 15431 11872 0 -1 4202560 139 0 0 0 1 0 0 0 15 0 19 0 981212536 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15435] ppid=15429 vsize=10547780 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15435/stat : 15435 (java) S 15429 15431 11872 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 981212536 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15436] ppid=15429 vsize=10547780 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15436/stat : 15436 (java) S 15429 15431 11872 0 -1 4202560 41 0 0 0 1 0 0 0 15 0 19 0 981212536 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15437] ppid=15429 vsize=10547780 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15437/stat : 15437 (java) S 15429 15431 11872 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 981212536 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15438] ppid=15429 vsize=10547780 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15438/stat : 15438 (java) S 15429 15431 11872 0 -1 4202560 61 0 0 0 1 0 0 0 15 0 19 0 981212536 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15439] ppid=15429 vsize=10547780 CPUtime=0.02 cores=0,2,4,6
/proc/15431/task/15439/stat : 15439 (java) S 15429 15431 11872 0 -1 4202560 66 0 0 0 2 0 0 0 15 0 19 0 981212536 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15440] ppid=15429 vsize=10547780 CPUtime=0.02 cores=0,2,4,6
/proc/15431/task/15440/stat : 15440 (java) S 15429 15431 11872 0 -1 4202560 80 0 0 0 2 0 0 0 15 0 19 0 981212536 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15441] ppid=15429 vsize=10547780 CPUtime=0.01 cores=0,2,4,6
/proc/15431/task/15441/stat : 15441 (java) S 15429 15431 11872 0 -1 4202560 127 0 0 0 1 0 0 0 15 0 19 0 981212536 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15442] ppid=15429 vsize=10547780 CPUtime=0.57 cores=0,2,4,6
/proc/15431/task/15442/stat : 15442 (java) R 15429 15431 11872 0 -1 4202560 722 0 0 0 57 0 0 0 15 0 19 0 981212537 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 47265651819824 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=15431/tid=15443] ppid=15429 vsize=10547780 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15443/stat : 15443 (java) S 15429 15431 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981212538 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15444] ppid=15429 vsize=10547780 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15444/stat : 15444 (java) S 15429 15431 11872 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 981212538 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15445] ppid=15429 vsize=10547780 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15445/stat : 15445 (java) S 15429 15431 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981212540 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427215281 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15446] ppid=15429 vsize=10547780 CPUtime=0.2 cores=0,2,4,6
/proc/15431/task/15446/stat : 15446 (java) S 15429 15431 11872 0 -1 4202560 2046 0 0 0 20 0 0 0 15 0 19 0 981212540 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 6 0 0 0
[pid=15431/tid=15447] ppid=15429 vsize=10547780 CPUtime=0.27 cores=0,2,4,6
/proc/15431/task/15447/stat : 15447 (java) S 15429 15431 11872 0 -1 4202560 2565 0 0 0 27 0 0 0 15 0 19 0 981212540 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 2 0 0 0
[pid=15431/tid=15448] ppid=15429 vsize=10547780 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15448/stat : 15448 (java) S 15429 15431 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981212540 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427207577 0 4 0 16800975 18446604453860162432 0 0 -1 4 0 0 0
[pid=15431/tid=15449] ppid=15429 vsize=10547780 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15449/stat : 15449 (java) S 15429 15431 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981212540 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
[pid=15431/tid=15450] ppid=15429 vsize=10547780 CPUtime=0 cores=0,2,4,6
/proc/15431/task/15450/stat : 15450 (java) S 15429 15431 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981212551 10800926720 16876 33554432000 1073741824 1073778376 140734819102000 18446744073709551615 256427208192 0 4 0 16800975 18446604453860162432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.83
Current children cumulated vsize (KiB) 10547780

Child status: 30
Real time (s): 14.3519
CPU time (s): 14.8987
CPU user time (s): 14.8487
CPU system time (s): 0.049992
CPU usage (%): 103.81
Max. virtual memory (cumulated for all children) (KiB): 10547780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.8487
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21516
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= 1807
involuntary context switches= 870

runsolver used 0.022996 second user time and 0.06399 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-12 22:16:59
IDJOB=3492417
IDBENCH=78806
IDSOLVER=1982
FILE ID=node115/3492417-1307909819
RUNJOBID= node115-1307908016-15259
PBS_JOBID= 13559590
Free space on /var/tmp= 2876 MiB

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

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

MD5SUM BENCH= 8eadb42484b45bdc6fb0d5cf420da5d0
RANDOM SEED=1763338193

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:       3249504 kB
Buffers:         61440 kB
Cached:       28705148 kB
SwapCached:       9240 kB
Active:       13750608 kB
Inactive:     15036980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3249504 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:             956 kB
Writeback:           0 kB
AnonPages:       18776 kB
Mapped:          13124 kB
Slab:           846452 kB
PageTables:       4504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190148 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:13