Trace number 3737416

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
PB11: Sat4j Res//CP 2.3.0SAT (TO)-95 1800.12 922.032

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_4.opb
MD5SUM95bfca9fba26d7f8c875796701522876
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-144
Best CPU time to get the best result obtained on this benchmark1796.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -139
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
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 500
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 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12652
Sum of products size (including duplicates)25304
Number of different products6326
Sum of products size12652

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3737416-1338721824.opb
0.10/0.11	c reading problem ... 
1.31/0.62	c ... done. Wall clock time 0.514s.
1.31/0.62	c #vars     7326
1.31/0.62	c #constraints  14154
1.31/0.62	c constraints type 
1.31/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6326
1.31/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 1002
1.31/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.31/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6326
1.31/0.62	c constraints type 
1.31/0.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1.31/0.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6326
1.31/0.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1002
1.31/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6326
2.89/1.01	c  And the winner is CuttingPlanes
2.98/1.13	c SATISFIABLE
2.98/1.13	c OPTIMIZING...
2.98/1.13	c Got one! Elapsed wall clock time (in seconds):1.025
2.98/1.13	o -12
2.98/1.19	c  And the winner is CuttingPlanes
3.16/1.64	c Got one! Elapsed wall clock time (in seconds):1.531
3.16/1.64	o -13
3.34/1.72	c  And the winner is CuttingPlanes
3.41/2.14	c Got one! Elapsed wall clock time (in seconds):2.034
3.41/2.14	o -14
3.58/2.21	c  And the winner is CuttingPlanes
3.61/2.65	c Got one! Elapsed wall clock time (in seconds):2.537
3.61/2.65	o -15
3.71/2.71	c  And the winner is CuttingPlanes
3.74/3.15	c Got one! Elapsed wall clock time (in seconds):3.04
3.74/3.15	o -25
3.87/3.21	c  And the winner is CuttingPlanes
3.89/3.65	c Got one! Elapsed wall clock time (in seconds):3.542
3.89/3.65	o -26
3.98/3.70	c  And the winner is CuttingPlanes
3.99/4.15	c Got one! Elapsed wall clock time (in seconds):4.044
3.99/4.15	o -27
4.12/4.23	c  And the winner is CuttingPlanes
4.21/4.66	c Got one! Elapsed wall clock time (in seconds):4.547
4.21/4.66	o -28
4.30/4.72	c  And the winner is CuttingPlanes
4.36/5.16	c Got one! Elapsed wall clock time (in seconds):5.05
4.36/5.16	o -29
4.43/5.22	c  And the winner is CuttingPlanes
4.50/5.66	c Got one! Elapsed wall clock time (in seconds):5.552
4.50/5.66	o -30
4.57/5.73	c  And the winner is CuttingPlanes
4.67/6.16	c Got one! Elapsed wall clock time (in seconds):6.054
4.67/6.16	o -31
4.74/6.24	c  And the winner is CuttingPlanes
4.89/6.67	c Got one! Elapsed wall clock time (in seconds):6.556
4.89/6.67	o -32
4.95/6.76	c  And the winner is CuttingPlanes
5.09/7.17	c Got one! Elapsed wall clock time (in seconds):7.059
5.09/7.17	o -33
5.15/7.27	c  And the winner is CuttingPlanes
5.34/7.67	c Got one! Elapsed wall clock time (in seconds):7.561
5.34/7.67	o -34
5.40/7.78	c  And the winner is CuttingPlanes
5.58/8.17	c Got one! Elapsed wall clock time (in seconds):8.063
5.58/8.17	o -35
5.63/8.25	c  And the winner is CuttingPlanes
5.82/8.67	c Got one! Elapsed wall clock time (in seconds):8.565
5.82/8.67	o -36
5.87/8.74	c  And the winner is CuttingPlanes
5.96/9.18	c Got one! Elapsed wall clock time (in seconds):9.068
5.96/9.18	o -37
6.00/9.24	c  And the winner is CuttingPlanes
6.10/9.68	c Got one! Elapsed wall clock time (in seconds):9.57
6.10/9.68	o -38
6.14/9.77	c  And the winner is CuttingPlanes
6.29/10.18	c Got one! Elapsed wall clock time (in seconds):10.072
6.29/10.18	o -39
6.33/10.28	c  And the winner is CuttingPlanes
6.50/10.68	c Got one! Elapsed wall clock time (in seconds):10.574
6.50/10.68	o -40
6.73/10.80	c  And the winner is CuttingPlanes
6.74/11.19	c Got one! Elapsed wall clock time (in seconds):11.076
6.74/11.19	o -41
6.78/11.25	c  And the winner is CuttingPlanes
6.90/11.69	c Got one! Elapsed wall clock time (in seconds):11.578
6.90/11.69	o -42
6.92/11.75	c  And the winner is CuttingPlanes
7.04/12.19	c Got one! Elapsed wall clock time (in seconds):12.08
7.04/12.19	o -46
7.06/12.27	c  And the winner is CuttingPlanes
7.23/12.69	c Got one! Elapsed wall clock time (in seconds):12.582
7.23/12.69	o -47
7.50/12.87	c  And the winner is CuttingPlanes
7.64/13.22	c Got one! Elapsed wall clock time (in seconds):13.11
7.64/13.22	o -48
7.80/13.31	c  And the winner is CuttingPlanes
7.84/13.72	c Got one! Elapsed wall clock time (in seconds):13.612
7.84/13.72	o -49
7.99/13.86	c  And the winner is CuttingPlanes
8.12/14.22	c Got one! Elapsed wall clock time (in seconds):14.114
8.12/14.22	o -50
8.28/14.36	c  And the winner is CuttingPlanes
8.40/14.72	c Got one! Elapsed wall clock time (in seconds):14.616
8.40/14.72	o -51
8.58/14.82	c  And the winner is CuttingPlanes
8.65/15.23	c Got one! Elapsed wall clock time (in seconds):15.117
8.65/15.23	o -52
8.83/15.34	c  And the winner is CuttingPlanes
8.95/15.73	c Got one! Elapsed wall clock time (in seconds):15.619
8.95/15.73	o -53
9.09/15.85	c  And the winner is CuttingPlanes
9.21/16.23	c Got one! Elapsed wall clock time (in seconds):16.121
9.21/16.23	o -54
9.34/16.34	c  And the winner is CuttingPlanes
9.44/16.73	c Got one! Elapsed wall clock time (in seconds):16.623
9.44/16.73	o -57
9.56/16.83	c  And the winner is CuttingPlanes
9.64/17.23	c Got one! Elapsed wall clock time (in seconds):17.125
9.64/17.23	o -58
9.97/17.41	c  And the winner is CuttingPlanes
10.02/17.74	c Got one! Elapsed wall clock time (in seconds):17.627
10.02/17.74	o -59
10.14/17.81	c  And the winner is CuttingPlanes
10.18/18.24	c Got one! Elapsed wall clock time (in seconds):18.129
10.18/18.24	o -73
10.30/18.36	c  And the winner is CuttingPlanes
10.42/18.74	c Got one! Elapsed wall clock time (in seconds):18.631
10.42/18.74	o -74
10.93/19.10	c  And the winner is CuttingPlanes
11.15/19.24	c Got one! Elapsed wall clock time (in seconds):19.133
11.15/19.24	o -75
16.06/21.77	c  And the winner is CuttingPlanes
16.21/22.24	c Got one! Elapsed wall clock time (in seconds):22.135
16.21/22.24	o -76
18.94/23.69	c cleaning 5602 clauses out of 11203 with flag 2000/11203
28.14/28.20	c cleaning 5797 clauses out of 11602 with flag 8001/17204
38.29/33.38	c cleaning 6396 clauses out of 12804 with flag 15000/24203
50.26/39.33	c cleaning 7198 clauses out of 14408 with flag 23000/32203
60.18/44.32	c  And the winner is Resolution
60.33/44.81	c Got one! Elapsed wall clock time (in seconds):44.705
60.33/44.81	o -80
67.53/48.40	c cleaning 9291 clauses out of 18594 with flag 5001/43587
76.27/52.83	c cleaning 7647 clauses out of 15303 with flag 11001/49587
86.59/58.02	c cleaning 7322 clauses out of 14656 with flag 18001/56587
88.53/59.00	c  And the winner is CuttingPlanes
88.56/59.32	c Got one! Elapsed wall clock time (in seconds):59.209
88.56/59.32	o -81
94.13/62.17	c cleaning 6309 clauses out of 12626 with flag 4001/61879
103.23/66.77	c cleaning 6154 clauses out of 12316 with flag 10000/67878
113.77/72.05	c cleaning 6577 clauses out of 13162 with flag 17000/74878
114.71/72.60	c  And the winner is CuttingPlanes
114.93/72.84	c Got one! Elapsed wall clock time (in seconds):72.735
114.93/72.84	o -82
122.04/76.44	c cleaning 6117 clauses out of 12243 with flag 5000/80536
127.18/79.00	c  And the winner is CuttingPlanes
127.20/79.35	c Got one! Elapsed wall clock time (in seconds):79.237
127.20/79.35	o -83
129.91/80.76	c cleaning 5774 clauses out of 11560 with flag 2001/85970
135.20/83.40	c  And the winner is CuttingPlanes
135.22/83.89	c Got one! Elapsed wall clock time (in seconds):83.778
135.22/83.89	o -84
138.04/85.33	c cleaning 5657 clauses out of 11322 with flag 2001/91506
146.79/89.73	c cleaning 5827 clauses out of 11665 with flag 8001/97506
156.91/94.89	c cleaning 6412 clauses out of 12837 with flag 15000/104505
180.03/106.48	c  And the winner is CuttingPlanes
180.23/106.53	c Got one! Elapsed wall clock time (in seconds):106.424
180.23/106.53	o -85
181.55/107.30	c cleaning 5714 clauses out of 11435 with flag 1000/109515
190.24/111.67	c cleaning 5854 clauses out of 11722 with flag 7001/115516
200.56/116.89	c cleaning 6426 clauses out of 12867 with flag 14000/122515
238.48/135.84	c cleaning 6855 clauses out of 14441 with flag 22000/130515
245.59/139.40	c  And the winner is CuttingPlanes
245.61/139.54	c Got one! Elapsed wall clock time (in seconds):139.431
245.61/139.54	o -86
251.32/142.40	c cleaning 6555 clauses out of 13115 with flag 4000/136044
260.21/146.97	c cleaning 6278 clauses out of 12561 with flag 10001/142045
274.52/154.15	c cleaning 6637 clauses out of 13282 with flag 17000/149044
313.23/173.52	c  And the winner is CuttingPlanes
313.23/173.59	c Got one! Elapsed wall clock time (in seconds):173.483
313.23/173.59	o -87
322.89/178.44	c cleaning 9436 clauses out of 18881 with flag 5000/161280
350.40/192.24	c cleaning 7458 clauses out of 15445 with flag 11000/167280
379.48/206.89	c cleaning 7386 clauses out of 14987 with flag 18000/174280
411.37/222.81	c cleaning 7567 clauses out of 15601 with flag 26000/182280
444.26/239.35	c cleaning 8247 clauses out of 17034 with flag 35000/191280
458.38/246.47	c  And the winner is CuttingPlanes
458.57/246.60	c Got one! Elapsed wall clock time (in seconds):246.495
458.57/246.60	o -88
459.95/247.31	c cleaning 6958 clauses out of 13915 with flag 1001/196408
475.43/255.11	c cleaning 6470 clauses out of 12956 with flag 7000/202407
507.54/271.24	c cleaning 6676 clauses out of 13486 with flag 14000/209407
542.03/288.54	c cleaning 7249 clauses out of 14810 with flag 22000/217407
578.12/306.60	c cleaning 7950 clauses out of 16561 with flag 31000/226407
615.15/325.28	c cleaning 9050 clauses out of 18611 with flag 41000/236407
630.65/333.05	c  And the winner is CuttingPlanes
630.79/333.41	c Got one! Elapsed wall clock time (in seconds):333.303
630.79/333.41	o -89
632.16/334.12	c cleaning 7514 clauses out of 15027 with flag 1000/241873
641.06/338.61	c cleaning 6757 clauses out of 13513 with flag 7000/247873
674.34/355.32	c cleaning 6819 clauses out of 13756 with flag 14000/254873
706.97/371.77	c cleaning 7289 clauses out of 14937 with flag 22000/262873
741.25/388.91	c cleaning 8257 clauses out of 16648 with flag 31000/271873
776.12/406.41	c cleaning 9111 clauses out of 18391 with flag 41000/281873
810.03/423.43	c cleaning 9986 clauses out of 20280 with flag 52000/292873
839.63/438.35	c cleaning 10933 clauses out of 22294 with flag 64000/304873
873.53/455.32	c cleaning 11936 clauses out of 24361 with flag 77000/317873
930.61/483.95	c  And the winner is CuttingPlanes
930.79/484.14	c Got one! Elapsed wall clock time (in seconds):484.032
930.79/484.14	o -90
951.71/494.67	c cleaning 15348 clauses out of 30772 with flag 5000/336220
978.37/508.00	c cleaning 10510 clauses out of 21424 with flag 11000/342220
1007.20/522.51	c cleaning 8803 clauses out of 17914 with flag 18000/349220
1037.44/537.72	c  And the winner is CuttingPlanes
1037.52/538.22	c Got one! Elapsed wall clock time (in seconds):538.112
1037.52/538.22	o -91
1064.69/551.81	c cleaning 10576 clauses out of 21877 with flag 5000/361986
1091.44/565.30	c cleaning 8273 clauses out of 17301 with flag 11000/367986
1121.68/580.41	c cleaning 7894 clauses out of 16028 with flag 18000/374986
1152.09/595.73	c  And the winner is CuttingPlanes
1152.09/595.73	c Got one! Elapsed wall clock time (in seconds):595.622
1152.09/595.73	o -92
1174.49/606.94	c cleaning 9914 clauses out of 20562 with flag 5000/387414
1199.35/619.49	c cleaning 7976 clauses out of 16648 with flag 11000/393414
1226.81/633.22	c cleaning 7658 clauses out of 15672 with flag 18000/400414
1255.87/647.84	c cleaning 7975 clauses out of 16014 with flag 26000/408414
1285.85/662.93	c cleaning 8507 clauses out of 17039 with flag 35000/417414
1314.91/677.52	c cleaning 9018 clauses out of 18532 with flag 45000/427414
1340.95/690.61	c cleaning 10146 clauses out of 20514 with flag 56000/438414
1373.20/706.81	c cleaning 11098 clauses out of 22368 with flag 68000/450414
1380.59/710.63	c  And the winner is CuttingPlanes
1380.71/710.79	c Got one! Elapsed wall clock time (in seconds):710.677
1380.71/710.79	o -93
1397.74/719.35	c cleaning 8389 clauses out of 16892 with flag 4000/456036
1422.56/731.81	c cleaning 6870 clauses out of 14503 with flag 10000/462036
1452.23/746.72	c cleaning 7236 clauses out of 14633 with flag 17000/469036
1484.28/762.81	c cleaning 7655 clauses out of 15397 with flag 25000/477036
1518.06/779.86	c cleaning 8180 clauses out of 16742 with flag 34000/486036
1551.69/796.79	c cleaning 9058 clauses out of 18562 with flag 44000/496036
1583.76/812.84	c cleaning 10021 clauses out of 20504 with flag 55000/507036
1613.77/827.94	c cleaning 11237 clauses out of 22483 with flag 67000/519036
1657.73/850.02	c  And the winner is CuttingPlanes
1657.84/850.23	c Got one! Elapsed wall clock time (in seconds):850.119
1657.84/850.23	o -94
1678.82/860.76	c cleaning 13037 clauses out of 26073 with flag 5000/533863
1703.48/873.19	c cleaning 9501 clauses out of 19036 with flag 11000/539863
1730.69/886.87	c cleaning 7924 clauses out of 16535 with flag 18000/546863
1759.52/901.39	c cleaning 8250 clauses out of 16611 with flag 26000/554863
1772.47/907.93	c  And the winner is CuttingPlanes
1772.55/908.19	c Got one! Elapsed wall clock time (in seconds):908.077
1772.55/908.19	o -95
1780.77/912.35	c cleaning 6932 clauses out of 14105 with flag 2000/560607
1800.02/922.01	c starts		: 81
1800.02/922.01	c conflicts		: 8065
1800.02/922.01	c decisions		: 574114
1800.02/922.01	c propagations		: 6334546
1800.02/922.01	c inspects		: 518368002
1800.02/922.01	c shortcuts		: 0
1800.02/922.01	c learnt literals	: 0
1800.02/922.01	c learnt binary clauses	: 0
1800.02/922.01	c learnt ternary clauses	: 0
1800.02/922.01	c learnt constraints	: 8064
1800.02/922.01	c ignored constraints	: 0
1800.02/922.01	c root simplifications	: 0
1800.02/922.01	c removed literals (reason simplification)	: 0
1800.02/922.01	c reason swapping (by a shorter reason)	: 0
1800.02/922.01	c Calls to reduceDB	: 0
1800.02/922.01	c number of reductions to clauses (during analyze)	: 0
1800.02/922.01	c number of learned constraints concerned by reduction	: 0
1800.02/922.01	c number of learning phase by resolution	: 0
1800.02/922.01	c number of learning phase by cutting planes	: 0
1800.02/922.01	c speed (assignments/second)	: 458294.45811025903
1800.02/922.01	c non guided choices	521
1800.02/922.01	c learnt constraints type 
1800.02/922.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
1800.02/922.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8053
1800.02/922.01	c constraints type 
1800.02/922.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6326
1800.02/922.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.02/922.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.02/922.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6326
1800.02/922.01	c constraints type 
1800.02/922.01	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.02/922.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6326
1800.02/922.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.02/922.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6326
1800.02/922.01	s SATISFIABLE
1800.02/922.02	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 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 x819 x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 x829 -x830 -x831 -x832 -x833 x834 -x835 -x836 x837 -x838 x839 -x840 x841 -x842 -x843 -x844 -x845 -x846 -x847 x848 -x849 -x850 -x851 x852 -x853 -x854 x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 x880 -x881 -x882 x883 x884 x885 -x886 -x887 -x888 x889 -x890 -x891 -x892 -x893 x894 -x895 x896 x897 -x898 x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 x911 -x912 -x913 -x914 -x915 -x916 x917 -x918 x919 x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 x936 x937 -x938 -x939 -x940 -x941 -x942 -x943 x944 x945 -x946 -x947 -x948 -x949 x950 -x951 x952 -x953 -x954 -x955 -x956 x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 x977 x978 x979 x980 -x981 x982 -x983 -x984 -x985 -x986 -x987 x988 x989 -x990 x991 x992 x993 -x994 -x995 -x996 -x997 -x998 -x999 x1000 
1800.02/922.02	c objective function=-95
1800.02/922.02	c Total wall clock time (in seconds): 921.908

