Trace number 2698619

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 PB Resolution 2.2.1OPTIMUM 28.1247 26.8766

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212923--soft-0-100-0.wbo
MD5SUMab4536de5562fd774a511a0028d74eb6
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.283956
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 constraints101
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1230
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.1.v20100705
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.08	c java.vm.version	11.2-b01
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	32
0.00/0.08	c java.version		1.6.0_12
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		i386
0.00/0.08	c Free memory 		1393557488
0.00/0.08	c Max memory 		1395916800
0.00/0.08	c Total memory 		1395916800
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2698619-1278327323.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.32/0.22	c SATISFIABLE
0.32/0.22	c OPTIMIZING...
0.32/0.22	c Got one! Elapsed wall clock time (in seconds):0.127
0.32/0.22	o 817
0.32/0.28	c Got one! Elapsed wall clock time (in seconds):0.184
0.32/0.28	o 795
0.61/0.30	c Got one! Elapsed wall clock time (in seconds):0.205
0.61/0.30	o 596
0.61/0.33	c Got one! Elapsed wall clock time (in seconds):0.238
0.61/0.33	o 593
0.61/0.35	c Got one! Elapsed wall clock time (in seconds):0.251
0.61/0.35	o 369
0.76/0.46	c Got one! Elapsed wall clock time (in seconds):0.368
0.76/0.46	o 367
1.01/0.63	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.01/0.66	c Got one! Elapsed wall clock time (in seconds):0.562
1.01/0.66	o 361
1.32/0.98	c Got one! Elapsed wall clock time (in seconds):0.889
1.32/0.98	o 356
1.45/1.01	c cleaning 4249 clauses out of 8506 with flag 11003/11003
1.45/1.10	c Got one! Elapsed wall clock time (in seconds):1.005
1.45/1.10	o 352
1.66/1.26	c Got one! Elapsed wall clock time (in seconds):1.163
1.66/1.26	o 312
1.76/1.30	c Got one! Elapsed wall clock time (in seconds):1.205
1.76/1.30	o 268
1.86/1.46	c cleaning 5620 clauses out of 11255 with flag 18001/18001
2.46/2.03	c cleaning 6813 clauses out of 13634 with flag 26000/26000
2.46/2.09	c Got one! Elapsed wall clock time (in seconds):1.997
2.46/2.09	o 256
2.68/2.21	c Got one! Elapsed wall clock time (in seconds):2.118
2.68/2.21	o 254
2.88/2.43	c Got one! Elapsed wall clock time (in seconds):2.336
2.88/2.43	o 233
3.08/2.63	c cleaning 7907 clauses out of 15822 with flag 35001/35001
3.48/3.06	c Got one! Elapsed wall clock time (in seconds):2.961
3.48/3.06	o 230
3.69/3.27	c cleaning 8955 clauses out of 17914 with flag 45000/45000
3.69/3.30	c Got one! Elapsed wall clock time (in seconds):3.204
3.69/3.30	o 194
4.09/3.62	c Got one! Elapsed wall clock time (in seconds):3.525
4.09/3.62	o 163
4.52/4.02	c cleaning 9477 clauses out of 18962 with flag 55003/55003
5.12/4.66	c cleaning 9739 clauses out of 19484 with flag 65002/65002
5.22/4.79	c Got one! Elapsed wall clock time (in seconds):4.694
5.22/4.79	o 160
5.84/5.33	c cleaning 9860 clauses out of 19743 with flag 75000/75000
6.24/5.79	c Got one! Elapsed wall clock time (in seconds):5.696
6.24/5.79	o 148
6.54/6.06	c cleaning 9939 clauses out of 19885 with flag 85002/85002
7.24/6.72	c cleaning 9969 clauses out of 19945 with flag 95001/95001
7.44/6.90	c Got one! Elapsed wall clock time (in seconds):6.806
7.44/6.90	o 125
7.94/7.40	c cleaning 9984 clauses out of 19975 with flag 105000/105000
8.65/8.10	c cleaning 9990 clauses out of 19992 with flag 115001/115001
8.75/8.20	c Got one! Elapsed wall clock time (in seconds):8.105
8.75/8.20	o 116
9.26/8.78	c cleaning 9996 clauses out of 20001 with flag 125000/125000
9.87/9.33	c Got one! Elapsed wall clock time (in seconds):9.239
9.87/9.33	o 100
9.97/9.49	c cleaning 10000 clauses out of 20007 with flag 135002/135002
10.34/9.61	c Got one! Elapsed wall clock time (in seconds):9.518
10.34/9.61	o 73
10.76/9.86	c Got one! Elapsed wall clock time (in seconds):9.765
10.76/9.86	o 66
11.28/10.18	c cleaning 10001 clauses out of 20009 with flag 145004/145004
11.58/10.40	c Got one! Elapsed wall clock time (in seconds):10.301
11.58/10.40	o 43
11.88/10.78	c cleaning 9998 clauses out of 20005 with flag 155001/155001
12.48/11.33	c cleaning 9998 clauses out of 20008 with flag 165002/165002
12.99/11.86	c cleaning 10001 clauses out of 20008 with flag 175000/175000
13.49/12.34	c cleaning 10001 clauses out of 20010 with flag 185003/185003
13.69/12.55	c Got one! Elapsed wall clock time (in seconds):12.452
13.69/12.55	o 41
13.99/12.84	c cleaning 10001 clauses out of 20009 with flag 195003/195003
14.49/13.38	c cleaning 9999 clauses out of 20006 with flag 205001/205001
14.89/13.74	c Got one! Elapsed wall clock time (in seconds):13.644
14.89/13.74	o 39
15.11/13.98	c cleaning 9999 clauses out of 20006 with flag 215000/215000
15.61/14.47	c cleaning 10000 clauses out of 20008 with flag 225001/225001
16.21/15.04	c cleaning 10000 clauses out of 20007 with flag 235000/235000
16.71/15.55	c cleaning 10000 clauses out of 20008 with flag 245001/245001
17.21/16.02	c cleaning 9997 clauses out of 20008 with flag 255001/255001
17.21/16.04	c Got one! Elapsed wall clock time (in seconds):15.947
17.21/16.04	o 31
17.72/16.55	c cleaning 10003 clauses out of 20013 with flag 265003/265003
18.32/17.12	c cleaning 9999 clauses out of 20007 with flag 275000/275000
18.62/17.41	c Got one! Elapsed wall clock time (in seconds):17.31
18.62/17.41	o 15
19.02/17.80	c cleaning 9997 clauses out of 20008 with flag 285000/285000
19.42/18.29	c cleaning 9998 clauses out of 20011 with flag 295000/295000
19.93/18.78	c cleaning 10004 clauses out of 20016 with flag 305003/305003
20.42/19.26	c cleaning 10000 clauses out of 20010 with flag 315001/315001
20.93/19.77	c cleaning 10003 clauses out of 20013 with flag 325004/325004
21.42/20.25	c cleaning 10000 clauses out of 20006 with flag 335000/335000
21.92/20.73	c cleaning 9996 clauses out of 20006 with flag 345000/345000
22.32/21.19	c cleaning 9999 clauses out of 20010 with flag 355000/355000
22.83/21.64	c cleaning 10002 clauses out of 20012 with flag 365001/365001
23.33/22.10	c cleaning 10000 clauses out of 20009 with flag 375000/375000
23.53/22.33	c Got one! Elapsed wall clock time (in seconds):22.231
23.53/22.33	o 3
23.73/22.56	c cleaning 10002 clauses out of 20011 with flag 385002/385002
24.24/23.04	c cleaning 10000 clauses out of 20010 with flag 395003/395003
24.73/23.52	c cleaning 10001 clauses out of 20010 with flag 405003/405003
25.13/23.97	c cleaning 10000 clauses out of 20007 with flag 415001/415001
25.63/24.42	c cleaning 10001 clauses out of 20008 with flag 425002/425002
26.03/24.85	c cleaning 9997 clauses out of 20005 with flag 435000/435000
26.44/25.28	c cleaning 10000 clauses out of 20009 with flag 445001/445001
26.96/25.72	c cleaning 10004 clauses out of 20011 with flag 455003/455003
27.46/26.23	c cleaning 9999 clauses out of 20005 with flag 465001/465001
27.96/26.70	c cleaning 10001 clauses out of 20005 with flag 475000/475000
28.07/26.83	c starts		: 178
28.07/26.83	c conflicts		: 478010
28.07/26.83	c decisions		: 760233
28.07/26.83	c propagations		: 11815947
28.07/26.83	c inspects		: 126962698
28.07/26.83	c learnt literals	: 8
28.07/26.83	c learnt binary clauses	: 33
28.07/26.83	c learnt ternary clauses	: 328
28.07/26.83	c learnt clauses	: 478001
28.07/26.83	c ignored clauses	: 0
28.07/26.83	c root simplifications	: 0
28.07/26.83	c removed literals (reason simplification)	: 3564670
28.07/26.83	c reason swapping (by a shorter reason)	: 0
28.07/26.83	c Calls to reduceDB	: 49
28.07/26.83	c number of reductions to clauses (during analyze)	: 0
28.07/26.83	c number of learned constraints concerned by reduction	: 0
28.07/26.83	c number of learning phase by resolution	: 0
28.07/26.83	c number of learning phase by cutting planes	: 0
28.07/26.83	c speed (assignments/second)	: 2623434.058614565
28.07/26.83	c non guided choices	1879
28.07/26.83	c learnt constraints type 
28.07/26.83	c constraints type 
28.07/26.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
28.07/26.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
28.07/26.83	s OPTIMUM FOUND
28.07/26.83	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 
28.07/26.83	c objective function=3
28.07/26.83	c Total wall clock time (in seconds): 26.736

