Trace number 3689488

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 SnapshotOPT122 737.073 431.463

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-538867.opb
MD5SUM3b75c8039d6468258a1aa0343ce1fddb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark122
Best CPU time to get the best result obtained on this benchmark58.879
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables792
Total number of constraints1170
Number of constraints which are clauses1143
Number of constraints which are cardinality constraints (but not clauses)27
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 666
Biggest coefficient in the objective function 80
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 18684
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 18684
Number of bits of the biggest sum of numbers15
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
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.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689488-1337882483.opb
0.09/0.12	c reading problem ... 
0.24/0.25	c ... done. Wall clock time 0.137s.
0.24/0.25	c declared #vars     792
0.24/0.25	c #constraints  1188
0.24/0.25	c constraints type 
0.24/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1161
0.24/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 27
0.24/0.25	c 1188 constraints processed.
0.24/0.25	c constraints type 
0.24/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1161
0.24/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 27
0.24/0.25	c 1188 constraints processed.
0.24/0.25	c objective function length is 666 literals
0.24/0.29	c  And the winner is solver0
0.59/0.75	c SATISFIABLE
0.59/0.75	c OPTIMIZING...
0.59/0.75	c Got one! Elapsed wall clock time (in seconds):0.64
0.59/0.76	o 222
0.71/0.82	c  And the winner is solver0
1.32/1.27	c Got one! Elapsed wall clock time (in seconds):1.15
1.32/1.27	o 212
1.32/1.28	c  And the winner is solver0
1.38/1.77	c Got one! Elapsed wall clock time (in seconds):1.655
1.38/1.77	o 207
1.48/1.83	c  And the winner is solver0
1.88/2.28	c Got one! Elapsed wall clock time (in seconds):2.16
1.88/2.28	o 192
1.88/2.29	c  And the winner is solver0
1.95/2.78	c Got one! Elapsed wall clock time (in seconds):2.664
1.95/2.78	o 182
2.00/2.87	c  And the winner is solver0
2.41/3.28	c Got one! Elapsed wall clock time (in seconds):3.167
2.41/3.28	o 172
2.46/3.39	c  And the winner is solver1
2.67/3.78	c Got one! Elapsed wall clock time (in seconds):3.669
2.67/3.78	o 167
3.21/4.01	c cleaning 3539 clauses out of 7078 with flag 3000/7078
4.32/4.40	c cleaning 4758 clauses out of 9539 with flag 9000/13078
5.12/4.87	c cleaning 5890 clauses out of 11783 with flag 16002/20080
6.10/5.32	c  And the winner is solver0
6.16/5.79	c Got one! Elapsed wall clock time (in seconds):5.672
6.16/5.79	o 162
6.58/6.09	c cleaning 8799 clauses out of 17601 with flag 5000/31788
7.58/6.53	c cleaning 7400 clauses out of 14802 with flag 11000/37788
8.52/7.01	c cleaning 7198 clauses out of 14403 with flag 18001/44789
9.47/7.54	c cleaning 7597 clauses out of 15204 with flag 26000/52788
10.62/8.14	c cleaning 8292 clauses out of 16609 with flag 35002/61790
10.78/8.29	c  And the winner is solver0
10.92/8.79	c Got one! Elapsed wall clock time (in seconds):8.674
10.92/8.79	o 157
10.95/8.83	c  And the winner is solver0
11.02/9.29	c Got one! Elapsed wall clock time (in seconds):9.176
11.02/9.29	o 147
11.02/9.30	c  And the winner is solver0
11.02/9.79	c Got one! Elapsed wall clock time (in seconds):9.678
11.02/9.79	o 142
11.62/10.11	c cleaning 7513 clauses out of 15041 with flag 5001/68514
12.35/10.54	c cleaning 6754 clauses out of 13528 with flag 11001/74514
13.29/11.03	c cleaning 6882 clauses out of 13773 with flag 18000/81513
14.22/11.57	c cleaning 7432 clauses out of 14891 with flag 26000/89513
15.54/12.26	c cleaning 8226 clauses out of 16459 with flag 35000/98513
17.05/13.00	c cleaning 9112 clauses out of 18235 with flag 45002/108515
18.57/13.81	c cleaning 10053 clauses out of 20121 with flag 56000/119513
20.29/14.70	c cleaning 11027 clauses out of 22068 with flag 68000/131513
22.15/15.72	c cleaning 12011 clauses out of 24041 with flag 81000/144513
24.26/16.80	c cleaning 13015 clauses out of 26031 with flag 95001/158514
26.33/17.91	c cleaning 14005 clauses out of 28017 with flag 110002/173515
28.61/19.10	c cleaning 15001 clauses out of 30012 with flag 126002/189515
30.99/20.48	c cleaning 16003 clauses out of 32009 with flag 143000/206513
33.65/21.88	c cleaning 16997 clauses out of 34007 with flag 161001/224514
36.72/23.43	c cleaning 17990 clauses out of 36009 with flag 180000/243513
39.75/25.02	c cleaning 19003 clauses out of 38019 with flag 200000/263513
43.05/26.81	c cleaning 20003 clauses out of 40020 with flag 221004/284517
46.28/28.54	c cleaning 21002 clauses out of 42015 with flag 243002/306515
49.67/30.40	c cleaning 22001 clauses out of 44014 with flag 266003/329516
53.46/32.34	c cleaning 22999 clauses out of 46011 with flag 290001/353514
57.49/34.54	c cleaning 24000 clauses out of 48012 with flag 315001/378514
61.54/36.61	c cleaning 25003 clauses out of 50012 with flag 341001/404514
65.71/38.83	c cleaning 25999 clauses out of 52008 with flag 368000/431513
70.25/41.22	c cleaning 27000 clauses out of 54010 with flag 396001/459514
75.21/43.93	c cleaning 27994 clauses out of 56009 with flag 425000/488513
80.10/46.53	c cleaning 29001 clauses out of 58017 with flag 455002/518515
84.98/49.18	c cleaning 29993 clauses out of 60014 with flag 486000/549513
90.47/52.01	c cleaning 31007 clauses out of 62023 with flag 518002/581515
95.97/55.09	c cleaning 31988 clauses out of 64014 with flag 551000/614513
101.89/58.19	c cleaning 33013 clauses out of 66026 with flag 585000/648513
107.74/61.25	c cleaning 33988 clauses out of 68013 with flag 620000/683513
113.58/64.38	c cleaning 35004 clauses out of 70025 with flag 656000/719513
119.78/67.76	c cleaning 36004 clauses out of 72022 with flag 693001/756514
125.99/71.05	c cleaning 37003 clauses out of 74018 with flag 731001/794514
128.00/72.22	c  And the winner is solver0
128.11/72.49	c Got one! Elapsed wall clock time (in seconds):72.372
128.11/72.49	o 137
128.73/72.88	c cleaning 26393 clauses out of 52803 with flag 5000/810302
129.94/73.62	c cleaning 16182 clauses out of 32410 with flag 11000/816302
130.89/74.47	c  And the winner is solver0
131.08/74.79	c Got one! Elapsed wall clock time (in seconds):74.67
131.08/74.79	o 132
131.31/74.91	c cleaning 11050 clauses out of 22159 with flag 2000/822233
132.32/75.62	c cleaning 8532 clauses out of 17109 with flag 8000/828233
133.33/76.39	c cleaning 7761 clauses out of 15577 with flag 15000/835233
133.94/76.81	c  And the winner is solver0
134.03/77.30	c Got one! Elapsed wall clock time (in seconds):77.184
134.03/77.30	o 127
134.42/77.54	c cleaning 6546 clauses out of 13129 with flag 5000/840546
135.57/78.47	c cleaning 6271 clauses out of 12583 with flag 11000/846546
136.58/79.19	c cleaning 6644 clauses out of 13313 with flag 18001/853547
137.97/80.00	c cleaning 7308 clauses out of 14668 with flag 26000/861546
139.17/80.84	c cleaning 8152 clauses out of 16360 with flag 35000/870546
140.93/82.01	c cleaning 9081 clauses out of 18210 with flag 45002/880548
142.53/83.04	c cleaning 10060 clauses out of 20130 with flag 56003/891549
144.53/84.26	c cleaning 11033 clauses out of 22067 with flag 68000/903546
146.73/85.54	c cleaning 12009 clauses out of 24034 with flag 81000/916546
149.25/87.14	c cleaning 13012 clauses out of 26026 with flag 95001/930547
151.63/88.54	c cleaning 14001 clauses out of 28013 with flag 110000/945546
154.21/90.02	c cleaning 15004 clauses out of 30016 with flag 126004/961550
156.99/91.61	c cleaning 15999 clauses out of 32008 with flag 143000/978546
160.30/93.61	c cleaning 16999 clauses out of 34009 with flag 161000/996546
163.46/95.45	c cleaning 17995 clauses out of 36011 with flag 180001/1015547
167.03/97.40	c cleaning 19000 clauses out of 38017 with flag 200002/1035548
170.38/99.31	c cleaning 20003 clauses out of 40018 with flag 221003/1056549
174.05/101.57	c cleaning 20989 clauses out of 42013 with flag 243001/1078547
177.79/103.66	c cleaning 22003 clauses out of 44023 with flag 266000/1101546
181.73/105.85	c cleaning 23006 clauses out of 46023 with flag 290003/1125549
185.86/108.11	c cleaning 24003 clauses out of 48014 with flag 315000/1150546
190.51/110.80	c cleaning 25000 clauses out of 50012 with flag 341001/1176547
194.84/113.25	c cleaning 25998 clauses out of 52011 with flag 368000/1203546
199.53/115.88	c cleaning 27004 clauses out of 54013 with flag 396000/1231546
204.62/118.61	c cleaning 27995 clauses out of 56009 with flag 425000/1260546
209.98/121.73	c cleaning 28999 clauses out of 58014 with flag 455000/1290546
215.25/124.67	c cleaning 29995 clauses out of 60015 with flag 486000/1321546
220.54/127.58	c cleaning 30995 clauses out of 62022 with flag 518002/1353548
226.23/130.70	c cleaning 32003 clauses out of 64026 with flag 551001/1386547
232.54/134.21	c cleaning 33008 clauses out of 66023 with flag 585001/1420547
238.38/137.50	c cleaning 34003 clauses out of 68014 with flag 620000/1455546
244.81/140.93	c cleaning 35003 clauses out of 70011 with flag 656000/1491546
251.03/144.31	c cleaning 36001 clauses out of 72009 with flag 693001/1528547
258.27/148.47	c cleaning 36993 clauses out of 74009 with flag 731002/1566548
265.48/152.33	c cleaning 37989 clauses out of 76016 with flag 770002/1605548
272.59/156.17	c cleaning 39004 clauses out of 78025 with flag 810001/1645547
280.27/160.29	c cleaning 40004 clauses out of 80020 with flag 851000/1686546
288.80/164.92	c cleaning 40999 clauses out of 82018 with flag 893002/1728548
296.46/169.30	c cleaning 41999 clauses out of 84019 with flag 936002/1771548
304.72/173.84	c cleaning 42996 clauses out of 86020 with flag 980002/1815548
312.72/178.37	c cleaning 44002 clauses out of 88022 with flag 1025000/1860546
321.90/183.61	c cleaning 45000 clauses out of 90022 with flag 1071002/1906548
330.67/188.56	c cleaning 45998 clauses out of 92020 with flag 1118000/1953546
339.83/193.70	c cleaning 46998 clauses out of 94021 with flag 1166000/2001546
349.21/198.83	c cleaning 48008 clauses out of 96023 with flag 1215000/2050546
359.12/204.56	c cleaning 48990 clauses out of 98015 with flag 1265000/2100546
369.91/211.01	c cleaning 50010 clauses out of 100025 with flag 1316000/2151546
380.80/216.64	c cleaning 50996 clauses out of 102015 with flag 1368000/2203546
387.54/220.62	c cleaning 0 clauses out of 6162 with flag 0/6168
392.38/223.29	c cleaning 52002 clauses out of 104023 with flag 1421006/2256552
402.35/228.62	c cleaning 52990 clauses out of 106014 with flag 1475000/2310546
410.33/233.02	c  And the winner is solver0
410.49/233.52	c Got one! Elapsed wall clock time (in seconds):233.402
410.49/233.52	o 122
411.44/234.07	c cleaning 50867 clauses out of 101755 with flag 5000/2359277
413.87/235.92	c cleaning 28429 clauses out of 56888 with flag 11000/2365277
415.43/237.18	c cleaning 17711 clauses out of 35460 with flag 18001/2372278
417.21/238.46	c cleaning 12844 clauses out of 25750 with flag 26002/2380279
419.18/239.81	c cleaning 10919 clauses out of 21904 with flag 35000/2389277
421.60/241.71	c cleaning 10473 clauses out of 20986 with flag 45001/2399278
423.58/243.12	c cleaning 10731 clauses out of 21513 with flag 56001/2410278
425.73/244.60	c cleaning 11380 clauses out of 22782 with flag 68001/2422278
427.89/246.16	c cleaning 12177 clauses out of 24401 with flag 81000/2435277
430.90/248.33	c cleaning 13080 clauses out of 26224 with flag 95000/2449277
433.25/249.98	c cleaning 14057 clauses out of 28145 with flag 110001/2464278
435.82/251.69	c cleaning 15034 clauses out of 30088 with flag 126001/2480278
438.79/253.50	c cleaning 16023 clauses out of 32053 with flag 143000/2497277
442.59/256.15	c cleaning 17010 clauses out of 34031 with flag 161001/2515278
446.12/258.37	c cleaning 18001 clauses out of 36020 with flag 180000/2534277
450.09/260.72	c cleaning 19002 clauses out of 38019 with flag 200000/2554277
454.02/263.17	c cleaning 20002 clauses out of 40017 with flag 221000/2575277
458.62/266.19	c cleaning 21006 clauses out of 42016 with flag 243001/2597278
462.93/268.72	c cleaning 22002 clauses out of 44009 with flag 266000/2620277
467.27/271.37	c cleaning 22997 clauses out of 46010 with flag 290003/2644280
472.01/274.11	c cleaning 24002 clauses out of 48010 with flag 315000/2669277
477.40/277.51	c cleaning 25002 clauses out of 50010 with flag 341002/2695279
482.32/280.42	c cleaning 25992 clauses out of 52007 with flag 368001/2722278
487.22/283.36	c cleaning 27001 clauses out of 54017 with flag 396003/2750280
492.50/286.43	c cleaning 28005 clauses out of 56014 with flag 425001/2779278
498.62/290.21	c cleaning 28998 clauses out of 58010 with flag 455002/2809279
504.12/293.45	c cleaning 30004 clauses out of 60013 with flag 486003/2840280
510.01/296.84	c cleaning 30992 clauses out of 62006 with flag 518000/2872277
516.11/300.34	c cleaning 31997 clauses out of 64014 with flag 551000/2905277
523.00/304.59	c cleaning 33009 clauses out of 66017 with flag 585000/2939277
529.68/308.36	c cleaning 33989 clauses out of 68007 with flag 620000/2974277
536.15/312.09	c cleaning 34994 clauses out of 70018 with flag 656000/3010277
543.01/315.90	c cleaning 36008 clauses out of 72026 with flag 693002/3047279
550.46/320.47	c cleaning 36983 clauses out of 74016 with flag 731000/3085277
557.72/324.55	c cleaning 38005 clauses out of 76033 with flag 770000/3124277
565.15/328.78	c cleaning 39009 clauses out of 78029 with flag 810002/3164279
572.98/333.19	c cleaning 40001 clauses out of 80019 with flag 851001/3205278
581.76/338.31	c cleaning 41001 clauses out of 82019 with flag 893002/3247279
590.20/343.01	c cleaning 42003 clauses out of 84017 with flag 936001/3290278
598.41/347.63	c cleaning 42995 clauses out of 86011 with flag 980000/3334277
606.80/352.39	c cleaning 44008 clauses out of 88016 with flag 1025000/3379277
615.93/357.78	c cleaning 44994 clauses out of 90010 with flag 1071002/3425279
624.91/362.75	c cleaning 46007 clauses out of 92017 with flag 1118003/3472280
634.16/368.06	c cleaning 46994 clauses out of 94009 with flag 1166002/3520279
643.59/373.43	c cleaning 47997 clauses out of 96013 with flag 1215000/3569277
653.73/379.60	c cleaning 48996 clauses out of 98018 with flag 1265002/3619279
664.14/385.44	c cleaning 50005 clauses out of 100020 with flag 1316000/3670277
674.34/391.24	c cleaning 50994 clauses out of 102016 with flag 1368001/3722278
687.11/399.49	c cleaning 52001 clauses out of 104023 with flag 1421002/3775279
698.25/405.43	c cleaning 53008 clauses out of 106019 with flag 1475000/3829277
708.99/411.39	c cleaning 53997 clauses out of 108009 with flag 1530002/3884279
720.26/417.58	c cleaning 55003 clauses out of 110006 with flag 1586001/3940278
727.11/421.89	c  And the winner is solver0
736.84/431.45	c starts		: 265
736.84/431.45	c conflicts		: 3971009
736.84/431.45	c decisions		: 8395272
736.84/431.45	c propagations		: 772704956
736.84/431.45	c inspects		: 1444546341
736.84/431.45	c shortcuts		: 0
736.84/431.45	c learnt literals	: 42
736.84/431.45	c learnt binary clauses	: 30
736.84/431.45	c learnt ternary clauses	: 282
736.84/431.45	c learnt constraints	: 3970966
736.84/431.45	c ignored constraints	: 0
736.84/431.45	c root simplifications	: 0
736.84/431.45	c removed literals (reason simplification)	: 11321939
736.84/431.45	c reason swapping (by a shorter reason)	: 0
736.84/431.45	c Calls to reduceDB	: 149
736.84/431.45	c number of reductions to clauses (during analyze)	: 0
736.84/431.45	c number of learned constraints concerned by reduction	: 0
736.84/431.45	c number of learning phase by resolution	: 0
736.84/431.45	c number of learning phase by cutting planes	: 0
736.84/431.45	c speed (assignments/second)	: 1806824.9610086542
736.84/431.45	c non guided choices	1671
736.84/431.45	c learnt constraints type 
736.84/431.45	c constraints type 
736.84/431.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1161
736.84/431.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 27
736.84/431.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 0
736.84/431.45	c 1188 constraints processed.
736.84/431.45	c constraints type 
736.84/431.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1161
736.84/431.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 27
736.84/431.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 0
736.84/431.45	c 1188 constraints processed.
736.84/431.45	s OPTIMUM FOUND
736.84/431.45	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 
736.84/431.45	c objective function=122
736.84/431.45	c Total wall clock time (in seconds): 431.333

