Trace number 3710587

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
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)191 1800.1 1792.45

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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.11/0.10	c configuring ORDERS
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=true
0.11/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3710587-1338145200.opb
0.11/0.11	c reading problem ... 
0.29/0.25	c ... done. Wall clock time 0.145s.
0.29/0.25	c declared #vars     456
0.29/0.25	c #constraints  1602
0.29/0.25	c constraints type 
0.29/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 126
0.29/0.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1476
0.29/0.25	c 1602 constraints processed.
0.29/0.28	c SATISFIABLE
0.29/0.28	c OPTIMIZING...
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.173
0.29/0.28	o 226
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.189
0.29/0.29	o 225
0.50/0.31	c Got one! Elapsed wall clock time (in seconds):0.203
0.50/0.31	o 224
0.50/0.32	c Got one! Elapsed wall clock time (in seconds):0.215
0.50/0.32	o 223
0.50/0.33	c Got one! Elapsed wall clock time (in seconds):0.225
0.50/0.33	o 222
0.50/0.34	c Got one! Elapsed wall clock time (in seconds):0.232
0.50/0.34	o 221
0.50/0.35	c Got one! Elapsed wall clock time (in seconds):0.246
0.50/0.35	o 220
0.50/0.36	c Got one! Elapsed wall clock time (in seconds):0.251
0.50/0.36	o 213
0.50/0.36	c Got one! Elapsed wall clock time (in seconds):0.253
0.50/0.36	o 212
0.50/0.36	c Got one! Elapsed wall clock time (in seconds):0.256
0.50/0.36	o 211
0.50/0.36	c Got one! Elapsed wall clock time (in seconds):0.259
0.50/0.36	o 210
0.50/0.37	c Got one! Elapsed wall clock time (in seconds):0.262
0.50/0.37	o 209
0.50/0.37	c Got one! Elapsed wall clock time (in seconds):0.266
0.50/0.37	o 208
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.27
0.50/0.38	o 207
0.81/0.44	c Got one! Elapsed wall clock time (in seconds):0.33
0.81/0.44	o 206
1.07/0.50	c Got one! Elapsed wall clock time (in seconds):0.398
1.07/0.50	o 205
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.4
1.07/0.51	o 204
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.405
1.07/0.51	o 203
1.07/0.56	c Got one! Elapsed wall clock time (in seconds):0.45
1.07/0.56	o 201
1.31/0.70	c Got one! Elapsed wall clock time (in seconds):0.596
1.31/0.70	o 200
1.31/0.73	c Got one! Elapsed wall clock time (in seconds):0.622
1.31/0.73	o 199
1.54/0.97	c cleaning 3385 clauses out of 6788 with flag 3001/6788
1.69/1.02	c Got one! Elapsed wall clock time (in seconds):0.914
1.69/1.02	o 198
2.03/1.30	c Got one! Elapsed wall clock time (in seconds):1.194
2.03/1.30	o 197
2.03/1.30	c Got one! Elapsed wall clock time (in seconds):1.198
2.03/1.30	o 196
2.16/1.42	c Got one! Elapsed wall clock time (in seconds):1.316
2.16/1.42	o 195
2.26/1.53	c cleaning 5494 clauses out of 10988 with flag 1000/14373
3.20/2.02	c cleaning 5734 clauses out of 11494 with flag 7000/20373
3.59/2.33	c Got one! Elapsed wall clock time (in seconds):2.225
3.59/2.33	o 194
3.69/2.42	c cleaning 5409 clauses out of 10820 with flag 1001/25433
4.03/2.72	c Got one! Elapsed wall clock time (in seconds):2.617
4.03/2.72	o 193
4.03/2.79	c cleaning 5363 clauses out of 10743 with flag 1002/30765
4.54/3.25	c cleaning 5679 clauses out of 11379 with flag 7001/36764
4.94/3.66	c cleaning 6344 clauses out of 12699 with flag 14000/43763
5.44/4.15	c Got one! Elapsed wall clock time (in seconds):4.046
5.44/4.15	o 192
5.85/4.51	c cleaning 9315 clauses out of 18635 with flag 5000/56043
6.25/4.90	c cleaning 7657 clauses out of 15322 with flag 11002/62045
6.65/5.39	c cleaning 7324 clauses out of 14663 with flag 18000/69043
7.25/5.91	c cleaning 7671 clauses out of 15341 with flag 26002/77045
7.77/6.40	c cleaning 8328 clauses out of 16669 with flag 35001/86044
8.37/7.00	c cleaning 9161 clauses out of 18340 with flag 45000/96043
9.00/7.61	c cleaning 10080 clauses out of 20179 with flag 56000/107043
9.80/8.42	c cleaning 11050 clauses out of 22099 with flag 68000/119043
10.51/9.12	c Got one! Elapsed wall clock time (in seconds):9.009
10.51/9.12	o 191
10.81/9.46	c cleaning 13453 clauses out of 26908 with flag 5001/134902
11.22/9.84	c cleaning 9722 clauses out of 19454 with flag 11000/140901
11.53/10.19	c cleaning 8358 clauses out of 16736 with flag 18004/147905
12.03/10.60	c cleaning 8180 clauses out of 16375 with flag 26001/155902
12.54/11.13	c cleaning 8595 clauses out of 17196 with flag 35002/164903
13.23/11.81	c cleaning 9296 clauses out of 18600 with flag 45001/174902
13.85/12.42	c cleaning 10148 clauses out of 20305 with flag 56002/185903
14.47/13.07	c cleaning 11071 clauses out of 22155 with flag 68000/197901
15.20/13.77	c cleaning 12035 clauses out of 24084 with flag 81000/210901
15.91/14.49	c cleaning 13025 clauses out of 26051 with flag 95002/224903
16.82/15.36	c cleaning 14009 clauses out of 28027 with flag 110003/239904
17.73/16.21	c cleaning 14993 clauses out of 30015 with flag 126000/255901
18.63/17.13	c cleaning 16007 clauses out of 32023 with flag 143001/272902
19.53/18.08	c cleaning 17007 clauses out of 34015 with flag 161000/290901
20.64/19.16	c cleaning 17995 clauses out of 36008 with flag 180000/309901
21.97/20.40	c cleaning 19006 clauses out of 38013 with flag 200000/329901
23.39/21.80	c cleaning 19998 clauses out of 40007 with flag 221000/350901
24.84/23.27	c cleaning 21003 clauses out of 42010 with flag 243001/372902
26.65/25.03	c cleaning 21999 clauses out of 44007 with flag 266001/395902
28.18/26.57	c cleaning 23001 clauses out of 46007 with flag 290000/419901
29.80/28.12	c cleaning 23991 clauses out of 48008 with flag 315002/444903
31.44/29.78	c cleaning 25002 clauses out of 50015 with flag 341000/470901
33.25/31.50	c cleaning 25998 clauses out of 52013 with flag 368000/497901
35.07/33.32	c cleaning 27002 clauses out of 54015 with flag 396000/525901
36.99/35.26	c cleaning 28005 clauses out of 56013 with flag 425000/554901
39.10/37.31	c cleaning 29001 clauses out of 58010 with flag 455002/584903
41.13/39.38	c cleaning 29997 clauses out of 60007 with flag 486000/615901
43.25/41.47	c cleaning 30992 clauses out of 62011 with flag 518001/647902
45.36/43.54	c cleaning 32010 clauses out of 64019 with flag 551001/680902
47.56/45.73	c cleaning 33001 clauses out of 66008 with flag 585000/714901
49.79/47.98	c cleaning 34000 clauses out of 68007 with flag 620000/749901
52.29/50.45	c cleaning 34999 clauses out of 70008 with flag 656001/785902
55.13/53.28	c cleaning 35999 clauses out of 72010 with flag 693002/822903
58.17/56.21	c cleaning 36999 clauses out of 74009 with flag 731000/860901
61.28/59.39	c cleaning 38001 clauses out of 76010 with flag 770000/899901
63.99/62.09	c cleaning 39005 clauses out of 78009 with flag 810000/939901
66.83/64.89	c cleaning 39999 clauses out of 80004 with flag 851000/980901
69.85/67.85	c cleaning 40994 clauses out of 82006 with flag 893001/1022902
73.08/71.07	c cleaning 41992 clauses out of 84012 with flag 936001/1065902
76.40/74.32	c cleaning 43002 clauses out of 86019 with flag 980000/1109901
79.82/77.75	c cleaning 43997 clauses out of 88017 with flag 1025000/1154901
83.15/81.06	c cleaning 45008 clauses out of 90020 with flag 1071000/1200901
86.48/84.32	c cleaning 46002 clauses out of 92013 with flag 1118001/1247902
89.89/87.79	c cleaning 47006 clauses out of 94011 with flag 1166001/1295902
93.70/91.59	c cleaning 47998 clauses out of 96005 with flag 1215001/1344902
97.11/94.96	c cleaning 48992 clauses out of 98006 with flag 1265000/1394901
100.44/98.21	c cleaning 50004 clauses out of 100016 with flag 1316002/1445903
103.86/101.63	c cleaning 51003 clauses out of 102010 with flag 1368000/1497901
107.47/105.21	c cleaning 52004 clauses out of 104007 with flag 1421000/1550901
111.20/108.99	c cleaning 52999 clauses out of 106004 with flag 1475001/1604902
115.11/112.82	c cleaning 53999 clauses out of 108005 with flag 1530001/1659902
119.02/116.77	c cleaning 54998 clauses out of 110005 with flag 1586000/1715901
123.16/120.83	c cleaning 55999 clauses out of 112010 with flag 1643003/1772904
127.61/125.22	c cleaning 57001 clauses out of 114008 with flag 1701000/1830901
132.24/129.86	c cleaning 58000 clauses out of 116007 with flag 1760000/1889901
137.08/134.68	c cleaning 58998 clauses out of 118007 with flag 1820000/1949901
142.68/140.23	c cleaning 60001 clauses out of 120011 with flag 1881002/2010903
146.80/144.31	c cleaning 60989 clauses out of 122008 with flag 1943000/2072901
151.43/148.95	c cleaning 61998 clauses out of 124019 with flag 2006000/2135901
156.57/154.05	c cleaning 63007 clauses out of 126022 with flag 2070001/2199902
162.30/159.77	c cleaning 64006 clauses out of 128015 with flag 2135001/2264902
167.63/165.06	c cleaning 64994 clauses out of 130008 with flag 2201000/2330901
173.25/170.66	c cleaning 66005 clauses out of 132014 with flag 2268000/2397901
178.46/175.88	c cleaning 67002 clauses out of 134010 with flag 2336001/2465902
183.78/181.10	c cleaning 67996 clauses out of 136007 with flag 2405000/2534901
189.13/186.40	c cleaning 69006 clauses out of 138011 with flag 2475000/2604901
194.57/191.85	c cleaning 70000 clauses out of 140005 with flag 2546000/2675901
200.20/197.47	c cleaning 70990 clauses out of 142005 with flag 2618000/2747901
206.11/203.38	c cleaning 72006 clauses out of 144015 with flag 2691000/2820901
212.24/209.49	c cleaning 72994 clauses out of 146010 with flag 2765001/2894902
218.47/215.68	c cleaning 73998 clauses out of 148015 with flag 2840000/2969901
224.78/221.91	c cleaning 74990 clauses out of 150018 with flag 2916001/3045902
230.41/227.60	c cleaning 76003 clauses out of 152027 with flag 2993000/3122901
237.44/234.58	c cleaning 77012 clauses out of 154025 with flag 3071001/3200902
244.39/241.45	c cleaning 78006 clauses out of 156012 with flag 3150000/3279901
251.73/248.71	c cleaning 79000 clauses out of 158006 with flag 3230000/3359901
259.05/256.08	c cleaning 80000 clauses out of 160007 with flag 3311001/3440902
267.48/264.44	c cleaning 80997 clauses out of 162006 with flag 3393000/3522901
275.80/272.78	c cleaning 82001 clauses out of 164009 with flag 3476000/3605901
283.73/280.65	c cleaning 83002 clauses out of 166008 with flag 3560000/3689901
291.65/288.59	c cleaning 83998 clauses out of 168007 with flag 3645001/3774902
300.55/297.47	c cleaning 84998 clauses out of 170008 with flag 3731000/3860901
309.99/306.80	c cleaning 85991 clauses out of 172010 with flag 3818000/3947901
318.84/315.65	c cleaning 87004 clauses out of 174020 with flag 3906001/4035902
327.66/324.48	c cleaning 88006 clauses out of 176016 with flag 3995001/4124902
337.16/333.97	c cleaning 89005 clauses out of 178009 with flag 4085000/4214901
347.60/344.40	c cleaning 90001 clauses out of 180004 with flag 4176000/4305901
358.25/354.97	c cleaning 90996 clauses out of 182003 with flag 4268000/4397901
369.97/366.63	c cleaning 91998 clauses out of 184008 with flag 4361001/4490902
377.57/374.17	c cleaning 93001 clauses out of 186009 with flag 4455000/4584901
384.61/381.13	c cleaning 93998 clauses out of 188010 with flag 4550002/4679903
392.05/388.55	c cleaning 95000 clauses out of 190010 with flag 4646000/4775901
399.70/396.16	c cleaning 96002 clauses out of 192011 with flag 4743001/4872902
407.62/404.01	c cleaning 96998 clauses out of 194009 with flag 4841001/4970902
416.46/412.86	c cleaning 98006 clauses out of 196017 with flag 4940007/5069908
425.10/421.43	c cleaning 98997 clauses out of 198004 with flag 5040000/5169901
434.47/430.78	c cleaning 99989 clauses out of 200008 with flag 5141001/5270902
444.01/440.23	c cleaning 101004 clauses out of 202018 with flag 5243000/5372901
453.53/449.74	c cleaning 101994 clauses out of 204014 with flag 5346000/5475901
462.86/459.01	c cleaning 103006 clauses out of 206020 with flag 5450000/5579901
472.60/468.74	c cleaning 104000 clauses out of 208014 with flag 5555000/5684901
482.74/478.89	c cleaning 105004 clauses out of 210015 with flag 5661001/5790902
493.67/489.76	c cleaning 106003 clauses out of 212010 with flag 5768000/5897901
503.59/499.66	c cleaning 106995 clauses out of 214008 with flag 5876001/6005902
512.53/508.58	c cleaning 108003 clauses out of 216013 with flag 5985001/6114902
523.07/519.07	c cleaning 108998 clauses out of 218010 with flag 6095001/6224902
532.78/528.75	c cleaning 110000 clauses out of 220012 with flag 6206001/6335902
543.81/539.75	c cleaning 111002 clauses out of 222011 with flag 6318000/6447901
555.05/550.97	c cleaning 112005 clauses out of 224010 with flag 6431001/6560902
566.38/562.26	c cleaning 113002 clauses out of 226004 with flag 6545000/6674901
578.90/574.74	c cleaning 113995 clauses out of 228002 with flag 6660000/6789901
588.25/584.09	c cleaning 114993 clauses out of 230007 with flag 6776000/6905901
598.79/594.52	c cleaning 116006 clauses out of 232015 with flag 6893001/7022902
609.92/605.61	c cleaning 116994 clauses out of 234009 with flag 7011001/7140902
619.64/615.36	c cleaning 118000 clauses out of 236014 with flag 7130000/7259901
630.69/626.39	c cleaning 119002 clauses out of 238014 with flag 7250000/7379901
640.72/636.33	c cleaning 119999 clauses out of 240012 with flag 7371000/7500901
650.75/646.31	c cleaning 120997 clauses out of 242014 with flag 7493001/7622902
660.86/656.48	c cleaning 121997 clauses out of 244016 with flag 7616000/7745901
673.02/668.51	c cleaning 123004 clauses out of 246020 with flag 7740001/7869902
685.17/680.68	c cleaning 124006 clauses out of 248017 with flag 7865002/7994903
697.66/693.09	c cleaning 125001 clauses out of 250010 with flag 7991001/8120902
709.39/704.75	c cleaning 126004 clauses out of 252009 with flag 8118001/8247902
722.72/718.09	c cleaning 127000 clauses out of 254005 with flag 8246001/8375902
737.55/732.87	c cleaning 128002 clauses out of 256004 with flag 8375000/8504901
753.78/749.00	c cleaning 129001 clauses out of 258002 with flag 8505000/8634901
770.33/765.55	c cleaning 129999 clauses out of 260001 with flag 8636000/8765901
790.30/785.44	c cleaning 131000 clauses out of 262002 with flag 8768000/8897901
811.26/806.34	c cleaning 131990 clauses out of 264002 with flag 8901000/9030901
824.09/819.19	c cleaning 132994 clauses out of 266012 with flag 9035000/9164901
837.74/832.74	c cleaning 134003 clauses out of 268019 with flag 9170001/9299902
851.75/846.73	c cleaning 135008 clauses out of 270017 with flag 9306002/9435903
865.19/860.13	c cleaning 135992 clauses out of 272007 with flag 9443000/9572901
878.51/873.50	c cleaning 137004 clauses out of 274016 with flag 9581001/9710902
892.04/886.99	c cleaning 138002 clauses out of 276011 with flag 9720000/9849901
906.08/900.97	c cleaning 139002 clauses out of 278010 with flag 9860001/9989902
921.42/916.23	c cleaning 139998 clauses out of 280007 with flag 10001000/10130901
932.96/927.75	c cleaning 140994 clauses out of 282009 with flag 10143000/10272901
944.93/939.66	c cleaning 142005 clauses out of 284016 with flag 10286001/10415902
960.10/954.71	c cleaning 143003 clauses out of 286010 with flag 10430000/10559901
974.69/969.23	c cleaning 144000 clauses out of 288008 with flag 10575001/10704902
988.11/982.62	c cleaning 144992 clauses out of 290007 with flag 10721000/10850901
1003.92/998.41	c cleaning 146001 clauses out of 292015 with flag 10868000/10997901
1017.87/1012.33	c cleaning 147000 clauses out of 294014 with flag 11016000/11145901
1033.39/1027.80	c cleaning 148004 clauses out of 296015 with flag 11165001/11294902
1049.44/1043.84	c cleaning 148990 clauses out of 298010 with flag 11315000/11444901
1065.36/1059.70	c cleaning 150006 clauses out of 300020 with flag 11466000/11595901
1082.13/1076.40	c cleaning 151005 clauses out of 302015 with flag 11618001/11747902
1098.56/1092.85	c cleaning 152003 clauses out of 304011 with flag 11771002/11900903
1115.48/1109.78	c cleaning 152995 clauses out of 306007 with flag 11925001/12054902
1132.31/1126.57	c cleaning 154004 clauses out of 308012 with flag 12080001/12209902
1148.78/1142.90	c cleaning 155000 clauses out of 310007 with flag 12236000/12365901
1166.03/1160.13	c cleaning 155997 clauses out of 312008 with flag 12393001/12522902
1183.80/1177.82	c cleaning 157003 clauses out of 314011 with flag 12551001/12680902
1200.45/1194.50	c cleaning 157999 clauses out of 316008 with flag 12710001/12839902
1219.23/1213.13	c cleaning 158990 clauses out of 318008 with flag 12870000/12999901
1237.96/1231.83	c cleaning 160001 clauses out of 320019 with flag 13031001/13160902
1256.59/1250.44	c cleaning 161006 clauses out of 322017 with flag 13193000/13322901
1275.14/1268.97	c cleaning 162003 clauses out of 324011 with flag 13356000/13485901
1291.30/1285.05	c cleaning 163001 clauses out of 326008 with flag 13520000/13649901
1305.63/1299.32	c cleaning 164000 clauses out of 328008 with flag 13685001/13814902
1320.87/1314.58	c cleaning 165003 clauses out of 330007 with flag 13851000/13980901
1337.59/1331.28	c cleaning 166000 clauses out of 332007 with flag 14018003/14147904
1354.16/1347.76	c cleaning 166996 clauses out of 334004 with flag 14186000/14315901
1372.47/1366.08	c cleaning 168001 clauses out of 336008 with flag 14355000/14484901
1390.13/1383.68	c cleaning 169000 clauses out of 338007 with flag 14525000/14654901
1407.26/1400.73	c cleaning 169991 clauses out of 340007 with flag 14696000/14825901
1426.11/1419.58	c cleaning 170997 clauses out of 342016 with flag 14868000/14997901
1452.72/1446.15	c cleaning 172004 clauses out of 344019 with flag 15041000/15170901
1468.99/1462.35	c cleaning 173000 clauses out of 346016 with flag 15215001/15344902
1485.03/1478.34	c cleaning 174006 clauses out of 348015 with flag 15390000/15519901
1501.51/1494.73	c cleaning 175003 clauses out of 350010 with flag 15566001/15695902
1518.56/1511.79	c cleaning 175999 clauses out of 352006 with flag 15743000/15872901
1536.72/1529.87	c cleaning 176995 clauses out of 354007 with flag 15921000/16050901
1553.69/1546.75	c cleaning 178002 clauses out of 356017 with flag 16100005/16229906
1572.16/1565.16	c cleaning 179001 clauses out of 358010 with flag 16280000/16409901
1591.30/1584.25	c cleaning 179993 clauses out of 360009 with flag 16461000/16590901
1607.55/1600.47	c cleaning 181000 clauses out of 362016 with flag 16643000/16772901
1625.91/1618.78	c cleaning 181997 clauses out of 364016 with flag 16826000/16955901
1645.48/1638.28	c cleaning 183007 clauses out of 366020 with flag 17010001/17139902
1664.42/1657.11	c cleaning 184002 clauses out of 368012 with flag 17195000/17324901
1681.97/1674.66	c cleaning 184992 clauses out of 370010 with flag 17381000/17510901
1699.62/1692.27	c cleaning 186004 clauses out of 372018 with flag 17568000/17697901
1718.09/1710.68	c cleaning 187000 clauses out of 374015 with flag 17756001/17885902
1737.41/1729.93	c cleaning 188004 clauses out of 376014 with flag 17945000/18074901
1756.46/1748.94	c cleaning 189003 clauses out of 378010 with flag 18135000/18264901
1776.08/1768.54	c cleaning 189997 clauses out of 380007 with flag 18326000/18455901
1795.43/1787.80	c cleaning 191002 clauses out of 382010 with flag 18518000/18647901
1800.10/1792.41	c starts		: 379
1800.10/1792.41	c conflicts		: 18716810
1800.10/1792.41	c decisions		: 33016432
1800.10/1792.41	c propagations		: 194052773
1800.10/1792.41	c inspects		: 8141414356
1800.10/1792.41	c shortcuts		: 0
1800.10/1792.41	c learnt literals	: 0
1800.10/1792.41	c learnt binary clauses	: 47
1800.10/1792.41	c learnt ternary clauses	: 225
1800.10/1792.41	c learnt constraints	: 18716810
1800.10/1792.41	c ignored constraints	: 0
1800.10/1792.41	c root simplifications	: 379
1800.10/1792.41	c removed literals (reason simplification)	: 2512243146
1800.10/1792.41	c reason swapping (by a shorter reason)	: 0
1800.10/1792.41	c Calls to reduceDB	: 203
1800.10/1792.41	c number of reductions to clauses (during analyze)	: 0
1800.10/1792.41	c number of learned constraints concerned by reduction	: 0
1800.10/1792.41	c number of learning phase by resolution	: 0
1800.10/1792.41	c number of learning phase by cutting planes	: 0
1800.10/1792.41	c speed (assignments/second)	: 108279.07869524606
1800.10/1792.41	c non guided choices	14
1800.10/1792.44	c learnt constraints type 
1800.10/1792.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 47
1800.10/1792.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 260242
1800.10/1792.44	c constraints type 
1800.10/1792.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 126
1800.10/1792.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.10/1792.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1476
1800.10/1792.44	c 1603 constraints processed.
1800.10/1792.44	s SATISFIABLE
1800.10/1792.44	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.10/1792.44	c objective function=191
1800.10/1792.44	c Total wall clock time (in seconds): 1792.336