Verifier Data

OK	3

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698619-1278327323/watcher-2698619-1278327323 -o /tmp/evaluation-result-2698619-1278327323/solver-2698619-1278327323 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698619-1278327323.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.91 2/196 4293
/proc/meminfo: memFree=32167452/32951124 swapFree=67111528/67111528
[pid=4293] ppid=4291 vsize=1832 CPUtime=0
/proc/4293/stat : 4293 (java) S 4291 4293 3845 0 -1 4194304 431 0 0 0 0 0 0 0 22 0 1 0 945450 1875968 160 4089446400 134512640 134550932 4287598256 18446744073709551615 11518548 0 2147483391 4096 0 18446744071699207358 0 0 17 3 0 0 0
/proc/4293/statm: 458 160 123 10 0 63 0

[startup+0.0980681 s]
/proc/loadavg: 1.92 1.98 1.91 2/196 4293
/proc/meminfo: memFree=32167452/32951124 swapFree=67111528/67111528
[pid=4293] ppid=4291 vsize=1529704 CPUtime=0.11
/proc/4293/stat : 4293 (java) S 4291 4293 3845 0 -1 4202496 5187 0 1 0 10 1 0 0 22 0 18 0 945450 1566416896 4624 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4293/statm: 382426 4626 1345 10 0 379729 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529704

