Trace number 3687801

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 NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)194 1800.05 1790.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32b1.opb
MD5SUMeb2e849a72ed563d78cdb83a394edb27
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark191
Best CPU time to get the best result obtained on this benchmark9.32758
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 191
Optimality of the best value was proved YES
Number of variables456
Total number of constraints1602
Number of constraints which are clauses1602
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 456
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 456
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 456
Number of bits of the biggest sum of numbers9
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/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@4a913fe2
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-3687801-1337875525.opb
0.10/0.11	c reading problem ... 
0.28/0.26	c ... done. Wall clock time 0.15s.
0.28/0.26	c declared #vars     456
0.28/0.26	c #constraints  1602
0.28/0.26	c constraints type 
0.28/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 126
0.28/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1476
0.28/0.26	c 1602 constraints processed.
0.28/0.26	c objective function length is 456 literals
0.28/0.29	c SATISFIABLE
0.28/0.29	c OPTIMIZING...
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.179
0.28/0.29	o 226
0.48/0.31	c Got one! Elapsed wall clock time (in seconds):0.2
0.48/0.31	o 225
0.48/0.32	c Got one! Elapsed wall clock time (in seconds):0.211
0.48/0.32	o 224
0.48/0.33	c Got one! Elapsed wall clock time (in seconds):0.218
0.48/0.33	o 223
0.48/0.34	c Got one! Elapsed wall clock time (in seconds):0.223
0.48/0.34	o 219
0.48/0.34	c Got one! Elapsed wall clock time (in seconds):0.23
0.48/0.34	o 218
0.48/0.36	c Got one! Elapsed wall clock time (in seconds):0.248
0.48/0.36	o 217
0.48/0.37	c Got one! Elapsed wall clock time (in seconds):0.263
0.48/0.37	o 216
0.78/0.42	c Got one! Elapsed wall clock time (in seconds):0.308
0.78/0.42	o 215
0.78/0.43	c Got one! Elapsed wall clock time (in seconds):0.317
0.78/0.43	o 214
0.78/0.44	c Got one! Elapsed wall clock time (in seconds):0.324
0.78/0.44	o 213
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.372
0.78/0.48	o 212
0.78/0.49	c Got one! Elapsed wall clock time (in seconds):0.378
0.78/0.49	o 211
0.78/0.49	c Got one! Elapsed wall clock time (in seconds):0.383
0.78/0.49	o 210
1.03/0.50	c Got one! Elapsed wall clock time (in seconds):0.386
1.03/0.50	o 209
1.03/0.51	c Got one! Elapsed wall clock time (in seconds):0.401
1.03/0.51	o 208
1.03/0.53	c Got one! Elapsed wall clock time (in seconds):0.414
1.03/0.53	o 207
1.03/0.54	c Got one! Elapsed wall clock time (in seconds):0.428
1.03/0.54	o 206
1.03/0.55	c Got one! Elapsed wall clock time (in seconds):0.433
1.03/0.55	o 205
1.03/0.57	c Got one! Elapsed wall clock time (in seconds):0.459
1.03/0.57	o 204
1.03/0.60	c Got one! Elapsed wall clock time (in seconds):0.483
1.03/0.60	o 203
1.17/0.60	c Got one! Elapsed wall clock time (in seconds):0.492
1.17/0.60	o 202
1.17/0.64	c Got one! Elapsed wall clock time (in seconds):0.527
1.17/0.64	o 201
1.17/0.65	c Got one! Elapsed wall clock time (in seconds):0.54
1.17/0.65	o 200
1.17/0.65	c Got one! Elapsed wall clock time (in seconds):0.54
1.17/0.65	o 197
1.17/0.67	c Got one! Elapsed wall clock time (in seconds):0.555
1.17/0.67	o 196
1.57/0.91	c Got one! Elapsed wall clock time (in seconds):0.795
1.57/0.91	o 195
1.57/0.98	c cleaning 5793 clauses out of 11598 with flag 1000/11598
1.89/1.21	c cleaning 5904 clauses out of 11808 with flag 7003/17601
2.11/1.48	c cleaning 6450 clauses out of 12901 with flag 14000/24598
2.57/1.81	c cleaning 7222 clauses out of 14451 with flag 22000/32598
2.89/2.20	c cleaning 8109 clauses out of 16230 with flag 31001/41599
3.39/2.63	c cleaning 9054 clauses out of 18120 with flag 41000/51598
3.79/3.07	c cleaning 10028 clauses out of 20067 with flag 52001/62599
4.30/3.58	c cleaning 11025 clauses out of 22049 with flag 64011/74609
4.92/4.13	c cleaning 12003 clauses out of 24013 with flag 77000/87598
5.53/4.78	c cleaning 13007 clauses out of 26013 with flag 91003/101601
6.24/5.44	c cleaning 14004 clauses out of 28007 with flag 106004/116602
6.95/6.14	c cleaning 14994 clauses out of 30004 with flag 122005/132603
7.66/6.86	c cleaning 16003 clauses out of 32005 with flag 139000/149598
8.49/7.69	c cleaning 16985 clauses out of 34003 with flag 157001/167599
9.30/8.48	c cleaning 18007 clauses out of 36018 with flag 176001/186599
10.22/9.37	c cleaning 18996 clauses out of 38010 with flag 196000/206598
11.23/10.32	c cleaning 20004 clauses out of 40017 with flag 217003/227601
12.38/11.45	c cleaning 20998 clauses out of 42010 with flag 239000/249598
13.49/12.50	c cleaning 22008 clauses out of 44017 with flag 262005/272603
14.59/13.61	c cleaning 22997 clauses out of 46004 with flag 286000/296598
15.90/14.94	c cleaning 24004 clauses out of 48007 with flag 311000/321598
17.32/16.31	c cleaning 24993 clauses out of 50004 with flag 337001/347599
18.86/17.81	c cleaning 26002 clauses out of 52013 with flag 364003/374601
20.27/19.24	c cleaning 27005 clauses out of 54011 with flag 392003/402601
21.80/20.76	c cleaning 28001 clauses out of 56009 with flag 421006/431604
23.54/22.44	c cleaning 29005 clauses out of 58009 with flag 451007/461605
25.07/23.91	c cleaning 29988 clauses out of 60000 with flag 482003/492601
26.69/25.51	c cleaning 31005 clauses out of 62010 with flag 514001/524599
28.40/27.24	c cleaning 31993 clauses out of 64004 with flag 547000/557598
30.14/28.98	c cleaning 33007 clauses out of 66017 with flag 581006/591604
31.87/30.69	c cleaning 33998 clauses out of 68004 with flag 616000/626598
33.69/32.45	c cleaning 35003 clauses out of 70007 with flag 652001/662599
35.61/34.39	c cleaning 35993 clauses out of 72006 with flag 689003/699601
37.56/36.30	c cleaning 37009 clauses out of 74017 with flag 727007/737605
39.77/38.44	c cleaning 38006 clauses out of 76012 with flag 766011/776609
41.89/40.52	c cleaning 38993 clauses out of 77995 with flag 806000/816598
44.22/42.85	c cleaning 40002 clauses out of 80005 with flag 847003/857601
46.24/44.89	c cleaning 40995 clauses out of 82000 with flag 889000/899598
48.46/47.05	c cleaning 42003 clauses out of 84005 with flag 932000/942598
50.57/49.17	c cleaning 42991 clauses out of 86004 with flag 976002/986600
53.13/51.68	c cleaning 44006 clauses out of 88012 with flag 1021001/1031599
55.65/54.17	c cleaning 44999 clauses out of 90005 with flag 1067000/1077598
58.30/56.79	c cleaning 45999 clauses out of 92009 with flag 1114003/1124601
61.05/59.47	c cleaning 46999 clauses out of 94012 with flag 1162005/1172603
63.88/62.23	c cleaning 47993 clauses out of 96009 with flag 1211001/1221599
66.88/65.21	c cleaning 48999 clauses out of 98016 with flag 1261001/1271599
69.81/68.18	c cleaning 50000 clauses out of 100016 with flag 1312000/1322598
72.67/70.92	c cleaning 50998 clauses out of 102016 with flag 1364000/1374598
75.89/74.12	c cleaning 51998 clauses out of 104019 with flag 1417001/1427599
79.03/77.21	c cleaning 53013 clauses out of 106032 with flag 1471012/1481610
82.34/80.55	c cleaning 53999 clauses out of 108012 with flag 1526005/1536603
85.96/84.12	c cleaning 54994 clauses out of 110008 with flag 1582000/1592598
89.50/87.62	c cleaning 56005 clauses out of 112016 with flag 1639002/1649600
93.41/91.56	c cleaning 57002 clauses out of 114009 with flag 1697000/1707598
97.33/95.44	c cleaning 58004 clauses out of 116007 with flag 1756000/1766598
101.26/99.35	c cleaning 58999 clauses out of 118003 with flag 1816000/1826598
105.43/103.43	c cleaning 60003 clauses out of 120005 with flag 1877001/1887599
109.66/107.69	c cleaning 60995 clauses out of 122002 with flag 1939001/1949599
113.29/111.29	c cleaning 61995 clauses out of 124006 with flag 2002000/2012598
117.22/115.11	c cleaning 63003 clauses out of 126011 with flag 2066000/2076598
121.08/118.98	c cleaning 63998 clauses out of 128008 with flag 2131000/2141598
125.71/123.56	c cleaning 64993 clauses out of 130010 with flag 2197000/2207598
130.38/128.13	c cleaning 66001 clauses out of 132019 with flag 2264002/2274600
135.12/132.84	c cleaning 67012 clauses out of 134026 with flag 2332010/2342608
140.08/137.71	c cleaning 68000 clauses out of 136007 with flag 2401003/2411601
144.83/142.42	c cleaning 68990 clauses out of 138005 with flag 2471001/2481599
150.05/147.66	c cleaning 69999 clauses out of 140014 with flag 2542000/2552598
155.40/152.90	c cleaning 71002 clauses out of 142015 with flag 2614000/2624598
160.31/157.85	c cleaning 72004 clauses out of 144013 with flag 2687000/2697598
165.85/163.39	c cleaning 72999 clauses out of 146010 with flag 2761001/2771599
172.09/169.55	c cleaning 74004 clauses out of 148012 with flag 2836002/2846600
178.44/175.83	c cleaning 75005 clauses out of 150009 with flag 2912003/2922601
184.39/181.78	c cleaning 75990 clauses out of 152001 with flag 2989000/2999598
189.94/187.22	c cleaning 76995 clauses out of 154011 with flag 3067000/3077598
195.46/192.77	c cleaning 78000 clauses out of 156018 with flag 3146002/3156600
201.89/199.14	c cleaning 79001 clauses out of 158018 with flag 3226002/3236600
208.36/205.53	c cleaning 79997 clauses out of 160015 with flag 3307000/3317598
214.68/211.84	c cleaning 81002 clauses out of 162018 with flag 3389000/3399598
221.31/218.44	c cleaning 82008 clauses out of 164016 with flag 3472000/3482598
228.27/225.37	c cleaning 83004 clauses out of 166008 with flag 3556000/3566598
235.72/232.71	c cleaning 83995 clauses out of 168005 with flag 3641001/3651599
242.37/239.33	c cleaning 84996 clauses out of 170016 with flag 3727007/3737605
248.69/245.70	c cleaning 86005 clauses out of 172013 with flag 3814000/3824598
255.54/252.42	c cleaning 87007 clauses out of 174020 with flag 3902012/3912610
261.95/258.84	c cleaning 88003 clauses out of 176007 with flag 3991006/4001604
268.86/265.75	c cleaning 88996 clauses out of 177998 with flag 4081000/4091598
275.71/272.53	c cleaning 89991 clauses out of 180002 with flag 4172000/4182598
282.96/279.72	c cleaning 90996 clauses out of 182012 with flag 4264001/4274599
290.41/287.11	c cleaning 92000 clauses out of 184015 with flag 4357000/4367598
297.96/294.67	c cleaning 93009 clauses out of 186019 with flag 4451004/4461602
305.02/301.67	c cleaning 93993 clauses out of 188006 with flag 4546000/4556598
311.97/308.54	c cleaning 95004 clauses out of 190014 with flag 4642001/4652599
319.83/316.36	c cleaning 96003 clauses out of 192012 with flag 4739003/4749601
326.67/323.19	c cleaning 96998 clauses out of 194006 with flag 4837000/4847598
334.42/330.87	c cleaning 97996 clauses out of 196009 with flag 4936001/4946599
342.66/339.07	c cleaning 98999 clauses out of 198012 with flag 5036000/5046598
351.82/348.05	c cleaning 100005 clauses out of 200022 with flag 5137009/5147607
360.62/356.83	c cleaning 100995 clauses out of 202008 with flag 5239000/5249598
369.17/365.39	c cleaning 102001 clauses out of 204014 with flag 5342001/5352599
378.80/374.96	c cleaning 103004 clauses out of 206012 with flag 5446000/5456598
387.66/383.75	c cleaning 104004 clauses out of 208011 with flag 5551003/5561601
397.70/393.73	c cleaning 105003 clauses out of 210008 with flag 5657004/5667602
407.65/403.61	c cleaning 105999 clauses out of 212005 with flag 5764004/5774602
417.11/413.00	c cleaning 106993 clauses out of 214002 with flag 5872000/5882598
426.55/422.44	c cleaning 107995 clauses out of 216011 with flag 5981002/5991600
436.85/432.75	c cleaning 109004 clauses out of 218014 with flag 6091000/6101598
446.48/442.31	c cleaning 110001 clauses out of 220013 with flag 6202003/6212601
456.53/452.37	c cleaning 111000 clauses out of 222009 with flag 6314000/6324598
467.08/462.80	c cleaning 111995 clauses out of 224012 with flag 6427003/6437601
477.36/473.08	c cleaning 113003 clauses out of 226017 with flag 6541003/6551601
489.25/484.87	c cleaning 114006 clauses out of 228011 with flag 6656000/6666598
497.68/493.27	c cleaning 114991 clauses out of 230005 with flag 6772000/6782598
507.11/502.61	c cleaning 116008 clauses out of 232017 with flag 6889003/6899601
517.57/513.09	c cleaning 116987 clauses out of 234009 with flag 7007003/7017601
528.63/524.06	c cleaning 118007 clauses out of 236019 with flag 7126000/7136598
538.60/533.91	c cleaning 118995 clauses out of 238013 with flag 7246001/7256599
548.02/543.35	c cleaning 120005 clauses out of 240025 with flag 7367008/7377606
558.83/554.11	c cleaning 121001 clauses out of 242014 with flag 7489002/7499600
570.90/566.13	c cleaning 122001 clauses out of 244015 with flag 7612004/7622602
582.66/577.87	c cleaning 122997 clauses out of 246011 with flag 7736001/7746599
593.24/588.32	c cleaning 124004 clauses out of 248015 with flag 7861002/7871600
604.75/599.86	c cleaning 124989 clauses out of 250009 with flag 7987000/7997598
616.92/611.93	c cleaning 125997 clauses out of 252020 with flag 8114000/8124598
628.58/623.58	c cleaning 127004 clauses out of 254025 with flag 8242002/8252600
640.51/635.43	c cleaning 128008 clauses out of 256022 with flag 8371003/8381601
651.57/646.49	c cleaning 128998 clauses out of 258014 with flag 8501003/8511601
663.52/658.33	c cleaning 130000 clauses out of 260021 with flag 8632008/8642606
676.05/670.84	c cleaning 131008 clauses out of 262019 with flag 8764006/8774604
690.03/684.71	c cleaning 131997 clauses out of 264007 with flag 8897002/8907600
701.57/696.25	c cleaning 132995 clauses out of 266010 with flag 9031002/9041600
715.04/709.64	c cleaning 133999 clauses out of 268015 with flag 9166002/9176600
728.61/723.16	c cleaning 135000 clauses out of 270015 with flag 9302001/9312599
741.27/735.79	c cleaning 136004 clauses out of 272017 with flag 9439003/9449601
754.39/748.80	c cleaning 136993 clauses out of 274010 with flag 9577000/9587598
767.90/762.09	c cleaning 138002 clauses out of 276017 with flag 9716000/9726598
782.04/776.04	c cleaning 139002 clauses out of 278015 with flag 9856000/9866598
797.64/791.65	c cleaning 140006 clauses out of 280017 with flag 9997004/10007602
809.47/803.43	c cleaning 140992 clauses out of 282007 with flag 10139000/10149598
821.81/815.74	c cleaning 142001 clauses out of 284016 with flag 10282001/10292599
835.24/829.15	c cleaning 143008 clauses out of 286015 with flag 10426001/10436599
849.83/843.62	c cleaning 143992 clauses out of 288006 with flag 10571000/10581598
864.97/858.75	c cleaning 144995 clauses out of 290014 with flag 10717000/10727598
878.31/872.07	c cleaning 146000 clauses out of 292019 with flag 10864000/10874598
893.40/887.04	c cleaning 147006 clauses out of 294019 with flag 11012000/11022598
906.72/900.39	c cleaning 147995 clauses out of 296014 with flag 11161001/11171599
922.25/915.83	c cleaning 148993 clauses out of 298018 with flag 11311000/11321598
938.39/931.99	c cleaning 150001 clauses out of 300025 with flag 11462000/11472598
953.59/947.08	c cleaning 151003 clauses out of 302025 with flag 11614001/11624599
969.85/963.29	c cleaning 152007 clauses out of 304022 with flag 11767001/11777599
983.94/977.21	c cleaning 153006 clauses out of 306017 with flag 11921003/11931601
999.69/992.92	c cleaning 153994 clauses out of 308008 with flag 12076000/12086598
1016.58/1009.75	c cleaning 155001 clauses out of 310014 with flag 12232000/12242598
1032.95/1026.07	c cleaning 155993 clauses out of 312015 with flag 12389002/12399600
1049.53/1042.57	c cleaning 157000 clauses out of 314020 with flag 12547000/12557598
1066.76/1059.76	c cleaning 158007 clauses out of 316022 with flag 12706002/12716600
1084.38/1077.38	c cleaning 158998 clauses out of 318014 with flag 12866001/12876599
1102.09/1095.09	c cleaning 160003 clauses out of 320018 with flag 13027003/13037601
1118.82/1111.72	c cleaning 161001 clauses out of 322014 with flag 13189002/13199600
1137.79/1130.65	c cleaning 162006 clauses out of 324011 with flag 13352000/13362598
1154.04/1146.89	c cleaning 162997 clauses out of 326006 with flag 13516001/13526599
1173.55/1166.35	c cleaning 163995 clauses out of 328009 with flag 13681001/13691599
1194.34/1187.02	c cleaning 165004 clauses out of 330017 with flag 13847004/13857602
1214.52/1207.15	c cleaning 166002 clauses out of 332009 with flag 14014000/14024598
1235.41/1227.95	c cleaning 166999 clauses out of 334009 with flag 14182002/14192600
1256.64/1249.11	c cleaning 168000 clauses out of 336009 with flag 14351001/14361599
1277.98/1270.47	c cleaning 168995 clauses out of 338009 with flag 14521001/14531599
1299.59/1292.00	c cleaning 170002 clauses out of 340013 with flag 14692000/14702598
1323.82/1316.28	c cleaning 171002 clauses out of 342016 with flag 14864005/14874603
1346.65/1339.05	c cleaning 171997 clauses out of 344009 with flag 15037000/15047598
1367.28/1359.67	c cleaning 173001 clauses out of 346013 with flag 15211001/15221599
1389.11/1381.13	c cleaning 174000 clauses out of 348013 with flag 15386002/15396600
1408.98/1400.91	c cleaning 174996 clauses out of 350014 with flag 15562003/15572601
1426.96/1418.85	c cleaning 176005 clauses out of 352022 with flag 15739007/15749605
1447.37/1439.28	c cleaning 176992 clauses out of 354010 with flag 15917000/15927598
1468.00/1459.86	c cleaning 178000 clauses out of 356021 with flag 16096003/16106601
1486.84/1478.60	c cleaning 179001 clauses out of 358019 with flag 16276001/16286599
1507.60/1499.35	c cleaning 180007 clauses out of 360019 with flag 16457002/16467600
1526.64/1518.31	c cleaning 180996 clauses out of 362013 with flag 16639003/16649601
1543.96/1535.62	c cleaning 182011 clauses out of 364021 with flag 16822007/16832605
1563.04/1554.62	c cleaning 182989 clauses out of 366003 with flag 17006000/17016598
1583.57/1575.18	c cleaning 184007 clauses out of 368015 with flag 17191001/17201599
1601.79/1593.35	c cleaning 185002 clauses out of 370007 with flag 17377000/17387598
1608.42/1599.94	c Got one! Elapsed wall clock time (in seconds):1599.827
1608.42/1599.94	o 194
1614.12/1605.63	c cleaning 152461 clauses out of 304931 with flag 5000/17507524
1615.76/1607.20	c cleaning 79225 clauses out of 158470 with flag 11000/17513524
1616.37/1607.89	c cleaning 43118 clauses out of 86246 with flag 18001/17520525
1616.91/1608.39	c cleaning 25552 clauses out of 51127 with flag 26000/17528524
1617.46/1608.84	c cleaning 17283 clauses out of 34575 with flag 35000/17537524
1617.87/1609.29	c cleaning 13641 clauses out of 27295 with flag 45003/17547527
1618.39/1609.77	c cleaning 12317 clauses out of 24651 with flag 56000/17558524
1618.91/1610.28	c cleaning 12160 clauses out of 24335 with flag 68001/17570525
1619.51/1610.83	c cleaning 12585 clauses out of 25176 with flag 81002/17583526
1620.14/1611.45	c cleaning 13292 clauses out of 26590 with flag 95001/17597525
1620.86/1612.15	c cleaning 14148 clauses out of 28304 with flag 110007/17612531
1621.67/1612.90	c cleaning 15074 clauses out of 30151 with flag 126002/17628526
1622.41/1613.70	c cleaning 16037 clauses out of 32077 with flag 143002/17645526
1623.33/1614.55	c cleaning 17017 clauses out of 34039 with flag 161001/17663525
1624.26/1615.41	c cleaning 18010 clauses out of 36022 with flag 180001/17682525
1625.19/1616.34	c cleaning 19004 clauses out of 38013 with flag 200002/17702526
1626.22/1617.38	c cleaning 19995 clauses out of 40009 with flag 221002/17723526
1627.34/1618.48	c cleaning 20998 clauses out of 42012 with flag 243000/17745524
1628.54/1619.60	c cleaning 22002 clauses out of 44014 with flag 266000/17768524
1629.77/1620.82	c cleaning 23002 clauses out of 46014 with flag 290002/17792526
1631.10/1622.11	c cleaning 24005 clauses out of 48010 with flag 315000/17817524
1632.53/1623.53	c cleaning 25001 clauses out of 50011 with flag 341006/17843530
1634.05/1625.04	c cleaning 25997 clauses out of 52006 with flag 368002/17870526
1635.57/1626.56	c cleaning 27002 clauses out of 54014 with flag 396007/17898531
1637.19/1628.15	c cleaning 28003 clauses out of 56005 with flag 425000/17927524
1638.90/1629.90	c cleaning 28997 clauses out of 58002 with flag 455000/17957524
1640.81/1631.73	c cleaning 30005 clauses out of 60017 with flag 486012/17988536
1642.72/1633.66	c cleaning 30999 clauses out of 62001 with flag 518001/18020525
1644.74/1635.64	c cleaning 31998 clauses out of 64001 with flag 551000/18053524
1646.88/1637.72	c cleaning 32987 clauses out of 66004 with flag 585001/18087525
1649.00/1639.80	c cleaning 34000 clauses out of 68016 with flag 620000/18122524
1651.22/1642.00	c cleaning 35005 clauses out of 70017 with flag 656001/18158525
1653.34/1644.12	c cleaning 36005 clauses out of 72017 with flag 693006/18195530
1655.57/1646.34	c cleaning 36998 clauses out of 74009 with flag 731003/18233527
1658.00/1648.72	c cleaning 38000 clauses out of 76010 with flag 770002/18272526
1660.62/1651.31	c cleaning 38993 clauses out of 78008 with flag 810000/18312524
1663.13/1653.88	c cleaning 40001 clauses out of 80015 with flag 851000/18353524
1665.95/1656.65	c cleaning 41009 clauses out of 82017 with flag 893003/18395527
1668.86/1659.59	c cleaning 42004 clauses out of 84014 with flag 936009/18438533
1671.90/1662.59	c cleaning 42992 clauses out of 86003 with flag 980002/18482526
1674.91/1665.54	c cleaning 43997 clauses out of 88009 with flag 1025000/18527524
1678.17/1668.78	c cleaning 45006 clauses out of 90015 with flag 1071003/18573527
1681.70/1672.20	c cleaning 46000 clauses out of 92007 with flag 1118001/18620525
1684.82/1675.37	c cleaning 46997 clauses out of 94006 with flag 1166000/18668524
1688.25/1678.78	c cleaning 48003 clauses out of 96019 with flag 1215010/18717534
1691.96/1682.45	c cleaning 48995 clauses out of 98006 with flag 1265000/18767524
1695.67/1686.17	c cleaning 50000 clauses out of 100011 with flag 1316000/18818524
1699.18/1689.68	c cleaning 51005 clauses out of 102021 with flag 1368010/18870534
1703.18/1693.62	c cleaning 52000 clauses out of 104007 with flag 1421001/18923525
1706.99/1697.42	c cleaning 52991 clauses out of 106006 with flag 1475000/18977524
1710.91/1701.35	c cleaning 53999 clauses out of 108016 with flag 1530001/19032525
1715.04/1705.50	c cleaning 55003 clauses out of 110017 with flag 1586001/19088525
1719.50/1709.81	c cleaning 55999 clauses out of 112015 with flag 1643002/19145526
1723.72/1714.03	c cleaning 57008 clauses out of 114023 with flag 1701009/19203533
1728.33/1718.64	c cleaning 57998 clauses out of 116006 with flag 1760000/19262524
1732.96/1723.26	c cleaning 58998 clauses out of 118013 with flag 1820005/19322529
1737.89/1728.19	c cleaning 60000 clauses out of 120014 with flag 1881004/19383528
1743.02/1733.25	c cleaning 61001 clauses out of 122013 with flag 1943003/19445527
1748.13/1738.34	c cleaning 61998 clauses out of 124009 with flag 2006000/19508524
1753.64/1743.87	c cleaning 63006 clauses out of 126011 with flag 2070000/19572524
1759.38/1749.52	c cleaning 63993 clauses out of 128005 with flag 2135000/19637524
1765.00/1755.17	c cleaning 65002 clauses out of 130012 with flag 2201000/19703524
1770.93/1761.02	c cleaning 66006 clauses out of 132011 with flag 2268001/19770525
1776.75/1766.85	c cleaning 66996 clauses out of 134004 with flag 2336000/19838524
1782.88/1772.93	c cleaning 67998 clauses out of 136008 with flag 2405000/19907524
1789.21/1779.26	c cleaning 69002 clauses out of 138012 with flag 2475002/19977526
1795.43/1785.42	c cleaning 69997 clauses out of 140015 with flag 2546007/20048531
1800.05/1790.01	c starts		: 378
1800.05/1790.01	c conflicts		: 20120223
1800.05/1790.01	c decisions		: 30513761
1800.05/1790.01	c propagations		: 236190200
1800.05/1790.01	c inspects		: 10111409290
1800.05/1790.01	c shortcuts		: 0
1800.05/1790.01	c learnt literals	: 0
1800.05/1790.01	c learnt binary clauses	: 0
1800.05/1790.01	c learnt ternary clauses	: 0
1800.05/1790.01	c learnt constraints	: 20120225
1800.05/1790.01	c ignored constraints	: 0
1800.05/1790.01	c root simplifications	: 0
1800.05/1790.01	c removed literals (reason simplification)	: 0
1800.05/1790.01	c reason swapping (by a shorter reason)	: 0
1800.05/1790.01	c Calls to reduceDB	: 249
1800.05/1790.01	c number of reductions to clauses (during analyze)	: 0
1800.05/1790.01	c number of learned constraints concerned by reduction	: 0
1800.05/1790.01	c number of learning phase by resolution	: 0
1800.05/1790.01	c number of learning phase by cutting planes	: 0
1800.05/1790.01	c speed (assignments/second)	: 131969.02510979248
1800.05/1790.01	c non guided choices	0
1800.05/1790.04	c learnt constraints type 
1800.05/1790.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 142012
1800.05/1790.04	c constraints type 
1800.05/1790.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 126
1800.05/1790.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.05/1790.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1476
1800.05/1790.04	c 1603 constraints processed.
1800.05/1790.04	s SATISFIABLE
1800.05/1790.04	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 -x170 x171 -x172 x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 x185 -x186 -x187 -x188 -x189 -x190 x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 x199 -x200 x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 x209 -x210 -x211 -x212 -x213 -x214 x215 -x216 x217 -x218 -x219 -x220 -x221 -x222 x223 -x224 -x225 -x226 x227 -x228 x229 -x230 -x231 -x232 x233 -x234 -x235 -x236 -x237 -x238 x239 -x240 -x241 -x242 x243 -x244 -x245 -x246 x247 -x248 -x249 x250 x251 -x252 -x253 -x254 x255 -x256 x257 -x258 x259 -x260 x261 -x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 x297 -x298 x299 -x300 x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 x321 -x322 x323 -x324 x325 -x326 x327 -x328 -x329 x330 x331 -x332 x333 -x334 x335 -x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 x345 -x346 -x347 x348 x349 -x350 x351 -x352 x353 -x354 x355 -x356 -x357 x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370 x371 -x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380 x381 -x382 x383 -x384 -x385 x386 x387 -x388 -x389 x390 -x391 x392 -x393 x394 x395 -x396 -x397 x398 -x399 x400 x401 -x402 -x403 x404 -x405 x406 x407 -x408 -x409 x410 -x411 x412 x413 -x414 x415 -x416 -x417 x418 -x419 x420 -x421 x422 -x423 x424 x425 -x426 -x427 x428 -x429 x430 x431 -x432 -x433 x434 -x435 x436 x437 -x438 x439 -x440 -x441 x442 -x443 x444 x445 -x446 -x447 x448 -x449 x450 -x451 x452 -x453 x454 x455 -x456 
1800.05/1790.04	c objective function=194
1800.05/1790.04	c Total wall clock time (in seconds): 1789.929

