Trace number 3492421

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 15.0697 14.3772

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220019--soft-33-100-0.wbo
MD5SUM14adea07f674cbc6036223afab3dc3b4
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.35479
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 1259
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492421-1307909826.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c #vars     233
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.29/0.25	c SATISFIABLE
0.29/0.25	c OPTIMIZING...
0.29/0.25	c Got one! Elapsed wall clock time (in seconds):0.149
0.29/0.25	o 632
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.174
0.29/0.28	o 398
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.209
0.56/0.31	o 312
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.235
0.56/0.34	o 238
0.80/0.52	c cleaning 3738 clauses out of 7484 with flag 5002/7484
0.80/0.55	c Got one! Elapsed wall clock time (in seconds):0.448
0.80/0.55	o 229
0.93/0.60	c Got one! Elapsed wall clock time (in seconds):0.498
0.93/0.60	o 225
0.93/0.63	c Got one! Elapsed wall clock time (in seconds):0.524
0.93/0.63	o 198
0.93/0.68	c Got one! Elapsed wall clock time (in seconds):0.58
0.93/0.68	o 162
1.05/0.74	c Got one! Elapsed wall clock time (in seconds):0.634
1.05/0.74	o 133
1.15/0.82	c cleaning 5984 clauses out of 11970 with flag 2000/15708
1.25/0.97	c Got one! Elapsed wall clock time (in seconds):0.868
1.25/0.97	o 127
1.35/1.01	c cleaning 5634 clauses out of 11276 with flag 1000/20998
1.52/1.14	c Got one! Elapsed wall clock time (in seconds):1.039
1.52/1.14	o 112
1.52/1.18	c Got one! Elapsed wall clock time (in seconds):1.072
1.52/1.18	o 106
1.61/1.26	c cleaning 6091 clauses out of 12195 with flag 2001/27551
1.84/1.49	c cleaning 6045 clauses out of 12103 with flag 8000/33550
1.94/1.54	c Got one! Elapsed wall clock time (in seconds):1.441
1.94/1.54	o 100
2.04/1.67	c cleaning 5712 clauses out of 11428 with flag 4003/38920
2.24/1.82	c Got one! Elapsed wall clock time (in seconds):1.717
2.24/1.82	o 96
2.24/1.86	c cleaning 5659 clauses out of 11324 with flag 1000/44528
2.35/1.91	c Got one! Elapsed wall clock time (in seconds):1.809
2.35/1.91	o 85
2.45/2.05	c cleaning 5562 clauses out of 11145 with flag 4000/50008
2.55/2.12	c Got one! Elapsed wall clock time (in seconds):2.017
2.55/2.12	o 79
2.65/2.25	c cleaning 5599 clauses out of 11201 with flag 4000/55626
2.85/2.46	c cleaning 5798 clauses out of 11602 with flag 10000/61626
2.85/2.49	c Got one! Elapsed wall clock time (in seconds):2.389
2.85/2.49	o 33
3.05/2.64	c cleaning 5858 clauses out of 11722 with flag 5000/67544
3.15/2.75	c Got one! Elapsed wall clock time (in seconds):2.652
3.15/2.75	o 9
3.25/2.82	c cleaning 5765 clauses out of 11539 with flag 2001/73219
3.45/3.00	c cleaning 5880 clauses out of 11773 with flag 8000/79218
3.66/3.21	c cleaning 6441 clauses out of 12893 with flag 15000/86218
3.85/3.48	c cleaning 7223 clauses out of 14453 with flag 23001/94219
4.25/3.82	c cleaning 8111 clauses out of 16230 with flag 32001/103219
4.56/4.14	c cleaning 9051 clauses out of 18118 with flag 42000/113218
4.86/4.48	c cleaning 9530 clauses out of 19068 with flag 52001/123219
5.26/4.86	c cleaning 9767 clauses out of 19537 with flag 62000/133218
5.66/5.24	c cleaning 9881 clauses out of 19770 with flag 72000/143218
5.66/5.28	c Got one! Elapsed wall clock time (in seconds):5.181
5.66/5.28	o 8
5.87/5.42	c cleaning 7494 clauses out of 14996 with flag 4003/148325
6.07/5.61	c cleaning 6748 clauses out of 13499 with flag 10000/154322
6.27/5.84	c cleaning 6872 clauses out of 13752 with flag 17001/161323
6.47/6.09	c cleaning 7433 clauses out of 14879 with flag 25000/169322
6.57/6.13	c Got one! Elapsed wall clock time (in seconds):6.026
6.57/6.13	o 7
6.67/6.28	c cleaning 6633 clauses out of 13276 with flag 5000/175152
6.87/6.48	c cleaning 6317 clauses out of 12643 with flag 11000/181152
6.98/6.58	c Got one! Elapsed wall clock time (in seconds):6.476
6.98/6.58	o 5
7.10/6.65	c cleaning 5837 clauses out of 11684 with flag 2001/186510
7.30/6.85	c cleaning 5922 clauses out of 11849 with flag 8003/192512
7.50/7.07	c cleaning 6462 clauses out of 12927 with flag 15003/199512
7.80/7.34	c cleaning 7229 clauses out of 14464 with flag 23002/207511
8.11/7.64	c cleaning 8113 clauses out of 16233 with flag 32000/216509
8.21/7.74	c Got one! Elapsed wall clock time (in seconds):7.639
8.21/7.74	o 4
8.30/7.82	c cleaning 6786 clauses out of 13580 with flag 2000/221969
8.50/8.01	c cleaning 6395 clauses out of 12795 with flag 8001/227970
8.70/8.24	c cleaning 6700 clauses out of 13401 with flag 15002/234971
9.01/8.51	c cleaning 7347 clauses out of 14699 with flag 23000/242969
9.31/8.81	c cleaning 8175 clauses out of 16354 with flag 32002/251971
9.41/8.92	c Got one! Elapsed wall clock time (in seconds):8.815
9.41/8.92	o 2
9.41/8.99	c cleaning 6815 clauses out of 13638 with flag 2002/257430
9.61/9.19	c cleaning 6406 clauses out of 12822 with flag 8001/263429
9.91/9.40	c cleaning 6701 clauses out of 13416 with flag 15001/270429
10.11/9.67	c cleaning 7355 clauses out of 14715 with flag 23001/278429
10.42/9.97	c cleaning 8175 clauses out of 16359 with flag 32000/287428
10.81/10.32	c cleaning 9088 clauses out of 18184 with flag 42000/297428
11.12/10.67	c cleaning 9542 clauses out of 19097 with flag 52001/307429
11.53/11.04	c cleaning 9772 clauses out of 19556 with flag 62002/317430
11.82/11.39	c cleaning 9884 clauses out of 19782 with flag 72000/327428
12.23/11.76	c cleaning 9944 clauses out of 19898 with flag 82000/337428
12.55/12.09	c cleaning 9972 clauses out of 19956 with flag 92002/347430
12.95/12.43	c cleaning 9988 clauses out of 19984 with flag 102002/357430
13.24/12.78	c cleaning 9995 clauses out of 19995 with flag 112001/367429
13.65/13.15	c cleaning 9995 clauses out of 20001 with flag 122002/377430
13.95/13.48	c cleaning 9998 clauses out of 20004 with flag 132000/387428
14.35/13.83	c cleaning 9997 clauses out of 20007 with flag 142001/397429
14.67/14.20	c cleaning 10000 clauses out of 20008 with flag 152000/407428
14.82/14.28	c starts		: 159
14.82/14.28	c conflicts		: 409570
14.82/14.28	c decisions		: 626706
14.82/14.28	c propagations		: 9421369
14.82/14.28	c inspects		: 88701320
14.82/14.28	c shortcuts		: 0
14.82/14.28	c learnt literals	: 6
14.82/14.28	c learnt binary clauses	: 25
14.82/14.28	c learnt ternary clauses	: 217
14.82/14.28	c learnt constraints	: 409563
14.82/14.28	c ignored constraints	: 0
14.82/14.28	c root simplifications	: 0
14.82/14.28	c removed literals (reason simplification)	: 3666892
14.82/14.28	c reason swapping (by a shorter reason)	: 0
14.82/14.28	c Calls to reduceDB	: 53
14.82/14.28	c number of reductions to clauses (during analyze)	: 0
14.82/14.28	c number of learned constraints concerned by reduction	: 0
14.82/14.28	c number of learning phase by resolution	: 0
14.82/14.28	c number of learning phase by cutting planes	: 0
14.82/14.28	c speed (assignments/second)	: 1755752.7021990311
14.82/14.28	c non guided choices	827
14.82/14.28	c learnt constraints type 
14.82/14.28	c constraints type 
14.82/14.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
14.82/14.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
14.82/14.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
14.82/14.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
14.82/14.28	s OPTIMUM FOUND
14.82/14.28	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.82/14.28	c objective function=2
14.82/14.28	c Total wall clock time (in seconds): 14.182

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 2/195 5502
/proc/meminfo: memFree=1307896/32950940 swapFree=67053420/67111528
[pid=5502] ppid=5500 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/5502/stat : 5502 (java) S 5500 5502 3459 0 -1 4202496 1245 0 0 0 0 0 0 0 25 0 2 0 981213357 31268864 962 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/5502/statm: 7634 962 736 9 0 385 0
[pid=5502/tid=5503] ppid=5500 vsize=31604 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5503/stat : 5503 (java) R 5500 5502 3459 0 -1 4202560 135 0 0 0 0 0 0 0 25 0 2 0 981213358 32362496 967 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 215983630080 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.072546 s]
/proc/loadavg: 2.00 2.00 1.94 2/195 5502
/proc/meminfo: memFree=1307896/32950940 swapFree=67053420/67111528
[pid=5502] ppid=5500 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/5502/stat : 5502 (java) S 5500 5502 3459 0 -1 4202496 11940 0 1 0 5 1 0 0 25 0 18 0 981213357 10724442112 11635 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5502/statm: 2618272 11636 1754 9 0 2609006 0
[pid=5502/tid=5503] ppid=5500 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/5502/task/5503/stat : 5503 (java) R 5500 5502 3459 0 -1 4202560 10766 0 1 0 5 1 0 0 25 0 18 0 981213358 10724442112 11636 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 47828119421699 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100484 s]
/proc/loadavg: 2.00 2.00 1.94 2/195 5502
/proc/meminfo: memFree=1307896/32950940 swapFree=67053420/67111528
[pid=5502] ppid=5500 vsize=10540292 CPUtime=0.1 cores=1,3,5,7
/proc/5502/stat : 5502 (java) S 5500 5502 3459 0 -1 4202496 13147 0 1 0 9 1 0 0 25 0 18 0 981213357 10793259008 12821 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5502/statm: 2635073 12822 2092 9 0 2625807 0
[pid=5502/tid=5503] ppid=5500 vsize=10540292 CPUtime=0.09 cores=1,3,5,7
/proc/5502/task/5503/stat : 5503 (java) R 5500 5502 3459 0 -1 4202560 11204 0 1 0 8 1 0 0 25 0 18 0 981213358 10793259008 12822 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000419275 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540292