Verifier Data

OK	-95

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-3737416-1338721824/watcher-3737416-1338721824 -o /tmp/evaluation-result-3737416-1338721824/solver-3737416-1338721824 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737416-1338721824.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.37 3.34 3.39 3/198 15944
/proc/meminfo: memFree=23416288/32873648 swapFree=6864/6864
[pid=15944] ppid=15942 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/15944/stat : 15944 (java) R 15942 15944 12644 0 -1 4202496 1147 0 0 0 0 0 0 0 20 0 1 0 338307807 24780800 867 33554432000 1073741824 1073778376 140734911488704 140734911477768 270707595441 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15944/statm: 38818 870 657 9 0 33153 0
[pid=15944/tid=15945] ppid=15942 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) R 15942 15944 12644 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 2 0 338307807 91889664 886 33554432000 1073741824 1073778376 140734911488704 140734911477768 270707540880 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0691481 s]
/proc/loadavg: 3.37 3.34 3.39 3/198 15944
/proc/meminfo: memFree=23416288/32873648 swapFree=6864/6864
[pid=15944] ppid=15942 vsize=11586392 CPUtime=0.05 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 12644 0 -1 4202496 4479 0 1 0 4 1 0 0 20 0 18 0 338307807 11864465408 12330 33554432000 1073741824 1073778376 140734911488704 140734911479840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15944/statm: 2896598 12330 1766 9 0 2887285 0
[pid=15944/tid=15945] ppid=15942 vsize=11586392 CPUtime=0.04 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) R 15942 15944 12644 0 -1 4202560 3268 0 1 0 3 1 0 0 20 0 18 0 338307807 11864465408 12330 33554432000 1073741824 1073778376 140734911488704 139909095406240 270710924557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11586392

