Trace number 3454005

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0SAT (TO)-124 1800.27 957.956

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_2.opb
MD5SUM1af848a7208b60f67c27d4022c7b5abe
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-125
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -151
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint25
Maximum length of a constraint50
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31544
Sum of products size (including duplicates)63088
Number of different products15772
Sum of products size31544

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.09	c version 2.3.1.v20110525
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.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	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@67ee3914
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@1c691f36
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-3454005-1307194789.opb
0.10/0.11	c reading problem ... 
1.89/0.86	c ... done. Wall clock time 0.744s.
1.89/0.86	c #vars     16772
1.89/0.86	c #constraints  48316
1.89/0.86	c constraints type 
1.89/0.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15772
1.89/0.86	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1.89/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15772
1.89/0.86	c constraints type 
1.89/0.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15772
1.89/0.86	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
1.89/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15772
2.65/1.03	c  And the winner is Resolution
2.91/1.38	c SATISFIABLE
2.91/1.38	c OPTIMIZING...
2.91/1.38	c Got one! Elapsed wall clock time (in seconds):1.266
2.91/1.38	o -102
3.02/1.43	c  And the winner is Resolution
3.21/1.89	c Got one! Elapsed wall clock time (in seconds):1.779
3.21/1.89	o -103
3.23/1.97	c  And the winner is Resolution
3.64/2.40	c Got one! Elapsed wall clock time (in seconds):2.29
3.64/2.40	o -109
3.64/2.44	c  And the winner is Resolution
3.79/2.91	c Got one! Elapsed wall clock time (in seconds):2.804
3.79/2.91	o -113
4.02/3.09	c  And the winner is Resolution
4.33/3.43	c Got one! Elapsed wall clock time (in seconds):3.316
4.33/3.43	o -114
5.35/3.95	c  And the winner is Resolution
5.56/4.44	c Got one! Elapsed wall clock time (in seconds):4.328
5.56/4.44	o -115
5.90/4.65	c  And the winner is Resolution
6.10/4.95	c Got one! Elapsed wall clock time (in seconds):4.842
6.10/4.95	o -116
7.42/5.63	c cleaning 3406 clauses out of 6820 with flag 3000/6820
10.03/6.99	c cleaning 4707 clauses out of 9414 with flag 9000/12820
12.95/8.48	c cleaning 5853 clauses out of 11707 with flag 16000/19820
14.82/9.45	c  And the winner is Resolution
15.38/9.95	c Got one! Elapsed wall clock time (in seconds):9.837
15.38/9.95	o -117
15.69/10.16	c cleaning 5491 clauses out of 10982 with flag 1000/24948
18.34/11.59	c cleaning 5736 clauses out of 11491 with flag 7000/30948
20.25/12.56	c  And the winner is Resolution
20.91/13.12	c Got one! Elapsed wall clock time (in seconds):13.013
20.91/13.12	o -118
21.25/13.37	c cleaning 5438 clauses out of 10875 with flag 1000/36068
24.21/14.82	c cleaning 5715 clauses out of 11437 with flag 7000/42068
27.50/16.52	c cleaning 6358 clauses out of 12723 with flag 14001/49069
31.06/18.46	c cleaning 7180 clauses out of 14366 with flag 22002/57070
35.30/20.68	c cleaning 8093 clauses out of 16185 with flag 31001/66069
36.55/21.36	c  And the winner is CuttingPlanes
36.55/21.37	c Got one! Elapsed wall clock time (in seconds):21.262
36.55/21.37	o -119
37.99/22.06	c cleaning 6696 clauses out of 13395 with flag 3001/71372
40.59/23.44	c cleaning 6341 clauses out of 12698 with flag 9000/77371
43.56/25.08	c cleaning 6675 clauses out of 13358 with flag 16001/84372
46.99/26.87	c cleaning 7337 clauses out of 14683 with flag 24001/92372
51.01/28.91	c cleaning 8170 clauses out of 16345 with flag 33000/101371
55.23/31.12	c cleaning 9085 clauses out of 18175 with flag 43000/111371
60.18/33.71	c cleaning 10045 clauses out of 20090 with flag 54000/122371
63.59/35.55	c  And the winner is CuttingPlanes
63.70/35.95	c Got one! Elapsed wall clock time (in seconds):35.842
63.70/35.95	o -120
66.04/37.16	c cleaning 11575 clauses out of 23157 with flag 5000/135483
68.84/38.61	c cleaning 8786 clauses out of 17582 with flag 11000/141483
71.84/40.22	c cleaning 7889 clauses out of 15796 with flag 18000/148483
75.36/42.15	c cleaning 7947 clauses out of 15907 with flag 26000/156483
79.32/44.23	c cleaning 8468 clauses out of 16960 with flag 35000/165483
83.70/46.55	c cleaning 9246 clauses out of 18492 with flag 45000/175483
88.46/49.07	c cleaning 10115 clauses out of 20248 with flag 56002/186485
93.76/51.89	c cleaning 11056 clauses out of 22132 with flag 68001/198484
99.50/54.91	c cleaning 12034 clauses out of 24075 with flag 81000/211483
105.82/58.17	c cleaning 13021 clauses out of 26041 with flag 95000/225483
112.96/61.89	c cleaning 14004 clauses out of 28020 with flag 110000/240483
120.58/65.84	c  And the winner is Resolution
120.92/66.17	c Got one! Elapsed wall clock time (in seconds):66.061
120.92/66.17	o -121
123.20/67.38	c cleaning 17271 clauses out of 34542 with flag 5000/261009
126.32/69.10	c cleaning 11632 clauses out of 23271 with flag 11000/267009
129.83/70.96	c cleaning 9317 clauses out of 18639 with flag 18000/274009
134.14/73.20	c cleaning 8660 clauses out of 17323 with flag 26001/282010
138.73/75.72	c cleaning 8825 clauses out of 17662 with flag 35000/291009
144.04/78.50	c cleaning 9417 clauses out of 18837 with flag 45000/301009
149.13/81.25	c cleaning 10208 clauses out of 20421 with flag 56001/312010
154.99/84.37	c cleaning 11098 clauses out of 22212 with flag 68000/324009
161.76/87.97	c cleaning 12054 clauses out of 24115 with flag 81001/337010
168.83/91.69	c cleaning 13030 clauses out of 26060 with flag 95000/351009
176.90/95.82	c cleaning 14010 clauses out of 28030 with flag 110000/366009
186.38/100.70	c cleaning 15006 clauses out of 30020 with flag 126000/382009
196.30/105.92	c cleaning 16007 clauses out of 32014 with flag 143000/399009
205.38/110.62	c cleaning 16999 clauses out of 34008 with flag 161001/417010
215.03/115.65	c cleaning 17998 clauses out of 36008 with flag 180000/436009
225.52/121.01	c cleaning 19006 clauses out of 38011 with flag 200001/456010
227.40/122.26	c  And the winner is CuttingPlanes
227.52/122.57	c Got one! Elapsed wall clock time (in seconds):122.457
227.52/122.57	o -122
228.59/123.14	c cleaning 12015 clauses out of 24040 with flag 2001/461045
231.44/124.76	c cleaning 9008 clauses out of 18025 with flag 8001/467045
234.70/126.56	c cleaning 8003 clauses out of 16017 with flag 15001/474045
238.29/128.56	c cleaning 8001 clauses out of 16013 with flag 23000/482044
242.59/130.92	c cleaning 8500 clauses out of 17012 with flag 32000/491044
246.96/133.30	c cleaning 9253 clauses out of 18512 with flag 42000/501044
251.96/136.03	c cleaning 10121 clauses out of 20259 with flag 53000/512044
257.16/138.88	c cleaning 11057 clauses out of 22139 with flag 65001/524045
263.58/142.30	c cleaning 12038 clauses out of 24081 with flag 78000/537044
269.78/145.65	c cleaning 13019 clauses out of 26044 with flag 92001/551045
276.80/149.32	c cleaning 14003 clauses out of 28025 with flag 107001/566045
283.99/153.15	c cleaning 15003 clauses out of 30021 with flag 123000/582044
292.17/157.53	c cleaning 16005 clauses out of 32019 with flag 140001/599045
300.79/162.06	c cleaning 17003 clauses out of 34013 with flag 158000/617044
310.15/166.92	c cleaning 17997 clauses out of 36010 with flag 177000/636044
319.29/171.73	c cleaning 18995 clauses out of 38013 with flag 197000/656044
329.68/177.23	c cleaning 20005 clauses out of 40018 with flag 218000/677044
340.43/182.84	c cleaning 20994 clauses out of 42013 with flag 240000/699044
352.36/189.10	c cleaning 22008 clauses out of 44019 with flag 263000/722044
363.48/194.86	c cleaning 22992 clauses out of 46012 with flag 287001/746045
376.26/201.57	c cleaning 24006 clauses out of 48019 with flag 312000/771044
389.74/208.54	c  And the winner is CuttingPlanes
389.74/208.58	c cleaning 25002 clauses out of 50014 with flag 338001/797045
390.46/209.16	c Got one! Elapsed wall clock time (in seconds):209.045
390.46/209.16	o -123
392.95/210.45	c cleaning 15004 clauses out of 30012 with flag 5000/802045
396.09/212.22	c cleaning 10498 clauses out of 21008 with flag 11000/808045
399.58/214.32	c cleaning 8745 clauses out of 17510 with flag 18000/815045
403.27/216.45	c cleaning 8373 clauses out of 16765 with flag 26000/823045
407.35/218.81	c cleaning 8691 clauses out of 17393 with flag 35001/832046
412.02/221.37	c cleaning 9346 clauses out of 18701 with flag 45000/842045
417.30/224.37	c cleaning 10175 clauses out of 20355 with flag 56000/853045
422.96/227.43	c cleaning 11087 clauses out of 22181 with flag 68001/865046
429.03/230.76	c cleaning 12039 clauses out of 24093 with flag 81000/878045
435.50/234.22	c cleaning 13027 clauses out of 26054 with flag 95000/892045
442.93/238.32	c cleaning 14010 clauses out of 28028 with flag 110001/907046
449.96/242.10	c cleaning 15003 clauses out of 30018 with flag 126001/923046
457.60/246.25	c cleaning 16003 clauses out of 32015 with flag 143001/940046
466.04/250.79	c cleaning 17003 clauses out of 34011 with flag 161000/958045
475.02/255.69	c cleaning 18002 clauses out of 36008 with flag 180000/977045
483.85/260.38	c cleaning 18998 clauses out of 38006 with flag 200000/997045
493.69/265.52	c cleaning 19997 clauses out of 40008 with flag 221000/1018045
504.12/271.01	c cleaning 21001 clauses out of 42011 with flag 243000/1040045
516.10/277.42	c cleaning 21999 clauses out of 44010 with flag 266000/1063045
526.71/283.02	c cleaning 22992 clauses out of 46011 with flag 290000/1087045
538.55/289.23	c cleaning 24002 clauses out of 48019 with flag 315000/1112045
551.40/295.93	c cleaning 25009 clauses out of 50018 with flag 341001/1138046
565.48/303.43	c cleaning 25994 clauses out of 52009 with flag 368001/1165046
579.91/310.90	c cleaning 27002 clauses out of 54014 with flag 396000/1193045
593.15/317.85	c cleaning 27993 clauses out of 56012 with flag 425000/1222045
607.37/325.26	c cleaning 29010 clauses out of 58020 with flag 455001/1252046
623.34/333.62	c cleaning 29994 clauses out of 60012 with flag 486003/1283048
640.55/342.59	c cleaning 31004 clauses out of 62016 with flag 518001/1315046
657.96/351.56	c cleaning 32001 clauses out of 64011 with flag 551000/1348045
676.01/360.89	c cleaning 32502 clauses out of 65011 with flag 584001/1381046
691.12/368.81	c cleaning 32742 clauses out of 65509 with flag 617001/1414046
707.14/377.12	c cleaning 32873 clauses out of 65766 with flag 650000/1447045
724.37/386.04	c cleaning 32944 clauses out of 65893 with flag 683000/1480045
741.96/395.15	c cleaning 32971 clauses out of 65949 with flag 716000/1513045
760.67/404.98	c cleaning 32979 clauses out of 65979 with flag 749001/1546046
780.68/415.20	c cleaning 32992 clauses out of 65999 with flag 782000/1579045
799.08/424.74	c cleaning 32999 clauses out of 66007 with flag 815000/1612045
817.15/434.06	c cleaning 32995 clauses out of 66008 with flag 848000/1645045
836.44/444.19	c cleaning 33000 clauses out of 66013 with flag 881000/1678045
851.48/451.98	c cleaning 33001 clauses out of 66013 with flag 914000/1711045
868.89/460.93	c cleaning 32995 clauses out of 66012 with flag 947000/1744045
885.62/469.69	c cleaning 33005 clauses out of 66018 with flag 980001/1777046
904.29/479.49	c cleaning 32996 clauses out of 66012 with flag 1013000/1810045
922.05/488.62	c cleaning 33000 clauses out of 66016 with flag 1046000/1843045
940.60/498.31	c cleaning 33004 clauses out of 66016 with flag 1079000/1876045
960.59/508.53	c cleaning 32996 clauses out of 66012 with flag 1112000/1909045
979.22/518.39	c cleaning 32999 clauses out of 66017 with flag 1145001/1942046
999.33/528.79	c cleaning 33008 clauses out of 66017 with flag 1178000/1975045
1017.84/538.32	c cleaning 32992 clauses out of 66009 with flag 1211000/2008045
1037.13/548.39	c cleaning 33002 clauses out of 66017 with flag 1244000/2041045
1058.57/559.58	c cleaning 32997 clauses out of 66015 with flag 1277000/2074045
1078.06/569.65	c cleaning 33004 clauses out of 66019 with flag 1310001/2107046
1095.13/578.54	c cleaning 33001 clauses out of 66014 with flag 1343000/2140045
1111.36/587.09	c cleaning 33000 clauses out of 66013 with flag 1376000/2173045
1129.45/596.65	c cleaning 33006 clauses out of 66013 with flag 1409000/2206045
1147.07/605.81	c cleaning 32989 clauses out of 66008 with flag 1442001/2239046
1164.09/614.78	c cleaning 32994 clauses out of 66018 with flag 1475000/2272045
1183.09/624.68	c cleaning 33002 clauses out of 66025 with flag 1508001/2305046
1201.44/634.35	c cleaning 33003 clauses out of 66022 with flag 1541000/2338045
1222.84/645.48	c cleaning 32992 clauses out of 66019 with flag 1574000/2371045
1246.27/657.53	c cleaning 33003 clauses out of 66028 with flag 1607001/2404046
1264.04/666.88	c cleaning 33011 clauses out of 66024 with flag 1640000/2437045
1283.62/677.28	c cleaning 33007 clauses out of 66013 with flag 1673000/2470045
1303.06/687.37	c cleaning 33003 clauses out of 66006 with flag 1706000/2503045
1326.42/699.42	c cleaning 33002 clauses out of 66003 with flag 1739000/2536045
1349.47/711.41	c cleaning 32987 clauses out of 66002 with flag 1772001/2569046
1368.52/721.63	c cleaning 32999 clauses out of 66015 with flag 1805001/2602046
1387.69/731.61	c cleaning 33002 clauses out of 66016 with flag 1838001/2635046
1406.39/741.49	c cleaning 33001 clauses out of 66013 with flag 1871000/2668045
1424.58/751.03	c cleaning 32998 clauses out of 66012 with flag 1904000/2701045
1444.18/761.60	c cleaning 32997 clauses out of 66015 with flag 1937001/2734046
1463.61/771.73	c cleaning 33004 clauses out of 66018 with flag 1970001/2767046
1481.62/781.24	c cleaning 32998 clauses out of 66014 with flag 2003001/2800046
1497.66/789.77	c cleaning 33001 clauses out of 66015 with flag 2036000/2833045
1507.34/795.25	c  And the winner is Resolution
1512.28/800.14	c Got one! Elapsed wall clock time (in seconds):800.029
1512.28/800.14	o -124
1514.60/801.36	c cleaning 27779 clauses out of 55558 with flag 5001/2855589
1518.54/803.72	c cleaning 16889 clauses out of 33778 with flag 11000/2861588
1522.86/806.33	c cleaning 11945 clauses out of 23889 with flag 18000/2868588
1527.69/809.27	c cleaning 9970 clauses out of 19944 with flag 26000/2876588
1533.08/812.70	c cleaning 9480 clauses out of 18975 with flag 35001/2885589
1538.67/815.99	c cleaning 9745 clauses out of 19495 with flag 45001/2895589
1545.06/819.65	c cleaning 10371 clauses out of 20751 with flag 56002/2906590
1551.73/823.47	c cleaning 11184 clauses out of 22378 with flag 68000/2918588
1558.99/827.71	c cleaning 12093 clauses out of 24194 with flag 81000/2931588
1566.87/832.11	c cleaning 13044 clauses out of 26101 with flag 95000/2945588
1575.35/836.84	c cleaning 14026 clauses out of 28057 with flag 110000/2960588
1584.62/841.94	c cleaning 15013 clauses out of 30032 with flag 126001/2976589
1594.37/847.40	c cleaning 16003 clauses out of 32019 with flag 143001/2993589
1603.77/852.54	c cleaning 17008 clauses out of 34015 with flag 161000/3011588
1614.26/858.30	c cleaning 18004 clauses out of 36007 with flag 180000/3030588
1625.92/864.60	c cleaning 18998 clauses out of 38003 with flag 200000/3050588
1638.73/871.66	c cleaning 19997 clauses out of 40006 with flag 221001/3071589
1651.26/878.38	c cleaning 20994 clauses out of 42008 with flag 243000/3093588
1664.00/885.14	c cleaning 22002 clauses out of 44014 with flag 266000/3116588
1677.44/892.35	c cleaning 22999 clauses out of 46013 with flag 290001/3140589
1692.65/900.66	c cleaning 24007 clauses out of 48014 with flag 315001/3165589
1708.67/909.16	c cleaning 25001 clauses out of 50006 with flag 341000/3191588
1725.44/917.96	c cleaning 25995 clauses out of 52005 with flag 368000/3218588
1740.90/926.20	c cleaning 27001 clauses out of 54010 with flag 396000/3246588
1758.06/935.44	c cleaning 28001 clauses out of 56009 with flag 425000/3275588
1777.21/945.49	c cleaning 29005 clauses out of 58009 with flag 455001/3305589
1795.06/954.87	c cleaning 29999 clauses out of 60003 with flag 486000/3336588
1800.05/957.82	c starts		: 666
1800.05/957.82	c conflicts		: 3344183
1800.05/957.82	c decisions		: 4056657
1800.05/957.82	c propagations		: 20206328
1800.05/957.82	c inspects		: 1616399683
1800.05/957.82	c shortcuts		: 0
1800.05/957.82	c learnt literals	: 0
1800.05/957.82	c learnt binary clauses	: 0
1800.05/957.82	c learnt ternary clauses	: 0
1800.05/957.82	c learnt constraints	: 3344182
1800.05/957.82	c ignored constraints	: 0
1800.05/957.82	c root simplifications	: 0
1800.05/957.82	c removed literals (reason simplification)	: 33378847
1800.05/957.82	c reason swapping (by a shorter reason)	: 0
1800.05/957.82	c Calls to reduceDB	: 167
1800.05/957.82	c number of reductions to clauses (during analyze)	: 0
1800.05/957.82	c number of learned constraints concerned by reduction	: 0
1800.05/957.82	c number of learning phase by resolution	: 0
1800.05/957.82	c number of learning phase by cutting planes	: 0
1800.05/957.82	c speed (assignments/second)	: 128148.50423962607
1800.05/957.82	c non guided choices	0
1800.05/957.84	c learnt constraints type 
1800.05/957.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 37656
1800.05/957.84	c constraints type 
1800.05/957.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15772
1800.05/957.84	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1800.05/957.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.05/957.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15772
1800.05/957.84	c constraints type 
1800.05/957.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15772
1800.05/957.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.05/957.84	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
1800.05/957.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15772
1800.05/957.84	s SATISFIABLE
1800.05/957.84	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.05/957.84	c objective function=-124
1800.05/957.84	c Total wall clock time (in seconds): 957.729

