Trace number 3687770

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 RES // CP 2.3.2 SnapshotSAT (TO)372 1800.62 918.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32d2.opb
MD5SUM05a418d42b6e85967009c0fa73623d83
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark372
Best CPU time to get the best result obtained on this benchmark439.002
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 372
Optimality of the best value was proved NO
Number of variables808
Total number of constraints5557
Number of constraints which are clauses5557
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 808
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 808
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 808
Number of bits of the biggest sum of numbers10
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.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3687770-1337873854.opb
0.10/0.10	c reading problem ... 
0.58/0.34	c ... done. Wall clock time 0.237s.
0.58/0.34	c declared #vars     808
0.58/0.34	c #constraints  5557
0.58/0.34	c constraints type 
0.58/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 289
0.58/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5268
0.58/0.34	c 5557 constraints processed.
0.58/0.34	c constraints type 
0.58/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5268
0.58/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 289
0.58/0.34	c 5557 constraints processed.
0.58/0.34	c objective function length is 808 literals
3.27/1.05	c  And the winner is solver1
3.40/1.34	c SATISFIABLE
3.40/1.34	c OPTIMIZING...
3.40/1.34	c Got one! Elapsed wall clock time (in seconds):1.24
3.40/1.34	o 404
3.74/1.56	c  And the winner is solver1
3.86/1.85	c Got one! Elapsed wall clock time (in seconds):1.746
3.86/1.85	o 403
3.86/1.86	c  And the winner is solver0
3.92/2.35	c Got one! Elapsed wall clock time (in seconds):2.249
3.92/2.35	o 402
3.92/2.36	c  And the winner is solver0
4.01/2.86	c Got one! Elapsed wall clock time (in seconds):2.752
4.01/2.86	o 401
4.12/2.99	c  And the winner is solver1
4.31/3.36	c Got one! Elapsed wall clock time (in seconds):3.255
4.31/3.36	o 400
4.31/3.36	c  And the winner is solver1
4.31/3.86	c Got one! Elapsed wall clock time (in seconds):3.758
4.31/3.86	o 399
4.31/3.87	c  And the winner is solver0
4.31/4.36	c Got one! Elapsed wall clock time (in seconds):4.26
4.31/4.36	o 398
4.31/4.38	c  And the winner is solver0
4.63/4.87	c Got one! Elapsed wall clock time (in seconds):4.762
4.63/4.87	o 397
4.63/4.89	c  And the winner is solver0
4.73/5.37	c Got one! Elapsed wall clock time (in seconds):5.264
4.73/5.37	o 396
4.73/5.38	c  And the winner is solver0
4.77/5.87	c Got one! Elapsed wall clock time (in seconds):5.765
4.77/5.87	o 395
4.87/5.92	c  And the winner is solver0
4.98/6.37	c Got one! Elapsed wall clock time (in seconds):6.267
4.98/6.37	o 394
5.07/6.42	c  And the winner is solver0
5.17/6.87	c Got one! Elapsed wall clock time (in seconds):6.769
5.17/6.87	o 393
5.17/6.89	c  And the winner is solver0
5.22/7.37	c Got one! Elapsed wall clock time (in seconds):7.27
5.22/7.37	o 392
5.53/7.53	c cleaning 4144 clauses out of 8294 with flag 1001/8294
6.58/8.08	c  And the winner is solver0
6.81/8.38	c Got one! Elapsed wall clock time (in seconds):8.272
6.81/8.38	o 391
7.06/8.53	c cleaning 4636 clauses out of 9276 with flag 1000/13420
7.46/8.72	c  And the winner is solver0
7.53/8.88	c Got one! Elapsed wall clock time (in seconds):8.773
7.53/8.88	o 390
7.58/8.93	c  And the winner is solver0
7.66/9.38	c Got one! Elapsed wall clock time (in seconds):9.274
7.66/9.38	o 389
7.69/9.48	c  And the winner is solver0
7.88/9.88	c Got one! Elapsed wall clock time (in seconds):9.776
7.88/9.88	o 388
7.92/9.99	c  And the winner is solver0
8.13/10.38	c Got one! Elapsed wall clock time (in seconds):10.277
8.13/10.38	o 387
8.97/10.89	c cleaning 5973 clauses out of 11974 with flag 4000/20754
9.61/11.14	c  And the winner is solver0
9.73/11.38	c Got one! Elapsed wall clock time (in seconds):11.279
9.73/11.38	o 386
10.56/11.81	c cleaning 5849 clauses out of 11721 with flag 4002/26474
10.69/11.96	c  And the winner is solver0
10.89/12.40	c Got one! Elapsed wall clock time (in seconds):12.296
10.89/12.40	o 385
11.88/12.98	c cleaning 5742 clauses out of 11518 with flag 5000/32120
13.29/13.68	c  And the winner is solver0
13.51/13.90	c Got one! Elapsed wall clock time (in seconds):13.798
13.51/13.90	o 384
14.71/14.56	c cleaning 8149 clauses out of 16297 with flag 5000/42641
14.90/14.64	c  And the winner is solver0
14.97/14.90	c Got one! Elapsed wall clock time (in seconds):14.799
14.97/14.90	o 383
15.47/15.24	c  And the winner is solver0
15.60/15.40	c Got one! Elapsed wall clock time (in seconds):15.301
15.60/15.40	o 382
16.18/15.80	c  And the winner is solver0
16.42/15.91	c Got one! Elapsed wall clock time (in seconds):15.802
16.42/15.91	o 381
16.42/15.99	c  And the winner is solver0
16.61/16.41	c Got one! Elapsed wall clock time (in seconds):16.304
16.61/16.41	o 380
16.80/16.54	c cleaning 7735 clauses out of 15474 with flag 1003/49967
16.96/16.65	c  And the winner is solver0
17.07/16.91	c Got one! Elapsed wall clock time (in seconds):16.805
17.07/16.91	o 379
17.43/17.20	c  And the winner is solver0
17.66/17.41	c Got one! Elapsed wall clock time (in seconds):17.307
17.66/17.41	o 378
18.43/17.84	c cleaning 6568 clauses out of 13152 with flag 3000/55380
20.17/18.76	c cleaning 6286 clauses out of 12590 with flag 9006/61386
22.09/19.76	c cleaning 6644 clauses out of 13299 with flag 16001/68381
24.44/20.92	c cleaning 7323 clauses out of 14655 with flag 24001/76381
26.97/22.29	c cleaning 8167 clauses out of 16334 with flag 33003/85383
30.29/23.92	c cleaning 9085 clauses out of 18169 with flag 43005/95385
30.43/24.05	c  And the winner is solver1
30.56/24.50	c Got one! Elapsed wall clock time (in seconds):24.391
30.56/24.50	o 377
30.56/24.58	c  And the winner is solver0
30.74/25.00	c Got one! Elapsed wall clock time (in seconds):24.893
30.74/25.00	o 376
31.34/25.34	c  And the winner is solver0
31.45/25.50	c Got one! Elapsed wall clock time (in seconds):25.394
31.45/25.50	o 375
32.25/25.91	c cleaning 7963 clauses out of 15926 with flag 3003/102227
32.59/26.12	c  And the winner is solver0
32.66/26.50	c Got one! Elapsed wall clock time (in seconds):26.396
32.66/26.50	o 374
32.66/26.60	c  And the winner is solver0
32.88/27.00	c Got one! Elapsed wall clock time (in seconds):26.898
32.88/27.00	o 373
33.88/27.51	c cleaning 6916 clauses out of 13878 with flag 4001/108142
34.41/27.83	c  And the winner is solver0
34.51/28.00	c Got one! Elapsed wall clock time (in seconds):27.899
34.51/28.00	o 372
35.30/28.42	c cleaning 6008 clauses out of 12025 with flag 3002/113205
36.60/29.19	c cleaning 5994 clauses out of 12016 with flag 9001/119204
38.36/30.05	c cleaning 6506 clauses out of 13021 with flag 16000/126203
40.30/31.04	c cleaning 7258 clauses out of 14515 with flag 24000/134203
42.44/32.17	c cleaning 8130 clauses out of 16260 with flag 33003/143206
45.14/33.51	c cleaning 9061 clauses out of 18128 with flag 43001/153204
47.91/34.98	c cleaning 10028 clauses out of 20069 with flag 54003/164206
51.04/36.55	c cleaning 11014 clauses out of 22038 with flag 66000/176203
54.38/38.23	c cleaning 12001 clauses out of 24024 with flag 79000/189203
58.08/40.20	c cleaning 13012 clauses out of 26023 with flag 93000/203203
62.44/42.32	c cleaning 14005 clauses out of 28013 with flag 108002/218205
66.76/44.58	c cleaning 15003 clauses out of 30006 with flag 124000/234203
71.50/46.94	c cleaning 16003 clauses out of 32007 with flag 141004/251207
76.42/49.46	c cleaning 17000 clauses out of 34000 with flag 159000/269203
81.75/52.11	c cleaning 17993 clauses out of 36004 with flag 178004/288207
87.09/54.89	c cleaning 19001 clauses out of 38007 with flag 198000/308203
93.26/57.96	c cleaning 20002 clauses out of 40007 with flag 219001/329204
99.98/61.36	c cleaning 21002 clauses out of 42005 with flag 241001/351204
107.16/64.99	c cleaning 21996 clauses out of 44003 with flag 264001/374204
113.69/68.25	c cleaning 22995 clauses out of 46006 with flag 288000/398203
120.43/71.68	c cleaning 24000 clauses out of 48012 with flag 313001/423204
127.68/75.34	c cleaning 25000 clauses out of 50011 with flag 339000/449203
135.59/79.31	c cleaning 26006 clauses out of 52014 with flag 366003/476206
143.49/83.31	c cleaning 26997 clauses out of 54005 with flag 394000/504203
151.00/87.12	c cleaning 28001 clauses out of 56010 with flag 423002/533205
158.66/91.04	c cleaning 28999 clauses out of 58007 with flag 453000/563203
166.17/94.86	c cleaning 29997 clauses out of 60008 with flag 484000/594203
174.29/98.94	c cleaning 31002 clauses out of 62012 with flag 516001/626204
182.60/103.15	c cleaning 32005 clauses out of 64009 with flag 549000/659203
191.27/107.55	c cleaning 33000 clauses out of 66004 with flag 583000/693203
200.61/112.28	c cleaning 34002 clauses out of 68004 with flag 618000/728203
212.14/118.06	c cleaning 35000 clauses out of 70003 with flag 654001/764204
223.86/123.94	c cleaning 35990 clauses out of 72002 with flag 691000/801203
235.92/130.09	c cleaning 37006 clauses out of 74012 with flag 729000/839203
247.86/136.01	c cleaning 38001 clauses out of 76007 with flag 768001/878204
260.62/142.39	c cleaning 38999 clauses out of 78007 with flag 808002/918205
263.23/143.71	c cleaning 0 clauses out of 8731 with flag 0/8751
275.13/149.63	c cleaning 39995 clauses out of 80008 with flag 849002/959205
289.94/157.14	c cleaning 40982 clauses out of 82012 with flag 891001/1001204
305.18/164.81	c cleaning 42013 clauses out of 84030 with flag 934001/1044204
320.84/172.74	c cleaning 43002 clauses out of 86016 with flag 978000/1088203
338.15/181.59	c cleaning 44000 clauses out of 88014 with flag 1023000/1133203
357.22/191.12	c cleaning 45005 clauses out of 90015 with flag 1069001/1179204
375.69/200.49	c cleaning 45997 clauses out of 92010 with flag 1116001/1226204
394.99/210.13	c cleaning 47006 clauses out of 94012 with flag 1164000/1274203
412.53/219.02	c cleaning 48003 clauses out of 96006 with flag 1213000/1323203
430.20/227.90	c cleaning 49001 clauses out of 98004 with flag 1263001/1373204
448.86/237.37	c cleaning 50002 clauses out of 100003 with flag 1314001/1424204
467.48/246.73	c cleaning 50990 clauses out of 102001 with flag 1366001/1476204
485.99/256.14	c cleaning 52005 clauses out of 104012 with flag 1419002/1529205
504.44/265.45	c cleaning 52994 clauses out of 106006 with flag 1473001/1583204
524.29/275.45	c cleaning 54003 clauses out of 108011 with flag 1528000/1638203
544.96/285.81	c cleaning 55003 clauses out of 110010 with flag 1584002/1694205
566.06/296.58	c cleaning 55994 clauses out of 112006 with flag 1641001/1751204
588.74/307.93	c cleaning 57002 clauses out of 114012 with flag 1699001/1809204
612.55/319.93	c cleaning 57998 clauses out of 116010 with flag 1758001/1868204
636.83/332.17	c cleaning 59003 clauses out of 118011 with flag 1818000/1928203
662.55/345.16	c cleaning 60004 clauses out of 120008 with flag 1879000/1989203
687.79/357.85	c cleaning 60998 clauses out of 122005 with flag 1941001/2051204
712.05/370.01	c cleaning 61999 clauses out of 124006 with flag 2004000/2114203
737.70/382.98	c cleaning 63001 clauses out of 126007 with flag 2068000/2178203
764.75/396.66	c cleaning 63993 clauses out of 128007 with flag 2133001/2243204
790.82/409.70	c cleaning 65004 clauses out of 130014 with flag 2199001/2309204
816.26/422.59	c cleaning 65999 clauses out of 132011 with flag 2266002/2376205
846.71/437.83	c cleaning 67002 clauses out of 134010 with flag 2334000/2444203
875.92/452.63	c cleaning 68000 clauses out of 136009 with flag 2403001/2513204
903.60/466.57	c cleaning 69004 clauses out of 138008 with flag 2473000/2583203
935.85/482.76	c cleaning 69989 clauses out of 140004 with flag 2544000/2654203
970.34/500.00	c cleaning 71007 clauses out of 142017 with flag 2616002/2726205
1002.62/516.36	c cleaning 71993 clauses out of 144008 with flag 2689000/2799203
1035.07/532.60	c cleaning 73002 clauses out of 146019 with flag 2763004/2873207
1067.96/549.13	c cleaning 73998 clauses out of 148013 with flag 2838000/2948203
1099.92/565.10	c cleaning 75002 clauses out of 150016 with flag 2914001/3024204
1135.31/583.08	c cleaning 76003 clauses out of 152013 with flag 2991000/3101203
1164.87/597.90	c cleaning 76997 clauses out of 154012 with flag 3069002/3179205
1196.05/613.62	c cleaning 77996 clauses out of 156014 with flag 3148001/3258204
1229.49/630.42	c cleaning 79007 clauses out of 158022 with flag 3228005/3338208
1262.22/647.02	c cleaning 79997 clauses out of 160010 with flag 3309000/3419203
1295.37/663.77	c cleaning 81001 clauses out of 162015 with flag 3391002/3501205
1329.16/680.71	c cleaning 82006 clauses out of 164012 with flag 3474000/3584203
1349.48/691.07	c cleaning 0 clauses out of 14731 with flag 0/14751
1362.49/697.86	c cleaning 82998 clauses out of 166007 with flag 3558001/3668204
1398.71/716.03	c cleaning 83997 clauses out of 168010 with flag 3643002/3753205
1435.93/734.70	c cleaning 85002 clauses out of 170012 with flag 3729001/3839204
1471.74/752.79	c cleaning 85995 clauses out of 172009 with flag 3816000/3926203
1509.12/771.62	c cleaning 87002 clauses out of 174014 with flag 3904000/4014203
1545.62/789.97	c cleaning 87995 clauses out of 176012 with flag 3993000/4103203
1585.60/810.00	c cleaning 89006 clauses out of 178018 with flag 4083001/4193204
1624.83/829.76	c cleaning 90004 clauses out of 180011 with flag 4174000/4284203
1667.21/851.19	c cleaning 90999 clauses out of 182009 with flag 4266002/4376205
1709.09/872.17	c cleaning 91996 clauses out of 184009 with flag 4359001/4469204
1753.16/894.30	c cleaning 92994 clauses out of 186012 with flag 4453000/4563203
1795.60/915.50	c cleaning 94007 clauses out of 188018 with flag 4548000/4658203
1800.10/918.11	c starts		: 424
1800.10/918.11	c conflicts		: 4671730
1800.10/918.11	c decisions		: 6189075
1800.10/918.11	c propagations		: 81106827
1800.10/918.11	c inspects		: 3564839815
1800.10/918.11	c shortcuts		: 0
1800.10/918.11	c learnt literals	: 0
1800.10/918.11	c learnt binary clauses	: 1
1800.10/918.11	c learnt ternary clauses	: 24
1800.10/918.11	c learnt constraints	: 4671730
1800.10/918.11	c ignored constraints	: 0
1800.10/918.11	c root simplifications	: 0
1800.10/918.11	c removed literals (reason simplification)	: 1487876705
1800.10/918.11	c reason swapping (by a shorter reason)	: 0
1800.10/918.11	c Calls to reduceDB	: 106
1800.10/918.11	c number of reductions to clauses (during analyze)	: 0
1800.10/918.11	c number of learned constraints concerned by reduction	: 0
1800.10/918.11	c number of learning phase by resolution	: 0
1800.10/918.11	c number of learning phase by cutting planes	: 0
1800.10/918.11	c speed (assignments/second)	: 90762.84812329274
1800.10/918.11	c non guided choices	2
1800.10/918.14	c learnt constraints type 
1800.10/918.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.10/918.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107740
1800.10/918.14	c constraints type 
1800.10/918.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 289
1800.10/918.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.10/918.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5268
1800.10/918.14	c 5558 constraints processed.
1800.10/918.14	c constraints type 
1800.10/918.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5268
1800.10/918.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 289
1800.10/918.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.10/918.14	c 5558 constraints processed.
1800.10/918.14	s SATISFIABLE
1800.10/918.14	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 x457 -x458 x459 -x460 x461 -x462 x463 -x464 x465 -x466 x467 -x468 x469 -x470 -x471 x472 x473 -x474 x475 -x476 x477 -x478 x479 -x480 x481 -x482 x483 -x484 x485 -x486 x487 -x488 x489 -x490 x491 -x492 x493 -x494 x495 -x496 x497 -x498 x499 -x500 x501 -x502 x503 -x504 x505 -x506 x507 -x508 x509 -x510 x511 -x512 -x513 x514 x515 -x516 -x517 x518 -x519 x520 -x521 x522 -x523 x524 x525 -x526 -x527 x528 -x529 x530 -x531 x532 -x533 x534 x535 -x536 -x537 x538 x539 -x540 -x541 x542 -x543 x544 -x545 x546 -x547 x548 -x549 x550 x551 -x552 -x553 x554 x555 -x556 -x557 x558 -x559 x560 -x561 x562 x563 -x564 -x565 x566 -x567 x568 -x569 x570 x571 -x572 -x573 x574 -x575 x576 -x577 x578 -x579 x580 -x581 x582 x583 -x584 -x585 x586 -x587 x588 x589 -x590 -x591 x592 -x593 x594 x595 -x596 -x597 x598 -x599 x600 -x601 x602 x603 -x604 -x605 x606 -x607 x608 -x609 x610 -x611 x612 x613 -x614 -x615 x616 -x617 x618 -x619 x620 -x621 x622 x623 -x624 -x625 x626 -x627 x628 -x629 x630 x631 -x632 -x633 x634 x635 -x636 -x637 x638 -x639 x640 -x641 x642 -x643 x644 -x645 x646 x647 -x648 -x649 x650 x651 -x652 -x653 x654 -x655 x656 -x657 x658 x659 -x660 -x661 x662 -x663 x664 -x665 x666 -x667 x668 -x669 x670 x671 -x672 -x673 x674 -x675 x676 -x677 x678 x679 -x680 -x681 x682 x683 -x684 -x685 x686 -x687 x688 -x689 x690 x691 -x692 -x693 x694 -x695 x696 -x697 x698 x699 -x700 -x701 x702 -x703 x704 -x705 x706 -x707 x708 -x709 x710 x711 -x712 -x713 x714 x715 -x716 -x717 x718 -x719 x720 -x721 x722 -x723 x724 -x725 x726 x727 -x728 -x729 x730 -x731 x732 x733 -x734 -x735 x736 -x737 x738 -x739 -x740 x741 -x742 -x743 x744 -x745 x746 -x747 x748 x749 -x750 -x751 x752 -x753 x754 x755 -x756 -x757 x758 -x759 x760 -x761 x762 -x763 x764 -x765 x766 x767 -x768 -x769 x770 -x771 x772 x773 -x774 -x775 x776 -x777 x778 x779 -x780 -x781 x782 -x783 x784 x785 -x786 -x787 x788 -x789 -x790 -x791 -x792 -x793 x794 -x795 x796 -x797 x798 x799 -x800 -x801 x802 -x803 x804 -x805 x806 x807 -x808 
1800.10/918.14	c objective function=372
1800.10/918.14	c Total wall clock time (in seconds): 918.041