Verifier Data

OK	122

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-3689488-1337882483/watcher-3689488-1337882483 -o /tmp/evaluation-result-3689488-1337882483/solver-3689488-1337882483 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689488-1337882483.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.73 3.78 3.75 4/198 25923
/proc/meminfo: memFree=25445496/32873648 swapFree=6852/6852
[pid=25923] ppid=25921 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25923/stat : 25923 (java) D 25921 25923 21497 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 254374346 9515008 184 33554432000 1073741824 1073778376 140734726516496 140734726507720 266435456439 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/25923/statm: 2323 184 142 9 0 71 0

[startup+0.0746749 s]
/proc/loadavg: 3.73 3.78 3.75 4/198 25923
/proc/meminfo: memFree=25445496/32873648 swapFree=6852/6852
[pid=25923] ppid=25921 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25923/stat : 25923 (java) S 25921 25923 21497 0 -1 4202496 3291 0 1 0 4 1 0 0 20 0 18 0 254374346 9787813888 4499 33554432000 1073741824 1073778376 140733909016880 140733909008016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25923/statm: 2389603 4499 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100214 s]
/proc/loadavg: 3.73 3.78 3.75 4/198 25923
/proc/meminfo: memFree=25445496/32873648 swapFree=6852/6852
[pid=25923] ppid=25921 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/25923/stat : 25923 (java) S 25921 25923 21497 0 -1 4202496 4295 0 1 0 8 1 0 0 20 0 18 0 254374346 9787813888 5497 33554432000 1073741824 1073778376 140733909016880 140733909008016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25923/statm: 2389603 5497 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300207 s]
/proc/loadavg: 3.73 3.78 3.75 4/198 25923
/proc/meminfo: memFree=25445496/32873648 swapFree=6852/6852
[pid=25923] ppid=25921 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/25923/stat : 25923 (java) S 25921 25923 21497 0 -1 4202496 6353 0 1 0 49 3 0 0 20 0 19 0 254374346 10060460032 9359 33554432000 1073741824 1073778376 140733909016880 140733909008016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25923/statm: 2456167 9375 2232 9 0 2446860 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9824668

