Trace number 3687327

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.09 1793.36

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUMb656932a938990470d09f3771b5047c2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark904.992
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.2.v20120418
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		501472288
0.06/0.09	c Max memory 		7480803328
0.06/0.09	c Total memory 		504102912
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687327-1337871903.opb
0.10/0.11	c reading problem ... 
1.55/1.11	c ... done. Wall clock time 1.0s.
1.55/1.11	c declared #vars     1650
1.55/1.11	c #constraints  113714
1.55/1.11	c constraints type 
1.55/1.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 113164
1.55/1.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 550
1.55/1.11	c 113714 constraints processed.
2.72/2.00	c cleaning 2493 clauses out of 5000 with flag 5000/5000
3.70/2.88	c cleaning 4253 clauses out of 8511 with flag 11004/11004
4.66/3.77	c cleaning 5621 clauses out of 11254 with flag 18000/18000
5.67/4.75	c cleaning 6811 clauses out of 13633 with flag 26000/26000
6.90/5.94	c cleaning 7908 clauses out of 15824 with flag 35002/35002
8.21/7.23	c cleaning 8953 clauses out of 17914 with flag 45000/45000
9.62/8.64	c cleaning 9976 clauses out of 19964 with flag 56003/56003
11.34/10.31	c cleaning 10984 clauses out of 21986 with flag 68001/68001
13.16/12.17	c cleaning 11999 clauses out of 24004 with flag 81003/81003
15.16/14.19	c cleaning 12984 clauses out of 26002 with flag 95000/95000
17.38/16.36	c cleaning 14000 clauses out of 28018 with flag 110000/110000
19.50/18.49	c cleaning 15000 clauses out of 30018 with flag 126000/126000
22.02/20.95	c cleaning 15995 clauses out of 32018 with flag 143000/143000
24.82/23.74	c cleaning 17009 clauses out of 34023 with flag 161000/161000
27.74/26.61	c cleaning 18007 clauses out of 36018 with flag 180004/180004
30.55/29.43	c cleaning 18992 clauses out of 38007 with flag 200000/200000
33.69/32.57	c cleaning 19990 clauses out of 40017 with flag 221002/221002
37.21/36.05	c cleaning 21003 clauses out of 42026 with flag 243001/243001
41.04/39.82	c cleaning 22001 clauses out of 44025 with flag 266003/266003
44.66/43.44	c cleaning 22989 clauses out of 46021 with flag 290000/290000
48.78/47.57	c cleaning 23995 clauses out of 48032 with flag 315000/315000
53.51/52.27	c cleaning 25013 clauses out of 50037 with flag 341000/341000
58.15/56.81	c cleaning 26004 clauses out of 52027 with flag 368003/368003
63.19/61.84	c cleaning 27009 clauses out of 54021 with flag 396001/396001
67.73/66.39	c cleaning 27995 clauses out of 56012 with flag 425001/425001
72.56/71.16	c cleaning 28994 clauses out of 58016 with flag 455000/455000
77.80/76.35	c cleaning 30000 clauses out of 60023 with flag 486001/486001
84.02/82.53	c cleaning 30976 clauses out of 62022 with flag 518000/518000
90.04/88.57	c cleaning 32010 clauses out of 64049 with flag 551003/551003
97.18/95.65	c cleaning 32995 clauses out of 66036 with flag 585000/585000
102.40/100.84	c cleaning 34001 clauses out of 68042 with flag 620001/620001
108.83/107.27	c cleaning 34996 clauses out of 70040 with flag 656000/656000
115.36/113.76	c cleaning 35998 clauses out of 72044 with flag 693000/693000
122.30/120.62	c cleaning 37006 clauses out of 74046 with flag 731000/731000
129.93/128.23	c cleaning 38015 clauses out of 76041 with flag 770001/770001
138.16/136.46	c cleaning 39001 clauses out of 78025 with flag 810000/810000
147.70/145.97	c cleaning 39993 clauses out of 80025 with flag 851001/851001
156.18/154.30	c cleaning 41012 clauses out of 82033 with flag 893002/893002
163.52/161.66	c cleaning 41998 clauses out of 84019 with flag 936000/936000
171.55/169.65	c cleaning 42993 clauses out of 86022 with flag 980001/980001
181.30/179.34	c cleaning 43997 clauses out of 88029 with flag 1025001/1025001
191.25/189.22	c cleaning 44993 clauses out of 90031 with flag 1071000/1071000
201.37/199.32	c cleaning 46005 clauses out of 92038 with flag 1118000/1118000
211.81/209.75	c cleaning 46988 clauses out of 94033 with flag 1166000/1166000
222.90/220.74	c cleaning 48005 clauses out of 96046 with flag 1215001/1215001
234.94/232.72	c cleaning 49003 clauses out of 98040 with flag 1265000/1265000
247.08/244.87	c cleaning 50005 clauses out of 100041 with flag 1316004/1316004
255.98/253.61	c cleaning 50999 clauses out of 102032 with flag 1368000/1368000
266.12/263.78	c cleaning 51994 clauses out of 104036 with flag 1421003/1421003
278.57/276.12	c cleaning 53004 clauses out of 106040 with flag 1475001/1475001
292.24/289.71	c cleaning 54002 clauses out of 108037 with flag 1530002/1530002
306.98/304.45	c cleaning 55013 clauses out of 110035 with flag 1586002/1586002
319.75/317.18	c cleaning 55994 clauses out of 112020 with flag 1643000/1643000
332.80/330.18	c cleaning 56999 clauses out of 114026 with flag 1701000/1701000
347.65/344.98	c cleaning 57981 clauses out of 116028 with flag 1760001/1760001
361.68/358.99	c cleaning 59003 clauses out of 118046 with flag 1820000/1820000
377.44/374.65	c cleaning 60007 clauses out of 120043 with flag 1881000/1881000
394.31/391.40	c cleaning 60993 clauses out of 122037 with flag 1943001/1943001
408.55/405.68	c cleaning 62008 clauses out of 124043 with flag 2006000/2006000
419.81/416.87	c cleaning 62994 clauses out of 126036 with flag 2070001/2070001
434.75/431.75	c cleaning 64012 clauses out of 128042 with flag 2135001/2135001
449.73/446.69	c cleaning 64999 clauses out of 130030 with flag 2201001/2201001
468.69/465.57	c cleaning 65994 clauses out of 132030 with flag 2268000/2268000
485.27/482.08	c cleaning 67000 clauses out of 134038 with flag 2336002/2336002
503.13/499.84	c cleaning 68003 clauses out of 136036 with flag 2405000/2405000
519.91/516.56	c cleaning 68998 clauses out of 138035 with flag 2475002/2475002
540.86/537.42	c cleaning 69997 clauses out of 140036 with flag 2546001/2546001
564.57/561.01	c cleaning 71003 clauses out of 142040 with flag 2618002/2618002
583.06/579.42	c cleaning 72005 clauses out of 144035 with flag 2691000/2691000
602.90/599.25	c cleaning 72994 clauses out of 146030 with flag 2765000/2765000
626.58/622.84	c cleaning 73991 clauses out of 148040 with flag 2840004/2840004
651.62/647.85	c cleaning 75016 clauses out of 150045 with flag 2916000/2916000
674.95/671.18	c cleaning 76004 clauses out of 152029 with flag 2993000/2993000
690.29/686.42	c cleaning 76982 clauses out of 154026 with flag 3071001/3071001
709.91/706.10	c cleaning 78015 clauses out of 156043 with flag 3150000/3150000
730.99/727.01	c cleaning 78996 clauses out of 158029 with flag 3230001/3230001
752.97/748.97	c cleaning 79999 clauses out of 160033 with flag 3311001/3311001
781.65/777.52	c cleaning 80996 clauses out of 162033 with flag 3393000/3393000
805.36/801.20	c cleaning 82012 clauses out of 164039 with flag 3476002/3476002
833.91/829.60	c cleaning 82983 clauses out of 166025 with flag 3560000/3560000
862.78/858.42	c cleaning 83995 clauses out of 168042 with flag 3645000/3645000
889.37/884.98	c cleaning 85004 clauses out of 170050 with flag 3731003/3731003
917.68/913.15	c cleaning 86000 clauses out of 172043 with flag 3818000/3818000
948.64/944.05	c cleaning 86997 clauses out of 174043 with flag 3906000/3906000
979.22/974.55	c cleaning 88020 clauses out of 176047 with flag 3995001/3995001
1008.88/1004.17	c cleaning 88990 clauses out of 178026 with flag 4085000/4085000
1039.08/1034.23	c cleaning 89994 clauses out of 180038 with flag 4176002/4176002
1072.14/1067.28	c cleaning 90986 clauses out of 182042 with flag 4268000/4268000
1106.99/1102.07	c cleaning 91995 clauses out of 184057 with flag 4361001/4361001
1140.75/1135.79	c cleaning 93011 clauses out of 186061 with flag 4455000/4455000
1160.78/1155.72	c cleaning 94008 clauses out of 188053 with flag 4550003/4550003
1187.83/1182.71	c cleaning 95007 clauses out of 190043 with flag 4646001/4646001
1220.02/1214.89	c cleaning 95984 clauses out of 192038 with flag 4743003/4743003
1250.81/1245.54	c cleaning 97001 clauses out of 194052 with flag 4841001/4841001
1285.92/1280.56	c cleaning 98016 clauses out of 196050 with flag 4940000/4940000
1318.44/1312.99	c cleaning 99005 clauses out of 198036 with flag 5040002/5040002
1358.17/1352.44	c cleaning 99982 clauses out of 200029 with flag 5141000/5141000
1394.09/1388.27	c cleaning 101004 clauses out of 202048 with flag 5243001/5243001
1428.50/1422.54	c cleaning 101999 clauses out of 204044 with flag 5346001/5346001
1463.40/1457.37	c cleaning 103005 clauses out of 206044 with flag 5450000/5450000
1500.35/1494.29	c cleaning 104000 clauses out of 208040 with flag 5555001/5555001
1540.04/1533.83	c cleaning 104992 clauses out of 210040 with flag 5661001/5661001
1584.84/1578.55	c cleaning 106004 clauses out of 212047 with flag 5768000/5768000
1631.71/1625.31	c cleaning 107014 clauses out of 214043 with flag 5876000/5876000
1675.72/1669.27	c cleaning 107999 clauses out of 216029 with flag 5985000/5985000
1712.40/1705.86	c cleaning 108980 clauses out of 218030 with flag 6095000/6095000
1753.98/1747.34	c cleaning 109979 clauses out of 220051 with flag 6206001/6206001
1800.09/1793.31	c starts		: 276
1800.09/1793.31	c conflicts		: 6312947
1800.09/1793.31	c decisions		: 8074279
1800.09/1793.31	c propagations		: 787366112
1800.09/1793.31	c inspects		: 19762909282
1800.09/1793.31	c shortcuts		: 0
1800.09/1793.31	c learnt literals	: 0
1800.09/1793.31	c learnt binary clauses	: 0
1800.09/1793.31	c learnt ternary clauses	: 0
1800.09/1793.31	c learnt constraints	: 6312948
1800.09/1793.31	c ignored constraints	: 0
1800.09/1793.31	c root simplifications	: 0
1800.09/1793.31	c removed literals (reason simplification)	: 0
1800.09/1793.31	c reason swapping (by a shorter reason)	: 0
1800.09/1793.31	c Calls to reduceDB	: 107
1800.09/1793.31	c number of reductions to clauses (during analyze)	: 0
1800.09/1793.31	c number of learned constraints concerned by reduction	: 0
1800.09/1793.31	c number of learning phase by resolution	: 0
1800.09/1793.31	c number of learning phase by cutting planes	: 0
1800.09/1793.31	c speed (assignments/second)	: 439330.8575968896
1800.09/1793.31	c non guided choices	290
1800.09/1793.35	c learnt constraints type 
1800.09/1793.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 217066
1800.09/1793.35	c constraints type 
1800.09/1793.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 113164
1800.09/1793.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 550
1800.09/1793.35	c 113714 constraints processed.
1800.09/1793.35	s UNKNOWN
1800.09/1793.35	c Total wall clock time (in seconds): 1793.239