Verifier Data

OK	191

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-3710587-1338145200/watcher-3710587-1338145200 -o /tmp/evaluation-result-3710587-1338145200/solver-3710587-1338145200 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710587-1338145200.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: 1.93 2.01 1.89 3/194 3381
/proc/meminfo: memFree=28943812/32873648 swapFree=6844/6844
[pid=3381] ppid=3379 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/3381/stat : 3381 (java) S 3379 3381 3132 0 -1 4202496 1223 0 0 0 0 0 0 0 20 0 2 0 280645855 96370688 931 33554432000 1073741824 1073778376 140735248592976 140735248584112 259115745341 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3381/statm: 24079 939 712 9 0 16769 0
[pid=3381/tid=3382] ppid=3379 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3382/stat : 3382 (java) R 3379 3381 3132 0 -1 4202560 99 0 0 0 0 0 0 0 20 0 2 0 280645856 98635776 954 33554432000 1073741824 1073778376 140735248592976 139678173535784 259103177281 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.102611 s]
/proc/loadavg: 1.93 2.01 1.89 3/194 3381
/proc/meminfo: memFree=28943812/32873648 swapFree=6844/6844
[pid=3381] ppid=3379 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/3381/stat : 3381 (java) S 3379 3381 3132 0 -1 4202496 4522 0 1 0 10 1 0 0 20 0 18 0 280645855 9787842560 5728 33554432000 1073741824 1073778376 140735248592976 140735248584112 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3381/statm: 2389610 5728 2149 9 0 2380296 0
[pid=3381/tid=3382] ppid=3379 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/3381/task/3382/stat : 3382 (java) R 3379 3381 3132 0 -1 4202560 2547 0 1 0 8 0 0 0 20 0 18 0 280645856 9787842560 5728 33554432000 1073741824 1073778376 140735248592976 139678173538952 139678175731216 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558440