[startup+0.101044 s]
/proc/loadavg: 1.92 1.98 1.91 2/196 4293
/proc/meminfo: memFree=32167452/32951124 swapFree=67111528/67111528
[pid=4293] ppid=4291 vsize=1529704 CPUtime=0.11
/proc/4293/stat : 4293 (java) S 4291 4293 3845 0 -1 4202496 5213 0 1 0 10 1 0 0 22 0 18 0 945450 1566416896 4650 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4293/statm: 382426 4650 1347 10 0 379729 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529704

[startup+0.300974 s]
/proc/loadavg: 1.92 1.98 1.91 2/196 4293
/proc/meminfo: memFree=32167452/32951124 swapFree=67111528/67111528
[pid=4293] ppid=4291 vsize=1533512 CPUtime=0.61
/proc/4293/stat : 4293 (java) S 4291 4293 3845 0 -1 4202496 6829 0 1 0 60 1 0 0 22 0 19 0 945450 1570316288 6266 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4293/statm: 383378 6267 1421 10 0 380681 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1533512

[startup+0.700921 s]
/proc/loadavg: 1.92 1.98 1.91 2/196 4293
/proc/meminfo: memFree=32167452/32951124 swapFree=67111528/67111528
[pid=4293] ppid=4291 vsize=1533512 CPUtime=1.13
/proc/4293/stat : 4293 (java) S 4291 4293 3845 0 -1 4202496 9738 0 1 0 112 1 0 0 22 0 19 0 945450 1570316288 9173 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4293/statm: 383378 9173 1439 10 0 380681 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1533512

[startup+1.50078 s]
/proc/loadavg: 1.92 1.98 1.91 3/215 4312
/proc/meminfo: memFree=32136116/32951124 swapFree=67111528/67111528
[pid=4293] ppid=4291 vsize=1533512 CPUtime=1.97
/proc/4293/stat : 4293 (java) S 4291 4293 3845 0 -1 4202496 10623 0 1 0 195 2 0 0 22 0 19 0 945450 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4293/statm: 383378 10056 1439 10 0 380681 0
[pid=4293/tid=4295] ppid=4291 vsize=1533512 CPUtime=1.45
/proc/4293/task/4295/stat : 4295 (java) R 4291 4293 3845 0 -1 4202560 6722 0 1 0 144 1 0 0 21 0 19 0 945450 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4109572064 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4293/tid=4296] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4296/stat : 4296 (java) S 4291 4293 3845 0 -1 4202560 243 0 0 0 0 0 0 0 15 0 19 0 945451 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4297] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4297/stat : 4297 (java) S 4291 4293 3845 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 945451 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4298] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4298/stat : 4298 (java) S 4291 4293 3845 0 -1 4202560 94 0 0 0 0 0 0 0 16 0 19 0 945451 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4299] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4299/stat : 4299 (java) S 4291 4293 3845 0 -1 4202560 206 0 0 0 0 0 0 0 15 0 19 0 945451 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4300] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4300/stat : 4300 (java) S 4291 4293 3845 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 945451 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 6 0 0 0
[pid=4293/tid=4301] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4301/stat : 4301 (java) S 4291 4293 3845 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 945451 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4302] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4302/stat : 4302 (java) S 4291 4293 3845 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 945451 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4303] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4303/stat : 4303 (java) S 4291 4293 3845 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 945451 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4304] ppid=4291 vsize=1533512 CPUtime=0.02
/proc/4293/task/4304/stat : 4304 (java) S 4291 4293 3845 0 -1 4202560 479 0 0 0 2 0 0 0 15 0 19 0 945452 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 0 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4305] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4305/stat : 4305 (java) S 4291 4293 3845 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 945452 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4306] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4306/stat : 4306 (java) S 4291 4293 3845 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 945452 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4307] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4307/stat : 4307 (java) S 4291 4293 3845 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 945454 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4308] ppid=4291 vsize=1533512 CPUtime=0.22
/proc/4293/task/4308/stat : 4308 (java) S 4291 4293 3845 0 -1 4202560 675 0 0 0 22 0 0 0 15 0 19 0 945454 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 5 0 0 0
[pid=4293/tid=4309] ppid=4291 vsize=1533512 CPUtime=0.25
/proc/4293/task/4309/stat : 4309 (java) S 4291 4293 3845 0 -1 4202560 908 0 0 0 25 0 0 0 15 0 19 0 945454 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4310] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4310/stat : 4310 (java) S 4291 4293 3845 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 945454 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4311] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4311/stat : 4311 (java) S 4291 4293 3845 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 945454 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 1 0 0 0
[pid=4293/tid=4312] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4312/stat : 4312 (java) S 4291 4293 3845 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 945466 1570316288 10056 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 1533512