[startup+0.30045 s]
/proc/loadavg: 2.00 2.00 1.94 2/195 5502
/proc/meminfo: memFree=1307896/32950940 swapFree=67053420/67111528
[pid=5502] ppid=5500 vsize=10546448 CPUtime=0.56 cores=1,3,5,7
/proc/5502/stat : 5502 (java) S 5500 5502 3459 0 -1 4202496 16236 0 1 0 54 2 0 0 25 0 19 0 981213357 10799562752 15039 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5502/statm: 2636612 15044 2214 9 0 2627346 0
[pid=5502/tid=5503] ppid=5500 vsize=10546448 CPUtime=0.28 cores=1,3,5,7
/proc/5502/task/5503/stat : 5503 (java) R 5500 5502 3459 0 -1 4202560 11800 0 1 0 27 1 0 0 25 0 19 0 981213358 10799562752 15044 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 46912505559377 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 10546448

[startup+0.700378 s]
/proc/loadavg: 2.00 2.00 1.94 2/195 5502
/proc/meminfo: memFree=1307896/32950940 swapFree=67053420/67111528
[pid=5502] ppid=5500 vsize=10546448 CPUtime=1.05 cores=1,3,5,7
/proc/5502/stat : 5502 (java) S 5500 5502 3459 0 -1 4202496 17645 0 1 0 103 2 0 0 25 0 19 0 981213357 10799562752 15984 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5502/statm: 2636612 15984 2246 9 0 2627346 0
[pid=5502/tid=5503] ppid=5500 vsize=10546448 CPUtime=0.67 cores=1,3,5,7
/proc/5502/task/5503/stat : 5503 (java) R 5500 5502 3459 0 -1 4202560 12146 0 1 0 66 1 0 0 25 0 19 0 981213358 10799562752 15984 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 46912505536286 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 10546448