Verifier Data

ERROR: no interpretation found !

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 /tmp/evaluation-result-3687327-1337871903/watcher-3687327-1337871903 -o /tmp/evaluation-result-3687327-1337871903/solver-3687327-1337871903 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687327-1337871903.opb 

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: 0.19 0.05 0.01 2/171 20977
/proc/meminfo: memFree=29957200/32873844 swapFree=7100/7100
[pid=20977] ppid=20975 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20977/stat : 20977 (java) R 20975 20977 20833 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 253318855 9515008 184 33554432000 1073741824 1073778376 140734790532288 140734790523512 249649851831 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20977/statm: 2323 184 142 9 0 71 0

[startup+0.0833761 s]
/proc/loadavg: 0.19 0.05 0.01 2/171 20977
/proc/meminfo: memFree=29957200/32873844 swapFree=7100/7100
[pid=20977] ppid=20975 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/20977/stat : 20977 (java) S 20975 20977 20833 0 -1 4202496 3355 0 1 0 5 1 0 0 20 0 18 0 253318855 9787813888 4563 33554432000 1073741824 1073778376 140733241870128 140733241861264 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20977/statm: 2389603 4563 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100328 s]
/proc/loadavg: 0.19 0.05 0.01 2/171 20977
/proc/meminfo: memFree=29957200/32873844 swapFree=7100/7100
[pid=20977] ppid=20975 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/20977/stat : 20977 (java) S 20975 20977 20833 0 -1 4202496 4281 0 1 0 9 1 0 0 20 0 18 0 253318855 9787813888 5462 33554432000 1073741824 1073778376 140733241870128 140733241861264 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20977/statm: 2389603 5464 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300201 s]
/proc/loadavg: 0.19 0.05 0.01 2/171 20977
/proc/meminfo: memFree=29957200/32873844 swapFree=7100/7100
[pid=20977] ppid=20975 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/20977/stat : 20977 (java) S 20975 20977 20833 0 -1 4202496 5918 0 1 0 47 2 0 0 20 0 18 0 253318855 9787813888 10498 33554432000 1073741824 1073778376 140733241870128 140733241861264 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20977/statm: 2389603 10498 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700305 s]
/proc/loadavg: 0.19 0.05 0.01 2/171 20977
/proc/meminfo: memFree=29957200/32873844 swapFree=7100/7100
[pid=20977] ppid=20975 vsize=9558412 CPUtime=1.11 cores=1,3,5,7
/proc/20977/stat : 20977 (java) S 20975 20977 20833 0 -1 4202496 7194 0 1 0 107 4 0 0 20 0 18 0 253318855 9787813888 39531 33554432000 1073741824 1073778376 140733241870128 140733241861264 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20977/statm: 2389603 39531 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558412