Verifier Data

OK	194

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.90 3/196 23896
/proc/meminfo: memFree=28472424/32873844 swapFree=7608/7608
[pid=23896] ppid=23894 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/23896/stat : 23896 (java) S 23894 23896 23031 0 -1 4202496 1145 0 0 0 0 0 0 0 20 0 2 0 253677252 24780800 867 33554432000 1073741824 1073778376 140737090462992 140737090454128 215127982141 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23896/statm: 6050 867 654 9 0 385 0
[pid=23896/tid=23897] ppid=23894 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23897/stat : 23897 (java) R 23894 23896 23031 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 2 0 253677252 91889664 882 33554432000 1073741824 1073778376 140737090462992 140737090452056 215124422309 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.03736 s]
/proc/loadavg: 1.92 1.98 1.90 3/196 23896
/proc/meminfo: memFree=28472424/32873844 swapFree=7608/7608
[pid=23896] ppid=23894 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/23896/stat : 23896 (java) S 23894 23896 23031 0 -1 4202496 2999 0 1 0 2 0 0 0 20 0 13 0 253677252 9446973440 3698 33554432000 1073741824 1073778376 140737090462992 140737090454128 215127982141 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23896/statm: 2306390 3698 1683 9 0 2297091 0
[pid=23896/tid=23897] ppid=23894 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/23896/task/23897/stat : 23897 (java) R 23894 23896 23031 0 -1 4202560 1820 0 1 0 1 0 0 0 20 0 13 0 253677252 9446973440 3698 33554432000 1073741824 1073778376 140737090462992 140480277278960 215128007949 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100289 s]
/proc/loadavg: 1.92 1.98 1.90 3/196 23896
/proc/meminfo: memFree=28472424/32873844 swapFree=7608/7608
[pid=23896] ppid=23894 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/23896/stat : 23896 (java) S 23894 23896 23031 0 -1 4202496 4302 0 1 0 9 1 0 0 20 0 18 0 253677252 9787813888 5503 33554432000 1073741824 1073778376 140737090462992 140737090454128 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23896/statm: 2389603 5506 2108 9 0 2380296 0
[pid=23896/tid=23897] ppid=23894 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/23896/task/23897/stat : 23897 (java) R 23894 23896 23031 0 -1 4202560 2350 0 1 0 6 1 0 0 20 0 18 0 253677252 9787813888 5506 33554432000 1073741824 1073778376 140737090462992 140480277272312 140480275148592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300258 s]
/proc/loadavg: 1.92 1.98 1.90 3/196 23896
/proc/meminfo: memFree=28472424/32873844 swapFree=7608/7608
[pid=23896] ppid=23894 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/23896/stat : 23896 (java) S 23894 23896 23031 0 -1 4202496 6338 0 1 0 47 1 0 0 20 0 19 0 253677252 9855975424 8383 33554432000 1073741824 1073778376 140737090462992 140737090454128 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23896/statm: 2406244 8383 2221 9 0 2396937 0
[pid=23896/tid=23897] ppid=23894 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/23896/task/23897/stat : 23897 (java) R 23894 23896 23031 0 -1 4202560 2473 0 1 0 26 1 0 0 20 0 19 0 253677252 9855975424 8383 33554432000 1073741824 1073778376 140737090462992 140480277283600 140480142702136 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9624976