Verifier Data

OK	-124

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3454005-1307194789/watcher-3454005-1307194789 -o /tmp/evaluation-result-3454005-1307194789/solver-3454005-1307194789 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454005-1307194789.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.84 3.67 3.57 3/445 4242
/proc/meminfo: memFree=25001424/32951124 swapFree=44043516/67111528
[pid=4242] ppid=4240 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/4242/stat : 4242 (java) S 4240 4242 31765 0 -1 4202496 1178 0 0 0 0 0 0 0 25 0 2 0 831077106 27824128 906 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528636901 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4242/statm: 6793 906 688 9 0 381 0
[pid=4242/tid=4243] ppid=4240 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4243/stat : 4243 (java) R 4240 4242 31765 0 -1 4202560 3579 0 1 0 0 0 0 0 25 0 2 0 831077107 10694979584 4395 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.070106 s]
/proc/loadavg: 3.84 3.67 3.57 3/445 4242
/proc/meminfo: memFree=25001424/32951124 swapFree=44043516/67111528
[pid=4242] ppid=4240 vsize=10473088 CPUtime=0.05 cores=0,2,4,6
/proc/4242/stat : 4242 (java) S 4240 4242 31765 0 -1 4202496 11795 0 1 0 4 1 0 0 25 0 18 0 831077106 10724442112 11492 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4242/statm: 2618272 11496 1742 9 0 2609006 0
[pid=4242/tid=4243] ppid=4240 vsize=10473088 CPUtime=0.05 cores=0,2,4,6
/proc/4242/task/4243/stat : 4243 (java) R 4240 4242 31765 0 -1 4202560 10625 0 1 0 4 1 0 0 25 0 18 0 831077107 10724442112 11497 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 47630152297571 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10473088