[startup+1.50074 s]
/proc/loadavg: 0.19 0.05 0.01 2/189 20995
/proc/meminfo: memFree=29799852/32873844 swapFree=7100/7100
[pid=20977] ppid=20975 vsize=9624976 CPUtime=2.17 cores=1,3,5,7
/proc/20977/stat : 20977 (java) S 20975 20977 20833 0 -1 4202496 9149 0 1 0 211 6 0 0 20 0 19 0 253318855 9855975424 48660 33554432000 1073741824 1073778376 140733241870128 140733241861264 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20977/statm: 2406244 48660 2264 9 0 2396937 0
[pid=20977/tid=20979] ppid=20975 vsize=9624976 CPUtime=1.44 cores=1,3,5,7
/proc/20977/task/20979/stat : 20979 (java) R 20975 20977 20833 0 -1 4202560 2534 0 1 0 141 3 0 0 20 0 19 0 253318856 9855975424 48660 33554432000 1073741824 1073778376 140733241870128 140711747714096 140711601859989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20980] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20980/stat : 20980 (java) S 20975 20977 20833 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253318857 9855975424 48660 33554432000 1073741824 1073778376 140733241870128 140711720168360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20981] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20981/stat : 20981 (java) S 20975 20977 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318857 9855975424 48660 33554432000 1073741824 1073778376 140733241870128 140711590145064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20982] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20982/stat : 20982 (java) S 20975 20977 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318857 9855975424 48660 33554432000 1073741824 1073778376 140733241870128 140711589092008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20983] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20983/stat : 20983 (java) S 20975 20977 20833 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253318857 9855975424 48660 33554432000 1073741824 1073778376 140733241870128 140711588039464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20984] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20984/stat : 20984 (java) S 20975 20977 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318857 9855975424 48660 33554432000 1073741824 1073778376 140733241870128 140711586986408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20985] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20985/stat : 20985 (java) S 20975 20977 20833 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253318857 9855975424 48660 33554432000 1073741824 1073778376 140733241870128 140711585933864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20986] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20986/stat : 20986 (java) S 20975 20977 20833 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253318857 9855975424 48660 33554432000 1073741824 1073778376 140733241870128 140711248783528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20987] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20987/stat : 20987 (java) S 20975 20977 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318857 9855975424 48660 33554432000 1073741824 1073778376 140733241870128 140711247730984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20988] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20988/stat : 20988 (java) S 20975 20977 20833 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 253318858 9855975424 48660 33554432000 1073741824 1073778376 140733241870128 140711235533672 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20989] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20989/stat : 20989 (java) S 20975 20977 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318858 9855975424 48660 33554432000 1073741824 1073778376 140733241870128 140711234479992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20990] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20990/stat : 20990 (java) S 20975 20977 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318858 9855975424 48660 33554432000 1073741824 1073778376 140733241870128 140711233426824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20991] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20991/stat : 20991 (java) S 20975 20977 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318861 9855975424 48660 33554432000 1073741824 1073778376 140733241870128 140711232375568 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20992] ppid=20975 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/20977/task/20992/stat : 20992 (java) S 20975 20977 20833 0 -1 4202560 2811 0 0 0 34 0 0 0 20 0 19 0 253318861 9855975424 48660 33554432000 1073741824 1073778376 140733241870128 140711231322424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20993] ppid=20975 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/20977/task/20993/stat : 20993 (java) S 20975 20977 20833 0 -1 4202560 2507 0 0 0 27 0 0 0 20 0 19 0 253318861 9855975424 48660 33554432000 1073741824 1073778376 140733241870128 140711230269880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20994] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20994/stat : 20994 (java) S 20975 20977 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318861 9855975424 48660 33554432000 1073741824 1073778376 140733241870128 140711229217016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20995] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20995/stat : 20995 (java) S 20975 20977 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318861 9855975424 48660 33554432000 1073741824 1073778376 140733241870128 140711228164680 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9624976