[startup+0.700309 s]
/proc/loadavg: 3.73 3.78 3.75 4/198 25923
/proc/meminfo: memFree=25445496/32873648 swapFree=6852/6852
[pid=25923] ppid=25921 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/25923/stat : 25923 (java) S 25921 25923 21497 0 -1 4202496 6827 0 1 0 55 4 0 0 20 0 19 0 254374346 10060460032 9604 33554432000 1073741824 1073778376 140733909016880 140733909008016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25923/statm: 2456167 9604 2237 9 0 2446860 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9824668

[startup+1.50071 s]
/proc/loadavg: 3.67 3.77 3.75 4/217 25948
/proc/meminfo: memFree=25390152/32873648 swapFree=6852/6852
[pid=25923] ppid=25921 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/25923/stat : 25923 (java) S 25921 25923 21497 0 -1 4202496 15555 0 1 0 131 7 0 0 20 0 19 0 254374346 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140733909008016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25923/statm: 2456167 17414 2241 9 0 2446860 0
[pid=25923/tid=25925] ppid=25921 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/25923/task/25925/stat : 25925 (java) S 25921 25923 21497 0 -1 4202560 2481 0 1 0 22 2 0 0 20 0 19 0 254374347 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140581649798136 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25926] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25926/stat : 25926 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374348 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140581611289256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25927] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25927/stat : 25927 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374348 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140581610236712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25928] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25928/stat : 25928 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374348 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140581609184168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25929] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25929/stat : 25929 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374348 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140581608131624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25930] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25930/stat : 25930 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374348 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140581607078056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25931] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25931/stat : 25931 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374348 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140581606025512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25932] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25932/stat : 25932 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374348 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140581604972968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25933] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25933/stat : 25933 (java) S 25921 25923 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254374348 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140581603920424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25934] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25934/stat : 25934 (java) S 25921 25923 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254374349 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140581473860200 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25935] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25935/stat : 25935 (java) S 25921 25923 21497 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254374350 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140581472806520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25936] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25936/stat : 25936 (java) S 25921 25923 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254374350 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140581471753864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25937] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25937/stat : 25937 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374352 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140581470702608 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25938] ppid=25921 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/25923/task/25938/stat : 25938 (java) S 25921 25923 21497 0 -1 4202560 1796 0 0 0 24 0 0 0 20 0 19 0 254374352 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140581469648952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25939] ppid=25921 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/25923/task/25939/stat : 25939 (java) S 25921 25923 21497 0 -1 4202560 9961 0 0 0 59 2 0 0 20 0 19 0 254374352 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140581468596408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25940] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25940/stat : 25940 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374352 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140581467544056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25941] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25941/stat : 25941 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374352 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140581466491720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25945] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25945/stat : 25945 (java) S 25921 25923 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254374373 10060460032 17414 33554432000 1073741824 1073778376 140733909016880 140581462279848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9824668