Verifier Data

OK	372

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-3687770-1337873854/watcher-3687770-1337873854 -o /tmp/evaluation-result-3687770-1337873854/solver-3687770-1337873854 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687770-1337873854.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: 3.69 3.70 3.28 4/197 22455
/proc/meminfo: memFree=28827128/32873844 swapFree=7100/7100
[pid=22455] ppid=22453 vsize=23172 CPUtime=0 cores=1,3,5,7
/proc/22455/stat : 22455 (java) R 22453 22455 21308 0 -1 4202496 1137 0 0 0 0 0 0 0 20 0 1 0 253513969 23728128 858 33554432000 1073741824 1073778376 140733982558640 140733982547704 1073754112 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22455/statm: 6050 866 654 9 0 385 0
[pid=22455/tid=22456] ppid=22453 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22456/stat : 22456 (java) R 22453 22455 21308 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 253513970 24780800 867 33554432000 1073741824 1073778376 140733982558640 140733982547704 247064303793 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100285 s]
/proc/loadavg: 3.69 3.70 3.28 4/197 22455
/proc/meminfo: memFree=28827128/32873844 swapFree=7100/7100
[pid=22455] ppid=22453 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/22455/stat : 22455 (java) S 22453 22455 21308 0 -1 4202496 4423 0 1 0 9 1 0 0 20 0 18 0 253513969 9787813888 6087 33554432000 1073741824 1073778376 140733982558640 140733982549776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22455/statm: 2389603 6088 2125 9 0 2380296 0
[pid=22455/tid=22456] ppid=22453 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/22455/task/22456/stat : 22456 (java) R 22453 22455 21308 0 -1 4202560 2429 0 1 0 6 1 0 0 20 0 18 0 253513970 9787813888 6088 33554432000 1073741824 1073778376 140733982558640 140691511732560 247067632909 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.200251 s]
/proc/loadavg: 3.69 3.70 3.28 4/197 22455
/proc/meminfo: memFree=28827128/32873844 swapFree=7100/7100
[pid=22455] ppid=22453 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/22455/stat : 22455 (java) S 22453 22455 21308 0 -1 4202496 4957 0 1 0 27 1 0 0 20 0 18 0 253513969 9787813888 6993 33554432000 1073741824 1073778376 140733982558640 140733982549776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22455/statm: 2389603 6993 2203 9 0 2380296 0
[pid=22455/tid=22456] ppid=22453 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/22455/task/22456/stat : 22456 (java) R 22453 22455 21308 0 -1 4202560 2441 0 1 0 16 1 0 0 20 0 18 0 253513970 9787813888 6993 33554432000 1073741824 1073778376 140733982558640 140691511732560 140691334643377 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558412