[startup+0.10031 s]
/proc/loadavg: 3.37 3.34 3.39 3/198 15944
/proc/meminfo: memFree=23416288/32873648 swapFree=6864/6864
[pid=15944] ppid=15942 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 12644 0 -1 4202496 5348 0 1 0 8 2 0 0 20 0 18 0 338307807 11864465408 13180 33554432000 1073741824 1073778376 140734911488704 140734911479840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15944/statm: 2896598 13180 2116 9 0 2887285 0
[pid=15944/tid=15945] ppid=15942 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) R 15942 15944 12644 0 -1 4202560 3384 0 1 0 6 2 0 0 20 0 18 0 338307807 11864465408 13180 33554432000 1073741824 1073778376 140734911488704 139909095402416 270710924557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300259 s]
/proc/loadavg: 3.37 3.34 3.39 3/198 15944
/proc/meminfo: memFree=23416288/32873648 swapFree=6864/6864
[pid=15944] ppid=15942 vsize=11586392 CPUtime=0.47 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 12644 0 -1 4202496 7013 0 1 0 45 2 0 0 20 0 18 0 338307807 11864465408 16463 33554432000 1073741824 1073778376 140734911488704 140734911479840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15944/statm: 2896598 16463 2235 9 0 2887285 0
[pid=15944/tid=15945] ppid=15942 vsize=11586392 CPUtime=0.28 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) R 15942 15944 12644 0 -1 4202560 3422 0 1 0 26 2 0 0 20 0 18 0 338307807 11864465408 16463 33554432000 1073741824 1073778376 140734911488704 139909095402416 139909035217568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 11586392