[startup+3.1007 s]
/proc/loadavg: 3.67 3.77 3.75 3/217 25954
/proc/meminfo: memFree=25372212/32873648 swapFree=6852/6852
[pid=25923] ppid=25921 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/25923/stat : 25923 (java) S 25921 25923 21497 0 -1 4202496 19780 0 1 0 229 12 0 0 20 0 19 0 254374346 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140733909008016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25923/statm: 2456167 24067 2250 9 0 2446860 0
[pid=25923/tid=25925] ppid=25921 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/25923/task/25925/stat : 25925 (java) S 25921 25923 21497 0 -1 4202560 2483 0 1 0 23 2 0 0 20 0 19 0 254374347 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140581649798136 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25926] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25926/stat : 25926 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374348 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140581611289256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25927] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25927/stat : 25927 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374348 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140581610236712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25928] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25928/stat : 25928 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374348 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140581609184168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25929] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25929/stat : 25929 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374348 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140581608131624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25930] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25930/stat : 25930 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374348 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140581607078056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25931] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25931/stat : 25931 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374348 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140581606025512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25932] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25932/stat : 25932 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374348 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140581604972968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25933] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25933/stat : 25933 (java) S 25921 25923 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254374348 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140581603920424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25934] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25934/stat : 25934 (java) S 25921 25923 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254374349 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140581473860200 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25935] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25935/stat : 25935 (java) S 25921 25923 21497 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254374350 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140581472806520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25936] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25936/stat : 25936 (java) S 25921 25923 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254374350 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140581471753864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25937] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25937/stat : 25937 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374352 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140581470702608 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25938] ppid=25921 vsize=9824668 CPUtime=0.57 cores=0,2,4,6
/proc/25923/task/25938/stat : 25938 (java) S 25921 25923 21497 0 -1 4202560 4921 0 0 0 57 0 0 0 20 0 19 0 254374352 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140581469648952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25939] ppid=25921 vsize=9824668 CPUtime=0.99 cores=0,2,4,6
/proc/25923/task/25939/stat : 25939 (java) S 25921 25923 21497 0 -1 4202560 11028 0 0 0 97 2 0 0 20 0 19 0 254374352 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140581468596408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25940] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25940/stat : 25940 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374352 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140581467544056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25941] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25941/stat : 25941 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374352 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140581466491720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25945] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25945/stat : 25945 (java) S 25921 25923 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254374373 10060460032 24067 33554432000 1073741824 1073778376 140733909016880 140581462279848 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 9824668
heavy processes:

[startup+6.30064 s]
/proc/loadavg: 3.70 3.77 3.75 3/217 25966
/proc/meminfo: memFree=25285340/32873648 swapFree=6852/6852
[pid=25923] ppid=25921 vsize=9824668 CPUtime=7.17 cores=0,2,4,6
/proc/25923/stat : 25923 (java) S 25921 25923 21497 0 -1 4202496 25161 0 1 0 698 19 0 0 20 0 22 0 254374346 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140733909008016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25923/statm: 2456167 42665 2279 9 0 2446860 0
[pid=25923/tid=25925] ppid=25921 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/25923/task/25925/stat : 25925 (java) S 25921 25923 21497 0 -1 4202560 2484 0 1 0 24 2 0 0 20 0 22 0 254374347 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140581649798136 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25926] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25926/stat : 25926 (java) S 25921 25923 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254374348 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140581611289256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25927] ppid=25921 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25923/task/25927/stat : 25927 (java) S 25921 25923 21497 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254374348 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140581610236712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25928] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25928/stat : 25928 (java) S 25921 25923 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254374348 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140581609184168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25929] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25929/stat : 25929 (java) S 25921 25923 21497 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254374348 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140581608131624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25930] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25930/stat : 25930 (java) S 25921 25923 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254374348 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140581607078056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25931] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25931/stat : 25931 (java) S 25921 25923 21497 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 254374348 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140581606025512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25932] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25932/stat : 25932 (java) S 25921 25923 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254374348 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140581604972968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25933] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25933/stat : 25933 (java) S 25921 25923 21497 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254374348 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140581603920424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25934] ppid=25921 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/25923/task/25934/stat : 25934 (java) S 25921 25923 21497 0 -1 4202560 37 0 0 0 15 0 0 0 20 0 22 0 254374349 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140581473860200 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25935] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25935/stat : 25935 (java) S 25921 25923 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254374350 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140581472806520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25936] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25936/stat : 25936 (java) S 25921 25923 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254374350 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140581471753864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25937] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25937/stat : 25937 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254374352 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140581470702608 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25938] ppid=25921 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/25923/task/25938/stat : 25938 (java) S 25921 25923 21497 0 -1 4202560 5958 0 0 0 82 2 0 0 20 0 22 0 254374352 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140581469648952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25939] ppid=25921 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/25923/task/25939/stat : 25939 (java) S 25921 25923 21497 0 -1 4202560 15236 0 0 0 128 3 0 0 20 0 22 0 254374352 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140581468596408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25940] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25940/stat : 25940 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254374352 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140581467544056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25941] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25941/stat : 25941 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254374352 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140581466491720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25966] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25966/stat : 25966 (java) S 25921 25923 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254374725 10060460032 42665 33554432000 1073741824 1073778376 140733909016880 140581462279464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 9824668


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