[startup+0.200338 s]
/proc/loadavg: 1.93 2.01 1.89 3/194 3381
/proc/meminfo: memFree=28943812/32873648 swapFree=6844/6844
[pid=3381] ppid=3379 vsize=9558440 CPUtime=0.29 cores=1,3,5,7
/proc/3381/stat : 3381 (java) S 3379 3381 3132 0 -1 4202496 4944 0 1 0 28 1 0 0 20 0 18 0 280645855 9787842560 6562 33554432000 1073741824 1073778376 140735248592976 140735248584112 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3381/statm: 2389610 6562 2208 9 0 2380296 0
[pid=3381/tid=3382] ppid=3379 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/3381/task/3382/stat : 3382 (java) R 3379 3381 3132 0 -1 4202560 2558 0 1 0 17 0 0 0 20 0 18 0 280645856 9787842560 6562 33554432000 1073741824 1073778376 140735248592976 139678173540008 139678113461728 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558440

[startup+0.30024 s]
/proc/loadavg: 1.93 2.01 1.89 3/194 3381
/proc/meminfo: memFree=28943812/32873648 swapFree=6844/6844
[pid=3381] ppid=3379 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/3381/stat : 3381 (java) S 3379 3381 3132 0 -1 4202496 6533 0 1 0 49 1 0 0 20 0 19 0 280645855 9856004096 8626 33554432000 1073741824 1073778376 140735248592976 140735248584112 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3381/statm: 2406251 8626 2234 9 0 2396937 0
[pid=3381/tid=3382] ppid=3379 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/3381/task/3382/stat : 3382 (java) R 3379 3381 3132 0 -1 4202560 2582 0 1 0 27 0 0 0 20 0 19 0 280645856 9856004096 8626 33554432000 1073741824 1073778376 140735248592976 139678173538376 139678113332904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625004