[startup+0.101127 s]
/proc/loadavg: 3.84 3.67 3.57 3/445 4242
/proc/meminfo: memFree=25001424/32951124 swapFree=44043516/67111528
[pid=4242] ppid=4240 vsize=10539848 CPUtime=0.1 cores=0,2,4,6
/proc/4242/stat : 4242 (java) S 4240 4242 31765 0 -1 4202496 13042 0 1 0 8 2 0 0 25 0 18 0 831077106 10792804352 12739 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4242/statm: 2634962 12740 2092 9 0 2625696 0
[pid=4242/tid=4243] ppid=4240 vsize=10539848 CPUtime=0.08 cores=0,2,4,6
/proc/4242/task/4243/stat : 4243 (java) R 4240 4242 31765 0 -1 4202560 11124 0 1 0 7 1 0 0 18 0 18 0 831077107 10792804352 12743 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 46912496197416 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539848

[startup+0.30177 s]
/proc/loadavg: 3.84 3.67 3.57 3/445 4242
/proc/meminfo: memFree=25001424/32951124 swapFree=44043516/67111528
[pid=4242] ppid=4240 vsize=10541468 CPUtime=0.48 cores=0,2,4,6
/proc/4242/stat : 4242 (java) S 4240 4242 31765 0 -1 4202496 15520 0 1 0 46 2 0 0 25 0 18 0 831077106 10794463232 15093 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4242/statm: 2635367 15093 2207 9 0 2626101 0
[pid=4242/tid=4243] ppid=4240 vsize=10541468 CPUtime=0.28 cores=0,2,4,6
/proc/4242/task/4243/stat : 4243 (java) R 4240 4242 31765 0 -1 4202560 12904 0 1 0 27 1 0 0 18 0 18 0 831077107 10794463232 15094 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541468