/proc/25923/task/25926/stat : 25926 (java) S 25921 25923 21497 0 -1 4202560 1165 0 0 0 139 3 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581611289256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25927] ppid=25921 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/25923/task/25927/stat : 25927 (java) S 25921 25923 21497 0 -1 4202560 268 0 0 0 121 3 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581610236712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25928] ppid=25921 vsize=9824668 CPUtime=1.26 cores=0,2,4,6
/proc/25923/task/25928/stat : 25928 (java) S 25921 25923 21497 0 -1 4202560 335 0 0 0 122 4 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581609184168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25929] ppid=25921 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/25923/task/25929/stat : 25929 (java) S 25921 25923 21497 0 -1 4202560 538 0 0 0 146 5 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581608131624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25930] ppid=25921 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/25923/task/25930/stat : 25930 (java) S 25921 25923 21497 0 -1 4202560 495 0 0 0 118 3 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581607078056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25931] ppid=25921 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/25923/task/25931/stat : 25931 (java) S 25921 25923 21497 0 -1 4202560 279 0 0 0 123 4 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581606025512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25932] ppid=25921 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/25923/task/25932/stat : 25932 (java) S 25921 25923 21497 0 -1 4202560 382 0 0 0 124 4 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581604972968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25933] ppid=25921 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/25923/task/25933/stat : 25933 (java) S 25921 25923 21497 0 -1 4202560 640 0 0 0 125 2 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581603920424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25934] ppid=25921 vsize=9824668 CPUtime=110.64 cores=0,2,4,6
/proc/25923/task/25934/stat : 25934 (java) S 25921 25923 21497 0 -1 4202560 2143 0 0 0 11048 16 0 0 20 0 19 0 254374349 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581473860200 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25935] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25935/stat : 25935 (java) S 25921 25923 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254374350 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581472806520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25936] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25936/stat : 25936 (java) S 25921 25923 21497 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254374350 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581471753864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25937] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25937/stat : 25937 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581470702608 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25938] ppid=25921 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/25923/task/25938/stat : 25938 (java) S 25921 25923 21497 0 -1 4202560 10591 0 0 0 129 2 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581469648952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25939] ppid=25921 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/25923/task/25939/stat : 25939 (java) S 25921 25923 21497 0 -1 4202560 15279 0 0 0 157 3 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581468596408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25940] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25940/stat : 25940 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581467544056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25941] ppid=25921 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/25923/task/25941/stat : 25941 (java) S 25921 25923 21497 0 -1 4202560 25 0 0 0 5 10 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581466491720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25966] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25966/stat : 25966 (java) S 25921 25923 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254374725 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581462279464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 735.74
Current children cumulated vsize (KiB) 9824668