[startup+0.700202 s]
/proc/loadavg: 1.93 2.01 1.89 3/194 3381
/proc/meminfo: memFree=28943812/32873648 swapFree=6844/6844
[pid=3381] ppid=3379 vsize=9625004 CPUtime=1.31 cores=1,3,5,7
/proc/3381/stat : 3381 (java) S 3379 3381 3132 0 -1 4202496 9538 0 1 0 129 2 0 0 20 0 19 0 280645855 9856004096 10827 33554432000 1073741824 1073778376 140735248592976 140735248584112 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3381/statm: 2406251 10827 2250 9 0 2396937 0
[pid=3381/tid=3382] ppid=3379 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/3381/task/3382/stat : 3382 (java) R 3379 3381 3132 0 -1 4202560 2587 0 1 0 67 0 0 0 20 0 19 0 280645856 9856004096 10827 33554432000 1073741824 1073778376 140735248592976 139678173540328 139678113942700 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625004

[startup+1.50069 s]
/proc/loadavg: 1.93 2.01 1.89 3/214 3403
/proc/meminfo: memFree=28862408/32873648 swapFree=6844/6844
[pid=3381] ppid=3379 vsize=9625004 CPUtime=2.26 cores=1,3,5,7
/proc/3381/stat : 3381 (java) S 3379 3381 3132 0 -1 4202496 9840 0 1 0 224 2 0 0 20 0 19 0 280645855 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 140735248584112 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3381/statm: 2406251 13978 2279 9 0 2396937 0
[pid=3381/tid=3382] ppid=3379 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/3381/task/3382/stat : 3382 (java) R 3379 3381 3132 0 -1 4202560 2591 0 1 0 146 0 0 0 20 0 19 0 280645856 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 139678173532608 139678113906046 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3381/tid=3384] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3384/stat : 3384 (java) S 3379 3381 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 139678112270760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3385] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3385/stat : 3385 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 139678111218216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3386] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3386/stat : 3386 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 139678110165160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3387] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3387/stat : 3387 (java) S 3379 3381 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 139678109112616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3381/tid=3388] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3388/stat : 3388 (java) S 3379 3381 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 139678013143976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3389] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3389/stat : 3389 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 139678012091432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3381/tid=3390] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3390/stat : 3390 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 139678011038376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3391] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3391/stat : 3391 (java) S 3379 3381 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 139678009985832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3392] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3392/stat : 3392 (java) S 3379 3381 3132 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 280645857 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 139677997787496 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3393] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3393/stat : 3393 (java) S 3379 3381 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280645858 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 139677996733816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3394] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3394/stat : 3394 (java) S 3379 3381 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280645858 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 139677995680648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3395] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3395/stat : 3395 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645860 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 139677994629392 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3396] ppid=3379 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/3381/task/3396/stat : 3396 (java) S 3379 3381 3132 0 -1 4202560 3382 0 0 0 38 0 0 0 20 0 19 0 280645860 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 139677993577272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3397] ppid=3379 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/3381/task/3397/stat : 3397 (java) S 3379 3381 3132 0 -1 4202560 2620 0 0 0 37 0 0 0 20 0 19 0 280645860 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 139677992524728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3398] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3398/stat : 3398 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645860 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 139677991471864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3399] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3399/stat : 3399 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645860 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 139677990419528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3400] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3400/stat : 3400 (java) S 3379 3381 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280645881 9856004096 13978 33554432000 1073741824 1073778376 140735248592976 139677989364776 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9625004