[startup+0.70101 s]
/proc/loadavg: 3.84 3.67 3.57 3/445 4242
/proc/meminfo: memFree=25001424/32951124 swapFree=44043516/67111528
[pid=4242] ppid=4240 vsize=10555768 CPUtime=1.59 cores=0,2,4,6
/proc/4242/stat : 4242 (java) S 4240 4242 31765 0 -1 4202496 33932 0 1 0 155 4 0 0 25 0 18 0 831077106 10809106432 30138 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4242/statm: 2638942 30141 2231 9 0 2629676 0
[pid=4242/tid=4243] ppid=4240 vsize=10555768 CPUtime=0.68 cores=0,2,4,6
/proc/4242/task/4243/stat : 4243 (java) R 4240 4242 31765 0 -1 4202560 21052 0 1 0 65 3 0 0 18 0 18 0 831077107 10809106432 30141 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 46912505546778 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 10555768

[startup+1.50088 s]
/proc/loadavg: 3.84 3.67 3.57 7/467 4264
/proc/meminfo: memFree=24845760/32951124 swapFree=44043516/67111528
[pid=4242] ppid=4240 vsize=10559880 CPUtime=3.21 cores=0,2,4,6
/proc/4242/stat : 4242 (java) S 4240 4242 31765 0 -1 4202496 48915 0 1 0 315 6 0 0 25 0 19 0 831077106 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4242/statm: 2639970 43177 2246 9 0 2630704 0
[pid=4242/tid=4243] ppid=4240 vsize=10559880 CPUtime=0.86 cores=0,2,4,6
/proc/4242/task/4243/stat : 4243 (java) S 4240 4242 31765 0 -1 4202560 30604 0 1 0 82 4 0 0 17 0 19 0 831077107 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4245] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4245/stat : 4245 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831077109 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4246] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4246/stat : 4246 (java) S 4240 4242 31765 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831077109 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4247] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4247/stat : 4247 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831077109 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4248] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4248/stat : 4248 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831077109 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4249] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4249/stat : 4249 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831077109 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4250] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4250/stat : 4250 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831077109 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4251] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4251/stat : 4251 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831077109 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4252] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4252/stat : 4252 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831077109 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4253] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4253/stat : 4253 (java) S 4240 4242 31765 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 831077110 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 0 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4254] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4254/stat : 4254 (java) S 4240 4242 31765 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831077110 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4255] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4255/stat : 4255 (java) S 4240 4242 31765 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831077110 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4256] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4256/stat : 4256 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831077112 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528657841 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4257] ppid=4240 vsize=10559880 CPUtime=0.92 cores=0,2,4,6
/proc/4242/task/4257/stat : 4257 (java) S 4240 4242 31765 0 -1 4202560 5703 0 0 0 92 0 0 0 16 0 19 0 831077112 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 2 0 0 0
[pid=4242/tid=4258] ppid=4240 vsize=10559880 CPUtime=0.9 cores=0,2,4,6
/proc/4242/task/4258/stat : 4258 (java) S 4240 4242 31765 0 -1 4202560 7773 0 0 0 90 0 0 0 23 0 19 0 831077112 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
[pid=4242/tid=4259] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4259/stat : 4259 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831077112 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4260] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4260/stat : 4260 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831077112 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
[pid=4242/tid=4263] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4263/stat : 4263 (java) S 4240 4242 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831077198 10813317120 43177 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 10559880