[startup+3.10081 s]
/proc/loadavg: 0.19 0.05 0.01 5/212 21027
/proc/meminfo: memFree=29711220/32873844 swapFree=7100/7100
[pid=20977] ppid=20975 vsize=9624976 CPUtime=4.06 cores=1,3,5,7
/proc/20977/stat : 20977 (java) S 20975 20977 20833 0 -1 4202496 11286 0 1 0 398 8 0 0 20 0 19 0 253318855 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140733241861264 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20977/statm: 2406244 56683 2282 9 0 2396937 0
[pid=20977/tid=20979] ppid=20975 vsize=9624976 CPUtime=2.92 cores=1,3,5,7
/proc/20977/task/20979/stat : 20979 (java) R 20975 20977 20833 0 -1 4202560 2535 0 1 0 289 3 0 0 20 0 19 0 253318856 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140711747715480 140711601967785 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20980] ppid=20975 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/20977/task/20980/stat : 20980 (java) S 20975 20977 20833 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 253318857 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140711720168360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20981] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20981/stat : 20981 (java) S 20975 20977 20833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253318857 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140711590145064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20982] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20982/stat : 20982 (java) S 20975 20977 20833 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253318857 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140711589092008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20983] ppid=20975 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/20977/task/20983/stat : 20983 (java) S 20975 20977 20833 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 253318857 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140711588039464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20984] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20984/stat : 20984 (java) S 20975 20977 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318857 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140711586986408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20985] ppid=20975 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/20977/task/20985/stat : 20985 (java) S 20975 20977 20833 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 253318857 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140711585933864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20986] ppid=20975 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/20977/task/20986/stat : 20986 (java) S 20975 20977 20833 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253318857 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140711248783528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20987] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20987/stat : 20987 (java) S 20975 20977 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318857 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140711247730984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20988] ppid=20975 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/20977/task/20988/stat : 20988 (java) S 20975 20977 20833 0 -1 4202560 98 0 0 0 8 0 0 0 20 0 19 0 253318858 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140711235533672 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20989] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20989/stat : 20989 (java) S 20975 20977 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318858 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140711234479992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20990] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20990/stat : 20990 (java) S 20975 20977 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318858 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140711233426824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20991] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20991/stat : 20991 (java) S 20975 20977 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318861 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140711232375568 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20992] ppid=20975 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/20977/task/20992/stat : 20992 (java) S 20975 20977 20833 0 -1 4202560 3451 0 0 0 41 0 0 0 20 0 19 0 253318861 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140711231322424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20993] ppid=20975 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/20977/task/20993/stat : 20993 (java) S 20975 20977 20833 0 -1 4202560 3943 0 0 0 42 0 0 0 20 0 19 0 253318861 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140711230269880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20994] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20994/stat : 20994 (java) S 20975 20977 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318861 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140711229217016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20995] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20995/stat : 20995 (java) S 20975 20977 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318861 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140711228164680 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20998] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20998/stat : 20998 (java) S 20975 20977 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318967 9855975424 56683 33554432000 1073741824 1073778376 140733241870128 140711227110952 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9624976