[startup+0.700269 s]
/proc/loadavg: 1.92 1.98 1.90 3/196 23896
/proc/meminfo: memFree=28472424/32873844 swapFree=7608/7608
[pid=23896] ppid=23894 vsize=9624976 CPUtime=1.34 cores=0,2,4,6
/proc/23896/stat : 23896 (java) S 23894 23896 23031 0 -1 4202496 9087 0 1 0 131 3 0 0 20 0 19 0 253677252 9855975424 12181 33554432000 1073741824 1073778376 140737090462992 140737090454128 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23896/statm: 2406244 12181 2241 9 0 2396937 0
[pid=23896/tid=23897] ppid=23894 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/23896/task/23897/stat : 23897 (java) R 23894 23896 23031 0 -1 4202560 2478 0 1 0 66 1 0 0 20 0 19 0 253677252 9855975424 12181 33554432000 1073741824 1073778376 140737090462992 140480277275072 140480280579520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9624976

[startup+1.50062 s]
/proc/loadavg: 1.92 1.98 1.90 3/215 23915
/proc/meminfo: memFree=28407660/32873844 swapFree=7608/7608
[pid=23896] ppid=23894 vsize=9624976 CPUtime=2.24 cores=0,2,4,6
/proc/23896/stat : 23896 (java) S 23894 23896 23031 0 -1 4202496 9559 0 1 0 220 4 0 0 20 0 19 0 253677252 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140737090454128 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23896/statm: 2406244 19574 2269 9 0 2396937 0
[pid=23896/tid=23897] ppid=23894 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/23896/task/23897/stat : 23897 (java) S 23894 23896 23031 0 -1 4202560 2487 0 1 0 141 2 0 0 20 0 19 0 253677252 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140480277282904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23899] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23031 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253677253 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140480266345512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23900] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253677253 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140480265292712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23901] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677253 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140480264239912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23902] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253677253 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140480263187112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23896/tid=23903] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23031 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253677253 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140480262134312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23904] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23031 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253677253 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140480115063208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23905] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23905/stat : 23905 (java) S 23894 23896 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677253 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140480114010408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23896/tid=23906] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23906/stat : 23906 (java) S 23894 23896 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253677253 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140480112957608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23896/tid=23907] ppid=23894 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23896/task/23907/stat : 23907 (java) R 23894 23896 23031 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 253677254 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140480100759528 140480281460517 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23908] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23908/stat : 23908 (java) S 23894 23896 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253677255 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140480099706616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23909] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23909/stat : 23909 (java) S 23894 23896 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253677255 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140480098653704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23910] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23910/stat : 23910 (java) S 23894 23896 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677257 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140480097602192 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23911] ppid=23894 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/23896/task/23911/stat : 23911 (java) S 23894 23896 23031 0 -1 4202560 2237 0 0 0 32 0 0 0 20 0 19 0 253677257 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140480096535096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23912] ppid=23894 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/23896/task/23912/stat : 23912 (java) S 23894 23896 23031 0 -1 4202560 3565 0 0 0 38 0 0 0 20 0 19 0 253677257 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140480095482600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23913] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23913/stat : 23913 (java) S 23894 23896 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677257 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140480094443896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23914] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23914/stat : 23914 (java) S 23894 23896 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677257 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140480093391304 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23915] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23915/stat : 23915 (java) S 23894 23896 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677279 9855975424 19574 33554432000 1073741824 1073778376 140737090462992 140480092337832 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 1.92 1.98 1.90 3/215 23915
/proc/meminfo: memFree=28398476/32873844 swapFree=7608/7608
[pid=23896] ppid=23894 vsize=9624976 CPUtime=3.9 cores=0,2,4,6
/proc/23896/stat : 23896 (java) S 23894 23896 23031 0 -1 4202496 9800 0 1 0 386 4 0 0 20 0 19 0 253677252 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140737090454128 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23896/statm: 2406244 21107 2269 9 0 2396937 0
[pid=23896/tid=23897] ppid=23894 vsize=9624976 CPUtime=2.96 cores=0,2,4,6
/proc/23896/task/23897/stat : 23897 (java) R 23894 23896 23031 0 -1 4202560 2491 0 1 0 294 2 0 0 20 0 19 0 253677252 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140480277283224 140480143282299 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23899] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23031 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253677253 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140480266345512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23900] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253677253 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140480265292712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23896/tid=23901] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23031 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253677253 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140480264239912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23902] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253677253 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140480263187112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23903] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23031 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253677253 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140480262134312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23904] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677253 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140480115063208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23905] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23905/stat : 23905 (java) S 23894 23896 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253677253 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140480114010408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23896/tid=23906] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23906/stat : 23906 (java) S 23894 23896 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677253 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140480112957608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23896/tid=23907] ppid=23894 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/23896/task/23907/stat : 23907 (java) S 23894 23896 23031 0 -1 4202560 35 0 0 0 6 0 0 0 20 0 19 0 253677254 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140480100760552 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23908] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23908/stat : 23908 (java) S 23894 23896 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253677255 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140480099706616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23909] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23909/stat : 23909 (java) S 23894 23896 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253677255 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140480098653704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23910] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23910/stat : 23910 (java) S 23894 23896 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677257 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140480097602192 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23911] ppid=23894 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/23896/task/23911/stat : 23911 (java) S 23894 23896 23031 0 -1 4202560 2454 0 0 0 34 0 0 0 20 0 19 0 253677257 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140480096549304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23912] ppid=23894 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/23896/task/23912/stat : 23912 (java) S 23894 23896 23031 0 -1 4202560 3565 0 0 0 38 0 0 0 20 0 19 0 253677257 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140480095496504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23913] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23913/stat : 23913 (java) S 23894 23896 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677257 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140480094443896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23914] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23914/stat : 23914 (java) S 23894 23896 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677257 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140480093391304 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23915] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23915/stat : 23915 (java) S 23894 23896 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677279 9855975424 21107 33554432000 1073741824 1073778376 140737090462992 140480092337832 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9624976