[startup+0.300281 s]
/proc/loadavg: 3.69 3.70 3.28 4/197 22455
/proc/meminfo: memFree=28827128/32873844 swapFree=7100/7100
[pid=22455] ppid=22453 vsize=9558412 CPUtime=0.58 cores=1,3,5,7
/proc/22455/stat : 22455 (java) S 22453 22455 21308 0 -1 4202496 6987 0 1 0 56 2 0 0 20 0 18 0 253513969 9787813888 9622 33554432000 1073741824 1073778376 140733982558640 140733982549776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22455/statm: 2389603 9622 2223 9 0 2380296 0
[pid=22455/tid=22456] ppid=22453 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/22455/task/22456/stat : 22456 (java) R 22453 22455 21308 0 -1 4202560 2444 0 1 0 26 1 0 0 20 0 18 0 253513970 9787813888 9622 33554432000 1073741824 1073778376 140733982558640 140691511732560 140691334769115 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558412

[startup+0.700211 s]
/proc/loadavg: 3.69 3.70 3.28 4/197 22455
/proc/meminfo: memFree=28827128/32873844 swapFree=7100/7100
[pid=22455] ppid=22453 vsize=9824668 CPUtime=2.08 cores=1,3,5,7
/proc/22455/stat : 22455 (java) S 22453 22455 21308 0 -1 4202496 19625 0 1 0 203 5 0 0 20 0 22 0 253513969 10060460032 21176 33554432000 1073741824 1073778376 140733982558640 140733982549776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22455/statm: 2456167 21176 2243 9 0 2446860 0
[pid=22455/tid=22456] ppid=22453 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/22455/task/22456/stat : 22456 (java) S 22453 22455 21308 0 -1 4202560 2474 0 1 0 30 2 0 0 20 0 22 0 253513970 10060460032 21176 33554432000 1073741824 1073778376 140733982558640 140691511735288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9824668