[startup+3.10154 s]
/proc/loadavg: 1.92 1.98 1.91 3/215 4312
/proc/meminfo: memFree=32124460/32951124 swapFree=67111528/67111528
[pid=4293] ppid=4291 vsize=1533512 CPUtime=3.59
/proc/4293/stat : 4293 (java) S 4291 4293 3845 0 -1 4202496 12693 0 1 0 357 2 0 0 22 0 19 0 945450 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4293/statm: 383378 12124 1439 10 0 380681 0
[pid=4293/tid=4295] ppid=4291 vsize=1533512 CPUtime=3.02
/proc/4293/task/4295/stat : 4295 (java) R 4291 4293 3845 0 -1 4202560 8657 0 1 0 301 1 0 0 18 0 19 0 945450 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4109603263 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4293/tid=4296] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4296/stat : 4296 (java) S 4291 4293 3845 0 -1 4202560 268 0 0 0 0 0 0 0 15 0 19 0 945451 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4297] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4297/stat : 4297 (java) S 4291 4293 3845 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 945451 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4298] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4298/stat : 4298 (java) S 4291 4293 3845 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 945451 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4299] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4299/stat : 4299 (java) S 4291 4293 3845 0 -1 4202560 208 0 0 0 0 0 0 0 16 0 19 0 945451 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4300] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4300/stat : 4300 (java) S 4291 4293 3845 0 -1 4202560 41 0 0 0 0 0 0 0 16 0 19 0 945451 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 6 0 0 0
[pid=4293/tid=4301] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4301/stat : 4301 (java) S 4291 4293 3845 0 -1 4202560 104 0 0 0 0 0 0 0 16 0 19 0 945451 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4302] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4302/stat : 4302 (java) S 4291 4293 3845 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 945451 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4303] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4303/stat : 4303 (java) S 4291 4293 3845 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 945451 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4304] ppid=4291 vsize=1533512 CPUtime=0.04
/proc/4293/task/4304/stat : 4304 (java) S 4291 4293 3845 0 -1 4202560 546 0 0 0 4 0 0 0 15 0 19 0 945452 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 0 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4305] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4305/stat : 4305 (java) S 4291 4293 3845 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 945452 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4306] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4306/stat : 4306 (java) S 4291 4293 3845 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 945452 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4307] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4307/stat : 4307 (java) S 4291 4293 3845 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 945454 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4308] ppid=4291 vsize=1533512 CPUtime=0.22
/proc/4293/task/4308/stat : 4308 (java) S 4291 4293 3845 0 -1 4202560 675 0 0 0 22 0 0 0 15 0 19 0 945454 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 5 0 0 0
[pid=4293/tid=4309] ppid=4291 vsize=1533512 CPUtime=0.27
/proc/4293/task/4309/stat : 4309 (java) S 4291 4293 3845 0 -1 4202560 912 0 0 0 27 0 0 0 15 0 19 0 945454 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4310] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4310/stat : 4310 (java) S 4291 4293 3845 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 945454 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4311] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4311/stat : 4311 (java) S 4291 4293 3845 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 945454 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 1 0 0 0
[pid=4293/tid=4312] ppid=4291 vsize=1533512 CPUtime=0
/proc/4293/task/4312/stat : 4312 (java) S 4291 4293 3845 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 945466 1570316288 12124 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 1533512