[startup+3.10155 s]
/proc/loadavg: 3.69 3.65 3.56 3/464 4270
/proc/meminfo: memFree=24822348/32951124 swapFree=44043516/67111528
[pid=4242] ppid=4240 vsize=10559880 CPUtime=4.3 cores=0,2,4,6
/proc/4242/stat : 4242 (java) S 4240 4242 31765 0 -1 4202496 61237 0 1 0 423 7 0 0 25 0 20 0 831077106 10813317120 55498 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4242/statm: 2639970 55498 2247 9 0 2630704 0
[pid=4242/tid=4243] ppid=4240 vsize=10559880 CPUtime=0.88 cores=0,2,4,6
/proc/4242/task/4243/stat : 4243 (java) S 4240 4242 31765 0 -1 4202560 30877 0 1 0 84 4 0 0 16 0 20 0 831077107 10813317120 55499 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4245] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4245/stat : 4245 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831077109 10813317120 55499 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4246] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4246/stat : 4246 (java) S 4240 4242 31765 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 831077109 10813317120 55500 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4247] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4247/stat : 4247 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831077109 10813317120 55501 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4248] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4248/stat : 4248 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831077109 10813317120 55501 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4249] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4249/stat : 4249 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831077109 10813317120 55502 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4250] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4250/stat : 4250 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831077109 10813317120 55502 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4251] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4251/stat : 4251 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831077109 10813317120 55503 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4252] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4252/stat : 4252 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831077109 10813317120 55503 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4253] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4253/stat : 4253 (java) S 4240 4242 31765 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 831077110 10813317120 55503 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 0 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4254] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4254/stat : 4254 (java) S 4240 4242 31765 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 20 0 831077110 10813317120 55504 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4255] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4255/stat : 4255 (java) S 4240 4242 31765 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 20 0 831077110 10813317120 55505 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4256] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4256/stat : 4256 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831077112 10813317120 55506 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528657841 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4257] ppid=4240 vsize=10559880 CPUtime=1.16 cores=0,2,4,6
/proc/4242/task/4257/stat : 4257 (java) S 4240 4242 31765 0 -1 4202560 5734 0 0 0 116 0 0 0 15 0 20 0 831077112 10813317120 55506 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 2 0 0 0
[pid=4242/tid=4258] ppid=4240 vsize=10559880 CPUtime=1.14 cores=0,2,4,6
/proc/4242/task/4258/stat : 4258 (java) S 4240 4242 31765 0 -1 4202560 7806 0 0 0 114 0 0 0 15 0 20 0 831077112 10813317120 55506 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4259] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4259/stat : 4259 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831077112 10813317120 55507 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4260] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4260/stat : 4260 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 831077112 10813317120 55507 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4263] ppid=4240 vsize=10559880 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4263/stat : 4263 (java) S 4240 4242 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 20 0 831077198 10813317120 55508 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 10559880

[startup+6.301 s]
/proc/loadavg: 3.69 3.65 3.56 5/467 4285
/proc/meminfo: memFree=24605772/32951124 swapFree=44043516/67111528
[pid=4242] ppid=4240 vsize=10555168 CPUtime=8.78 cores=0,2,4,6
/proc/4242/stat : 4242 (java) S 4240 4242 31765 0 -1 4202496 142652 0 1 0 858 20 0 0 25 0 22 0 831077106 10808492032 135673 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4242/statm: 2638792 135673 2272 9 0 2629526 0
[pid=4242/tid=4243] ppid=4240 vsize=10555168 CPUtime=0.9 cores=0,2,4,6
/proc/4242/task/4243/stat : 4243 (java) S 4240 4242 31765 0 -1 4202560 31152 0 1 0 86 4 0 0 15 0 22 0 831077107 10808492032 135673 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4245] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4245/stat : 4245 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831077109 10808492032 135673 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4246] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4246/stat : 4246 (java) S 4240 4242 31765 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 22 0 831077109 10808492032 135673 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4247] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4247/stat : 4247 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831077109 10808492032 135673 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4248] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4248/stat : 4248 (java) S 4240 4242 31765 0 -1 4202560 182 0 0 0 0 0 0 0 18 0 22 0 831077109 10808492032 135673 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4249] ppid=4240 vsize=10555168 CPUtime=0.01 cores=0,2,4,6
/proc/4242/task/4249/stat : 4249 (java) S 4240 4242 31765 0 -1 4202560 1908 0 0 0 1 0 0 0 18 0 22 0 831077109 10808492032 135673 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 2 0 0 0
[pid=4242/tid=4250] ppid=4240 vsize=10555168 CPUtime=0.03 cores=0,2,4,6
/proc/4242/task/4250/stat : 4250 (java) S 4240 4242 31765 0 -1 4202560 3418 0 0 0 3 0 0 0 18 0 22 0 831077109 10808492032 135673 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
[pid=4242/tid=4251] ppid=4240 vsize=10555168 CPUtime=0.02 cores=0,2,4,6
/proc/4242/task/4251/stat : 4251 (java) S 4240 4242 31765 0 -1 4202560 5057 0 0 0 2 0 0 0 18 0 22 0 831077109 10808492032 135673 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
[pid=4242/tid=4252] ppid=4240 vsize=10555168 CPUtime=0.02 cores=0,2,4,6
/proc/4242/task/4252/stat : 4252 (java) S 4240 4242 31765 0 -1 4202560 2219 0 0 0 2 0 0 0 18 0 22 0 831077109 10808492032 135673 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4253] ppid=4240 vsize=10555168 CPUtime=0.15 cores=0,2,4,6
/proc/4242/task/4253/stat : 4253 (java) S 4240 4242 31765 0 -1 4202560 14024 0 0 0 14 1 0 0 16 0 22 0 831077110 10808492032 135673 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 0 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4254] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4254/stat : 4254 (java) S 4240 4242 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831077110 10808492032 135673 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4255] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4255/stat : 4255 (java) S 4240 4242 31765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831077110 10808492032 135673 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4256] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4256/stat : 4256 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831077112 10808492032 135673 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528657841 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4257] ppid=4240 vsize=10555168 CPUtime=1.26 cores=0,2,4,6
/proc/4242/task/4257/stat : 4257 (java) S 4240 4242 31765 0 -1 4202560 5748 0 0 0 126 0 0 0 15 0 22 0 831077112 10808492032 135673 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 2 0 0 0
[pid=4242/tid=4258] ppid=4240 vsize=10555168 CPUtime=1.23 cores=0,2,4,6
/proc/4242/task/4258/stat : 4258 (java) S 4240 4242 31765 0 -1 4202560 7814 0 0 0 123 0 0 0 15 0 22 0 831077112 10808492032 135673 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0

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