[startup+1.50083 s]
/proc/loadavg: 3.69 3.70 3.28 3/216 22477
/proc/meminfo: memFree=28717592/32873844 swapFree=7100/7100
[pid=22455] ppid=22453 vsize=9824668 CPUtime=3.74 cores=1,3,5,7
/proc/22455/stat : 22455 (java) S 22453 22455 21308 0 -1 4202496 20402 0 1 0 364 10 0 0 20 0 22 0 253513969 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140733982549776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22455/statm: 2456167 38232 2259 9 0 2446860 0
[pid=22455/tid=22456] ppid=22453 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/22455/task/22456/stat : 22456 (java) S 22453 22455 21308 0 -1 4202560 2490 0 1 0 31 2 0 0 20 0 22 0 253513970 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140691511735288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22458] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22458/stat : 22458 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513970 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140691473225896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22459] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22459/stat : 22459 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513970 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140691472173352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22460] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22460/stat : 22460 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513970 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140691471120808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22455/tid=22461] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22461/stat : 22461 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513970 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140691470068264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22462] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22462/stat : 22462 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513970 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140691469015720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22463] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22463/stat : 22463 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513970 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140691467963176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22464] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22464/stat : 22464 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513970 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140691466910632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22465] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22465/stat : 22465 (java) S 22453 22455 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253513970 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140691465858088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22466] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22466/stat : 22466 (java) S 22453 22455 21308 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253513971 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140691453446248 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22467] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22467/stat : 22467 (java) S 22453 22455 21308 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253513972 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140691334227064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22468] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22468/stat : 22468 (java) S 22453 22455 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513972 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140691333174408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22469] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22469/stat : 22469 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513974 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140691332123152 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22470] ppid=22453 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/22455/task/22470/stat : 22470 (java) S 22453 22455 21308 0 -1 4202560 7438 0 0 0 78 2 0 0 20 0 22 0 253513974 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140691331070520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22471] ppid=22453 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/22455/task/22471/stat : 22471 (java) S 22453 22455 21308 0 -1 4202560 9063 0 0 0 84 2 0 0 20 0 22 0 253513974 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140691330017976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22455/tid=22472] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22472/stat : 22472 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513974 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140691328965624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22455/tid=22473] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22473/stat : 22473 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513974 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140691327913288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22476] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22476/stat : 22476 (java) S 22453 22455 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253514005 10060460032 38232 33554432000 1073741824 1073778376 140733982558640 140691324752936 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9824668