[startup+6.30073 s]
/proc/loadavg: 1.93 1.98 1.90 3/215 23915
/proc/meminfo: memFree=28381496/32873844 swapFree=7608/7608
[pid=23896] ppid=23894 vsize=9624976 CPUtime=7.16 cores=0,2,4,6
/proc/23896/stat : 23896 (java) S 23894 23896 23031 0 -1 4202496 9856 0 1 0 712 4 0 0 20 0 19 0 253677252 9855975424 24200 33554432000 1073741824 1073778376 140737090462992 140737090454128 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23896/statm: 2406244 24200 2269 9 0 2396937 0
[pid=23896/tid=23897] ppid=23894 vsize=9624976 CPUtime=6.04 cores=0,2,4,6
/proc/23896/task/23897/stat : 23897 (java) R 23894 23896 23031 0 -1 4202560 2497 0 1 0 602 2 0 0 20 0 19 0 253677252 9855975424 24200 33554432000 1073741824 1073778376 140737090462992 140480277283104 140480143224577 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23899] ppid=23894 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23031 0 -1 4202560 40 0 0 0 1 0 0 0 20 0 19 0 253677253 9855975424 24200 33554432000 1073741824 1073778376 140737090462992 140480266345512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23900] ppid=23894 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23031 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 253677253 9855975424 24200 33554432000 1073741824 1073778376 140737090462992 140480265292712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23901] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253677253 9855975424 24200 33554432000 1073741824 1073778376 140737090462992 140480264239912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23902] ppid=23894 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23031 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 253677253 9855975424 24200 33554432000 1073741824 1073778376 140737090462992 140480263187112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23903] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23031 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253677253 9855975424 24200 33554432000 1073741824 1073778376 140737090462992 140480262134312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23904] ppid=23894 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23031 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 253677253 9855975424 24200 33554432000 1073741824 1073778376 140737090462992 140480115063208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23905] ppid=23894 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23896/task/23905/stat : 23905 (java) S 23894 23896 23031 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 253677253 9855975424 24200 33554432000 1073741824 1073778376 140737090462992 140480114010408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23896/tid=23906] ppid=23894 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23896/task/23906/stat : 23906 (java) S 23894 23896 23031 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 253677253 9855975424 24200 33554432000 1073741824 1073778376 140737090462992 140480112957608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23896/tid=23907] ppid=23894 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/23896/task/23907/stat : 23907 (java) S 23894 23896 23031 0 -1 4202560 38 0 0 0 14 0 0 0 20 0 19 0 253677254 9855975424 24200 33554432000 1073741824 1073778376 140737090462992 140480100760552 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23908] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23908/stat : 23908 (java) S 23894 23896 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253677255 9855975424 24200 33554432000 1073741824 1073778376 140737090462992 140480099706616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23909] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23909/stat : 23909 (java) S 23894 23896 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253677255 9855975424 24200 33554432000 1073741824 1073778376 140737090462992 140480098653704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23910] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23910/stat : 23910 (java) S 23894 23896 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677257 9855975424 24200 33554432000 1073741824 1073778376 140737090462992 140480097602192 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23911] ppid=23894 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23896/task/23911/stat : 23911 (java) S 23894 23896 23031 0 -1 4202560 2454 0 0 0 35 0 0 0 20 0 19 0 253677257 9855975424 24200 33554432000 1073741824 1073778376 140737090462992 140480096549304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23912] ppid=23894 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/23896/task/23912/stat : 23912 (java) S 23894 23896 23031 0 -1 4202560 3565 0 0 0 38 0 0 0 20 0 19 0 253677257 9855975424 24200 33554432000 1073741824 1073778376 140737090462992 140480095496504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=23896/tid=23911] ppid=23894 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/23896/task/23911/stat : 23911 (java) S 23894 23896 23031 0 -1 4202560 2512 0 0 0 37 0 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480096549304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23912] ppid=23894 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/23896/task/23912/stat : 23912 (java) S 23894 23896 23031 0 -1 4202560 3565 0 0 0 38 0 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480095496504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23913] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23913/stat : 23913 (java) S 23894 23896 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480094443896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23914] ppid=23894 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/23896/task/23914/stat : 23914 (java) S 23894 23896 23031 0 -1 4202560 95 0 0 0 28 26 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480093391304 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23915] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23915/stat : 23915 (java) S 23894 23896 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677279 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480092337832 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1671.7
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/215 23931
/proc/meminfo: memFree=27544436/32873844 swapFree=7608/7608
[pid=23896] ppid=23894 vsize=9624976 CPUtime=1732.06 cores=0,2,4,6
/proc/23896/stat : 23896 (java) S 23894 23896 23031 0 -1 4202496 14693 0 1 0 173113 93 0 0 20 0 19 0 253677252 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140737090454128 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23896/statm: 2406244 162673 2270 9 0 2396937 0
[pid=23896/tid=23897] ppid=23894 vsize=9624976 CPUtime=1701.29 cores=0,2,4,6
/proc/23896/task/23897/stat : 23897 (java) R 23894 23896 23031 0 -1 4202560 2775 0 1 0 170099 30 0 0 20 0 19 0 253677252 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480277283104 140480143177542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23899] ppid=23894 vsize=9624976 CPUtime=1.57 cores=0,2,4,6
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23031 0 -1 4202560 560 0 0 0 150 7 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480266345512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23900] ppid=23894 vsize=9624976 CPUtime=1.61 cores=0,2,4,6
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23031 0 -1 4202560 519 0 0 0 154 7 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480265292712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23901] ppid=23894 vsize=9624976 CPUtime=1.48 cores=0,2,4,6
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23031 0 -1 4202560 569 0 0 0 142 6 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480264239912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23902] ppid=23894 vsize=9624976 CPUtime=1.39 cores=0,2,4,6
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23031 0 -1 4202560 322 0 0 0 133 6 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480263187112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23903] ppid=23894 vsize=9624976 CPUtime=1.49 cores=0,2,4,6
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23031 0 -1 4202560 355 0 0 0 142 7 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480262134312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23896/tid=23904] ppid=23894 vsize=9624976 CPUtime=1.57 cores=0,2,4,6
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23031 0 -1 4202560 587 0 0 0 149 8 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480115063208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23896/tid=23905] ppid=23894 vsize=9624976 CPUtime=1.54 cores=0,2,4,6
/proc/23896/task/23905/stat : 23905 (java) S 23894 23896 23031 0 -1 4202560 562 0 0 0 147 7 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480114010408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23906] ppid=23894 vsize=9624976 CPUtime=1.5 cores=0,2,4,6
/proc/23896/task/23906/stat : 23906 (java) S 23894 23896 23031 0 -1 4202560 624 0 0 0 142 8 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480112957608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23907] ppid=23894 vsize=9624976 CPUtime=12.92 cores=0,2,4,6
/proc/23896/task/23907/stat : 23907 (java) S 23894 23896 23031 0 -1 4202560 465 0 0 0 1288 4 0 0 20 0 19 0 253677254 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480100760552 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23908] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23908/stat : 23908 (java) S 23894 23896 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253677255 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480099706616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23909] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23909/stat : 23909 (java) S 23894 23896 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253677255 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480098653704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23910] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23910/stat : 23910 (java) S 23894 23896 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480097602192 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23911] ppid=23894 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/23896/task/23911/stat : 23911 (java) S 23894 23896 23031 0 -1 4202560 2512 0 0 0 37 0 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480096549304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23912] ppid=23894 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/23896/task/23912/stat : 23912 (java) S 23894 23896 23031 0 -1 4202560 3565 0 0 0 38 0 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480095496504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23913] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23913/stat : 23913 (java) S 23894 23896 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480094443896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23914] ppid=23894 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/23896/task/23914/stat : 23914 (java) S 23894 23896 23031 0 -1 4202560 99 0 0 0 29 27 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480093391304 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23915] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23915/stat : 23915 (java) S 23894 23896 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677279 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480092337832 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1732.06
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/215 23990
/proc/meminfo: memFree=27661736/32873844 swapFree=7608/7608
[pid=23896] ppid=23894 vsize=9624976 CPUtime=1792.33 cores=0,2,4,6
/proc/23896/stat : 23896 (java) S 23894 23896 23031 0 -1 4202496 14712 0 1 0 179138 95 0 0 20 0 19 0 253677252 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140737090454128 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23896/statm: 2406244 162673 2270 9 0 2396937 0
[pid=23896/tid=23897] ppid=23894 vsize=9624976 CPUtime=1760.49 cores=0,2,4,6
/proc/23896/task/23897/stat : 23897 (java) R 23894 23896 23031 0 -1 4202560 2786 0 1 0 176018 31 0 0 20 0 19 0 253677252 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480277283104 140480143196917 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23899] ppid=23894 vsize=9624976 CPUtime=1.61 cores=0,2,4,6
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23031 0 -1 4202560 560 0 0 0 154 7 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480266345512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23900] ppid=23894 vsize=9624976 CPUtime=1.65 cores=0,2,4,6
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23031 0 -1 4202560 519 0 0 0 158 7 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480265292712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23896/tid=23901] ppid=23894 vsize=9624976 CPUtime=1.53 cores=0,2,4,6
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23031 0 -1 4202560 569 0 0 0 147 6 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480264239912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23902] ppid=23894 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23031 0 -1 4202560 322 0 0 0 137 6 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480263187112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23903] ppid=23894 vsize=9624976 CPUtime=1.55 cores=0,2,4,6
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23031 0 -1 4202560 355 0 0 0 148 7 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480262134312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23904] ppid=23894 vsize=9624976 CPUtime=1.62 cores=0,2,4,6
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23031 0 -1 4202560 587 0 0 0 154 8 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480115063208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23905] ppid=23894 vsize=9624976 CPUtime=1.57 cores=0,2,4,6
/proc/23896/task/23905/stat : 23905 (java) S 23894 23896 23031 0 -1 4202560 562 0 0 0 150 7 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480114010408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23896/tid=23906] ppid=23894 vsize=9624976 CPUtime=1.55 cores=0,2,4,6
/proc/23896/task/23906/stat : 23906 (java) S 23894 23896 23031 0 -1 4202560 624 0 0 0 147 8 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480112957608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23907] ppid=23894 vsize=9624976 CPUtime=13.44 cores=0,2,4,6
/proc/23896/task/23907/stat : 23907 (java) S 23894 23896 23031 0 -1 4202560 469 0 0 0 1340 4 0 0 20 0 19 0 253677254 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480100760552 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23908] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23908/stat : 23908 (java) S 23894 23896 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253677255 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480099706616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23909] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23909/stat : 23909 (java) S 23894 23896 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253677255 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480098653704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23910] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23910/stat : 23910 (java) S 23894 23896 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480097602192 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23911] ppid=23894 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/23896/task/23911/stat : 23911 (java) S 23894 23896 23031 0 -1 4202560 2512 0 0 0 37 0 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480096549304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23912] ppid=23894 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/23896/task/23912/stat : 23912 (java) S 23894 23896 23031 0 -1 4202560 3565 0 0 0 38 0 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480095496504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23913] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23913/stat : 23913 (java) S 23894 23896 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480094443896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23914] ppid=23894 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/23896/task/23914/stat : 23914 (java) S 23894 23896 23031 0 -1 4202560 103 0 0 0 31 27 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480093391304 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23915] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23915/stat : 23915 (java) S 23894 23896 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677279 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480092337832 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1792.33
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790 s]
/proc/loadavg: 2.00 2.00 1.94 3/215 23990
/proc/meminfo: memFree=27612144/32873844 swapFree=7608/7608
[pid=23896] ppid=23894 vsize=9624976 CPUtime=1800.05 cores=0,2,4,6
/proc/23896/stat : 23896 (java) S 23894 23896 23031 0 -1 4202496 14713 0 1 0 179910 95 0 0 20 0 19 0 253677252 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140737090454128 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23896/statm: 2406244 162673 2270 9 0 2396937 0
[pid=23896/tid=23897] ppid=23894 vsize=9624976 CPUtime=1768.12 cores=0,2,4,6
/proc/23896/task/23897/stat : 23897 (java) R 23894 23896 23031 0 -1 4202560 2787 0 1 0 176781 31 0 0 20 0 19 0 253677252 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480277283104 140480143283836 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23899] ppid=23894 vsize=9624976 CPUtime=1.61 cores=0,2,4,6
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23031 0 -1 4202560 560 0 0 0 154 7 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480266345512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23900] ppid=23894 vsize=9624976 CPUtime=1.66 cores=0,2,4,6
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23031 0 -1 4202560 519 0 0 0 159 7 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480265292712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23901] ppid=23894 vsize=9624976 CPUtime=1.53 cores=0,2,4,6
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23031 0 -1 4202560 569 0 0 0 147 6 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480264239912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23902] ppid=23894 vsize=9624976 CPUtime=1.44 cores=0,2,4,6
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23031 0 -1 4202560 322 0 0 0 138 6 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480263187112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23903] ppid=23894 vsize=9624976 CPUtime=1.55 cores=0,2,4,6
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23031 0 -1 4202560 355 0 0 0 148 7 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480262134312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23904] ppid=23894 vsize=9624976 CPUtime=1.63 cores=0,2,4,6
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23031 0 -1 4202560 587 0 0 0 155 8 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480115063208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23905] ppid=23894 vsize=9624976 CPUtime=1.57 cores=0,2,4,6
/proc/23896/task/23905/stat : 23905 (java) S 23894 23896 23031 0 -1 4202560 562 0 0 0 150 7 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480114010408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23896/tid=23906] ppid=23894 vsize=9624976 CPUtime=1.55 cores=0,2,4,6
/proc/23896/task/23906/stat : 23906 (java) S 23894 23896 23031 0 -1 4202560 624 0 0 0 147 8 0 0 20 0 19 0 253677253 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480112957608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23907] ppid=23894 vsize=9624976 CPUtime=13.49 cores=0,2,4,6
/proc/23896/task/23907/stat : 23907 (java) S 23894 23896 23031 0 -1 4202560 469 0 0 0 1345 4 0 0 20 0 19 0 253677254 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480100760552 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23908] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23908/stat : 23908 (java) S 23894 23896 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253677255 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480099706616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23909] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23909/stat : 23909 (java) S 23894 23896 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253677255 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480098653704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23910] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23910/stat : 23910 (java) S 23894 23896 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480097602192 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23911] ppid=23894 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/23896/task/23911/stat : 23911 (java) S 23894 23896 23031 0 -1 4202560 2512 0 0 0 37 0 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480096549304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23912] ppid=23894 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/23896/task/23912/stat : 23912 (java) S 23894 23896 23031 0 -1 4202560 3565 0 0 0 38 0 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480095496504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23896/tid=23913] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23913/stat : 23913 (java) S 23894 23896 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480094443896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23896/tid=23914] ppid=23894 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/23896/task/23914/stat : 23914 (java) S 23894 23896 23031 0 -1 4202560 103 0 0 0 31 28 0 0 20 0 19 0 253677257 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480093391304 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23896/tid=23915] ppid=23894 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23896/task/23915/stat : 23915 (java) S 23894 23896 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677279 9855975424 162673 33554432000 1073741824 1073778376 140737090462992 140480092337832 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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