[startup+1.50124 s]
/proc/loadavg: 2.00 2.00 1.94 3/214 5521
/proc/meminfo: memFree=1250424/32950940 swapFree=67053420/67111528
[pid=5502] ppid=5500 vsize=10546264 CPUtime=1.94 cores=1,3,5,7
/proc/5502/stat : 5502 (java) S 5500 5502 3459 0 -1 4202496 18762 0 1 0 192 2 0 0 25 0 19 0 981213357 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5502/statm: 2636566 16522 2248 9 0 2627300 0
[pid=5502/tid=5503] ppid=5500 vsize=10546264 CPUtime=1.42 cores=1,3,5,7
/proc/5502/task/5503/stat : 5503 (java) S 5500 5502 3459 0 -1 4202560 12147 0 1 0 141 1 0 0 25 0 19 0 981213358 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5505] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5505/stat : 5505 (java) S 5500 5502 3459 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 981213360 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5506] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5506/stat : 5506 (java) S 5500 5502 3459 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981213360 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5507] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5507/stat : 5507 (java) S 5500 5502 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981213360 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5508] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5508/stat : 5508 (java) S 5500 5502 3459 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 981213360 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5509] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5509/stat : 5509 (java) S 5500 5502 3459 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981213360 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5510] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5510/stat : 5510 (java) S 5500 5502 3459 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 19 0 981213360 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5511] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5511/stat : 5511 (java) S 5500 5502 3459 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 981213360 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5512] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5512/stat : 5512 (java) S 5500 5502 3459 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 981213360 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5513] ppid=5500 vsize=10546264 CPUtime=0.05 cores=1,3,5,7
/proc/5502/task/5513/stat : 5513 (java) R 5500 5502 3459 0 -1 4202560 456 0 0 0 5 0 0 0 15 0 19 0 981213361 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 215988286516 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=5502/tid=5514] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5514/stat : 5514 (java) S 5500 5502 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981213361 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5515] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5515/stat : 5515 (java) S 5500 5502 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981213361 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5516] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5516/stat : 5516 (java) S 5500 5502 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213363 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000416177 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5517] ppid=5500 vsize=10546264 CPUtime=0.24 cores=1,3,5,7
/proc/5502/task/5517/stat : 5517 (java) S 5500 5502 3459 0 -1 4202560 1760 0 0 0 24 0 0 0 17 0 19 0 981213363 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5518] ppid=5500 vsize=10546264 CPUtime=0.19 cores=1,3,5,7
/proc/5502/task/5518/stat : 5518 (java) S 5500 5502 3459 0 -1 4202560 2641 0 0 0 19 0 0 0 19 0 19 0 981213363 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5519] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5519/stat : 5519 (java) S 5500 5502 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213363 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5520] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5520/stat : 5520 (java) S 5500 5502 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981213363 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5521] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5521/stat : 5521 (java) S 5500 5502 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981213374 10799374336 16522 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 10546264