[startup+3.10078 s]
/proc/loadavg: 3.69 3.70 3.28 3/216 22483
/proc/meminfo: memFree=28663624/32873844 swapFree=7100/7100
[pid=22455] ppid=22453 vsize=9824668 CPUtime=4.31 cores=1,3,5,7
/proc/22455/stat : 22455 (java) S 22453 22455 21308 0 -1 4202496 20469 0 1 0 415 16 0 0 20 0 19 0 253513969 10060460032 48999 33554432000 1073741824 1073778376 140733982558640 140733982549776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22455/statm: 2456167 48999 2272 9 0 2446860 0
[pid=22455/tid=22456] ppid=22453 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/22455/task/22456/stat : 22456 (java) S 22453 22455 21308 0 -1 4202560 2492 0 1 0 31 3 0 0 20 0 19 0 253513970 10060460032 48999 33554432000 1073741824 1073778376 140733982558640 140691511735288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22458] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22458/stat : 22458 (java) S 22453 22455 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253513970 10060460032 48999 33554432000 1073741824 1073778376 140733982558640 140691473225896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22459] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22459/stat : 22459 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253513970 10060460032 48999 33554432000 1073741824 1073778376 140733982558640 140691472173352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22460] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22460/stat : 22460 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253513970 10060460032 48999 33554432000 1073741824 1073778376 140733982558640 140691471120808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22455/tid=22461] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22461/stat : 22461 (java) S 22453 22455 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253513970 10060460032 48999 33554432000 1073741824 1073778376 140733982558640 140691470068264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22462] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22462/stat : 22462 (java) S 22453 22455 21308 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253513970 10060460032 48999 33554432000 1073741824 1073778376 140733982558640 140691469015720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22463] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22463/stat : 22463 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253513970 10060460032 48999 33554432000 1073741824 1073778376 140733982558640 140691467963176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22464] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22464/stat : 22464 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253513970 10060460032 48999 33554432000 1073741824 1073778376 140733982558640 140691466910632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22465] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22465/stat : 22465 (java) S 22453 22455 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253513970 10060460032 48999 33554432000 1073741824 1073778376 140733982558640 140691465858088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22466] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22466/stat : 22466 (java) S 22453 22455 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253513971 10060460032 48999 33554432000 1073741824 1073778376 140733982558640 140691453446248 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22467] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22467/stat : 22467 (java) S 22453 22455 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253513972 10060460032 48999 33554432000 1073741824 1073778376 140733982558640 140691334227064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22468] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22468/stat : 22468 (java) S 22453 22455 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253513972 10060460032 48999 33554432000 1073741824 1073778376 140733982558640 140691333174408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22469] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22469/stat : 22469 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253513974 10060460032 48999 33554432000 1073741824 1073778376 140733982558640 140691332123152 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22470] ppid=22453 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/22455/task/22470/stat : 22470 (java) S 22453 22455 21308 0 -1 4202560 7438 0 0 0 84 2 0 0 20 0 19 0 253513974 10060460032 48999 33554432000 1073741824 1073778376 140733982558640 140691331070520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22471] ppid=22453 vsize=9824668 CPUtime=0.95 cores=1,3,5,7
/proc/22455/task/22471/stat : 22471 (java) S 22453 22455 21308 0 -1 4202560 9063 0 0 0 92 3 0 0 20 0 19 0 253513974 10060460032 48999 33554432000 1073741824 1073778376 140733982558640 140691330017976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22455/tid=22472] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22472/stat : 22472 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253513974 10060460032 48999 33554432000 1073741824 1073778376 140733982558640 140691328965624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22455/tid=22473] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22473/stat : 22473 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253513974 10060460032 48999 33554432000 1073741824 1073778376 140733982558640 140691327913288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9824668