[startup+0.700221 s]
/proc/loadavg: 3.37 3.34 3.39 3/198 15944
/proc/meminfo: memFree=23416288/32873648 swapFree=6864/6864
[pid=15944] ppid=15942 vsize=11852648 CPUtime=1.68 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 12644 0 -1 4202496 15934 0 1 0 163 5 0 0 20 0 22 0 338307807 12137111552 38869 33554432000 1073741824 1073778376 140734911488704 140734911479840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15944/statm: 2963162 38869 2253 9 0 2953849 0
[pid=15944/tid=15945] ppid=15942 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) S 15942 15944 12644 0 -1 4202560 3467 0 1 0 57 3 0 0 20 0 22 0 338307807 12137111552 38869 33554432000 1073741824 1073778376 140734911488704 139909095404696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 11852648

[startup+1.50067 s]
/proc/loadavg: 3.37 3.34 3.39 7/220 15966
/proc/meminfo: memFree=23252408/32873648 swapFree=6864/6864
[pid=15944] ppid=15942 vsize=11852648 CPUtime=3.16 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 12644 0 -1 4202496 20806 0 1 0 307 9 0 0 20 0 19 0 338307807 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 140734911479840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15944/statm: 2963162 47022 2266 9 0 2953849 0
[pid=15944/tid=15945] ppid=15942 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) S 15942 15944 12644 0 -1 4202560 3467 0 1 0 58 3 0 0 20 0 19 0 338307807 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 139909095404696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15947] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15947/stat : 15947 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 139909034134568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15948] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15948/stat : 15948 (java) S 15942 15944 12644 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 139909033081768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15949] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15949/stat : 15949 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 139909032028968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15944/tid=15950] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15950/stat : 15950 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 139909030976168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15951] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15951/stat : 15951 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 139908928006696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15952] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15952/stat : 15952 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 139908926953896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15953] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15953/stat : 15953 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 139908925901096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15954] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15954/stat : 15954 (java) S 15942 15944 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 139908924848296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15955] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15955/stat : 15955 (java) S 15942 15944 12644 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 338307810 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 139908912651240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15956] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15956/stat : 15956 (java) S 15942 15944 12644 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 338307810 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 139908911597304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15957] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15957/stat : 15957 (java) S 15942 15944 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338307810 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 139908910544392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15958] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15958/stat : 15958 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307813 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 139908909492880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15959] ppid=15942 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/15944/task/15959/stat : 15959 (java) S 15942 15944 12644 0 -1 4202560 10877 0 0 0 85 2 0 0 20 0 19 0 338307813 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 139908908439992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15960] ppid=15942 vsize=11852648 CPUtime=0.76 cores=0,2,4,6
/proc/15944/task/15960/stat : 15960 (java) S 15942 15944 12644 0 -1 4202560 5141 0 0 0 76 0 0 0 20 0 19 0 338307813 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 139908907387192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15961] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15961/stat : 15961 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307813 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 139908906334584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15962] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15962/stat : 15962 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307813 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 139908905281992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15965] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15965/stat : 15965 (java) S 15942 15944 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338307872 12137111552 47022 33554432000 1073741824 1073778376 140734911488704 139908902122920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 11852648