[startup+431.101 s]
/proc/loadavg: 3.67 3.70 3.72 4/216 26133
/proc/meminfo: memFree=24755020/32873648 swapFree=6852/6852
[pid=25923] ppid=25921 vsize=9824668 CPUtime=736.54 cores=0,2,4,6
/proc/25923/stat : 25923 (java) S 25921 25923 21497 0 -1 4202496 36988 0 1 0 73559 95 0 0 20 0 19 0 254374346 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140733909008016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25923/statm: 2456167 455787 2280 9 0 2446860 0
[pid=25923/tid=25925] ppid=25921 vsize=9824668 CPUtime=9.39 cores=0,2,4,6
/proc/25923/task/25925/stat : 25925 (java) R 25921 25923 21497 0 -1 4202560 2610 0 1 0 937 2 0 0 20 0 19 0 254374347 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581649797896 140581477291970 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25926] ppid=25921 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/25923/task/25926/stat : 25926 (java) S 25921 25923 21497 0 -1 4202560 1165 0 0 0 139 3 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581611289256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25927] ppid=25921 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/25923/task/25927/stat : 25927 (java) S 25921 25923 21497 0 -1 4202560 268 0 0 0 121 3 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581610236712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25928] ppid=25921 vsize=9824668 CPUtime=1.26 cores=0,2,4,6
/proc/25923/task/25928/stat : 25928 (java) S 25921 25923 21497 0 -1 4202560 335 0 0 0 122 4 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581609184168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25929] ppid=25921 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/25923/task/25929/stat : 25929 (java) S 25921 25923 21497 0 -1 4202560 538 0 0 0 146 5 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581608131624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25930] ppid=25921 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/25923/task/25930/stat : 25930 (java) S 25921 25923 21497 0 -1 4202560 495 0 0 0 118 3 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581607078056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25931] ppid=25921 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/25923/task/25931/stat : 25931 (java) S 25921 25923 21497 0 -1 4202560 279 0 0 0 123 4 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581606025512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25932] ppid=25921 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/25923/task/25932/stat : 25932 (java) S 25921 25923 21497 0 -1 4202560 382 0 0 0 124 4 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581604972968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25933] ppid=25921 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/25923/task/25933/stat : 25933 (java) S 25921 25923 21497 0 -1 4202560 640 0 0 0 125 2 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581603920424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25934] ppid=25921 vsize=9824668 CPUtime=110.64 cores=0,2,4,6
/proc/25923/task/25934/stat : 25934 (java) S 25921 25923 21497 0 -1 4202560 2143 0 0 0 11048 16 0 0 20 0 19 0 254374349 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581473860200 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25935] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25935/stat : 25935 (java) S 25921 25923 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254374350 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581472806520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25936] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25936/stat : 25936 (java) S 25921 25923 21497 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254374350 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581471753864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25937] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25937/stat : 25937 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581470702608 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25938] ppid=25921 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/25923/task/25938/stat : 25938 (java) S 25921 25923 21497 0 -1 4202560 10591 0 0 0 129 2 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581469648952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25939] ppid=25921 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/25923/task/25939/stat : 25939 (java) S 25921 25923 21497 0 -1 4202560 15279 0 0 0 157 3 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581468596408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25940] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25940/stat : 25940 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581467544056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25941] ppid=25921 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/25923/task/25941/stat : 25941 (java) S 25921 25923 21497 0 -1 4202560 25 0 0 0 5 10 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581466491720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25966] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25966/stat : 25966 (java) S 25921 25923 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254374725 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581462279464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 736.54
Current children cumulated vsize (KiB) 9824668

[startup+431.301 s]
/proc/loadavg: 3.67 3.70 3.72 4/216 26133
/proc/meminfo: memFree=24755020/32873648 swapFree=6852/6852
[pid=25923] ppid=25921 vsize=9824668 CPUtime=736.74 cores=0,2,4,6
/proc/25923/stat : 25923 (java) S 25921 25923 21497 0 -1 4202496 36988 0 1 0 73579 95 0 0 20 0 19 0 254374346 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140733909008016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25923/statm: 2456167 455787 2280 9 0 2446860 0
[pid=25923/tid=25925] ppid=25921 vsize=9824668 CPUtime=9.58 cores=0,2,4,6
/proc/25923/task/25925/stat : 25925 (java) R 25921 25923 21497 0 -1 4202560 2610 0 1 0 956 2 0 0 20 0 19 0 254374347 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581649797896 140581478223613 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25926] ppid=25921 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/25923/task/25926/stat : 25926 (java) S 25921 25923 21497 0 -1 4202560 1165 0 0 0 139 3 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581611289256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25927] ppid=25921 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/25923/task/25927/stat : 25927 (java) S 25921 25923 21497 0 -1 4202560 268 0 0 0 121 3 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581610236712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25928] ppid=25921 vsize=9824668 CPUtime=1.26 cores=0,2,4,6
/proc/25923/task/25928/stat : 25928 (java) S 25921 25923 21497 0 -1 4202560 335 0 0 0 122 4 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581609184168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25929] ppid=25921 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/25923/task/25929/stat : 25929 (java) S 25921 25923 21497 0 -1 4202560 538 0 0 0 146 5 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581608131624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25930] ppid=25921 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/25923/task/25930/stat : 25930 (java) S 25921 25923 21497 0 -1 4202560 495 0 0 0 118 3 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581607078056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25931] ppid=25921 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/25923/task/25931/stat : 25931 (java) S 25921 25923 21497 0 -1 4202560 279 0 0 0 123 4 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581606025512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25932] ppid=25921 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/25923/task/25932/stat : 25932 (java) S 25921 25923 21497 0 -1 4202560 382 0 0 0 124 4 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581604972968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25933] ppid=25921 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/25923/task/25933/stat : 25933 (java) S 25921 25923 21497 0 -1 4202560 640 0 0 0 125 2 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581603920424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25934] ppid=25921 vsize=9824668 CPUtime=110.64 cores=0,2,4,6
/proc/25923/task/25934/stat : 25934 (java) S 25921 25923 21497 0 -1 4202560 2143 0 0 0 11048 16 0 0 20 0 19 0 254374349 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581473860200 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25935] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25935/stat : 25935 (java) S 25921 25923 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254374350 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581472806520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25936] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25936/stat : 25936 (java) S 25921 25923 21497 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254374350 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581471753864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25937] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25937/stat : 25937 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581470702608 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25938] ppid=25921 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/25923/task/25938/stat : 25938 (java) S 25921 25923 21497 0 -1 4202560 10591 0 0 0 129 2 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581469648952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25939] ppid=25921 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/25923/task/25939/stat : 25939 (java) S 25921 25923 21497 0 -1 4202560 15279 0 0 0 157 3 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581468596408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25940] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25940/stat : 25940 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581467544056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25941] ppid=25921 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/25923/task/25941/stat : 25941 (java) S 25921 25923 21497 0 -1 4202560 25 0 0 0 5 10 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581466491720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25966] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25966/stat : 25966 (java) S 25921 25923 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254374725 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581462279464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 736.74
Current children cumulated vsize (KiB) 9824668