[startup+6.301 s]
/proc/loadavg: 1.93 1.98 1.91 3/215 4312
/proc/meminfo: memFree=32120084/32951124 swapFree=67111528/67111528
[pid=4293] ppid=4291 vsize=1533128 CPUtime=6.84
/proc/4293/stat : 4293 (java) S 4291 4293 3845 0 -1 4202496 13836 0 1 0 682 2 0 0 22 0 19 0 945450 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4293/statm: 383282 12971 1440 10 0 380585 0
[pid=4293/tid=4295] ppid=4291 vsize=1533128 CPUtime=6.16
/proc/4293/task/4295/stat : 4295 (java) R 4291 4293 3845 0 -1 4202560 9396 0 1 0 615 1 0 0 20 0 19 0 945450 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4109513716 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4293/tid=4296] ppid=4291 vsize=1533128 CPUtime=0
/proc/4293/task/4296/stat : 4296 (java) S 4291 4293 3845 0 -1 4202560 313 0 0 0 0 0 0 0 15 0 19 0 945451 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4297] ppid=4291 vsize=1533128 CPUtime=0
/proc/4293/task/4297/stat : 4297 (java) S 4291 4293 3845 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 945451 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4298] ppid=4291 vsize=1533128 CPUtime=0
/proc/4293/task/4298/stat : 4298 (java) S 4291 4293 3845 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 945451 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4299] ppid=4291 vsize=1533128 CPUtime=0
/proc/4293/task/4299/stat : 4299 (java) S 4291 4293 3845 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 945451 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4300] ppid=4291 vsize=1533128 CPUtime=0
/proc/4293/task/4300/stat : 4300 (java) S 4291 4293 3845 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 19 0 945451 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 6 0 0 0
[pid=4293/tid=4301] ppid=4291 vsize=1533128 CPUtime=0
/proc/4293/task/4301/stat : 4301 (java) S 4291 4293 3845 0 -1 4202560 115 0 0 0 0 0 0 0 16 0 19 0 945451 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4302] ppid=4291 vsize=1533128 CPUtime=0
/proc/4293/task/4302/stat : 4302 (java) S 4291 4293 3845 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 945451 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 6 0 0 0
[pid=4293/tid=4303] ppid=4291 vsize=1533128 CPUtime=0
/proc/4293/task/4303/stat : 4303 (java) S 4291 4293 3845 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 945451 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4304] ppid=4291 vsize=1533128 CPUtime=0.09
/proc/4293/task/4304/stat : 4304 (java) S 4291 4293 3845 0 -1 4202560 742 0 0 0 9 0 0 0 15 0 19 0 945452 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 0 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4305] ppid=4291 vsize=1533128 CPUtime=0
/proc/4293/task/4305/stat : 4305 (java) S 4291 4293 3845 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 945452 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4306] ppid=4291 vsize=1533128 CPUtime=0
/proc/4293/task/4306/stat : 4306 (java) S 4291 4293 3845 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 945452 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4307] ppid=4291 vsize=1533128 CPUtime=0
/proc/4293/task/4307/stat : 4307 (java) S 4291 4293 3845 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 945454 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4308] ppid=4291 vsize=1533128 CPUtime=0.23
/proc/4293/task/4308/stat : 4308 (java) S 4291 4293 3845 0 -1 4202560 675 0 0 0 23 0 0 0 15 0 19 0 945454 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 5 0 0 0
[pid=4293/tid=4309] ppid=4291 vsize=1533128 CPUtime=0.31
/proc/4293/task/4309/stat : 4309 (java) S 4291 4293 3845 0 -1 4202560 1008 0 0 0 31 0 0 0 15 0 19 0 945454 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4310] ppid=4291 vsize=1533128 CPUtime=0
/proc/4293/task/4310/stat : 4310 (java) S 4291 4293 3845 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 945454 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4311] ppid=4291 vsize=1533128 CPUtime=0
/proc/4293/task/4311/stat : 4311 (java) S 4291 4293 3845 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 945454 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 1 0 0 0
[pid=4293/tid=4312] ppid=4291 vsize=1533128 CPUtime=0
/proc/4293/task/4312/stat : 4312 (java) S 4291 4293 3845 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 945466 1569923072 12971 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 1533128

[startup+12.7009 s]
/proc/loadavg: 1.93 1.98 1.91 3/215 4312
/proc/meminfo: memFree=32102836/32951124 swapFree=67111528/67111528
[pid=4293] ppid=4291 vsize=1539068 CPUtime=13.89
/proc/4293/stat : 4293 (java) S 4291 4293 3845 0 -1 4202496 23218 0 1 0 1385 4 0 0 22 0 19 0 945450 1576005632 17112 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4293/statm: 384767 17112 1442 10 0 382070 0
[pid=4293/tid=4295] ppid=4291 vsize=1539068 CPUtime=12.42
/proc/4293/task/4295/stat : 4295 (java) R 4291 4293 3845 0 -1 4202560 11766 0 1 0 1240 2 0 0 25 0 19 0 945450 1576005632 17112 4089446400 134512640 134550932 4287598256 18446744073709551615 4109587753 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4293/tid=4296] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4296/stat : 4296 (java) S 4291 4293 3845 0 -1 4202560 313 0 0 0 0 0 0 0 15 0 19 0 945451 1576005632 17112 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0

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