[startup+3.1007 s]
/proc/loadavg: 3.37 3.34 3.39 3/217 15972
/proc/meminfo: memFree=23213640/32873648 swapFree=6864/6864
[pid=15944] ppid=15942 vsize=11852648 CPUtime=3.74 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 12644 0 -1 4202496 20874 0 1 0 358 16 0 0 20 0 19 0 338307807 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 140734911479840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15944/statm: 2963162 62401 2267 9 0 2953849 0
[pid=15944/tid=15945] ppid=15942 vsize=11852648 CPUtime=0.63 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) S 15942 15944 12644 0 -1 4202560 3468 0 1 0 59 4 0 0 20 0 19 0 338307807 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 139909095404712 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15947] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15947/stat : 15947 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 139909034134568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15948] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15948/stat : 15948 (java) S 15942 15944 12644 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 139909033081768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15949] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15949/stat : 15949 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 139909032028968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15944/tid=15950] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15950/stat : 15950 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 139909030976168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15951] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15951/stat : 15951 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 139908928006696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15952] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15952/stat : 15952 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 139908926953896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15953] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15953/stat : 15953 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 139908925901096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15954] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15954/stat : 15954 (java) S 15942 15944 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 139908924848296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15955] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15955/stat : 15955 (java) S 15942 15944 12644 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 338307810 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 139908912651240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15956] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15956/stat : 15956 (java) S 15942 15944 12644 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 338307810 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 139908911597304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15957] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15957/stat : 15957 (java) S 15942 15944 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338307810 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 139908910544392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15958] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15958/stat : 15958 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307813 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 139908909492880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15959] ppid=15942 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/15944/task/15959/stat : 15959 (java) S 15942 15944 12644 0 -1 4202560 10883 0 0 0 91 2 0 0 20 0 19 0 338307813 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 139908908439992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15960] ppid=15942 vsize=11852648 CPUtime=0.84 cores=0,2,4,6
/proc/15944/task/15960/stat : 15960 (java) S 15942 15944 12644 0 -1 4202560 5154 0 0 0 83 1 0 0 20 0 19 0 338307813 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 139908907387192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15961] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15961/stat : 15961 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307813 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 139908906334584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15962] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15962/stat : 15962 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307813 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 139908905281992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15965] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15965/stat : 15965 (java) S 15942 15944 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338307872 12137111552 62401 33554432000 1073741824 1073778376 140734911488704 139908902122920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 11852648

[startup+6.30078 s]
/proc/loadavg: 3.26 3.32 3.38 3/217 15993
/proc/meminfo: memFree=23078048/32873648 swapFree=6864/6864
[pid=15944] ppid=15942 vsize=11852648 CPUtime=4.89 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 12644 0 -1 4202496 21459 0 1 0 459 30 0 0 20 0 19 0 338307807 12137111552 96796 33554432000 1073741824 1073778376 140734911488704 140734911479840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15944/statm: 2963162 96796 2269 9 0 2953849 0
[pid=15944/tid=15945] ppid=15942 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) S 15942 15944 12644 0 -1 4202560 3471 0 1 0 61 4 0 0 20 0 19 0 338307807 12137111552 96796 33554432000 1073741824 1073778376 140734911488704 139909095404712 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15947] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15947/stat : 15947 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 96796 33554432000 1073741824 1073778376 140734911488704 139909034134568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15948] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15948/stat : 15948 (java) S 15942 15944 12644 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 96796 33554432000 1073741824 1073778376 140734911488704 139909033081768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15949] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15949/stat : 15949 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 96796 33554432000 1073741824 1073778376 140734911488704 139909032028968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15944/tid=15950] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15950/stat : 15950 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 96796 33554432000 1073741824 1073778376 140734911488704 139909030976168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15951] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15951/stat : 15951 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 96796 33554432000 1073741824 1073778376 140734911488704 139908928006696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15952] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15952/stat : 15952 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 96796 33554432000 1073741824 1073778376 140734911488704 139908926953896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15953] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15953/stat : 15953 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 96796 33554432000 1073741824 1073778376 140734911488704 139908925901096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15954] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15954/stat : 15954 (java) S 15942 15944 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338307809 12137111552 96796 33554432000 1073741824 1073778376 140734911488704 139908924848296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15955] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15955/stat : 15955 (java) S 15942 15944 12644 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 338307810 12137111552 96796 33554432000 1073741824 1073778376 140734911488704 139908912651240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15944/tid=15956] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15956/stat : 15956 (java) S 15942 15944 12644 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 338307810 12137111552 96796 33554432000 1073741824 1073778376 140734911488704 139908911597304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15957] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15957/stat : 15957 (java) S 15942 15944 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338307810 12137111552 96796 33554432000 1073741824 1073778376 140734911488704 139908910544392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15958] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15958/stat : 15958 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338307813 12137111552 96796 33554432000 1073741824 1073778376 140734911488704 139908909492880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15959] ppid=15942 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/15944/task/15959/stat : 15959 (java) S 15942 15944 12644 0 -1 4202560 11316 0 0 0 99 2 0 0 20 0 19 0 338307813 12137111552 96796 33554432000 1073741824 1073778376 140734911488704 139908908439992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15960] ppid=15942 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/15944/task/15960/stat : 15960 (java) S 15942 15944 12644 0 -1 4202560 5176 0 0 0 91 2 0 0 20 0 19 0 338307813 12137111552 96796 33554432000 1073741824 1073778376 140734911488704 139908907387192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=15944/tid=16129] ppid=15942 vsize=11852648 CPUtime=50.93 cores=0,2,4,6
/proc/15944/task/16129/stat : 16129 (java) R 15942 15944 12644 0 -1 4202560 5 0 0 0 5093 0 0 0 20 0 22 0 338378886 12137111552 700182 33554432000 1073741824 1073778376 140734911488704 139908903174480 139909035973948 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=16130] ppid=15942 vsize=11852648 CPUtime=50.93 cores=0,2,4,6
/proc/15944/task/16130/stat : 16130 (java) R 15942 15944 12644 0 -1 4202560 4 0 0 0 5093 0 0 0 20 0 22 0 338378886 12137111552 700182 33554432000 1073741824 1073778376 140734911488704 139908904225136 139909035969574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=16131] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/16131/stat : 16131 (java) S 15942 15944 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338378886 12137111552 700182 33554432000 1073741824 1073778376 140734911488704 139908901069608 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1483.29
Current children cumulated vsize (KiB) 11852648