[startup+3.10096 s]
/proc/loadavg: 2.00 2.00 1.94 4/214 5521
/proc/meminfo: memFree=1248948/32950940 swapFree=67053420/67111528
[pid=5502] ppid=5500 vsize=10546264 CPUtime=3.55 cores=1,3,5,7
/proc/5502/stat : 5502 (java) S 5500 5502 3459 0 -1 4202496 18790 0 1 0 353 2 0 0 25 0 19 0 981213357 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5502/statm: 2636566 16541 2248 9 0 2627300 0
[pid=5502/tid=5503] ppid=5500 vsize=10546264 CPUtime=2.92 cores=1,3,5,7
/proc/5502/task/5503/stat : 5503 (java) R 5500 5502 3459 0 -1 4202560 12157 0 1 0 291 1 0 0 25 0 19 0 981213358 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 46912505329156 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5502/tid=5505] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5505/stat : 5505 (java) S 5500 5502 3459 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 981213360 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5506] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5506/stat : 5506 (java) S 5500 5502 3459 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981213360 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5507] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5507/stat : 5507 (java) S 5500 5502 3459 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981213360 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5508] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5508/stat : 5508 (java) S 5500 5502 3459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981213360 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5509] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5509/stat : 5509 (java) S 5500 5502 3459 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981213360 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5510] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5510/stat : 5510 (java) S 5500 5502 3459 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 19 0 981213360 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5511] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5511/stat : 5511 (java) S 5500 5502 3459 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 981213360 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5512] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5512/stat : 5512 (java) S 5500 5502 3459 0 -1 4202560 153 0 0 0 0 0 0 0 16 0 19 0 981213360 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5513] ppid=5500 vsize=10546264 CPUtime=0.14 cores=1,3,5,7
/proc/5502/task/5513/stat : 5513 (java) S 5500 5502 3459 0 -1 4202560 466 0 0 0 14 0 0 0 15 0 19 0 981213361 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000409088 0 0 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5514] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5514/stat : 5514 (java) S 5500 5502 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981213361 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5515] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5515/stat : 5515 (java) S 5500 5502 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981213361 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5516] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5516/stat : 5516 (java) S 5500 5502 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213363 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000416177 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5517] ppid=5500 vsize=10546264 CPUtime=0.25 cores=1,3,5,7
/proc/5502/task/5517/stat : 5517 (java) S 5500 5502 3459 0 -1 4202560 1760 0 0 0 25 0 0 0 15 0 19 0 981213363 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5518] ppid=5500 vsize=10546264 CPUtime=0.19 cores=1,3,5,7
/proc/5502/task/5518/stat : 5518 (java) S 5500 5502 3459 0 -1 4202560 2641 0 0 0 19 0 0 0 19 0 19 0 981213363 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5519] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5519/stat : 5519 (java) S 5500 5502 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213363 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5520] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5520/stat : 5520 (java) S 5500 5502 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981213363 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5521] ppid=5500 vsize=10546264 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5521/stat : 5521 (java) S 5500 5502 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981213374 10799374336 16541 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 10546264