[startup+3.10136 s]
/proc/loadavg: 1.93 2.01 1.89 3/214 3403
/proc/meminfo: memFree=28823088/32873648 swapFree=6844/6844
[pid=3381] ppid=3379 vsize=9625004 CPUtime=4.44 cores=1,3,5,7
/proc/3381/stat : 3381 (java) S 3379 3381 3132 0 -1 4202496 17787 0 1 0 439 5 0 0 20 0 19 0 280645855 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 140735248584112 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3381/statm: 2406251 20139 2279 9 0 2396937 0
[pid=3381/tid=3382] ppid=3379 vsize=9625004 CPUtime=3.01 cores=1,3,5,7
/proc/3381/task/3382/stat : 3382 (java) R 3379 3381 3132 0 -1 4202560 2592 0 1 0 301 0 0 0 20 0 19 0 280645856 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 139678173540776 139678113956216 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3381/tid=3384] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3384/stat : 3384 (java) S 3379 3381 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 139678112270760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3381/tid=3385] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3385/stat : 3385 (java) S 3379 3381 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 139678111218216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3386] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3386/stat : 3386 (java) S 3379 3381 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 139678110165160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3387] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3387/stat : 3387 (java) S 3379 3381 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 139678109112616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3388] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3388/stat : 3388 (java) S 3379 3381 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 139678013143976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3389] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3389/stat : 3389 (java) S 3379 3381 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 139678012091432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3381/tid=3390] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3390/stat : 3390 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 139678011038376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3391] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3391/stat : 3391 (java) S 3379 3381 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 139678009985832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3392] ppid=3379 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/3381/task/3392/stat : 3392 (java) S 3379 3381 3132 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 19 0 280645857 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 139677997787496 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3393] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3393/stat : 3393 (java) S 3379 3381 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280645858 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 139677996733816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3394] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3394/stat : 3394 (java) S 3379 3381 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280645858 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 139677995680648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3395] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3395/stat : 3395 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645860 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 139677994629392 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3396] ppid=3379 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/3381/task/3396/stat : 3396 (java) S 3379 3381 3132 0 -1 4202560 3382 0 0 0 39 0 0 0 20 0 19 0 280645860 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 139677993577272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3397] ppid=3379 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/3381/task/3397/stat : 3397 (java) S 3379 3381 3132 0 -1 4202560 10550 0 0 0 89 3 0 0 20 0 19 0 280645860 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 139677992524728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3398] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3398/stat : 3398 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645860 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 139677991471864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3399] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3399/stat : 3399 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645860 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 139677990419528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3400] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3400/stat : 3400 (java) S 3379 3381 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280645881 9856004096 20139 33554432000 1073741824 1073778376 140735248592976 139677989364776 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 9625004