Child status: 143

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

Real time (s): 1790.05
CPU time (s): 1800.05
CPU user time (s): 1799.1
CPU system time (s): 0.95
CPU usage (%): 100.559
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.5
system time used= 1.34279
maximum resident set size= 650852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14756
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45144
involuntary context switches= 27287

runsolver used 6.84096 second user time and 14.0039 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-24 18:05:25
IDJOB=3687801
IDBENCH=2171
IDSOLVER=2269
FILE ID=node135/3687801-1337875525
RUNJOBID= node135-1337871881-23048
PBS_JOBID= 14620069
Free space on /tmp= 71608 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32b1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687801-1337875525/watcher-3687801-1337875525 -o /tmp/evaluation-result-3687801-1337875525/solver-3687801-1337875525 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687801-1337875525.opb

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

MD5SUM BENCH= eb2e849a72ed563d78cdb83a394edb27
RANDOM SEED=664511561

node135.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		: 2666.820
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	: 5333.64
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		: 2666.820
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	: 5332.57
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		: 2666.820
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	: 5332.55
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		: 2666.820
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	: 5332.55
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		: 2666.820
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	: 5332.54
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		: 2666.820
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	: 5332.55
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		: 2666.820
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	: 5238.35
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		: 2666.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28472804 kB
Buffers:          207784 kB
Cached:          3340252 kB
SwapCached:            0 kB
Active:           851508 kB
Inactive:        2770096 kB
Active(anon):      75764 kB
Inactive(anon):        0 kB
Active(file):     775744 kB
Inactive(file):  2770096 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:        101412 kB
Mapped:            22620 kB
Shmem:               212 kB
Slab:             632480 kB
SReclaimable:      74528 kB
SUnreclaim:       557952 kB
KernelStack:        1784 kB
PageTables:         4280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 71604 MiB
End job on node135 at 2012-05-24 18:35:17