[startup+6.3014 s]
/proc/loadavg: 2.00 2.00 1.94 3/214 5521
/proc/meminfo: memFree=1243848/32950940 swapFree=67053420/67111528
[pid=5502] ppid=5500 vsize=10545560 CPUtime=6.77 cores=1,3,5,7
/proc/5502/stat : 5502 (java) S 5500 5502 3459 0 -1 4202496 18974 0 1 0 675 2 0 0 25 0 19 0 981213357 10798653440 16564 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5502/statm: 2636390 16564 2248 9 0 2627124 0
[pid=5502/tid=5503] ppid=5500 vsize=10545560 CPUtime=5.95 cores=1,3,5,7
/proc/5502/task/5503/stat : 5503 (java) R 5500 5502 3459 0 -1 4202560 12171 0 1 0 594 1 0 0 25 0 19 0 981213358 10798653440 16564 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 46912505632512 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5502/tid=5505] ppid=5500 vsize=10545560 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5505/stat : 5505 (java) S 5500 5502 3459 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 981213360 10798653440 16564 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5506] ppid=5500 vsize=10545560 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5506/stat : 5506 (java) S 5500 5502 3459 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 981213360 10798653440 16564 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5507] ppid=5500 vsize=10545560 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5507/stat : 5507 (java) S 5500 5502 3459 0 -1 4202560 4 0 0 0 1 0 0 0 16 0 19 0 981213360 10798653440 16564 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5508] ppid=5500 vsize=10545560 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5508/stat : 5508 (java) S 5500 5502 3459 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 981213360 10798653440 16564 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5509] ppid=5500 vsize=10545560 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5509/stat : 5509 (java) S 5500 5502 3459 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981213360 10798653440 16564 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5510] ppid=5500 vsize=10545560 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5510/stat : 5510 (java) S 5500 5502 3459 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 19 0 981213360 10798653440 16564 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5511] ppid=5500 vsize=10545560 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5511/stat : 5511 (java) S 5500 5502 3459 0 -1 4202560 97 0 0 0 0 0 0 0 16 0 19 0 981213360 10798653440 16564 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5512] ppid=5500 vsize=10545560 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5512/stat : 5512 (java) S 5500 5502 3459 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 981213360 10798653440 16564 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5513] ppid=5500 vsize=10545560 CPUtime=0.29 cores=1,3,5,7
/proc/5502/task/5513/stat : 5513 (java) S 5500 5502 3459 0 -1 4202560 627 0 0 0 29 0 0 0 15 0 19 0 981213361 10798653440 16564 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000409088 0 0 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5514] ppid=5500 vsize=10545560 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5514/stat : 5514 (java) S 5500 5502 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981213361 10798653440 16564 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5515] ppid=5500 vsize=10545560 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5515/stat : 5515 (java) S 5500 5502 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981213361 10798653440 16564 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5516] ppid=5500 vsize=10545560 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5516/stat : 5516 (java) S 5500 5502 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213363 10798653440 16564 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000416177 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5517] ppid=5500 vsize=10545560 CPUtime=0.25 cores=1,3,5,7
/proc/5502/task/5517/stat : 5517 (java) S 5500 5502 3459 0 -1 4202560 1760 0 0 0 25 0 0 0 15 0 19 0 981213363 10798653440 16564 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5518] ppid=5500 vsize=10545560 CPUtime=0.19 cores=1,3,5,7
/proc/5502/task/5518/stat : 5518 (java) S 5500 5502 3459 0 -1 4202560 2641 0 0 0 19 0 0 0 19 0 19 0 981213363 10798653440 16564 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0

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

/proc/5502/task/5505/stat : 5505 (java) S 5500 5502 3459 0 -1 4202560 152 0 0 0 1 0 0 0 15 0 19 0 981213360 10797780992 16495 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5506] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5506/stat : 5506 (java) S 5500 5502 3459 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 981213360 10797780992 16495 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5507] ppid=5500 vsize=10544708 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5507/stat : 5507 (java) S 5500 5502 3459 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 981213360 10797780992 16495 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5508] ppid=5500 vsize=10544708 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5508/stat : 5508 (java) S 5500 5502 3459 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 981213360 10797780992 16495 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5509] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5509/stat : 5509 (java) S 5500 5502 3459 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981213360 10797780992 16495 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5510] ppid=5500 vsize=10544708 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5510/stat : 5510 (java) S 5500 5502 3459 0 -1 4202560 203 0 0 0 1 0 0 0 15 0 19 0 981213360 10797780992 16495 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5511] ppid=5500 vsize=10544708 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5511/stat : 5511 (java) S 5500 5502 3459 0 -1 4202560 100 0 0 0 1 0 0 0 16 0 19 0 981213360 10797780992 16495 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5512] ppid=5500 vsize=10544708 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5512/stat : 5512 (java) S 5500 5502 3459 0 -1 4202560 157 0 0 0 1 0 0 0 15 0 19 0 981213360 10797780992 16495 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5513] ppid=5500 vsize=10544708 CPUtime=0.57 cores=1,3,5,7
/proc/5502/task/5513/stat : 5513 (java) S 5500 5502 3459 0 -1 4202560 736 0 0 0 57 0 0 0 15 0 19 0 981213361 10797780992 16495 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000409088 0 0 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5514] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5514/stat : 5514 (java) S 5500 5502 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981213361 10797780992 16495 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5515] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5515/stat : 5515 (java) S 5500 5502 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981213361 10797780992 16495 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5516] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5516/stat : 5516 (java) S 5500 5502 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213363 10797780992 16495 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000416177 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5517] ppid=5500 vsize=10544708 CPUtime=0.29 cores=1,3,5,7
/proc/5502/task/5517/stat : 5517 (java) S 5500 5502 3459 0 -1 4202560 1772 0 0 0 29 0 0 0 15 0 19 0 981213363 10797780992 16495 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5518] ppid=5500 vsize=10544708 CPUtime=0.2 cores=1,3,5,7
/proc/5502/task/5518/stat : 5518 (java) S 5500 5502 3459 0 -1 4202560 2642 0 0 0 20 0 0 0 18 0 19 0 981213363 10797780992 16495 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5519] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5519/stat : 5519 (java) S 5500 5502 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213363 10797780992 16495 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5520] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5520/stat : 5520 (java) S 5500 5502 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981213363 10797780992 16495 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5521] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5521/stat : 5521 (java) S 5500 5502 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981213374 10797780992 16495 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 13.24
Current children cumulated vsize (KiB) 10544708

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