/proc/4293/task/4297/stat : 4297 (java) S 4291 4293 3845 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 945451 1576005632 17166 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 6 0 0 0
[pid=4293/tid=4298] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4298/stat : 4298 (java) S 4291 4293 3845 0 -1 4202560 97 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17166 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4299] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4299/stat : 4299 (java) S 4291 4293 3845 0 -1 4202560 229 0 0 0 1 0 0 0 16 0 19 0 945451 1576005632 17166 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4300] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4300/stat : 4300 (java) S 4291 4293 3845 0 -1 4202560 42 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17166 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4301] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4301/stat : 4301 (java) S 4291 4293 3845 0 -1 4202560 116 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17166 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 6 0 0 0
[pid=4293/tid=4302] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4302/stat : 4302 (java) S 4291 4293 3845 0 -1 4202560 42 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17166 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4303] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4303/stat : 4303 (java) S 4291 4293 3845 0 -1 4202560 146 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17166 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4304] ppid=4291 vsize=1539068 CPUtime=0.5
/proc/4293/task/4304/stat : 4304 (java) S 4291 4293 3845 0 -1 4202560 992 0 0 0 50 0 0 0 15 0 19 0 945452 1576005632 17166 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 0 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4305] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4305/stat : 4305 (java) S 4291 4293 3845 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 945452 1576005632 17166 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4306] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4306/stat : 4306 (java) S 4291 4293 3845 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 945452 1576005632 17166 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4307] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4307/stat : 4307 (java) S 4291 4293 3845 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 945454 1576005632 17166 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4308] ppid=4291 vsize=1539068 CPUtime=0.55
/proc/4293/task/4308/stat : 4308 (java) S 4291 4293 3845 0 -1 4202560 3488 0 0 0 55 0 0 0 15 0 19 0 945454 1576005632 17166 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 5 0 0 0
[pid=4293/tid=4309] ppid=4291 vsize=1539068 CPUtime=0.67
/proc/4293/task/4309/stat : 4309 (java) S 4291 4293 3845 0 -1 4202560 4964 0 0 0 66 1 0 0 15 0 19 0 945454 1576005632 17166 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4310] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4310/stat : 4310 (java) S 4291 4293 3845 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 945454 1576005632 17166 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4311] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4311/stat : 4311 (java) S 4291 4293 3845 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 945454 1576005632 17166 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 1 0 0 0
[pid=4293/tid=4312] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4312/stat : 4312 (java) S 4291 4293 3845 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 945466 1576005632 17166 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 26.76
Current children cumulated vsize (KiB) 1539068

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

[startup+26.3006 s]
/proc/loadavg: 1.95 1.98 1.91 3/215 4313
/proc/meminfo: memFree=32103264/32951124 swapFree=67111528/67111528
[pid=4293] ppid=4291 vsize=1539068 CPUtime=27.56
/proc/4293/stat : 4293 (java) S 4291 4293 3845 0 -1 4202496 23327 0 1 0 2751 5 0 0 22 0 19 0 945450 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4293/statm: 384767 17193 1444 10 0 382070 0
[pid=4293/tid=4295] ppid=4291 vsize=1539068 CPUtime=25.67
/proc/4293/task/4295/stat : 4295 (java) R 4291 4293 3845 0 -1 4202560 11793 0 1 0 2565 2 0 0 25 0 19 0 945450 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4109586586 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4293/tid=4296] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4296/stat : 4296 (java) S 4291 4293 3845 0 -1 4202560 314 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4297] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4297/stat : 4297 (java) S 4291 4293 3845 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 945451 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4298] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4298/stat : 4298 (java) S 4291 4293 3845 0 -1 4202560 97 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4299] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4299/stat : 4299 (java) S 4291 4293 3845 0 -1 4202560 229 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 6 0 0 0
[pid=4293/tid=4300] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4300/stat : 4300 (java) S 4291 4293 3845 0 -1 4202560 42 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4301] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4301/stat : 4301 (java) S 4291 4293 3845 0 -1 4202560 117 0 0 0 1 0 0 0 16 0 19 0 945451 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 6 0 0 0
[pid=4293/tid=4302] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4302/stat : 4302 (java) S 4291 4293 3845 0 -1 4202560 42 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4303] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4303/stat : 4303 (java) S 4291 4293 3845 0 -1 4202560 146 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4304] ppid=4291 vsize=1539068 CPUtime=0.52
/proc/4293/task/4304/stat : 4304 (java) S 4291 4293 3845 0 -1 4202560 1018 0 0 0 52 0 0 0 15 0 19 0 945452 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 0 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4305] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4305/stat : 4305 (java) S 4291 4293 3845 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 945452 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4306] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4306/stat : 4306 (java) S 4291 4293 3845 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 945452 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4307] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4307/stat : 4307 (java) S 4291 4293 3845 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 945454 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4308] ppid=4291 vsize=1539068 CPUtime=0.55
/proc/4293/task/4308/stat : 4308 (java) S 4291 4293 3845 0 -1 4202560 3488 0 0 0 55 0 0 0 15 0 19 0 945454 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 5 0 0 0
[pid=4293/tid=4309] ppid=4291 vsize=1539068 CPUtime=0.67
/proc/4293/task/4309/stat : 4309 (java) S 4291 4293 3845 0 -1 4202560 4964 0 0 0 66 1 0 0 15 0 19 0 945454 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4310] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4310/stat : 4310 (java) S 4291 4293 3845 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 945454 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4311] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4311/stat : 4311 (java) S 4291 4293 3845 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 945454 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 1 0 0 0
[pid=4293/tid=4312] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4312/stat : 4312 (java) S 4291 4293 3845 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 945466 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 27.56
Current children cumulated vsize (KiB) 1539068