[startup+822.301 s]
/proc/loadavg: 3.99 3.94 3.71 5/219 16131
/proc/meminfo: memFree=19943776/32873648 swapFree=6864/6864
[pid=15944] ppid=15942 vsize=11852648 CPUtime=1602.57 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 12644 0 -1 4202496 23602 0 1 0 160078 179 0 0 20 0 22 0 338307807 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 140734911479840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15944/statm: 2963162 700189 2295 9 0 2953849 0
[pid=15944/tid=15945] ppid=15942 vsize=11852648 CPUtime=0.75 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) S 15942 15944 12644 0 -1 4202560 3492 0 1 0 70 5 0 0 20 0 22 0 338307807 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139909095404680 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15947] ppid=15942 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/15944/task/15947/stat : 15947 (java) S 15942 15944 12644 0 -1 4202560 47 0 0 0 34 0 0 0 20 0 22 0 338307809 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139909034134568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15948] ppid=15942 vsize=11852648 CPUtime=0.33 cores=0,2,4,6
/proc/15944/task/15948/stat : 15948 (java) S 15942 15944 12644 0 -1 4202560 28 0 0 0 33 0 0 0 20 0 22 0 338307809 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139909033081768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15949] ppid=15942 vsize=11852648 CPUtime=0.27 cores=0,2,4,6
/proc/15944/task/15949/stat : 15949 (java) S 15942 15944 12644 0 -1 4202560 28 0 0 0 26 1 0 0 20 0 22 0 338307809 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139909032028968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15950] ppid=15942 vsize=11852648 CPUtime=0.33 cores=0,2,4,6
/proc/15944/task/15950/stat : 15950 (java) S 15942 15944 12644 0 -1 4202560 50 0 0 0 33 0 0 0 20 0 22 0 338307809 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139909030976168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15951] ppid=15942 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/15944/task/15951/stat : 15951 (java) S 15942 15944 12644 0 -1 4202560 31 0 0 0 28 0 0 0 20 0 22 0 338307809 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139908928006696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15952] ppid=15942 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/15944/task/15952/stat : 15952 (java) S 15942 15944 12644 0 -1 4202560 46 0 0 0 34 0 0 0 20 0 22 0 338307809 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139908926953896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15953] ppid=15942 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/15944/task/15953/stat : 15953 (java) S 15942 15944 12644 0 -1 4202560 35 0 0 0 29 0 0 0 20 0 22 0 338307809 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139908925901096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15954] ppid=15942 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/15944/task/15954/stat : 15954 (java) S 15942 15944 12644 0 -1 4202560 21 0 0 0 31 0 0 0 20 0 22 0 338307809 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139908924848296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15944/tid=15955] ppid=15942 vsize=11852648 CPUtime=8.46 cores=0,2,4,6
/proc/15944/task/15955/stat : 15955 (java) S 15942 15944 12644 0 -1 4202560 135 0 0 0 841 5 0 0 20 0 22 0 338307810 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139908912651240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15956] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15956/stat : 15956 (java) S 15942 15944 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338307810 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139908911597304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15957] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15957/stat : 15957 (java) S 15942 15944 12644 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 22 0 338307810 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139908910544392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15958] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15958/stat : 15958 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338307813 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139908909492880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15959] ppid=15942 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/15944/task/15959/stat : 15959 (java) S 15942 15944 12644 0 -1 4202560 11353 0 0 0 124 2 0 0 20 0 22 0 338307813 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139908908439992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15960] ppid=15942 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/15944/task/15960/stat : 15960 (java) S 15942 15944 12644 0 -1 4202560 5262 0 0 0 137 2 0 0 20 0 22 0 338307813 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139908907387192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15961] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15961/stat : 15961 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338307813 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139908906334584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15962] ppid=15942 vsize=11852648 CPUtime=0.26 cores=0,2,4,6
/proc/15944/task/15962/stat : 15962 (java) S 15942 15944 12644 0 -1 4202560 47 0 0 0 12 14 0 0 20 0 22 0 338307813 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139908905281992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=16083] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/16083/stat : 16083 (java) S 15942 15944 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338312289 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139908902123176 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=16129] ppid=15942 vsize=11852648 CPUtime=110.07 cores=0,2,4,6
/proc/15944/task/16129/stat : 16129 (java) R 15942 15944 12644 0 -1 4202560 8 0 0 0 11006 1 0 0 20 0 22 0 338378886 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139908903174480 139909036058028 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=16130] ppid=15942 vsize=11852648 CPUtime=110.08 cores=0,2,4,6
/proc/15944/task/16130/stat : 16130 (java) R 15942 15944 12644 0 -1 4202560 4 0 0 0 11007 1 0 0 20 0 22 0 338378886 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139908904225136 139909036021152 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=16131] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/16131/stat : 16131 (java) S 15942 15944 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338378886 12137111552 700189 33554432000 1073741824 1073778376 140734911488704 139908901069608 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1602.57
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.87 3.91 3.71 5/219 16214
/proc/meminfo: memFree=22898656/32873648 swapFree=6864/6864
[pid=15944] ppid=15942 vsize=11852648 CPUtime=1721.7 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 12644 0 -1 4202496 23667 0 1 0 171982 188 0 0 20 0 22 0 338307807 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 140734911479840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15944/statm: 2963162 706348 2295 9 0 2953849 0
[pid=15944/tid=15945] ppid=15942 vsize=11852648 CPUtime=0.76 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) S 15942 15944 12644 0 -1 4202560 3494 0 1 0 71 5 0 0 20 0 22 0 338307807 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139909095404680 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15947] ppid=15942 vsize=11852648 CPUtime=0.41 cores=0,2,4,6
/proc/15944/task/15947/stat : 15947 (java) S 15942 15944 12644 0 -1 4202560 58 0 0 0 39 2 0 0 20 0 22 0 338307809 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139909034134568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15948] ppid=15942 vsize=11852648 CPUtime=0.36 cores=0,2,4,6
/proc/15944/task/15948/stat : 15948 (java) S 15942 15944 12644 0 -1 4202560 29 0 0 0 36 0 0 0 20 0 22 0 338307809 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139909033081768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15949] ppid=15942 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/15944/task/15949/stat : 15949 (java) S 15942 15944 12644 0 -1 4202560 35 0 0 0 28 1 0 0 20 0 22 0 338307809 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139909032028968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15944/tid=15950] ppid=15942 vsize=11852648 CPUtime=0.37 cores=0,2,4,6
/proc/15944/task/15950/stat : 15950 (java) S 15942 15944 12644 0 -1 4202560 51 0 0 0 37 0 0 0 20 0 22 0 338307809 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139909030976168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15951] ppid=15942 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/15944/task/15951/stat : 15951 (java) S 15942 15944 12644 0 -1 4202560 32 0 0 0 30 0 0 0 20 0 22 0 338307809 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139908928006696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15944/tid=15952] ppid=15942 vsize=11852648 CPUtime=0.39 cores=0,2,4,6
/proc/15944/task/15952/stat : 15952 (java) S 15942 15944 12644 0 -1 4202560 51 0 0 0 37 2 0 0 20 0 22 0 338307809 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139908926953896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15944/tid=15953] ppid=15942 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/15944/task/15953/stat : 15953 (java) S 15942 15944 12644 0 -1 4202560 35 0 0 0 31 0 0 0 20 0 22 0 338307809 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139908925901096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15954] ppid=15942 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/15944/task/15954/stat : 15954 (java) S 15942 15944 12644 0 -1 4202560 33 0 0 0 35 0 0 0 20 0 22 0 338307809 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139908924848296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15955] ppid=15942 vsize=11852648 CPUtime=9.1 cores=0,2,4,6
/proc/15944/task/15955/stat : 15955 (java) S 15942 15944 12644 0 -1 4202560 145 0 0 0 905 5 0 0 20 0 22 0 338307810 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139908912651240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15956] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15956/stat : 15956 (java) S 15942 15944 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338307810 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139908911597304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15957] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15957/stat : 15957 (java) S 15942 15944 12644 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 22 0 338307810 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139908910544392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15958] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15958/stat : 15958 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338307813 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139908909492880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15959] ppid=15942 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/15944/task/15959/stat : 15959 (java) S 15942 15944 12644 0 -1 4202560 11353 0 0 0 124 2 0 0 20 0 22 0 338307813 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139908908439992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15960] ppid=15942 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/15944/task/15960/stat : 15960 (java) S 15942 15944 12644 0 -1 4202560 5262 0 0 0 137 2 0 0 20 0 22 0 338307813 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139908907387192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15961] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15961/stat : 15961 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338307813 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139908906334584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15962] ppid=15942 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/15944/task/15962/stat : 15962 (java) S 15942 15944 12644 0 -1 4202560 51 0 0 0 13 15 0 0 20 0 22 0 338307813 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139908905281992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=16083] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/16083/stat : 16083 (java) S 15942 15944 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338312289 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139908902123176 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=16132] ppid=15942 vsize=11852648 CPUtime=31.61 cores=0,2,4,6
/proc/15944/task/16132/stat : 16132 (java) R 15942 15944 12644 0 -1 4202560 3 0 0 0 3161 0 0 0 20 0 22 0 338392830 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139908903175120 139909035998865 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=16133] ppid=15942 vsize=11852648 CPUtime=31.61 cores=0,2,4,6
/proc/15944/task/16133/stat : 16133 (java) R 15942 15944 12644 0 -1 4202560 4 0 0 0 3161 0 0 0 20 0 22 0 338392830 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139908901067872 139909036098570 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=16134] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/16134/stat : 16134 (java) S 15942 15944 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338392830 12137111552 706348 33554432000 1073741824 1073778376 140734911488704 139908904228264 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.001 s]
/proc/loadavg: 3.84 3.89 3.71 5/218 16217
/proc/meminfo: memFree=22878076/32873648 swapFree=6864/6864
[pid=15944] ppid=15942 vsize=11852648 CPUtime=1800.02 cores=0,2,4,6
/proc/15944/stat : 15944 (java) S 15942 15944 12644 0 -1 4202496 23695 0 1 0 179811 191 0 0 20 0 22 0 338307807 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 140734911479840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15944/statm: 2963162 706871 2295 9 0 2953849 0
[pid=15944/tid=15945] ppid=15942 vsize=11852648 CPUtime=0.76 cores=0,2,4,6
/proc/15944/task/15945/stat : 15945 (java) S 15942 15944 12644 0 -1 4202560 3495 0 1 0 71 5 0 0 20 0 22 0 338307807 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139909095404680 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15947] ppid=15942 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/15944/task/15947/stat : 15947 (java) S 15942 15944 12644 0 -1 4202560 58 0 0 0 41 2 0 0 20 0 22 0 338307809 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139909034134568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15948] ppid=15942 vsize=11852648 CPUtime=0.38 cores=0,2,4,6
/proc/15944/task/15948/stat : 15948 (java) S 15942 15944 12644 0 -1 4202560 31 0 0 0 38 0 0 0 20 0 22 0 338307809 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139909033081768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15949] ppid=15942 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/15944/task/15949/stat : 15949 (java) S 15942 15944 12644 0 -1 4202560 42 0 0 0 30 1 0 0 20 0 22 0 338307809 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139909032028968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15944/tid=15950] ppid=15942 vsize=11852648 CPUtime=0.38 cores=0,2,4,6
/proc/15944/task/15950/stat : 15950 (java) S 15942 15944 12644 0 -1 4202560 51 0 0 0 38 0 0 0 20 0 22 0 338307809 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139909030976168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15951] ppid=15942 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/15944/task/15951/stat : 15951 (java) S 15942 15944 12644 0 -1 4202560 32 0 0 0 32 0 0 0 20 0 22 0 338307809 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139908928006696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15952] ppid=15942 vsize=11852648 CPUtime=0.4 cores=0,2,4,6
/proc/15944/task/15952/stat : 15952 (java) S 15942 15944 12644 0 -1 4202560 51 0 0 0 38 2 0 0 20 0 22 0 338307809 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139908926953896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15953] ppid=15942 vsize=11852648 CPUtime=0.33 cores=0,2,4,6
/proc/15944/task/15953/stat : 15953 (java) S 15942 15944 12644 0 -1 4202560 37 0 0 0 33 0 0 0 20 0 22 0 338307809 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139908925901096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15954] ppid=15942 vsize=11852648 CPUtime=0.37 cores=0,2,4,6
/proc/15944/task/15954/stat : 15954 (java) S 15942 15944 12644 0 -1 4202560 33 0 0 0 37 0 0 0 20 0 22 0 338307809 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139908924848296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15944/tid=15955] ppid=15942 vsize=11852648 CPUtime=9.77 cores=0,2,4,6
/proc/15944/task/15955/stat : 15955 (java) S 15942 15944 12644 0 -1 4202560 148 0 0 0 972 5 0 0 20 0 22 0 338307810 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139908912651240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=15956] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15956/stat : 15956 (java) S 15942 15944 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338307810 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139908911597304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15957] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15957/stat : 15957 (java) S 15942 15944 12644 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 22 0 338307810 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139908910544392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15958] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15958/stat : 15958 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338307813 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139908909492880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15959] ppid=15942 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/15944/task/15959/stat : 15959 (java) S 15942 15944 12644 0 -1 4202560 11353 0 0 0 124 2 0 0 20 0 22 0 338307813 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139908908439992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=15960] ppid=15942 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/15944/task/15960/stat : 15960 (java) S 15942 15944 12644 0 -1 4202560 5262 0 0 0 137 2 0 0 20 0 22 0 338307813 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139908907387192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15961] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/15961/stat : 15961 (java) S 15942 15944 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338307813 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139908906334584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=15962] ppid=15942 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/15944/task/15962/stat : 15962 (java) S 15942 15944 12644 0 -1 4202560 53 0 0 0 14 16 0 0 20 0 22 0 338307813 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139908905281992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15944/tid=16083] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/16083/stat : 16083 (java) S 15942 15944 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338312289 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139908902123176 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=16215] ppid=15942 vsize=11852648 CPUtime=13.6 cores=0,2,4,6
/proc/15944/task/16215/stat : 16215 (java) R 15942 15944 12644 0 -1 4202560 3 0 0 0 1360 0 0 0 20 0 22 0 338398626 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139908903173032 139909035998847 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15944/tid=16216] ppid=15942 vsize=11852648 CPUtime=13.6 cores=0,2,4,6
/proc/15944/task/16216/stat : 16216 (java) R 15942 15944 12644 0 -1 4202560 3 0 0 0 1360 0 0 0 20 0 22 0 338398626 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139908901067376 139909036098607 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15944/tid=16217] ppid=15942 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15944/task/16217/stat : 16217 (java) S 15942 15944 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338398626 12137111552 706871 33554432000 1073741824 1073778376 140734911488704 139908904227880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 11852648

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): 922.032
CPU time (s): 1800.12
CPU user time (s): 1798.1
CPU system time (s): 2.02269
CPU usage (%): 195.234
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.1
system time used= 2.02269
maximum resident set size= 2827600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23725
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25215
involuntary context switches= 21169