/proc/meminfo: memFree=23455788/32951124 swapFree=44043516/67111528
[pid=4242] ppid=4240 vsize=10555168 CPUtime=1658.4 cores=0,2,4,6
/proc/4242/stat : 4242 (java) S 4240 4242 31765 0 -1 4202496 611950 0 1 0 165758 82 0 0 25 0 22 0 831077106 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4242/statm: 2638792 604610 2274 9 0 2629526 0
[pid=4242/tid=4243] ppid=4240 vsize=10555168 CPUtime=0.97 cores=0,2,4,6
/proc/4242/task/4243/stat : 4243 (java) S 4240 4242 31765 0 -1 4202560 31273 0 1 0 93 4 0 0 15 0 22 0 831077107 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4245] ppid=4240 vsize=10555168 CPUtime=1.66 cores=0,2,4,6
/proc/4242/task/4245/stat : 4245 (java) S 4240 4242 31765 0 -1 4202560 5669 0 0 0 165 1 0 0 15 0 22 0 831077109 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
[pid=4242/tid=4246] ppid=4240 vsize=10555168 CPUtime=1.55 cores=0,2,4,6
/proc/4242/task/4246/stat : 4246 (java) S 4240 4242 31765 0 -1 4202560 5302 0 0 0 155 0 0 0 15 0 22 0 831077109 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
[pid=4242/tid=4247] ppid=4240 vsize=10555168 CPUtime=1.44 cores=0,2,4,6
/proc/4242/task/4247/stat : 4247 (java) S 4240 4242 31765 0 -1 4202560 7417 0 0 0 143 1 0 0 16 0 22 0 831077109 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
[pid=4242/tid=4248] ppid=4240 vsize=10555168 CPUtime=1.5 cores=0,2,4,6
/proc/4242/task/4248/stat : 4248 (java) S 4240 4242 31765 0 -1 4202560 3342 0 0 0 150 0 0 0 16 0 22 0 831077109 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4249] ppid=4240 vsize=10555168 CPUtime=1.38 cores=0,2,4,6
/proc/4242/task/4249/stat : 4249 (java) S 4240 4242 31765 0 -1 4202560 5759 0 0 0 137 1 0 0 16 0 22 0 831077109 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4250] ppid=4240 vsize=10555168 CPUtime=1.56 cores=0,2,4,6
/proc/4242/task/4250/stat : 4250 (java) S 4240 4242 31765 0 -1 4202560 6790 0 0 0 156 0 0 0 15 0 22 0 831077109 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4251] ppid=4240 vsize=10555168 CPUtime=1.48 cores=0,2,4,6
/proc/4242/task/4251/stat : 4251 (java) S 4240 4242 31765 0 -1 4202560 8587 0 0 0 147 1 0 0 15 0 22 0 831077109 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4252] ppid=4240 vsize=10555168 CPUtime=1.4 cores=0,2,4,6
/proc/4242/task/4252/stat : 4252 (java) S 4240 4242 31765 0 -1 4202560 8822 0 0 0 139 1 0 0 15 0 22 0 831077109 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
[pid=4242/tid=4253] ppid=4240 vsize=10555168 CPUtime=100.13 cores=0,2,4,6
/proc/4242/task/4253/stat : 4253 (java) S 4240 4242 31765 0 -1 4202560 216411 0 0 0 9987 26 0 0 15 0 22 0 831077110 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 0 0 16800975 18446604447459321920 0 0 -1 2 0 0 0
[pid=4242/tid=4254] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4254/stat : 4254 (java) S 4240 4242 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831077110 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4255] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4255/stat : 4255 (java) S 4240 4242 31765 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 831077110 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 2 0 0 0
[pid=4242/tid=4256] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4256/stat : 4256 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831077112 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528657841 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4257] ppid=4240 vsize=10555168 CPUtime=1.54 cores=0,2,4,6
/proc/4242/task/4257/stat : 4257 (java) S 4240 4242 31765 0 -1 4202560 5766 0 0 0 154 0 0 0 15 0 22 0 831077112 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 2 0 0 0
[pid=4242/tid=4258] ppid=4240 vsize=10555168 CPUtime=1.47 cores=0,2,4,6
/proc/4242/task/4258/stat : 4258 (java) S 4240 4242 31765 0 -1 4202560 7840 0 0 0 147 0 0 0 15 0 22 0 831077112 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
[pid=4242/tid=4259] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4259/stat : 4259 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831077112 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4260] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4260/stat : 4260 (java) S 4240 4242 31765 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 831077112 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4312] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4312/stat : 4312 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831098022 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4328] ppid=4240 vsize=10555168 CPUtime=63.06 cores=0,2,4,6
/proc/4242/task/4328/stat : 4328 (java) R 4240 4242 31765 0 -1 4202560 0 0 0 0 6306 0 0 0 25 0 22 0 831157121 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 46912506222282 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4242/tid=4329] ppid=4240 vsize=10555168 CPUtime=63.05 cores=0,2,4,6
/proc/4242/task/4329/stat : 4329 (java) R 4240 4242 31765 0 -1 4202560 0 0 0 0 6305 0 0 0 25 0 22 0 831157121 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 46912506243563 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4242/tid=4330] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4330/stat : 4330 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831157121 10808492032 604610 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1658.4
Current children cumulated vsize (KiB) 10555168