[startup+26.7015 s]
/proc/loadavg: 1.95 1.98 1.91 3/215 4313
/proc/meminfo: memFree=32103264/32951124 swapFree=67111528/67111528
[pid=4293] ppid=4291 vsize=1539068 CPUtime=27.96
/proc/4293/stat : 4293 (java) S 4291 4293 3845 0 -1 4202496 23327 0 1 0 2791 5 0 0 22 0 19 0 945450 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4293/statm: 384767 17193 1444 10 0 382070 0
[pid=4293/tid=4295] ppid=4291 vsize=1539068 CPUtime=26.06
/proc/4293/task/4295/stat : 4295 (java) R 4291 4293 3845 0 -1 4202560 11793 0 1 0 2604 2 0 0 25 0 19 0 945450 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4109744409 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4293/tid=4296] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4296/stat : 4296 (java) S 4291 4293 3845 0 -1 4202560 314 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4297] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4297/stat : 4297 (java) S 4291 4293 3845 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 945451 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4298] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4298/stat : 4298 (java) S 4291 4293 3845 0 -1 4202560 97 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4299] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4299/stat : 4299 (java) S 4291 4293 3845 0 -1 4202560 229 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 6 0 0 0
[pid=4293/tid=4300] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4300/stat : 4300 (java) S 4291 4293 3845 0 -1 4202560 42 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4301] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4301/stat : 4301 (java) S 4291 4293 3845 0 -1 4202560 117 0 0 0 1 0 0 0 16 0 19 0 945451 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 6 0 0 0
[pid=4293/tid=4302] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4302/stat : 4302 (java) S 4291 4293 3845 0 -1 4202560 42 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4303] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4303/stat : 4303 (java) S 4291 4293 3845 0 -1 4202560 146 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4304] ppid=4291 vsize=1539068 CPUtime=0.52
/proc/4293/task/4304/stat : 4304 (java) S 4291 4293 3845 0 -1 4202560 1018 0 0 0 52 0 0 0 15 0 19 0 945452 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 0 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4305] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4305/stat : 4305 (java) S 4291 4293 3845 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 945452 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4306] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4306/stat : 4306 (java) S 4291 4293 3845 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 945452 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4307] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4307/stat : 4307 (java) S 4291 4293 3845 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 945454 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4308] ppid=4291 vsize=1539068 CPUtime=0.55
/proc/4293/task/4308/stat : 4308 (java) S 4291 4293 3845 0 -1 4202560 3488 0 0 0 55 0 0 0 15 0 19 0 945454 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 5 0 0 0
[pid=4293/tid=4309] ppid=4291 vsize=1539068 CPUtime=0.67
/proc/4293/task/4309/stat : 4309 (java) S 4291 4293 3845 0 -1 4202560 4964 0 0 0 66 1 0 0 15 0 19 0 945454 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4310] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4310/stat : 4310 (java) S 4291 4293 3845 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 945454 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4311] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4311/stat : 4311 (java) S 4291 4293 3845 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 945454 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 1 0 0 0
[pid=4293/tid=4312] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4312/stat : 4312 (java) S 4291 4293 3845 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 945466 1576005632 17193 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 27.96
Current children cumulated vsize (KiB) 1539068