[startup+13.5011 s]
/proc/loadavg: 2.00 2.00 1.94 3/214 5521
/proc/meminfo: memFree=1243836/32950940 swapFree=67053420/67111528
[pid=5502] ppid=5500 vsize=10544708 CPUtime=14.05 cores=1,3,5,7
/proc/5502/stat : 5502 (java) S 5500 5502 3459 0 -1 4202496 19135 0 1 0 1402 3 0 0 25 0 19 0 981213357 10797780992 16500 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5502/statm: 2636177 16500 2250 9 0 2626911 0
[pid=5502/tid=5503] ppid=5500 vsize=10544708 CPUtime=12.8 cores=1,3,5,7
/proc/5502/task/5503/stat : 5503 (java) S 5500 5502 3459 0 -1 4202560 12195 0 1 0 1279 1 0 0 25 0 19 0 981213358 10797780992 16500 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5505] ppid=5500 vsize=10544708 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5505/stat : 5505 (java) S 5500 5502 3459 0 -1 4202560 152 0 0 0 1 0 0 0 15 0 19 0 981213360 10797780992 16500 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5506] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5506/stat : 5506 (java) S 5500 5502 3459 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 981213360 10797780992 16500 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5507] ppid=5500 vsize=10544708 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5507/stat : 5507 (java) S 5500 5502 3459 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 981213360 10797780992 16500 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5508] ppid=5500 vsize=10544708 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5508/stat : 5508 (java) S 5500 5502 3459 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 981213360 10797780992 16500 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5509] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5509/stat : 5509 (java) S 5500 5502 3459 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 981213360 10797780992 16505 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5510] ppid=5500 vsize=10544708 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5510/stat : 5510 (java) S 5500 5502 3459 0 -1 4202560 203 0 0 0 1 0 0 0 15 0 19 0 981213360 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5511] ppid=5500 vsize=10544708 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5511/stat : 5511 (java) S 5500 5502 3459 0 -1 4202560 100 0 0 0 1 0 0 0 15 0 19 0 981213360 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5512] ppid=5500 vsize=10544708 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5512/stat : 5512 (java) S 5500 5502 3459 0 -1 4202560 157 0 0 0 1 0 0 0 15 0 19 0 981213360 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5513] ppid=5500 vsize=10544708 CPUtime=0.61 cores=1,3,5,7
/proc/5502/task/5513/stat : 5513 (java) R 5500 5502 3459 0 -1 4202560 750 0 0 0 61 0 0 0 15 0 19 0 981213361 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 215988290138 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=5502/tid=5514] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5514/stat : 5514 (java) S 5500 5502 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981213361 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5515] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5515/stat : 5515 (java) S 5500 5502 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981213361 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5516] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5516/stat : 5516 (java) S 5500 5502 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213363 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000416177 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5517] ppid=5500 vsize=10544708 CPUtime=0.29 cores=1,3,5,7
/proc/5502/task/5517/stat : 5517 (java) S 5500 5502 3459 0 -1 4202560 1772 0 0 0 29 0 0 0 15 0 19 0 981213363 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5518] ppid=5500 vsize=10544708 CPUtime=0.2 cores=1,3,5,7
/proc/5502/task/5518/stat : 5518 (java) S 5500 5502 3459 0 -1 4202560 2642 0 0 0 20 0 0 0 18 0 19 0 981213363 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5519] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5519/stat : 5519 (java) S 5500 5502 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213363 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5520] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5520/stat : 5520 (java) S 5500 5502 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981213363 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5521] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5521/stat : 5521 (java) S 5500 5502 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981213374 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 14.05
Current children cumulated vsize (KiB) 10544708