[startup+431.401 s]
/proc/loadavg: 3.67 3.70 3.72 4/216 26133
/proc/meminfo: memFree=24755020/32873648 swapFree=6852/6852
[pid=25923] ppid=25921 vsize=9824668 CPUtime=736.84 cores=0,2,4,6
/proc/25923/stat : 25923 (java) S 25921 25923 21497 0 -1 4202496 36988 0 1 0 73589 95 0 0 20 0 19 0 254374346 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140733909008016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25923/statm: 2456167 455787 2280 9 0 2446860 0
[pid=25923/tid=25925] ppid=25921 vsize=9824668 CPUtime=9.68 cores=0,2,4,6
/proc/25923/task/25925/stat : 25925 (java) R 25921 25923 21497 0 -1 4202560 2610 0 1 0 966 2 0 0 20 0 19 0 254374347 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581649797896 140581477291958 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25926] ppid=25921 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/25923/task/25926/stat : 25926 (java) S 25921 25923 21497 0 -1 4202560 1165 0 0 0 139 3 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581611289256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25927] ppid=25921 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/25923/task/25927/stat : 25927 (java) S 25921 25923 21497 0 -1 4202560 268 0 0 0 121 3 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581610236712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25928] ppid=25921 vsize=9824668 CPUtime=1.26 cores=0,2,4,6
/proc/25923/task/25928/stat : 25928 (java) S 25921 25923 21497 0 -1 4202560 335 0 0 0 122 4 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581609184168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25929] ppid=25921 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/25923/task/25929/stat : 25929 (java) S 25921 25923 21497 0 -1 4202560 538 0 0 0 146 5 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581608131624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25930] ppid=25921 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/25923/task/25930/stat : 25930 (java) S 25921 25923 21497 0 -1 4202560 495 0 0 0 118 3 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581607078056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25931] ppid=25921 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/25923/task/25931/stat : 25931 (java) S 25921 25923 21497 0 -1 4202560 279 0 0 0 123 4 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581606025512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25932] ppid=25921 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/25923/task/25932/stat : 25932 (java) S 25921 25923 21497 0 -1 4202560 382 0 0 0 124 4 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581604972968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25933] ppid=25921 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/25923/task/25933/stat : 25933 (java) S 25921 25923 21497 0 -1 4202560 640 0 0 0 125 2 0 0 20 0 19 0 254374348 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581603920424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25934] ppid=25921 vsize=9824668 CPUtime=110.64 cores=0,2,4,6
/proc/25923/task/25934/stat : 25934 (java) S 25921 25923 21497 0 -1 4202560 2143 0 0 0 11048 16 0 0 20 0 19 0 254374349 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581473860200 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25935] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25935/stat : 25935 (java) S 25921 25923 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254374350 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581472806520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25936] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25936/stat : 25936 (java) S 25921 25923 21497 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254374350 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581471753864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25937] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25937/stat : 25937 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581470702608 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25923/tid=25938] ppid=25921 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/25923/task/25938/stat : 25938 (java) S 25921 25923 21497 0 -1 4202560 10591 0 0 0 129 2 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581469648952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25939] ppid=25921 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/25923/task/25939/stat : 25939 (java) S 25921 25923 21497 0 -1 4202560 15279 0 0 0 157 3 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581468596408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25923/tid=25940] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25940/stat : 25940 (java) S 25921 25923 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581467544056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25923/tid=25941] ppid=25921 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/25923/task/25941/stat : 25941 (java) S 25921 25923 21497 0 -1 4202560 25 0 0 0 5 10 0 0 20 0 19 0 254374352 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581466491720 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25923/tid=25966] ppid=25921 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25923/task/25966/stat : 25966 (java) S 25921 25923 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254374725 10060460032 455787 33554432000 1073741824 1073778376 140733909016880 140581462279464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 736.84
Current children cumulated vsize (KiB) 9824668

Child status: 30
Real time (s): 431.463
CPU time (s): 737.073
CPU user time (s): 735.909
CPU system time (s): 1.16382
CPU usage (%): 170.831
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 735.909
system time used= 1.16382
maximum resident set size= 1823212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36998
page faults= 1
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14841
involuntary context switches= 20695

runsolver used 1.26781 second user time and 2.6616 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-24 20:01:23
IDJOB=3689488
IDBENCH=89854
IDSOLVER=2268
FILE ID=node116/3689488-1337882483
RUNJOBID= node116-1337871880-21513
PBS_JOBID= 14620088
Free space on /tmp= 71720 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-538867.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689488-1337882483/watcher-3689488-1337882483 -o /tmp/evaluation-result-3689488-1337882483/solver-3689488-1337882483 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689488-1337882483.opb

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

MD5SUM BENCH= 3b75c8039d6468258a1aa0343ce1fddb
RANDOM SEED=722051240

node116.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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.92
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.556
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	: 5331.92
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.556
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.90
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.556
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:        25445768 kB
Buffers:          213584 kB
Cached:          2947452 kB
SwapCached:            0 kB
Active:          3989256 kB
Inactive:        2672432 kB
Active(anon):    3503144 kB
Inactive(anon):        0 kB
Active(file):     486112 kB
Inactive(file):  2672432 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               284 kB
Writeback:             0 kB
AnonPages:       3507368 kB
Mapped:            21736 kB
Shmem:               200 kB
Slab:             623712 kB
SReclaimable:      68028 kB
SUnreclaim:       555684 kB
KernelStack:        1632 kB
PageTables:        11108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    4039216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3416064 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= 71728 MiB
End job on node116 at 2012-05-24 20:08:34