[startup+942.301 s]
/proc/loadavg: 2.19 3.15 3.44 3/440 4354
/proc/meminfo: memFree=23455748/32951124 swapFree=44043516/67111528
[pid=4242] ppid=4240 vsize=10555168 CPUtime=1771.01 cores=0,2,4,6
/proc/4242/stat : 4242 (java) S 4240 4242 31765 0 -1 4202496 611982 0 1 0 177019 82 0 0 25 0 22 0 831077106 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4242/statm: 2638792 604631 2274 9 0 2629526 0
[pid=4242/tid=4243] ppid=4240 vsize=10555168 CPUtime=0.97 cores=0,2,4,6
/proc/4242/task/4243/stat : 4243 (java) S 4240 4242 31765 0 -1 4202560 31280 0 1 0 93 4 0 0 15 0 22 0 831077107 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4245] ppid=4240 vsize=10555168 CPUtime=1.74 cores=0,2,4,6
/proc/4242/task/4245/stat : 4245 (java) S 4240 4242 31765 0 -1 4202560 5677 0 0 0 173 1 0 0 16 0 22 0 831077109 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4246] ppid=4240 vsize=10555168 CPUtime=1.58 cores=0,2,4,6
/proc/4242/task/4246/stat : 4246 (java) S 4240 4242 31765 0 -1 4202560 5302 0 0 0 158 0 0 0 15 0 22 0 831077109 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
[pid=4242/tid=4247] ppid=4240 vsize=10555168 CPUtime=1.53 cores=0,2,4,6
/proc/4242/task/4247/stat : 4247 (java) S 4240 4242 31765 0 -1 4202560 7417 0 0 0 152 1 0 0 16 0 22 0 831077109 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4248] ppid=4240 vsize=10555168 CPUtime=1.56 cores=0,2,4,6
/proc/4242/task/4248/stat : 4248 (java) S 4240 4242 31765 0 -1 4202560 3342 0 0 0 156 0 0 0 16 0 22 0 831077109 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4249] ppid=4240 vsize=10555168 CPUtime=1.44 cores=0,2,4,6
/proc/4242/task/4249/stat : 4249 (java) S 4240 4242 31765 0 -1 4202560 5762 0 0 0 143 1 0 0 16 0 22 0 831077109 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4250] ppid=4240 vsize=10555168 CPUtime=1.65 cores=0,2,4,6
/proc/4242/task/4250/stat : 4250 (java) S 4240 4242 31765 0 -1 4202560 6797 0 0 0 165 0 0 0 16 0 22 0 831077109 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4251] ppid=4240 vsize=10555168 CPUtime=1.56 cores=0,2,4,6
/proc/4242/task/4251/stat : 4251 (java) S 4240 4242 31765 0 -1 4202560 8590 0 0 0 155 1 0 0 16 0 22 0 831077109 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
[pid=4242/tid=4252] ppid=4240 vsize=10555168 CPUtime=1.51 cores=0,2,4,6
/proc/4242/task/4252/stat : 4252 (java) S 4240 4242 31765 0 -1 4202560 8822 0 0 0 150 1 0 0 15 0 22 0 831077109 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
[pid=4242/tid=4253] ppid=4240 vsize=10555168 CPUtime=107.72 cores=0,2,4,6
/proc/4242/task/4253/stat : 4253 (java) S 4240 4242 31765 0 -1 4202560 216413 0 0 0 10746 26 0 0 15 0 22 0 831077110 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 0 0 16800975 18446604447459321920 0 0 -1 2 0 0 0
[pid=4242/tid=4254] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4254/stat : 4254 (java) S 4240 4242 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831077110 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4255] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4255/stat : 4255 (java) S 4240 4242 31765 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 831077110 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 2 0 0 0
[pid=4242/tid=4256] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4256/stat : 4256 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831077112 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528657841 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4257] ppid=4240 vsize=10555168 CPUtime=1.54 cores=0,2,4,6
/proc/4242/task/4257/stat : 4257 (java) S 4240 4242 31765 0 -1 4202560 5766 0 0 0 154 0 0 0 15 0 22 0 831077112 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 2 0 0 0
[pid=4242/tid=4258] ppid=4240 vsize=10555168 CPUtime=1.47 cores=0,2,4,6
/proc/4242/task/4258/stat : 4258 (java) S 4240 4242 31765 0 -1 4202560 7840 0 0 0 147 0 0 0 15 0 22 0 831077112 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
[pid=4242/tid=4259] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4259/stat : 4259 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831077112 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4260] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4260/stat : 4260 (java) S 4240 4242 31765 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 831077112 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4312] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4312/stat : 4312 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831098022 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4328] ppid=4240 vsize=10555168 CPUtime=115.26 cores=0,2,4,6
/proc/4242/task/4328/stat : 4328 (java) R 4240 4242 31765 0 -1 4202560 0 0 0 0 11526 0 0 0 25 0 22 0 831157121 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 46912506341469 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4242/tid=4329] ppid=4240 vsize=10555168 CPUtime=115.26 cores=0,2,4,6
/proc/4242/task/4329/stat : 4329 (java) R 4240 4242 31765 0 -1 4202560 0 0 0 0 11526 0 0 0 25 0 22 0 831157121 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 46912506243572 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4242/tid=4330] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4330/stat : 4330 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831157121 10808492032 604631 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1771.01
Current children cumulated vsize (KiB) 10555168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+957.802 s]
/proc/loadavg: 2.08 3.08 3.41 3/440 4355
/proc/meminfo: memFree=23455856/32951124 swapFree=44043516/67111528
[pid=4242] ppid=4240 vsize=10555168 CPUtime=1800.05 cores=0,2,4,6
/proc/4242/stat : 4242 (java) S 4240 4242 31765 0 -1 4202496 612016 0 1 0 179923 82 0 0 25 0 22 0 831077106 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4242/statm: 2638792 604659 2274 9 0 2629526 0
[pid=4242/tid=4243] ppid=4240 vsize=10555168 CPUtime=0.97 cores=0,2,4,6
/proc/4242/task/4243/stat : 4243 (java) S 4240 4242 31765 0 -1 4202560 31282 0 1 0 93 4 0 0 15 0 22 0 831077107 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4245] ppid=4240 vsize=10555168 CPUtime=1.74 cores=0,2,4,6
/proc/4242/task/4245/stat : 4245 (java) S 4240 4242 31765 0 -1 4202560 5677 0 0 0 173 1 0 0 15 0 22 0 831077109 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4246] ppid=4240 vsize=10555168 CPUtime=1.65 cores=0,2,4,6
/proc/4242/task/4246/stat : 4246 (java) S 4240 4242 31765 0 -1 4202560 5313 0 0 0 165 0 0 0 16 0 22 0 831077109 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
[pid=4242/tid=4247] ppid=4240 vsize=10555168 CPUtime=1.57 cores=0,2,4,6
/proc/4242/task/4247/stat : 4247 (java) S 4240 4242 31765 0 -1 4202560 7417 0 0 0 156 1 0 0 16 0 22 0 831077109 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4248] ppid=4240 vsize=10555168 CPUtime=1.59 cores=0,2,4,6
/proc/4242/task/4248/stat : 4248 (java) S 4240 4242 31765 0 -1 4202560 3342 0 0 0 159 0 0 0 15 0 22 0 831077109 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4249] ppid=4240 vsize=10555168 CPUtime=1.47 cores=0,2,4,6
/proc/4242/task/4249/stat : 4249 (java) S 4240 4242 31765 0 -1 4202560 5772 0 0 0 146 1 0 0 16 0 22 0 831077109 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4250] ppid=4240 vsize=10555168 CPUtime=1.65 cores=0,2,4,6
/proc/4242/task/4250/stat : 4250 (java) S 4240 4242 31765 0 -1 4202560 6797 0 0 0 165 0 0 0 15 0 22 0 831077109 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4251] ppid=4240 vsize=10555168 CPUtime=1.59 cores=0,2,4,6
/proc/4242/task/4251/stat : 4251 (java) S 4240 4242 31765 0 -1 4202560 8597 0 0 0 158 1 0 0 15 0 22 0 831077109 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4252] ppid=4240 vsize=10555168 CPUtime=1.51 cores=0,2,4,6
/proc/4242/task/4252/stat : 4252 (java) S 4240 4242 31765 0 -1 4202560 8822 0 0 0 150 1 0 0 15 0 22 0 831077109 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
[pid=4242/tid=4253] ppid=4240 vsize=10555168 CPUtime=109.76 cores=0,2,4,6
/proc/4242/task/4253/stat : 4253 (java) S 4240 4242 31765 0 -1 4202560 216415 0 0 0 10950 26 0 0 15 0 22 0 831077110 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 0 0 16800975 18446604447459321920 0 0 -1 2 0 0 0
[pid=4242/tid=4254] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4254/stat : 4254 (java) S 4240 4242 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831077110 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4255] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4255/stat : 4255 (java) S 4240 4242 31765 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 831077110 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 2 0 0 0
[pid=4242/tid=4256] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4256/stat : 4256 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831077112 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528657841 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4257] ppid=4240 vsize=10555168 CPUtime=1.54 cores=0,2,4,6
/proc/4242/task/4257/stat : 4257 (java) S 4240 4242 31765 0 -1 4202560 5766 0 0 0 154 0 0 0 15 0 22 0 831077112 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 2 0 0 0
[pid=4242/tid=4258] ppid=4240 vsize=10555168 CPUtime=1.47 cores=0,2,4,6
/proc/4242/task/4258/stat : 4258 (java) S 4240 4242 31765 0 -1 4202560 7840 0 0 0 147 0 0 0 15 0 22 0 831077112 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
[pid=4242/tid=4259] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4259/stat : 4259 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831077112 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650137 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4260] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4260/stat : 4260 (java) S 4240 4242 31765 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 831077112 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 4 0 0 0
[pid=4242/tid=4312] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4312/stat : 4312 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831098022 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 6 0 0 0
[pid=4242/tid=4328] ppid=4240 vsize=10555168 CPUtime=128.68 cores=0,2,4,6
/proc/4242/task/4328/stat : 4328 (java) R 4240 4242 31765 0 -1 4202560 0 0 0 0 12868 0 0 0 21 0 22 0 831157121 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 46912506341469 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4242/tid=4329] ppid=4240 vsize=10555168 CPUtime=128.67 cores=0,2,4,6
/proc/4242/task/4329/stat : 4329 (java) R 4240 4242 31765 0 -1 4202560 0 0 0 0 12867 0 0 0 20 0 22 0 831157121 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 46912506243552 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4242/tid=4330] ppid=4240 vsize=10555168 CPUtime=0 cores=0,2,4,6
/proc/4242/task/4330/stat : 4330 (java) S 4240 4242 31765 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831157121 10808492032 604659 33554432000 1073741824 1073778376 140733906083088 18446744073709551615 246528650752 0 4 0 16800975 18446604447459321920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10555168

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

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