runsolver used 3.65244 second user time and 8.22475 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-03 13:10:24
IDJOB=3737416
IDBENCH=48234
IDSOLVER=2328
FILE ID=node125/3737416-1338721824
RUNJOBID= node125-1338714015-12660
PBS_JOBID= 14636751
Free space on /tmp= 70440 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_10_4.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737416-1338721824/watcher-3737416-1338721824 -o /tmp/evaluation-result-3737416-1338721824/solver-3737416-1338721824 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737416-1338721824.opb

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

MD5SUM BENCH= 95bfca9fba26d7f8c875796701522876
RANDOM SEED=939102611

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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.373
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:       32873648 kB
MemFree:        23416552 kB
Buffers:          609576 kB
Cached:          5031908 kB
SwapCached:         2308 kB
Active:          5370028 kB
Inactive:        3165560 kB
Active(anon):    2884868 kB
Inactive(anon):     9240 kB
Active(file):    2485160 kB
Inactive(file):  3156320 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:               488 kB
Writeback:             0 kB
AnonPages:       2958224 kB
Mapped:            22552 kB
Shmem:                96 kB
Slab:             767524 kB
SReclaimable:     211236 kB
SUnreclaim:       556288 kB
KernelStack:        1792 kB
PageTables:         9964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10462284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2889728 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= 70440 MiB
End job on node125 at 2012-06-03 13:25:48