[startup+26.8015 s]
/proc/loadavg: 1.95 1.98 1.91 3/215 4313
/proc/meminfo: memFree=32103264/32951124 swapFree=67111528/67111528
[pid=4293] ppid=4291 vsize=1539068 CPUtime=28.07
/proc/4293/stat : 4293 (java) S 4291 4293 3845 0 -1 4202496 23330 0 1 0 2802 5 0 0 22 0 19 0 945450 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4293/statm: 384767 17195 1444 10 0 382070 0
[pid=4293/tid=4295] ppid=4291 vsize=1539068 CPUtime=26.15
/proc/4293/task/4295/stat : 4295 (java) R 4291 4293 3845 0 -1 4202560 11795 0 1 0 2613 2 0 0 25 0 19 0 945450 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 4109535670 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4293/tid=4296] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4296/stat : 4296 (java) S 4291 4293 3845 0 -1 4202560 314 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4297] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4297/stat : 4297 (java) S 4291 4293 3845 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 945451 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4298] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4298/stat : 4298 (java) S 4291 4293 3845 0 -1 4202560 97 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4299] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4299/stat : 4299 (java) S 4291 4293 3845 0 -1 4202560 229 0 0 0 1 0 0 0 16 0 19 0 945451 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 6 0 0 0
[pid=4293/tid=4300] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4300/stat : 4300 (java) S 4291 4293 3845 0 -1 4202560 42 0 0 0 1 0 0 0 16 0 19 0 945451 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4301] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4301/stat : 4301 (java) S 4291 4293 3845 0 -1 4202560 117 0 0 0 1 0 0 0 16 0 19 0 945451 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 6 0 0 0
[pid=4293/tid=4302] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4302/stat : 4302 (java) S 4291 4293 3845 0 -1 4202560 42 0 0 0 1 0 0 0 15 0 19 0 945451 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 4 0 0 0
[pid=4293/tid=4303] ppid=4291 vsize=1539068 CPUtime=0.01
/proc/4293/task/4303/stat : 4303 (java) S 4291 4293 3845 0 -1 4202560 147 0 0 0 1 0 0 0 16 0 19 0 945451 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4304] ppid=4291 vsize=1539068 CPUtime=0.53
/proc/4293/task/4304/stat : 4304 (java) S 4291 4293 3845 0 -1 4202560 1018 0 0 0 53 0 0 0 15 0 19 0 945452 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 0 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4305] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4305/stat : 4305 (java) S 4291 4293 3845 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 945452 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4306] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4306/stat : 4306 (java) S 4291 4293 3845 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 945452 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
[pid=4293/tid=4307] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4307/stat : 4307 (java) S 4291 4293 3845 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 945454 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4308] ppid=4291 vsize=1539068 CPUtime=0.55
/proc/4293/task/4308/stat : 4308 (java) S 4291 4293 3845 0 -1 4202560 3488 0 0 0 55 0 0 0 15 0 19 0 945454 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 5 0 0 0
[pid=4293/tid=4309] ppid=4291 vsize=1539068 CPUtime=0.69
/proc/4293/task/4309/stat : 4309 (java) R 4291 4293 3845 0 -1 4202560 4964 0 0 0 68 1 0 0 16 0 19 0 945454 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 103334593 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4293/tid=4310] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4310/stat : 4310 (java) S 4291 4293 3845 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 945454 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 2 0 0 0
[pid=4293/tid=4311] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4311/stat : 4311 (java) S 4291 4293 3845 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 945454 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 1 0 0 0
[pid=4293/tid=4312] ppid=4291 vsize=1539068 CPUtime=0
/proc/4293/task/4312/stat : 4312 (java) S 4291 4293 3845 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 945466 1576005632 17195 4089446400 134512640 134550932 4287598256 18446744073709551615 4294960144 0 4 0 16800975 18446604471118987328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 28.07
Current children cumulated vsize (KiB) 1539068

Child status: 30
Real time (s): 26.8766
CPU time (s): 28.1247
CPU user time (s): 28.0677
CPU system time (s): 0.056991
CPU usage (%): 104.644
Max. virtual memory (cumulated for all children) (KiB): 1546596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.0677
system time used= 0.056991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23344
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= 1948
involuntary context switches= 8524

runsolver used 0.049992 second user time and 0.104984 second system time

The end

Launcher Data

Begin job on node130 at 2010-07-05 12:55:23
IDJOB=2698619
IDBENCH=79196
IDSOLVER=1211
FILE ID=node130/2698619-1278327323
PBS_JOBID= 11207439
Free space on /tmp= 74184 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111212923--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698619-1278327323/watcher-2698619-1278327323 -o /tmp/evaluation-result-2698619-1278327323/solver-2698619-1278327323 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698619-1278327323.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ab4536de5562fd774a511a0028d74eb6
RANDOM SEED=518910962

node130.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.831
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.66
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.831
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.22
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.831
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.831
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.831
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.72
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.831
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.83
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.831
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.68
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32167840 kB
Buffers:         23964 kB
Cached:         325664 kB
SwapCached:          0 kB
Active:         414488 kB
Inactive:       268804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32167840 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             120 kB
Writeback:           0 kB
AnonPages:      333832 kB
Mapped:          20476 kB
Slab:            35816 kB
PageTables:       5376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1650460 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74184 MiB
End job on node130 at 2010-07-05 12:55:50