[startup+957.923 s]
/proc/loadavg: 2.08 3.08 3.41 3/440 4355
/proc/meminfo: memFree=23455856/32951124 swapFree=44043516/67111528
[pid=4242] ppid=4240 vsize=0 CPUtime=1800.22 cores=0,2,4,6
/proc/4242/stat : 4242 (java) Z 4240 4242 31765 0 -1 4203548 612044 0 1 0 179934 88 0 0 17 0 2 0 831077106 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4242/statm: 0 0 0 0 0 0 0
[pid=4242/tid=4329] ppid=4240 vsize=0 CPUtime=128.76 cores=0,2,4,6
/proc/4242/task/4329/stat : 4329 (java) R 4240 4242 31765 0 -1 4203588 0 0 0 0 12870 6 0 0 21 0 2 0 831157121 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 957.956
CPU time (s): 1800.27
CPU user time (s): 1799.35
CPU system time (s): 0.92086
CPU usage (%): 187.928
Max. virtual memory (cumulated for all children) (KiB): 10559880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 0.92086
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 612044
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27014
involuntary context switches= 19011

runsolver used 4.33534 second user time and 9.54055 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-04 15:39:49
IDJOB=3454005
IDBENCH=48209
IDSOLVER=1950
FILE ID=node134/3454005-1307194789
RUNJOBID= node134-1307194026-3271
PBS_JOBID= 13508837
Free space on /tmp= 74020 MiB

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

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

MD5SUM BENCH= 1af848a7208b60f67c27d4022c7b5abe
RANDOM SEED=152729895

node134.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 7186.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25001704 kB
Buffers:        303868 kB
Cached:         657940 kB
SwapCached:       9536 kB
Active:        7031188 kB
Inactive:       623116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25001704 kB
SwapTotal:    67111528 kB
SwapFree:     44043516 kB
Dirty:             900 kB
Writeback:           0 kB
AnonPages:     6690352 kB
Mapped:          29504 kB
Slab:           137560 kB
PageTables:      90764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121123784 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74020 MiB
End job on node134 at 2011-06-04 15:55:49