[startup+13.9011 s]
/proc/loadavg: 2.00 2.00 1.94 3/214 5521
/proc/meminfo: memFree=1243836/32950940 swapFree=67053420/67111528
[pid=5502] ppid=5500 vsize=10544708 CPUtime=14.45 cores=1,3,5,7
/proc/5502/stat : 5502 (java) S 5500 5502 3459 0 -1 4202496 19148 0 1 0 1442 3 0 0 25 0 19 0 981213357 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5502/statm: 2636177 16511 2250 9 0 2626911 0
[pid=5502/tid=5503] ppid=5500 vsize=10544708 CPUtime=13.19 cores=1,3,5,7
/proc/5502/task/5503/stat : 5503 (java) R 5500 5502 3459 0 -1 4202560 12197 0 1 0 1318 1 0 0 25 0 19 0 981213358 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 46912505552624 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5502/tid=5505] ppid=5500 vsize=10544708 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5505/stat : 5505 (java) S 5500 5502 3459 0 -1 4202560 152 0 0 0 1 0 0 0 15 0 19 0 981213360 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5506] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5506/stat : 5506 (java) S 5500 5502 3459 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 981213360 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5507] ppid=5500 vsize=10544708 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5507/stat : 5507 (java) S 5500 5502 3459 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 981213360 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5508] ppid=5500 vsize=10544708 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5508/stat : 5508 (java) S 5500 5502 3459 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 981213360 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5509] ppid=5500 vsize=10544708 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5509/stat : 5509 (java) S 5500 5502 3459 0 -1 4202560 6 0 0 0 1 0 0 0 16 0 19 0 981213360 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5510] ppid=5500 vsize=10544708 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5510/stat : 5510 (java) S 5500 5502 3459 0 -1 4202560 203 0 0 0 1 0 0 0 15 0 19 0 981213360 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5511] ppid=5500 vsize=10544708 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5511/stat : 5511 (java) S 5500 5502 3459 0 -1 4202560 100 0 0 0 1 0 0 0 15 0 19 0 981213360 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5512] ppid=5500 vsize=10544708 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5512/stat : 5512 (java) S 5500 5502 3459 0 -1 4202560 157 0 0 0 1 0 0 0 15 0 19 0 981213360 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5513] ppid=5500 vsize=10544708 CPUtime=0.63 cores=1,3,5,7
/proc/5502/task/5513/stat : 5513 (java) S 5500 5502 3459 0 -1 4202560 750 0 0 0 63 0 0 0 15 0 19 0 981213361 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000409088 0 0 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5514] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5514/stat : 5514 (java) S 5500 5502 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981213361 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5515] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5515/stat : 5515 (java) S 5500 5502 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981213361 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5516] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5516/stat : 5516 (java) S 5500 5502 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213363 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000416177 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5517] ppid=5500 vsize=10544708 CPUtime=0.29 cores=1,3,5,7
/proc/5502/task/5517/stat : 5517 (java) S 5500 5502 3459 0 -1 4202560 1772 0 0 0 29 0 0 0 15 0 19 0 981213363 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5518] ppid=5500 vsize=10544708 CPUtime=0.2 cores=1,3,5,7
/proc/5502/task/5518/stat : 5518 (java) S 5500 5502 3459 0 -1 4202560 2642 0 0 0 20 0 0 0 18 0 19 0 981213363 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5519] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5519/stat : 5519 (java) S 5500 5502 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981213363 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5520] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5520/stat : 5520 (java) S 5500 5502 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981213363 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5521] ppid=5500 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5521/stat : 5521 (java) S 5500 5502 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981213374 10797780992 16511 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 14.45
Current children cumulated vsize (KiB) 10544708