[startup+6.30079 s]
/proc/loadavg: 0.34 0.08 0.02 3/192 21036
/proc/meminfo: memFree=29724416/32873844 swapFree=7100/7100
[pid=20977] ppid=20975 vsize=9624976 CPUtime=7.31 cores=1,3,5,7
/proc/20977/stat : 20977 (java) S 20975 20977 20833 0 -1 4202496 11302 0 1 0 723 8 0 0 20 0 19 0 253318855 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140733241861264 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20977/statm: 2406244 56635 2282 9 0 2396937 0
[pid=20977/tid=20979] ppid=20975 vsize=9624976 CPUtime=5.93 cores=1,3,5,7
/proc/20977/task/20979/stat : 20979 (java) R 20975 20977 20833 0 -1 4202560 2537 0 1 0 590 3 0 0 20 0 19 0 253318856 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140711747715544 140711601967780 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20980] ppid=20975 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/20977/task/20980/stat : 20980 (java) S 20975 20977 20833 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 253318857 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140711720168360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20981] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20981/stat : 20981 (java) S 20975 20977 20833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253318857 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140711590145064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20982] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20982/stat : 20982 (java) S 20975 20977 20833 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253318857 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140711589092008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20983] ppid=20975 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/20977/task/20983/stat : 20983 (java) S 20975 20977 20833 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 253318857 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140711588039464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20984] ppid=20975 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/20977/task/20984/stat : 20984 (java) S 20975 20977 20833 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 253318857 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140711586986408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20985] ppid=20975 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/20977/task/20985/stat : 20985 (java) S 20975 20977 20833 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 253318857 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140711585933864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20986] ppid=20975 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/20977/task/20986/stat : 20986 (java) S 20975 20977 20833 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253318857 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140711248783528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20987] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20987/stat : 20987 (java) S 20975 20977 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318857 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140711247730984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20988] ppid=20975 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/20977/task/20988/stat : 20988 (java) S 20975 20977 20833 0 -1 4202560 98 0 0 0 25 0 0 0 20 0 19 0 253318858 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140711235533672 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20989] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20989/stat : 20989 (java) S 20975 20977 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318858 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140711234479992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20990] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20990/stat : 20990 (java) S 20975 20977 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318858 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140711233426824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20991] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20991/stat : 20991 (java) S 20975 20977 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318861 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140711232375568 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20992] ppid=20975 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/20977/task/20992/stat : 20992 (java) S 20975 20977 20833 0 -1 4202560 3453 0 0 0 44 0 0 0 20 0 19 0 253318861 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140711231322424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20993] ppid=20975 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/20977/task/20993/stat : 20993 (java) S 20975 20977 20833 0 -1 4202560 3943 0 0 0 43 0 0 0 20 0 19 0 253318861 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140711230269880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20994] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20994/stat : 20994 (java) S 20975 20977 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318861 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140711229217016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20995] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20995/stat : 20995 (java) S 20975 20977 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318861 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140711228164680 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20998] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20998/stat : 20998 (java) S 20975 20977 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318967 9855975424 56635 33554432000 1073741824 1073778376 140733241870128 140711227110952 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]
/proc/loadavg: 0.39 0.09 0.03 3/213 21142
/proc/meminfo: memFree=29693724/32873844 swapFree=7100/7100

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