[startup+6.30064 s]
/proc/loadavg: 1.94 2.01 1.89 3/214 3403
/proc/meminfo: memFree=28762632/32873648 swapFree=6844/6844
[pid=3381] ppid=3379 vsize=9625004 CPUtime=7.67 cores=1,3,5,7
/proc/3381/stat : 3381 (java) S 3379 3381 3132 0 -1 4202496 17803 0 1 0 762 5 0 0 20 0 19 0 280645855 9856004096 19551 33554432000 1073741824 1073778376 140735248592976 140735248584112 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3381/statm: 2406251 19551 2279 9 0 2396937 0
[pid=3381/tid=3382] ppid=3379 vsize=9625004 CPUtime=6.12 cores=1,3,5,7
/proc/3381/task/3382/stat : 3382 (java) R 3379 3381 3132 0 -1 4202560 2599 0 1 0 612 0 0 0 20 0 19 0 280645856 9856004096 19551 33554432000 1073741824 1073778376 140735248592976 139678173540656 139678113738938 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3381/tid=3384] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3384/stat : 3384 (java) S 3379 3381 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 19551 33554432000 1073741824 1073778376 140735248592976 139678112270760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3381/tid=3385] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3385/stat : 3385 (java) S 3379 3381 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 19551 33554432000 1073741824 1073778376 140735248592976 139678111218216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3386] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3386/stat : 3386 (java) S 3379 3381 3132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 19551 33554432000 1073741824 1073778376 140735248592976 139678110165160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3387] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3387/stat : 3387 (java) S 3379 3381 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 19551 33554432000 1073741824 1073778376 140735248592976 139678109112616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3381/tid=3388] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3388/stat : 3388 (java) S 3379 3381 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 19551 33554432000 1073741824 1073778376 140735248592976 139678013143976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3389] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3389/stat : 3389 (java) S 3379 3381 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 19551 33554432000 1073741824 1073778376 140735248592976 139678012091432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3381/tid=3390] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3390/stat : 3390 (java) S 3379 3381 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 19551 33554432000 1073741824 1073778376 140735248592976 139678011038376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3391] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3391/stat : 3391 (java) S 3379 3381 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280645856 9856004096 19551 33554432000 1073741824 1073778376 140735248592976 139678009985832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3392] ppid=3379 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/3381/task/3392/stat : 3392 (java) S 3379 3381 3132 0 -1 4202560 34 0 0 0 10 0 0 0 20 0 19 0 280645857 9856004096 19551 33554432000 1073741824 1073778376 140735248592976 139677997787496 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3393] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3393/stat : 3393 (java) S 3379 3381 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280645858 9856004096 19551 33554432000 1073741824 1073778376 140735248592976 139677996733816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3394] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3394/stat : 3394 (java) S 3379 3381 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280645858 9856004096 19551 33554432000 1073741824 1073778376 140735248592976 139677995680648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3395] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3395/stat : 3395 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645860 9856004096 19551 33554432000 1073741824 1073778376 140735248592976 139677994629392 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3396] ppid=3379 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/3381/task/3396/stat : 3396 (java) S 3379 3381 3132 0 -1 4202560 3382 0 0 0 39 0 0 0 20 0 19 0 280645860 9856004096 19551 33554432000 1073741824 1073778376 140735248592976 139677993577272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3397] ppid=3379 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/3381/task/3397/stat : 3397 (java) S 3379 3381 3132 0 -1 4202560 10550 0 0 0 89 3 0 0 20 0 19 0 280645860 9856004096 19551 33554432000 1073741824 1073778376 140735248592976 139677992524728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=3381/tid=3396] ppid=3379 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/3381/task/3396/stat : 3396 (java) S 3379 3381 3132 0 -1 4202560 3382 0 0 0 39 0 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677993577272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3397] ppid=3379 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/3381/task/3397/stat : 3397 (java) S 3379 3381 3132 0 -1 4202560 10555 0 0 0 92 3 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677992524728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3398] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3398/stat : 3398 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677991471864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3399] ppid=3379 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/3381/task/3399/stat : 3399 (java) S 3379 3381 3132 0 -1 4202560 99 0 0 0 18 22 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677990419528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3400] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3400/stat : 3400 (java) S 3379 3381 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280645881 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677989364776 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1729.82
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/213 3440
/proc/meminfo: memFree=27590512/32873648 swapFree=6844/6844
[pid=3381] ppid=3379 vsize=9625004 CPUtime=1789.93 cores=1,3,5,7
/proc/3381/stat : 3381 (java) S 3379 3381 3132 0 -1 4202496 20543 0 1 0 178947 46 0 0 20 0 19 0 280645855 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 140735248584112 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3381/statm: 2406251 75865 2280 9 0 2396937 0
[pid=3381/tid=3382] ppid=3379 vsize=9625004 CPUtime=1764.8 cores=1,3,5,7
/proc/3381/task/3382/stat : 3382 (java) R 3379 3381 3132 0 -1 4202560 2817 0 1 0 176451 29 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678173540656 139678113785638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3381/tid=3384] ppid=3379 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/3381/task/3384/stat : 3384 (java) S 3379 3381 3132 0 -1 4202560 379 0 0 0 114 2 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678112270760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3385] ppid=3379 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/3381/task/3385/stat : 3385 (java) S 3379 3381 3132 0 -1 4202560 300 0 0 0 98 2 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678111218216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3386] ppid=3379 vsize=9625004 CPUtime=1.13 cores=1,3,5,7
/proc/3381/task/3386/stat : 3386 (java) S 3379 3381 3132 0 -1 4202560 368 0 0 0 111 2 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678110165160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3387] ppid=3379 vsize=9625004 CPUtime=1.11 cores=1,3,5,7
/proc/3381/task/3387/stat : 3387 (java) S 3379 3381 3132 0 -1 4202560 192 0 0 0 108 3 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678109112616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3388] ppid=3379 vsize=9625004 CPUtime=1.17 cores=1,3,5,7
/proc/3381/task/3388/stat : 3388 (java) S 3379 3381 3132 0 -1 4202560 290 0 0 0 114 3 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678013143976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3389] ppid=3379 vsize=9625004 CPUtime=1.04 cores=1,3,5,7
/proc/3381/task/3389/stat : 3389 (java) S 3379 3381 3132 0 -1 4202560 236 0 0 0 101 3 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678012091432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3381/tid=3390] ppid=3379 vsize=9625004 CPUtime=1.07 cores=1,3,5,7
/proc/3381/task/3390/stat : 3390 (java) S 3379 3381 3132 0 -1 4202560 372 0 0 0 105 2 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678011038376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3381/tid=3391] ppid=3379 vsize=9625004 CPUtime=1.11 cores=1,3,5,7
/proc/3381/task/3391/stat : 3391 (java) S 3379 3381 3132 0 -1 4202560 203 0 0 0 109 2 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678009985832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3392] ppid=3379 vsize=9625004 CPUtime=10.17 cores=1,3,5,7
/proc/3381/task/3392/stat : 3392 (java) S 3379 3381 3132 0 -1 4202560 163 0 0 0 1014 3 0 0 20 0 19 0 280645857 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677997787496 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3381/tid=3393] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3393/stat : 3393 (java) S 3379 3381 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280645858 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677996733816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3394] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3394/stat : 3394 (java) S 3379 3381 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280645858 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677995680648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3395] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3395/stat : 3395 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677994629392 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3396] ppid=3379 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/3381/task/3396/stat : 3396 (java) S 3379 3381 3132 0 -1 4202560 3382 0 0 0 39 0 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677993577272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3397] ppid=3379 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/3381/task/3397/stat : 3397 (java) S 3379 3381 3132 0 -1 4202560 10555 0 0 0 92 3 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677992524728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3398] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3398/stat : 3398 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677991471864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3399] ppid=3379 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/3381/task/3399/stat : 3399 (java) S 3379 3381 3132 0 -1 4202560 103 0 0 0 18 23 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677990419528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3400] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3400/stat : 3400 (java) S 3379 3381 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280645881 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677989364776 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.4 s]
/proc/loadavg: 1.92 1.98 1.92 3/213 3499
/proc/meminfo: memFree=28603668/32873648 swapFree=6844/6844
[pid=3381] ppid=3379 vsize=9625004 CPUtime=1800.1 cores=1,3,5,7
/proc/3381/stat : 3381 (java) S 3379 3381 3132 0 -1 4202496 20546 0 1 0 179964 46 0 0 20 0 19 0 280645855 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 140735248584112 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3381/statm: 2406251 75865 2280 9 0 2396937 0
[pid=3381/tid=3382] ppid=3379 vsize=9625004 CPUtime=1774.76 cores=1,3,5,7
/proc/3381/task/3382/stat : 3382 (java) R 3379 3381 3132 0 -1 4202560 2818 0 1 0 177447 29 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678173540656 139678113785205 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3381/tid=3384] ppid=3379 vsize=9625004 CPUtime=1.17 cores=1,3,5,7
/proc/3381/task/3384/stat : 3384 (java) S 3379 3381 3132 0 -1 4202560 379 0 0 0 115 2 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678112270760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3385] ppid=3379 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/3381/task/3385/stat : 3385 (java) S 3379 3381 3132 0 -1 4202560 300 0 0 0 99 2 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678111218216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3386] ppid=3379 vsize=9625004 CPUtime=1.15 cores=1,3,5,7
/proc/3381/task/3386/stat : 3386 (java) S 3379 3381 3132 0 -1 4202560 368 0 0 0 113 2 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678110165160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3387] ppid=3379 vsize=9625004 CPUtime=1.12 cores=1,3,5,7
/proc/3381/task/3387/stat : 3387 (java) S 3379 3381 3132 0 -1 4202560 192 0 0 0 109 3 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678109112616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3388] ppid=3379 vsize=9625004 CPUtime=1.18 cores=1,3,5,7
/proc/3381/task/3388/stat : 3388 (java) S 3379 3381 3132 0 -1 4202560 290 0 0 0 115 3 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678013143976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3389] ppid=3379 vsize=9625004 CPUtime=1.05 cores=1,3,5,7
/proc/3381/task/3389/stat : 3389 (java) S 3379 3381 3132 0 -1 4202560 236 0 0 0 102 3 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678012091432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3390] ppid=3379 vsize=9625004 CPUtime=1.07 cores=1,3,5,7
/proc/3381/task/3390/stat : 3390 (java) S 3379 3381 3132 0 -1 4202560 372 0 0 0 105 2 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678011038376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3391] ppid=3379 vsize=9625004 CPUtime=1.12 cores=1,3,5,7
/proc/3381/task/3391/stat : 3391 (java) S 3379 3381 3132 0 -1 4202560 203 0 0 0 110 2 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678009985832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3392] ppid=3379 vsize=9625004 CPUtime=10.26 cores=1,3,5,7
/proc/3381/task/3392/stat : 3392 (java) S 3379 3381 3132 0 -1 4202560 165 0 0 0 1023 3 0 0 20 0 19 0 280645857 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677997787496 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3381/tid=3393] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3393/stat : 3393 (java) S 3379 3381 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280645858 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677996733816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3394] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3394/stat : 3394 (java) S 3379 3381 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280645858 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677995680648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3395] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3395/stat : 3395 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677994629392 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3396] ppid=3379 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/3381/task/3396/stat : 3396 (java) S 3379 3381 3132 0 -1 4202560 3382 0 0 0 39 0 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677993577272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3397] ppid=3379 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/3381/task/3397/stat : 3397 (java) S 3379 3381 3132 0 -1 4202560 10555 0 0 0 92 3 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677992524728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3398] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3398/stat : 3398 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677991471864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3399] ppid=3379 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/3381/task/3399/stat : 3399 (java) S 3379 3381 3132 0 -1 4202560 103 0 0 0 19 23 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677990419528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3400] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3400/stat : 3400 (java) S 3379 3381 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280645881 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677989364776 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1792.4 s]
/proc/loadavg: 1.92 1.98 1.92 3/213 3499
/proc/meminfo: memFree=28603668/32873648 swapFree=6844/6844
[pid=3381] ppid=3379 vsize=9625004 CPUtime=1800.1 cores=1,3,5,7
/proc/3381/stat : 3381 (java) S 3379 3381 3132 0 -1 4202496 20546 0 1 0 179964 46 0 0 20 0 19 0 280645855 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 140735248584112 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3381/statm: 2406251 75865 2280 9 0 2396937 0
[pid=3381/tid=3382] ppid=3379 vsize=9625004 CPUtime=1774.76 cores=1,3,5,7
/proc/3381/task/3382/stat : 3382 (java) R 3379 3381 3132 0 -1 4202560 2818 0 1 0 177447 29 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678173540656 139678113785205 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3381/tid=3384] ppid=3379 vsize=9625004 CPUtime=1.17 cores=1,3,5,7
/proc/3381/task/3384/stat : 3384 (java) S 3379 3381 3132 0 -1 4202560 379 0 0 0 115 2 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678112270760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3385] ppid=3379 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/3381/task/3385/stat : 3385 (java) S 3379 3381 3132 0 -1 4202560 300 0 0 0 99 2 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678111218216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3386] ppid=3379 vsize=9625004 CPUtime=1.15 cores=1,3,5,7
/proc/3381/task/3386/stat : 3386 (java) S 3379 3381 3132 0 -1 4202560 368 0 0 0 113 2 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678110165160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3387] ppid=3379 vsize=9625004 CPUtime=1.12 cores=1,3,5,7
/proc/3381/task/3387/stat : 3387 (java) S 3379 3381 3132 0 -1 4202560 192 0 0 0 109 3 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678109112616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3388] ppid=3379 vsize=9625004 CPUtime=1.18 cores=1,3,5,7
/proc/3381/task/3388/stat : 3388 (java) S 3379 3381 3132 0 -1 4202560 290 0 0 0 115 3 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678013143976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3389] ppid=3379 vsize=9625004 CPUtime=1.05 cores=1,3,5,7
/proc/3381/task/3389/stat : 3389 (java) S 3379 3381 3132 0 -1 4202560 236 0 0 0 102 3 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678012091432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3390] ppid=3379 vsize=9625004 CPUtime=1.07 cores=1,3,5,7
/proc/3381/task/3390/stat : 3390 (java) S 3379 3381 3132 0 -1 4202560 372 0 0 0 105 2 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678011038376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3391] ppid=3379 vsize=9625004 CPUtime=1.12 cores=1,3,5,7
/proc/3381/task/3391/stat : 3391 (java) S 3379 3381 3132 0 -1 4202560 203 0 0 0 110 2 0 0 20 0 19 0 280645856 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139678009985832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3392] ppid=3379 vsize=9625004 CPUtime=10.26 cores=1,3,5,7
/proc/3381/task/3392/stat : 3392 (java) S 3379 3381 3132 0 -1 4202560 165 0 0 0 1023 3 0 0 20 0 19 0 280645857 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677997787496 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3381/tid=3393] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3393/stat : 3393 (java) S 3379 3381 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280645858 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677996733816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3394] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3394/stat : 3394 (java) S 3379 3381 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280645858 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677995680648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3395] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3395/stat : 3395 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677994629392 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3396] ppid=3379 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/3381/task/3396/stat : 3396 (java) S 3379 3381 3132 0 -1 4202560 3382 0 0 0 39 0 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677993577272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3381/tid=3397] ppid=3379 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/3381/task/3397/stat : 3397 (java) S 3379 3381 3132 0 -1 4202560 10555 0 0 0 92 3 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677992524728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3398] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3398/stat : 3398 (java) S 3379 3381 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677991471864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3381/tid=3399] ppid=3379 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/3381/task/3399/stat : 3399 (java) S 3379 3381 3132 0 -1 4202560 103 0 0 0 19 23 0 0 20 0 19 0 280645860 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677990419528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3381/tid=3400] ppid=3379 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3381/task/3400/stat : 3400 (java) S 3379 3381 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280645881 9856004096 75865 33554432000 1073741824 1073778376 140735248592976 139677989364776 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3381 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=99103
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=910861
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.45
CPU time (s): 1800.1
CPU user time (s): 1799.64
CPU system time (s): 0.46
CPU usage (%): 100.427
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.1
system time used= 0.910861
maximum resident set size= 303620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20588
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43527
involuntary context switches= 32063