[startup+6.30068 s]
/proc/loadavg: 3.55 3.67 3.27 3/216 22504
/proc/meminfo: memFree=28632524/32873844 swapFree=7100/7100
[pid=22455] ppid=22453 vsize=9824668 CPUtime=4.98 cores=1,3,5,7
/proc/22455/stat : 22455 (java) S 22453 22455 21308 0 -1 4202496 21339 0 1 0 475 23 0 0 20 0 19 0 253513969 10060460032 48827 33554432000 1073741824 1073778376 140733982558640 140733982549776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22455/statm: 2456167 48827 2273 9 0 2446860 0
[pid=22455/tid=22456] ppid=22453 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/22455/task/22456/stat : 22456 (java) S 22453 22455 21308 0 -1 4202560 2493 0 1 0 32 3 0 0 20 0 19 0 253513970 10060460032 48827 33554432000 1073741824 1073778376 140733982558640 140691511735288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22458] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22458/stat : 22458 (java) S 22453 22455 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253513970 10060460032 48827 33554432000 1073741824 1073778376 140733982558640 140691473225896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22459] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22459/stat : 22459 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253513970 10060460032 48827 33554432000 1073741824 1073778376 140733982558640 140691472173352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22460] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22460/stat : 22460 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253513970 10060460032 48827 33554432000 1073741824 1073778376 140733982558640 140691471120808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22455/tid=22461] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22461/stat : 22461 (java) S 22453 22455 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253513970 10060460032 48827 33554432000 1073741824 1073778376 140733982558640 140691470068264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22462] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22462/stat : 22462 (java) S 22453 22455 21308 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253513970 10060460032 48827 33554432000 1073741824 1073778376 140733982558640 140691469015720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22463] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22463/stat : 22463 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253513970 10060460032 48827 33554432000 1073741824 1073778376 140733982558640 140691467963176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22464] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22464/stat : 22464 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253513970 10060460032 48827 33554432000 1073741824 1073778376 140733982558640 140691466910632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22465] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22465/stat : 22465 (java) S 22453 22455 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253513970 10060460032 48827 33554432000 1073741824 1073778376 140733982558640 140691465858088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22466] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22466/stat : 22466 (java) S 22453 22455 21308 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253513971 10060460032 48827 33554432000 1073741824 1073778376 140733982558640 140691453446248 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22467] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22467/stat : 22467 (java) S 22453 22455 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253513972 10060460032 48827 33554432000 1073741824 1073778376 140733982558640 140691334227064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22468] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22468/stat : 22468 (java) S 22453 22455 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253513972 10060460032 48827 33554432000 1073741824 1073778376 140733982558640 140691333174408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22469] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22469/stat : 22469 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253513974 10060460032 48827 33554432000 1073741824 1073778376 140733982558640 140691332123152 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22470] ppid=22453 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/22455/task/22470/stat : 22470 (java) S 22453 22455 21308 0 -1 4202560 7963 0 0 0 100 2 0 0 20 0 19 0 253513974 10060460032 48827 33554432000 1073741824 1073778376 140733982558640 140691331070520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22471] ppid=22453 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/22455/task/22471/stat : 22471 (java) S 22453 22455 21308 0 -1 4202560 9320 0 0 0 121 3 0 0 20 0 19 0 253513974 10060460032 48827 33554432000 1073741824 1073778376 140733982558640 140691330017976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22472] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22472/stat : 22472 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253513974 10060460032 48827 33554432000 1073741824 1073778376 140733982558640 140691328965624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=22455/tid=22577] ppid=22453 vsize=9824668 CPUtime=704.08 cores=1,3,5,7
/proc/22455/task/22577/stat : 22577 (java) R 22453 22455 21308 0 -1 4202560 375 0 0 0 70391 17 0 0 20 0 22 0 253516770 10060460032 262830 33554432000 1073741824 1073778376 140733982558640 140691324750592 140691334814335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22578] ppid=22453 vsize=9824668 CPUtime=704.02 cores=1,3,5,7
/proc/22455/task/22578/stat : 22578 (java) R 22453 22455 21308 0 -1 4202560 4942 0 0 0 70367 35 0 0 20 0 22 0 253516770 10060460032 262830 33554432000 1073741824 1073778376 140733982558640 140691326856880 140691335333715 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22579] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22579/stat : 22579 (java) S 22453 22455 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253516770 10060460032 262830 33554432000 1073741824 1073778376 140733982558640 140691323700776 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1490.41
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.94 3.83 3.57 4/219 22594
/proc/meminfo: memFree=26320464/32873844 swapFree=7100/7100
[pid=22455] ppid=22453 vsize=9824668 CPUtime=1609.95 cores=1,3,5,7
/proc/22455/stat : 22455 (java) S 22453 22455 21308 0 -1 4202496 32896 0 1 0 160759 236 0 0 20 0 22 0 253513969 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140733982549776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22455/statm: 2456167 237795 2289 9 0 2446860 0
[pid=22455/tid=22456] ppid=22453 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/22455/task/22456/stat : 22456 (java) S 22453 22455 21308 0 -1 4202560 2546 0 1 0 39 3 0 0 20 0 22 0 253513970 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691511735288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22458] ppid=22453 vsize=9824668 CPUtime=3.38 cores=1,3,5,7
/proc/22455/task/22458/stat : 22458 (java) S 22453 22455 21308 0 -1 4202560 423 0 0 0 328 10 0 0 20 0 22 0 253513970 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691473225896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22459] ppid=22453 vsize=9824668 CPUtime=3.34 cores=1,3,5,7
/proc/22455/task/22459/stat : 22459 (java) S 22453 22455 21308 0 -1 4202560 473 0 0 0 325 9 0 0 20 0 22 0 253513970 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691472173352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22460] ppid=22453 vsize=9824668 CPUtime=3.35 cores=1,3,5,7
/proc/22455/task/22460/stat : 22460 (java) S 22453 22455 21308 0 -1 4202560 519 0 0 0 325 10 0 0 20 0 22 0 253513970 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691471120808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22455/tid=22461] ppid=22453 vsize=9824668 CPUtime=3.37 cores=1,3,5,7
/proc/22455/task/22461/stat : 22461 (java) S 22453 22455 21308 0 -1 4202560 401 0 0 0 327 10 0 0 20 0 22 0 253513970 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691470068264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22462] ppid=22453 vsize=9824668 CPUtime=3.35 cores=1,3,5,7
/proc/22455/task/22462/stat : 22462 (java) S 22453 22455 21308 0 -1 4202560 490 0 0 0 327 8 0 0 20 0 22 0 253513970 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691469015720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22463] ppid=22453 vsize=9824668 CPUtime=3.21 cores=1,3,5,7
/proc/22455/task/22463/stat : 22463 (java) S 22453 22455 21308 0 -1 4202560 395 0 0 0 313 8 0 0 20 0 22 0 253513970 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691467963176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22464] ppid=22453 vsize=9824668 CPUtime=3.21 cores=1,3,5,7
/proc/22455/task/22464/stat : 22464 (java) S 22453 22455 21308 0 -1 4202560 535 0 0 0 312 9 0 0 20 0 22 0 253513970 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691466910632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22465] ppid=22453 vsize=9824668 CPUtime=3.35 cores=1,3,5,7
/proc/22455/task/22465/stat : 22465 (java) S 22453 22455 21308 0 -1 4202560 667 0 0 0 326 9 0 0 20 0 22 0 253513970 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691465858088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22466] ppid=22453 vsize=9824668 CPUtime=25.63 cores=1,3,5,7
/proc/22455/task/22466/stat : 22466 (java) S 22453 22455 21308 0 -1 4202560 1376 0 0 0 2518 45 0 0 20 0 22 0 253513971 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691453446248 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22467] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22467/stat : 22467 (java) S 22453 22455 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253513972 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691334227064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22468] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22468/stat : 22468 (java) S 22453 22455 21308 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 22 0 253513972 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691333174408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22469] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22469/stat : 22469 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513974 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691332123152 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22470] ppid=22453 vsize=9824668 CPUtime=1.86 cores=1,3,5,7
/proc/22455/task/22470/stat : 22470 (java) S 22453 22455 21308 0 -1 4202560 8133 0 0 0 184 2 0 0 20 0 22 0 253513974 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691331070520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22471] ppid=22453 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/22455/task/22471/stat : 22471 (java) S 22453 22455 21308 0 -1 4202560 9337 0 0 0 154 3 0 0 20 0 22 0 253513974 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691330017976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22472] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22472/stat : 22472 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513974 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691328965624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22455/tid=22473] ppid=22453 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/22455/task/22473/stat : 22473 (java) S 22453 22455 21308 0 -1 4202560 47 0 0 0 17 19 0 0 20 0 22 0 253513974 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691327913288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22564] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22564/stat : 22564 (java) S 22453 22455 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253516419 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691325806248 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22455/tid=22577] ppid=22453 vsize=9824668 CPUtime=762.09 cores=1,3,5,7
/proc/22455/task/22577/stat : 22577 (java) R 22453 22455 21308 0 -1 4202560 384 0 0 0 76191 18 0 0 20 0 22 0 253516770 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691324750624 140691334939747 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22578] ppid=22453 vsize=9824668 CPUtime=762.05 cores=1,3,5,7
/proc/22455/task/22578/stat : 22578 (java) R 22453 22455 21308 0 -1 4202560 4965 0 0 0 76169 36 0 0 20 0 22 0 253516770 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691326856880 140691334999471 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22579] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22579/stat : 22579 (java) S 22453 22455 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253516770 10060460032 237795 33554432000 1073741824 1073778376 140733982558640 140691323700776 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1609.95
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 3.68 3.78 3.57 5/219 22594
/proc/meminfo: memFree=26266728/32873844 swapFree=7100/7100
[pid=22455] ppid=22453 vsize=9824668 CPUtime=1729.21 cores=1,3,5,7
/proc/22455/stat : 22455 (java) S 22453 22455 21308 0 -1 4202496 33180 0 1 0 172679 242 0 0 20 0 22 0 253513969 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140733982549776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22455/statm: 2456167 223089 2289 9 0 2446860 0
[pid=22455/tid=22456] ppid=22453 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/22455/task/22456/stat : 22456 (java) S 22453 22455 21308 0 -1 4202560 2551 0 1 0 39 3 0 0 20 0 22 0 253513970 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691511735288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22458] ppid=22453 vsize=9824668 CPUtime=3.61 cores=1,3,5,7
/proc/22455/task/22458/stat : 22458 (java) R 22453 22455 21308 0 -1 4202560 426 0 0 0 351 10 0 0 20 0 22 0 253513970 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691473226024 247064202375 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22459] ppid=22453 vsize=9824668 CPUtime=3.57 cores=1,3,5,7
/proc/22455/task/22459/stat : 22459 (java) R 22453 22455 21308 0 -1 4202560 510 0 0 0 348 9 0 0 20 0 22 0 253513970 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691472173480 247064202375 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22460] ppid=22453 vsize=9824668 CPUtime=3.63 cores=1,3,5,7
/proc/22455/task/22460/stat : 22460 (java) R 22453 22455 21308 0 -1 4202560 558 0 0 0 353 10 0 0 20 0 22 0 253513970 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691471120936 247064202375 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22461] ppid=22453 vsize=9824668 CPUtime=3.67 cores=1,3,5,7
/proc/22455/task/22461/stat : 22461 (java) R 22453 22455 21308 0 -1 4202560 403 0 0 0 357 10 0 0 20 0 22 0 253513970 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691470068120 247064202375 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22462] ppid=22453 vsize=9824668 CPUtime=3.6 cores=1,3,5,7
/proc/22455/task/22462/stat : 22462 (java) R 22453 22455 21308 0 -1 4202560 491 0 0 0 352 8 0 0 20 0 22 0 253513970 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691469015896 140691518243251 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22463] ppid=22453 vsize=9824668 CPUtime=3.44 cores=1,3,5,7
/proc/22455/task/22463/stat : 22463 (java) R 22453 22455 21308 0 -1 4202560 405 0 0 0 335 9 0 0 20 0 22 0 253513970 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691467963304 247064202375 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22464] ppid=22453 vsize=9824668 CPUtime=3.47 cores=1,3,5,7
/proc/22455/task/22464/stat : 22464 (java) R 22453 22455 21308 0 -1 4202560 559 0 0 0 338 9 0 0 20 0 22 0 253513970 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691466910760 140691519780000 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22455/tid=22465] ppid=22453 vsize=9824668 CPUtime=3.62 cores=1,3,5,7
/proc/22455/task/22465/stat : 22465 (java) R 22453 22455 21308 0 -1 4202560 694 0 0 0 352 10 0 0 20 0 22 0 253513970 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691465858216 247064202375 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22466] ppid=22453 vsize=9824668 CPUtime=27.27 cores=1,3,5,7
/proc/22455/task/22466/stat : 22466 (java) S 22453 22455 21308 0 -1 4202560 1476 0 0 0 2679 48 0 0 20 0 22 0 253513971 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691453445128 247067620412 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22467] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22467/stat : 22467 (java) S 22453 22455 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253513972 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691334227064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22468] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22468/stat : 22468 (java) S 22453 22455 21308 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 22 0 253513972 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691333174408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22469] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22469/stat : 22469 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513974 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691332123152 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22470] ppid=22453 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/22455/task/22470/stat : 22470 (java) S 22453 22455 21308 0 -1 4202560 8134 0 0 0 185 2 0 0 20 0 22 0 253513974 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691331070520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22471] ppid=22453 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/22455/task/22471/stat : 22471 (java) S 22453 22455 21308 0 -1 4202560 9337 0 0 0 154 3 0 0 20 0 22 0 253513974 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691330017976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22472] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22472/stat : 22472 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513974 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691328965624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22455/tid=22473] ppid=22453 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/22455/task/22473/stat : 22473 (java) S 22453 22455 21308 0 -1 4202560 51 0 0 0 18 20 0 0 20 0 22 0 253513974 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691327913288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22564] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22564/stat : 22564 (java) S 22453 22455 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253516419 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691325806248 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22455/tid=22577] ppid=22453 vsize=9824668 CPUtime=819.88 cores=1,3,5,7
/proc/22455/task/22577/stat : 22577 (java) S 22453 22455 21308 0 -1 4202560 403 0 0 0 81969 19 0 0 20 0 22 0 253516770 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691324751320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22578] ppid=22453 vsize=9824668 CPUtime=819.83 cores=1,3,5,7
/proc/22455/task/22578/stat : 22578 (java) S 22453 22455 21308 0 -1 4202560 4977 0 0 0 81945 38 0 0 20 0 22 0 253516770 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691326856296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22579] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22579/stat : 22579 (java) S 22453 22455 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253516770 10060460032 223089 33554432000 1073741824 1073778376 140733982558640 140691323700776 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1729.21
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+918.101 s]
/proc/loadavg: 3.77 3.79 3.58 5/219 22680
/proc/meminfo: memFree=26878800/32873844 swapFree=7100/7100
[pid=22455] ppid=22453 vsize=9824668 CPUtime=1800.1 cores=1,3,5,7
/proc/22455/stat : 22455 (java) S 22453 22455 21308 0 -1 4202496 33887 0 1 0 179761 249 0 0 20 0 22 0 253513969 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140733982549776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22455/statm: 2456167 247335 2289 9 0 2446860 0
[pid=22455/tid=22456] ppid=22453 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/22455/task/22456/stat : 22456 (java) S 22453 22455 21308 0 -1 4202560 2553 0 1 0 39 4 0 0 20 0 22 0 253513970 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691511735288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22458] ppid=22453 vsize=9824668 CPUtime=3.79 cores=1,3,5,7
/proc/22455/task/22458/stat : 22458 (java) S 22453 22455 21308 0 -1 4202560 430 0 0 0 369 10 0 0 20 0 22 0 253513970 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691473225896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22455/tid=22459] ppid=22453 vsize=9824668 CPUtime=3.69 cores=1,3,5,7
/proc/22455/task/22459/stat : 22459 (java) S 22453 22455 21308 0 -1 4202560 516 0 0 0 360 9 0 0 20 0 22 0 253513970 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691472173352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22460] ppid=22453 vsize=9824668 CPUtime=3.81 cores=1,3,5,7
/proc/22455/task/22460/stat : 22460 (java) S 22453 22455 21308 0 -1 4202560 570 0 0 0 371 10 0 0 20 0 22 0 253513970 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691471120808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22461] ppid=22453 vsize=9824668 CPUtime=3.77 cores=1,3,5,7
/proc/22455/task/22461/stat : 22461 (java) S 22453 22455 21308 0 -1 4202560 416 0 0 0 367 10 0 0 20 0 22 0 253513970 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691470068264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22455/tid=22462] ppid=22453 vsize=9824668 CPUtime=3.73 cores=1,3,5,7
/proc/22455/task/22462/stat : 22462 (java) S 22453 22455 21308 0 -1 4202560 494 0 0 0 365 8 0 0 20 0 22 0 253513970 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691469015720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22463] ppid=22453 vsize=9824668 CPUtime=3.55 cores=1,3,5,7
/proc/22455/task/22463/stat : 22463 (java) S 22453 22455 21308 0 -1 4202560 417 0 0 0 346 9 0 0 20 0 22 0 253513970 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691467963176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22464] ppid=22453 vsize=9824668 CPUtime=3.62 cores=1,3,5,7
/proc/22455/task/22464/stat : 22464 (java) S 22453 22455 21308 0 -1 4202560 570 0 0 0 353 9 0 0 20 0 22 0 253513970 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691466910632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22465] ppid=22453 vsize=9824668 CPUtime=3.75 cores=1,3,5,7
/proc/22455/task/22465/stat : 22465 (java) S 22453 22455 21308 0 -1 4202560 696 0 0 0 365 10 0 0 20 0 22 0 253513970 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691465858088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22455/tid=22466] ppid=22453 vsize=9824668 CPUtime=28.47 cores=1,3,5,7
/proc/22455/task/22466/stat : 22466 (java) S 22453 22455 21308 0 -1 4202560 1591 0 0 0 2798 49 0 0 20 0 22 0 253513971 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691453446248 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22467] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22467/stat : 22467 (java) S 22453 22455 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253513972 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691334227064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22468] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22468/stat : 22468 (java) S 22453 22455 21308 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 22 0 253513972 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691333174408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22469] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22469/stat : 22469 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513974 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691332123152 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22470] ppid=22453 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/22455/task/22470/stat : 22470 (java) S 22453 22455 21308 0 -1 4202560 8134 0 0 0 185 2 0 0 20 0 22 0 253513974 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691331070520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22471] ppid=22453 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/22455/task/22471/stat : 22471 (java) S 22453 22455 21308 0 -1 4202560 9337 0 0 0 154 3 0 0 20 0 22 0 253513974 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691330017976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22455/tid=22472] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22472/stat : 22472 (java) S 22453 22455 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513974 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691328965624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22455/tid=22473] ppid=22453 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/22455/task/22473/stat : 22473 (java) S 22453 22455 21308 0 -1 4202560 53 0 0 0 18 22 0 0 20 0 22 0 253513974 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691327913288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22564] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22564/stat : 22564 (java) S 22453 22455 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253516419 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691325806248 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22455/tid=22577] ppid=22453 vsize=9824668 CPUtime=854.15 cores=1,3,5,7
/proc/22455/task/22577/stat : 22577 (java) R 22453 22455 21308 0 -1 4202560 416 0 0 0 85396 19 0 0 20 0 22 0 253516770 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691324752480 140691335113184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22455/tid=22578] ppid=22453 vsize=9824668 CPUtime=854.12 cores=1,3,5,7
/proc/22455/task/22578/stat : 22578 (java) R 22453 22455 21308 0 -1 4202560 5489 0 0 0 85372 40 0 0 20 0 22 0 253516770 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691326856064 140691334999325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22455/tid=22579] ppid=22453 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22455/task/22579/stat : 22579 (java) S 22453 22455 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253516770 10060460032 247335 33554432000 1073741824 1073778376 140733982558640 140691323700776 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143
Real time (s): 918.16
CPU time (s): 1800.62
CPU user time (s): 1797.68
CPU system time (s): 2.94155
CPU usage (%): 196.112
Max. virtual memory (cumulated for all children) (KiB): 9825260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.68
system time used= 2.94155
maximum resident set size= 1153868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33918
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40375
involuntary context switches= 66761

runsolver used 3.41448 second user time and 8.66068 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-24 17:37:34
IDJOB=3687770
IDBENCH=2106
IDSOLVER=2268
FILE ID=node103/3687770-1337873854
RUNJOBID= node103-1337871881-21325
PBS_JOBID= 14620101
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= 05a418d42b6e85967009c0fa73623d83
RANDOM SEED=387823464

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28827128 kB
Buffers:          200256 kB
Cached:          2653496 kB
SwapCached:            0 kB
Active:          1083140 kB
Inactive:        2181164 kB
Active(anon):     412896 kB
Inactive(anon):        0 kB
Active(file):     670244 kB
Inactive(file):  2181164 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               160 kB
Writeback:             0 kB
AnonPages:        447740 kB
Mapped:            22608 kB
Shmem:               200 kB
Slab:             626048 kB
SReclaimable:      68368 kB
SUnreclaim:       557680 kB
KernelStack:        1792 kB
PageTables:         5024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     698940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 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= 71712 MiB
End job on node103 at 2012-05-24 17:52:54