[pid=20977/tid=20992] ppid=20975 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/20977/task/20992/stat : 20992 (java) S 20975 20977 20833 0 -1 4202560 3581 0 0 0 47 0 0 0 20 0 19 0 253318861 9855975424 93196 33554432000 1073741824 1073778376 140733241870128 140711231322424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20993] ppid=20975 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/20977/task/20993/stat : 20993 (java) S 20975 20977 20833 0 -1 4202560 3943 0 0 0 43 0 0 0 20 0 19 0 253318861 9855975424 93196 33554432000 1073741824 1073778376 140733241870128 140711230269880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20994] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20994/stat : 20994 (java) S 20975 20977 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318861 9855975424 93196 33554432000 1073741824 1073778376 140733241870128 140711229217016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20995] ppid=20975 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/20977/task/20995/stat : 20995 (java) S 20975 20977 20833 0 -1 4202560 99 0 0 0 43 41 0 0 20 0 19 0 253318861 9855975424 93196 33554432000 1073741824 1073778376 140733241870128 140711228164680 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20998] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20998/stat : 20998 (java) S 20975 20977 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318967 9855975424 93196 33554432000 1073741824 1073778376 140733241870128 140711227110952 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1728.96
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.70 3/213 21157
/proc/meminfo: memFree=29322884/32873844 swapFree=7100/7100
[pid=20977] ppid=20975 vsize=9624976 CPUtime=1789.08 cores=1,3,5,7
/proc/20977/stat : 20977 (java) S 20975 20977 20833 0 -1 4202496 12864 0 1 0 178810 98 0 0 20 0 19 0 253318855 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140733241861264 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20977/statm: 2406244 93201 2283 9 0 2396937 0
[pid=20977/tid=20979] ppid=20975 vsize=9624976 CPUtime=1766.27 cores=1,3,5,7
/proc/20977/task/20979/stat : 20979 (java) R 20975 20977 20833 0 -1 4202560 2638 0 1 0 176597 30 0 0 20 0 19 0 253318856 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711747715360 140711601750332 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20980] ppid=20975 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/20977/task/20980/stat : 20980 (java) S 20975 20977 20833 0 -1 4202560 184 0 0 0 75 3 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711720168360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20981] ppid=20975 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/20977/task/20981/stat : 20981 (java) S 20975 20977 20833 0 -1 4202560 117 0 0 0 79 1 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711590145064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20982] ppid=20975 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/20977/task/20982/stat : 20982 (java) S 20975 20977 20833 0 -1 4202560 113 0 0 0 80 3 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711589092008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20983] ppid=20975 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/20977/task/20983/stat : 20983 (java) S 20975 20977 20833 0 -1 4202560 158 0 0 0 85 5 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711588039464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20984] ppid=20975 vsize=9624976 CPUtime=0.88 cores=1,3,5,7
/proc/20977/task/20984/stat : 20984 (java) S 20975 20977 20833 0 -1 4202560 211 0 0 0 82 6 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711586986408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20985] ppid=20975 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/20977/task/20985/stat : 20985 (java) S 20975 20977 20833 0 -1 4202560 160 0 0 0 75 4 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711585933864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20986] ppid=20975 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/20977/task/20986/stat : 20986 (java) S 20975 20977 20833 0 -1 4202560 119 0 0 0 75 3 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711248783528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20987] ppid=20975 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/20977/task/20987/stat : 20987 (java) S 20975 20977 20833 0 -1 4202560 153 0 0 0 87 3 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711247730984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20988] ppid=20975 vsize=9624976 CPUtime=9.37 cores=1,3,5,7
/proc/20977/task/20988/stat : 20988 (java) S 20975 20977 20833 0 -1 4202560 203 0 0 0 935 2 0 0 20 0 19 0 253318858 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711235533672 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20989] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20989/stat : 20989 (java) S 20975 20977 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318858 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711234479992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20990] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20990/stat : 20990 (java) S 20975 20977 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318858 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711233426824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20991] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20991/stat : 20991 (java) S 20975 20977 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318861 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711232375568 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20992] ppid=20975 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/20977/task/20992/stat : 20992 (java) S 20975 20977 20833 0 -1 4202560 3581 0 0 0 47 0 0 0 20 0 19 0 253318861 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711231322424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20993] ppid=20975 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/20977/task/20993/stat : 20993 (java) S 20975 20977 20833 0 -1 4202560 3943 0 0 0 43 0 0 0 20 0 19 0 253318861 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711230269880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20994] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20994/stat : 20994 (java) S 20975 20977 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318861 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711229217016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20995] ppid=20975 vsize=9624976 CPUtime=0.88 cores=1,3,5,7
/proc/20977/task/20995/stat : 20995 (java) S 20975 20977 20833 0 -1 4202560 103 0 0 0 45 43 0 0 20 0 19 0 253318861 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711228164680 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20998] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20998/stat : 20998 (java) S 20975 20977 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318967 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711227110952 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1789.08
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.3 s]
/proc/loadavg: 2.00 2.01 1.71 3/212 21157
/proc/meminfo: memFree=29322892/32873844 swapFree=7100/7100
[pid=20977] ppid=20975 vsize=9624976 CPUtime=1800.09 cores=1,3,5,7
/proc/20977/stat : 20977 (java) S 20975 20977 20833 0 -1 4202496 12864 0 1 0 179911 98 0 0 20 0 19 0 253318855 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140733241861264 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20977/statm: 2406244 93201 2283 9 0 2396937 0
[pid=20977/tid=20979] ppid=20975 vsize=9624976 CPUtime=1777.25 cores=1,3,5,7
/proc/20977/task/20979/stat : 20979 (java) R 20975 20977 20833 0 -1 4202560 2638 0 1 0 177694 31 0 0 20 0 19 0 253318856 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711747715360 140711601967780 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20980] ppid=20975 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/20977/task/20980/stat : 20980 (java) S 20975 20977 20833 0 -1 4202560 184 0 0 0 75 3 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711720168360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20981] ppid=20975 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/20977/task/20981/stat : 20981 (java) S 20975 20977 20833 0 -1 4202560 117 0 0 0 79 1 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711590145064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20982] ppid=20975 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/20977/task/20982/stat : 20982 (java) S 20975 20977 20833 0 -1 4202560 113 0 0 0 80 3 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711589092008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20983] ppid=20975 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/20977/task/20983/stat : 20983 (java) S 20975 20977 20833 0 -1 4202560 158 0 0 0 85 5 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711588039464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20984] ppid=20975 vsize=9624976 CPUtime=0.88 cores=1,3,5,7
/proc/20977/task/20984/stat : 20984 (java) S 20975 20977 20833 0 -1 4202560 211 0 0 0 82 6 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711586986408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20985] ppid=20975 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/20977/task/20985/stat : 20985 (java) S 20975 20977 20833 0 -1 4202560 160 0 0 0 75 4 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711585933864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20986] ppid=20975 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/20977/task/20986/stat : 20986 (java) S 20975 20977 20833 0 -1 4202560 119 0 0 0 75 3 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711248783528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20987] ppid=20975 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/20977/task/20987/stat : 20987 (java) S 20975 20977 20833 0 -1 4202560 153 0 0 0 87 3 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711247730984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20988] ppid=20975 vsize=9624976 CPUtime=9.37 cores=1,3,5,7
/proc/20977/task/20988/stat : 20988 (java) S 20975 20977 20833 0 -1 4202560 203 0 0 0 935 2 0 0 20 0 19 0 253318858 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711235533672 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20989] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20989/stat : 20989 (java) S 20975 20977 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318858 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711234479992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20990] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20990/stat : 20990 (java) S 20975 20977 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318858 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711233426824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20991] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20991/stat : 20991 (java) S 20975 20977 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318861 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711232375568 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20992] ppid=20975 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/20977/task/20992/stat : 20992 (java) S 20975 20977 20833 0 -1 4202560 3581 0 0 0 47 0 0 0 20 0 19 0 253318861 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711231322424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20993] ppid=20975 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/20977/task/20993/stat : 20993 (java) S 20975 20977 20833 0 -1 4202560 3943 0 0 0 43 0 0 0 20 0 19 0 253318861 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711230269880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20994] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20994/stat : 20994 (java) S 20975 20977 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318861 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711229217016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20995] ppid=20975 vsize=9624976 CPUtime=0.88 cores=1,3,5,7
/proc/20977/task/20995/stat : 20995 (java) S 20975 20977 20833 0 -1 4202560 103 0 0 0 45 43 0 0 20 0 19 0 253318861 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711228164680 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20998] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20998/stat : 20998 (java) S 20975 20977 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318967 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711227110952 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624976

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1793.3 s]
/proc/loadavg: 2.00 2.01 1.71 3/212 21157
/proc/meminfo: memFree=29322892/32873844 swapFree=7100/7100
[pid=20977] ppid=20975 vsize=9624976 CPUtime=1800.09 cores=1,3,5,7
/proc/20977/stat : 20977 (java) S 20975 20977 20833 0 -1 4202496 12864 0 1 0 179911 98 0 0 20 0 19 0 253318855 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140733241861264 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20977/statm: 2406244 93201 2283 9 0 2396937 0
[pid=20977/tid=20979] ppid=20975 vsize=9624976 CPUtime=1777.25 cores=1,3,5,7
/proc/20977/task/20979/stat : 20979 (java) R 20975 20977 20833 0 -1 4202560 2638 0 1 0 177694 31 0 0 20 0 19 0 253318856 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711747715360 140711601967780 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20980] ppid=20975 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/20977/task/20980/stat : 20980 (java) S 20975 20977 20833 0 -1 4202560 184 0 0 0 75 3 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711720168360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20981] ppid=20975 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/20977/task/20981/stat : 20981 (java) S 20975 20977 20833 0 -1 4202560 117 0 0 0 79 1 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711590145064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20982] ppid=20975 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/20977/task/20982/stat : 20982 (java) S 20975 20977 20833 0 -1 4202560 113 0 0 0 80 3 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711589092008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20983] ppid=20975 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/20977/task/20983/stat : 20983 (java) S 20975 20977 20833 0 -1 4202560 158 0 0 0 85 5 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711588039464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20984] ppid=20975 vsize=9624976 CPUtime=0.88 cores=1,3,5,7
/proc/20977/task/20984/stat : 20984 (java) S 20975 20977 20833 0 -1 4202560 211 0 0 0 82 6 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711586986408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20985] ppid=20975 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/20977/task/20985/stat : 20985 (java) S 20975 20977 20833 0 -1 4202560 160 0 0 0 75 4 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711585933864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20977/tid=20986] ppid=20975 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/20977/task/20986/stat : 20986 (java) S 20975 20977 20833 0 -1 4202560 119 0 0 0 75 3 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711248783528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20987] ppid=20975 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/20977/task/20987/stat : 20987 (java) S 20975 20977 20833 0 -1 4202560 153 0 0 0 87 3 0 0 20 0 19 0 253318857 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711247730984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20988] ppid=20975 vsize=9624976 CPUtime=9.37 cores=1,3,5,7
/proc/20977/task/20988/stat : 20988 (java) S 20975 20977 20833 0 -1 4202560 203 0 0 0 935 2 0 0 20 0 19 0 253318858 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711235533672 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20989] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20989/stat : 20989 (java) S 20975 20977 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318858 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711234479992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20990] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20990/stat : 20990 (java) S 20975 20977 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318858 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711233426824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20991] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20991/stat : 20991 (java) S 20975 20977 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318861 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711232375568 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20992] ppid=20975 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/20977/task/20992/stat : 20992 (java) S 20975 20977 20833 0 -1 4202560 3581 0 0 0 47 0 0 0 20 0 19 0 253318861 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711231322424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20977/tid=20993] ppid=20975 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/20977/task/20993/stat : 20993 (java) S 20975 20977 20833 0 -1 4202560 3943 0 0 0 43 0 0 0 20 0 19 0 253318861 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711230269880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20994] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20994/stat : 20994 (java) S 20975 20977 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318861 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711229217016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20977/tid=20995] ppid=20975 vsize=9624976 CPUtime=0.88 cores=1,3,5,7
/proc/20977/task/20995/stat : 20995 (java) S 20975 20977 20833 0 -1 4202560 103 0 0 0 45 43 0 0 20 0 19 0 253318861 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711228164680 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20977/tid=20998] ppid=20975 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20977/task/20998/stat : 20998 (java) S 20975 20977 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318967 9855975424 93201 33554432000 1073741824 1073778376 140733241870128 140711227110952 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20977 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=249232
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=180820
# CPU time returned by wait4() is 1795.43
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.36
CPU time (s): 1800.09
CPU user time (s): 1799.11
CPU system time (s): 0.98
CPU usage (%): 100.375
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.25
system time used= 1.18082
maximum resident set size= 372924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12898
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40932
involuntary context switches= 16682

runsolver used 9.00163 second user time and 13.6429 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-24 17:05:03
IDJOB=3687327
IDBENCH=1370
IDSOLVER=2269
FILE ID=node102/3687327-1337871903
RUNJOBID= node102-1337871881-20850
PBS_JOBID= 14620102
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k3_l5_n550.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687327-1337871903/watcher-3687327-1337871903 -o /tmp/evaluation-result-3687327-1337871903/solver-3687327-1337871903 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687327-1337871903.opb

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

MD5SUM BENCH= b656932a938990470d09f3771b5047c2
RANDOM SEED=450387573

node102.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29957580 kB
Buffers:          193464 kB
Cached:          1950424 kB
SwapCached:            0 kB
Active:           649808 kB
Inactive:        1504528 kB
Active(anon):      12996 kB
Inactive(anon):        0 kB
Active(file):     636812 kB
Inactive(file):  1504528 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5952 kB
Writeback:             0 kB
AnonPages:         17492 kB
Mapped:            13664 kB
Shmem:               200 kB
Slab:             623260 kB
SReclaimable:      65480 kB
SUnreclaim:       557780 kB
KernelStack:        1392 kB
PageTables:         3808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     102808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node102 at 2012-05-24 17:34:59