[startup+14.307 s]
/proc/loadavg: 2.00 2.00 1.94 4/214 5521
/proc/meminfo: memFree=1242220/32950940 swapFree=67053420/67111528
[pid=5502] ppid=5500 vsize=10545736 CPUtime=15 cores=1,3,5,7
/proc/5502/stat : 5502 (java) S 5500 5502 3459 0 -1 4202496 24640 0 1 0 1496 4 0 0 25 0 18 0 981213357 10798833664 20106 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5502/statm: 2636434 20106 2252 9 0 2627168 0
[pid=5502/tid=5503] ppid=5500 vsize=10545736 CPUtime=13.56 cores=1,3,5,7
/proc/5502/task/5503/stat : 5503 (java) S 5500 5502 3459 0 -1 4202560 12203 0 1 0 1355 1 0 0 25 0 18 0 981213358 10798833664 20106 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5505] ppid=5500 vsize=10545736 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5505/stat : 5505 (java) S 5500 5502 3459 0 -1 4202560 152 0 0 0 1 0 0 0 15 0 18 0 981213360 10798833664 20106 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5506] ppid=5500 vsize=10545736 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5506/stat : 5506 (java) S 5500 5502 3459 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 981213360 10798833664 20106 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5507] ppid=5500 vsize=10545736 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5507/stat : 5507 (java) S 5500 5502 3459 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 18 0 981213360 10798833664 20106 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5508] ppid=5500 vsize=10545736 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5508/stat : 5508 (java) S 5500 5502 3459 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 18 0 981213360 10798833664 20106 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5509] ppid=5500 vsize=10545736 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5509/stat : 5509 (java) S 5500 5502 3459 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 18 0 981213360 10798833664 20106 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 7 0 0 0
[pid=5502/tid=5510] ppid=5500 vsize=10545736 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5510/stat : 5510 (java) S 5500 5502 3459 0 -1 4202560 203 0 0 0 1 0 0 0 15 0 18 0 981213360 10798833664 20106 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5511] ppid=5500 vsize=10545736 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5511/stat : 5511 (java) S 5500 5502 3459 0 -1 4202560 100 0 0 0 1 0 0 0 15 0 18 0 981213360 10798833664 20106 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5512] ppid=5500 vsize=10545736 CPUtime=0.01 cores=1,3,5,7
/proc/5502/task/5512/stat : 5512 (java) S 5500 5502 3459 0 -1 4202560 157 0 0 0 1 0 0 0 15 0 18 0 981213360 10798833664 20106 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 5 0 0 0
[pid=5502/tid=5513] ppid=5500 vsize=10545736 CPUtime=0.64 cores=1,3,5,7
/proc/5502/task/5513/stat : 5513 (java) S 5500 5502 3459 0 -1 4202560 751 0 0 0 64 0 0 0 15 0 18 0 981213361 10798833664 20106 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000409088 0 0 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5514] ppid=5500 vsize=10545736 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5514/stat : 5514 (java) S 5500 5502 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 981213361 10798833664 20106 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5515] ppid=5500 vsize=10545736 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5515/stat : 5515 (java) S 5500 5502 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 981213361 10798833664 20106 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
[pid=5502/tid=5516] ppid=5500 vsize=10545736 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5516/stat : 5516 (java) S 5500 5502 3459 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 981213363 10798833664 20106 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5517] ppid=5500 vsize=10545736 CPUtime=0.3 cores=1,3,5,7
/proc/5502/task/5517/stat : 5517 (java) S 5500 5502 3459 0 -1 4202560 1774 0 0 0 30 0 0 0 15 0 18 0 981213363 10798833664 20106 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5518] ppid=5500 vsize=10545736 CPUtime=0.35 cores=1,3,5,7
/proc/5502/task/5518/stat : 5518 (java) R 5500 5502 3459 0 -1 4202560 8109 0 0 0 34 1 0 0 17 0 18 0 981213363 10798833664 20106 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 47828118239680 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5502/tid=5519] ppid=5500 vsize=10545736 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5519/stat : 5519 (java) S 5500 5502 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981213363 10798833664 20106 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000408473 0 4 0 16800975 18446604471143527680 0 0 -1 1 0 0 0
[pid=5502/tid=5521] ppid=5500 vsize=10545736 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5521/stat : 5521 (java) S 5500 5502 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 981213374 10798833664 20106 33554432000 1073741824 1073778376 140734435270208 18446744073709551615 216000409088 0 4 0 16800975 18446604471143527680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 15
Current children cumulated vsize (KiB) 10545736

Child status: 30
Real time (s): 14.3772
CPU time (s): 15.0697
CPU user time (s): 15.0227
CPU system time (s): 0.046992
CPU usage (%): 104.817
Max. virtual memory (cumulated for all children) (KiB): 10546448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.0227
system time used= 0.046992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25163
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= 1770
involuntary context switches= 982

runsolver used 0.023996 second user time and 0.05999 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-12 22:17:06
IDJOB=3492421
IDBENCH=78809
IDSOLVER=1982
FILE ID=node117/3492421-1307909826
RUNJOBID= node117-1307907339-4520
PBS_JOBID= 13559588
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.1111220019--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-3492421-1307909826/watcher-3492421-1307909826 -o /var/tmp/evaluation-result-3492421-1307909826/solver-3492421-1307909826 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492421-1307909826.wbo

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

MD5SUM BENCH= 14adea07f674cbc6036223afab3dc3b4
RANDOM SEED=1873479474

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.75
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.849
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       1308176 kB
Buffers:         62936 kB
Cached:       30289552 kB
SwapCached:      10872 kB
Active:       15067404 kB
Inactive:     15628544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       1308176 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:             276 kB
Writeback:           8 kB
AnonPages:      340540 kB
Mapped:          21272 kB
Slab:           882696 kB
PageTables:       5636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 10549944 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 node117 at 2011-06-12 22:17:20