runsolver used 5.65914 second user time and 14.6358 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 21:00:00
IDJOB=3710587
IDBENCH=2171
IDSOLVER=2289
FILE ID=node124/3710587-1338145200
RUNJOBID= node124-1338143409-3149
PBS_JOBID= 14624516
Free space on /tmp= 71432 MiB

SOLVER NAME= SAT4J PB specific settings 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-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710587-1338145200/watcher-3710587-1338145200 -o /tmp/evaluation-result-3710587-1338145200/solver-3710587-1338145200 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710587-1338145200.opb

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

MD5SUM BENCH= eb2e849a72ed563d78cdb83a394edb27
RANDOM SEED=335271045

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28943968 kB
Buffers:          348088 kB
Cached:          2687196 kB
SwapCached:            0 kB
Active:           992628 kB
Inactive:        2129776 kB
Active(anon):      89372 kB
Inactive(anon):        0 kB
Active(file):     903256 kB
Inactive(file):  2129776 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2012 kB
Writeback:             0 kB
AnonPages:         39940 kB
Mapped:            22552 kB
Shmem:               200 kB
Slab:             668784 kB
SReclaimable:     113176 kB
SUnreclaim:       555608 kB
KernelStack:        1448 kB
PageTables:         3580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71432 MiB
End job on node124 at 2012-05-27 21:29:54