Trace number 3737174

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0SAT (TO)-124 1800.03 946.533

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_1.opb
MD5SUM0945390fcac05113ffd57d1199a19e21
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-126
Best CPU time to get the best result obtained on this benchmark1798.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -126
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 constraint51
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)31640
Sum of products size (including duplicates)63280
Number of different products15820
Sum of products size31640

Quality of the solution as a function of time


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

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive 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 --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	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 --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3737174-1338720132.opb
0.09/0.12	c reading problem ... 
1.89/0.86	c ... done. Wall clock time 0.741s.
1.89/0.86	c #vars     16820
1.89/0.86	c #constraints  48460
1.89/0.86	c constraints type 
1.89/0.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15820
1.89/0.86	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1.89/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15820
1.89/0.86	c constraints type 
1.89/0.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15820
1.89/0.86	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
1.89/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15820
2.64/1.05	c  And the winner is Resolution
3.18/1.38	c SATISFIABLE
3.18/1.38	c OPTIMIZING...
3.18/1.38	c Got one! Elapsed wall clock time (in seconds):1.26
3.18/1.38	o -106
3.69/1.55	c  And the winner is Resolution
4.05/1.89	c Got one! Elapsed wall clock time (in seconds):1.77
4.05/1.89	o -108
4.07/1.96	c  And the winner is Resolution
4.25/2.39	c Got one! Elapsed wall clock time (in seconds):2.278
4.25/2.39	o -109
4.58/2.55	c  And the winner is Resolution
4.74/2.90	c Got one! Elapsed wall clock time (in seconds):2.787
4.74/2.90	o -115
6.19/3.63	c  And the winner is CuttingPlanes
6.28/3.91	c Got one! Elapsed wall clock time (in seconds):3.798
6.28/3.91	o -116
7.12/4.36	c cleaning 3403 clauses out of 6812 with flag 2000/6812
8.27/4.97	c  And the winner is Resolution
8.56/5.16	c Got one! Elapsed wall clock time (in seconds):5.044
8.56/5.16	o -117
9.84/5.71	c cleaning 4345 clauses out of 8694 with flag 3001/12097
11.39/6.58	c  And the winner is Resolution
11.66/6.77	c Got one! Elapsed wall clock time (in seconds):6.652
11.66/6.77	o -121
11.97/6.95	c cleaning 4776 clauses out of 9552 with flag 1000/17300
14.28/8.15	c cleaning 5389 clauses out of 10777 with flag 7001/23301
17.00/9.58	c cleaning 6191 clauses out of 12388 with flag 14001/30301
20.09/11.18	c cleaning 7095 clauses out of 14196 with flag 22000/38300
23.60/12.95	c cleaning 8041 clauses out of 16102 with flag 31001/47301
27.50/14.96	c cleaning 9024 clauses out of 18062 with flag 41002/57302
31.71/17.15	c cleaning 10018 clauses out of 20036 with flag 52000/68300
36.00/19.35	c  And the winner is CuttingPlanes
36.00/19.37	c Got one! Elapsed wall clock time (in seconds):19.249
36.00/19.37	o -122
38.13/20.46	c cleaning 12785 clauses out of 25589 with flag 5001/83871
40.81/21.80	c cleaning 9398 clauses out of 18803 with flag 11000/89870
43.47/23.24	c cleaning 8196 clauses out of 16405 with flag 18000/96870
46.62/24.96	c cleaning 8096 clauses out of 16209 with flag 26000/104870
50.25/26.83	c cleaning 8556 clauses out of 17114 with flag 35001/113871
54.07/28.85	c cleaning 9279 clauses out of 18557 with flag 45000/123870
58.51/31.11	c cleaning 10135 clauses out of 20278 with flag 56000/134870
63.22/33.66	c cleaning 11064 clauses out of 22144 with flag 68001/146871
68.66/36.42	c cleaning 12034 clauses out of 24079 with flag 81000/159870
74.28/39.30	c cleaning 13019 clauses out of 26046 with flag 95001/173871
80.30/42.49	c cleaning 14007 clauses out of 28026 with flag 110000/188870
86.96/45.90	c cleaning 15006 clauses out of 30021 with flag 126002/204872
93.79/49.47	c cleaning 15996 clauses out of 32013 with flag 143000/221870
101.61/53.44	c cleaning 17009 clauses out of 34018 with flag 161001/239871
109.60/57.54	c cleaning 18001 clauses out of 36009 with flag 180001/258871
117.85/61.89	c cleaning 19004 clauses out of 38007 with flag 200000/278870
127.02/66.56	c cleaning 19996 clauses out of 40003 with flag 221000/299870
136.39/71.35	c cleaning 21000 clauses out of 42007 with flag 243000/321870
146.94/76.73	c cleaning 21998 clauses out of 44008 with flag 266001/344871
156.94/81.98	c cleaning 23001 clauses out of 46010 with flag 290001/368871
168.10/87.63	c cleaning 24004 clauses out of 48008 with flag 315000/393870
180.44/93.97	c cleaning 24995 clauses out of 50005 with flag 341001/419871
193.00/100.33	c cleaning 25999 clauses out of 52009 with flag 368000/446870
206.14/107.17	c cleaning 27000 clauses out of 54010 with flag 396000/474870
210.26/109.33	c  And the winner is CuttingPlanes
209.93/109.56	c Got one! Elapsed wall clock time (in seconds):109.443
209.93/109.56	o -123
212.41/110.81	c cleaning 20847 clauses out of 41705 with flag 5000/489565
215.13/112.36	c cleaning 13425 clauses out of 26858 with flag 11000/495565
218.03/113.99	c cleaning 10204 clauses out of 20433 with flag 18000/502565
221.57/115.99	c cleaning 9111 clauses out of 18229 with flag 26000/510565
225.48/118.00	c cleaning 9054 clauses out of 18118 with flag 35000/519565
229.38/120.18	c cleaning 9527 clauses out of 19065 with flag 45001/529566
233.89/122.57	c cleaning 10269 clauses out of 20538 with flag 56001/540566
239.01/125.35	c cleaning 11132 clauses out of 22268 with flag 68000/552565
244.51/128.21	c cleaning 12068 clauses out of 24136 with flag 81000/565565
250.20/131.27	c cleaning 13028 clauses out of 26069 with flag 95001/579566
256.48/134.58	c cleaning 14015 clauses out of 28040 with flag 110000/594565
263.37/138.20	c cleaning 15007 clauses out of 30025 with flag 126000/610565
270.45/141.93	c cleaning 16009 clauses out of 32018 with flag 143000/627565
278.33/146.06	c cleaning 16996 clauses out of 34009 with flag 161000/645565
286.58/150.30	c cleaning 18003 clauses out of 36013 with flag 180000/664565
295.21/154.95	c cleaning 18995 clauses out of 38010 with flag 200000/684565
304.48/159.77	c cleaning 20003 clauses out of 40015 with flag 221000/705565
314.33/164.83	c cleaning 21000 clauses out of 42013 with flag 243001/727566
324.39/170.05	c cleaning 22006 clauses out of 44012 with flag 266000/750565
334.61/175.46	c cleaning 23001 clauses out of 46007 with flag 290001/774566
347.24/181.94	c cleaning 23982 clauses out of 48006 with flag 315001/799566
359.07/188.05	c cleaning 25012 clauses out of 50023 with flag 341000/825565
372.10/194.74	c cleaning 25999 clauses out of 52011 with flag 368000/852565
385.62/201.84	c cleaning 26997 clauses out of 54012 with flag 396000/880565
397.70/208.09	c cleaning 28002 clauses out of 56016 with flag 425001/909566
411.69/215.25	c cleaning 29004 clauses out of 58013 with flag 455000/939565
426.30/222.77	c cleaning 30005 clauses out of 60009 with flag 486000/970565
442.00/230.91	c cleaning 31003 clauses out of 62005 with flag 518001/1002566
457.00/238.62	c cleaning 31996 clauses out of 64001 with flag 551000/1035565
472.56/246.69	c cleaning 32495 clauses out of 65005 with flag 584000/1068565
486.33/253.78	c cleaning 32745 clauses out of 65511 with flag 617001/1101566
501.37/261.63	c cleaning 32877 clauses out of 65766 with flag 650001/1134566
516.76/269.57	c cleaning 32940 clauses out of 65888 with flag 683000/1167565
533.28/278.05	c cleaning 32975 clauses out of 65949 with flag 716001/1200566
549.03/286.18	c cleaning 32982 clauses out of 65974 with flag 749001/1233566
565.84/294.92	c cleaning 32994 clauses out of 65993 with flag 782002/1266567
581.38/302.97	c cleaning 32988 clauses out of 65998 with flag 815001/1299566
597.51/311.26	c cleaning 33003 clauses out of 66010 with flag 848001/1332566
614.65/320.10	c cleaning 33000 clauses out of 66006 with flag 881000/1365565
628.80/327.59	c cleaning 32993 clauses out of 66006 with flag 914000/1398565
633.16/329.95	c  And the winner is CuttingPlanes
632.30/330.19	c Got one! Elapsed wall clock time (in seconds):330.074
632.30/330.19	o -124
634.92/331.51	c cleaning 23425 clauses out of 46865 with flag 5001/1412417
637.86/333.29	c cleaning 14711 clauses out of 29439 with flag 11000/1418416
641.11/335.17	c cleaning 10852 clauses out of 21729 with flag 18001/1425417
645.07/337.53	c cleaning 9433 clauses out of 18877 with flag 26001/1433417
648.96/339.75	c cleaning 9215 clauses out of 18443 with flag 35000/1442416
653.28/342.18	c cleaning 9615 clauses out of 19229 with flag 45001/1452417
657.95/344.78	c cleaning 10303 clauses out of 20614 with flag 56001/1463417
663.52/347.97	c cleaning 11148 clauses out of 22310 with flag 68000/1475416
669.42/351.11	c cleaning 12074 clauses out of 24163 with flag 81001/1488417
675.28/354.36	c cleaning 13038 clauses out of 26088 with flag 95000/1502416
681.93/357.95	c cleaning 14015 clauses out of 28050 with flag 110000/1517416
689.06/361.93	c cleaning 15012 clauses out of 30036 with flag 126001/1533417
696.52/365.91	c cleaning 16008 clauses out of 32023 with flag 143000/1550416
704.39/370.12	c cleaning 17002 clauses out of 34015 with flag 161000/1568416
712.68/374.53	c cleaning 17998 clauses out of 36013 with flag 180000/1587416
721.59/379.41	c cleaning 19003 clauses out of 38017 with flag 200002/1607418
730.86/384.35	c cleaning 20003 clauses out of 40012 with flag 221000/1628416
740.72/389.54	c cleaning 21002 clauses out of 42009 with flag 243000/1650416
751.18/395.03	c cleaning 21996 clauses out of 44007 with flag 266000/1673416
761.65/400.76	c cleaning 23006 clauses out of 46012 with flag 290001/1697417
773.10/406.77	c cleaning 23993 clauses out of 48006 with flag 315001/1722417
785.34/413.10	c cleaning 25007 clauses out of 50013 with flag 341001/1748417
797.99/419.70	c cleaning 25993 clauses out of 52005 with flag 368000/1775416
811.84/427.17	c cleaning 27006 clauses out of 54012 with flag 396000/1803416
824.08/433.56	c cleaning 28001 clauses out of 56007 with flag 425001/1832417
837.51/440.59	c cleaning 28996 clauses out of 58005 with flag 455000/1862416
851.93/448.00	c cleaning 30005 clauses out of 60009 with flag 486000/1893416
867.52/456.39	c cleaning 31000 clauses out of 62004 with flag 518000/1925416
883.75/464.77	c cleaning 31995 clauses out of 64005 with flag 551001/1958417
900.35/473.37	c cleaning 32502 clauses out of 65010 with flag 584001/1991417
914.37/480.66	c cleaning 32749 clauses out of 65507 with flag 617000/2024416
929.91/488.97	c cleaning 32870 clauses out of 65758 with flag 650000/2057416
945.50/497.10	c cleaning 32935 clauses out of 65888 with flag 683000/2090416
961.69/505.47	c cleaning 32973 clauses out of 65953 with flag 716000/2123416
977.87/513.88	c cleaning 32981 clauses out of 65981 with flag 749001/2156417
996.81/523.88	c cleaning 32993 clauses out of 66000 with flag 782001/2189417
1013.01/532.27	c cleaning 32996 clauses out of 66006 with flag 815000/2222416
1030.55/541.30	c cleaning 33004 clauses out of 66010 with flag 848000/2255416
1047.52/550.17	c cleaning 33002 clauses out of 66008 with flag 881002/2288418
1062.03/557.91	c cleaning 32996 clauses out of 66004 with flag 914000/2321416
1077.20/565.84	c cleaning 32990 clauses out of 66008 with flag 947000/2354416
1092.78/573.91	c cleaning 32997 clauses out of 66018 with flag 980000/2387416
1109.51/582.70	c cleaning 33001 clauses out of 66021 with flag 1013000/2420416
1126.02/591.49	c cleaning 33000 clauses out of 66020 with flag 1046000/2453416
1142.56/600.05	c cleaning 33004 clauses out of 66020 with flag 1079000/2486416
1158.91/608.59	c cleaning 33001 clauses out of 66018 with flag 1112002/2519418
1176.04/617.47	c cleaning 32997 clauses out of 66015 with flag 1145000/2552416
1194.68/627.33	c cleaning 33009 clauses out of 66018 with flag 1178000/2585416
1210.39/635.57	c cleaning 33002 clauses out of 66011 with flag 1211002/2618418
1226.71/644.03	c cleaning 33003 clauses out of 66007 with flag 1244000/2651416
1243.40/652.76	c cleaning 33000 clauses out of 66005 with flag 1277001/2684417
1262.21/662.80	c cleaning 32997 clauses out of 66004 with flag 1310000/2717416
1276.89/670.46	c cleaning 0 clauses out of 6525 with flag 0/6527
1279.42/672.01	c cleaning 33000 clauses out of 66008 with flag 1343001/2750417
1294.11/679.79	c cleaning 32999 clauses out of 66007 with flag 1376000/2783416
1309.88/688.28	c cleaning 32998 clauses out of 66009 with flag 1409001/2816417
1324.98/696.17	c cleaning 32999 clauses out of 66010 with flag 1442000/2849416
1340.28/704.14	c cleaning 32996 clauses out of 66011 with flag 1475000/2882416
1357.35/713.01	c cleaning 32996 clauses out of 66015 with flag 1508000/2915416
1373.06/721.56	c cleaning 33000 clauses out of 66020 with flag 1541001/2948417
1390.34/730.55	c cleaning 33004 clauses out of 66020 with flag 1574001/2981417
1407.01/739.22	c cleaning 32998 clauses out of 66015 with flag 1607000/3014416
1422.06/747.12	c cleaning 33000 clauses out of 66018 with flag 1640001/3047417
1439.14/756.35	c cleaning 33001 clauses out of 66017 with flag 1673000/3080416
1455.99/765.17	c cleaning 32996 clauses out of 66016 with flag 1706000/3113416
1473.21/774.13	c cleaning 33000 clauses out of 66021 with flag 1739001/3146417
1490.66/783.23	c cleaning 33005 clauses out of 66021 with flag 1772001/3179417
1507.98/792.58	c cleaning 32997 clauses out of 66017 with flag 1805002/3212418
1525.59/801.72	c cleaning 33002 clauses out of 66019 with flag 1838001/3245417
1541.97/810.34	c cleaning 32991 clauses out of 66016 with flag 1871000/3278416
1560.17/819.82	c cleaning 33006 clauses out of 66026 with flag 1904001/3311417
1578.22/829.55	c cleaning 32992 clauses out of 66019 with flag 1937000/3344416
1595.42/838.58	c cleaning 33005 clauses out of 66028 with flag 1970001/3377417
1611.78/847.14	c cleaning 32998 clauses out of 66023 with flag 2003001/3410417
1626.37/854.83	c cleaning 33011 clauses out of 66025 with flag 2036001/3443417
1642.39/863.53	c cleaning 32997 clauses out of 66015 with flag 2069002/3476418
1657.96/871.80	c cleaning 33007 clauses out of 66018 with flag 2102002/3509418
1673.35/879.89	c cleaning 32991 clauses out of 66009 with flag 2135000/3542416
1691.72/889.50	c cleaning 33005 clauses out of 66019 with flag 2168001/3575417
1707.92/898.25	c cleaning 32995 clauses out of 66013 with flag 2201000/3608416
1724.09/906.79	c cleaning 33003 clauses out of 66019 with flag 2234001/3641417
1741.87/916.02	c cleaning 32992 clauses out of 66015 with flag 2267000/3674416
1757.04/924.09	c cleaning 33010 clauses out of 66023 with flag 2300000/3707416
1774.53/933.56	c cleaning 33007 clauses out of 66014 with flag 2333001/3740417
1792.46/942.93	c cleaning 32994 clauses out of 66006 with flag 2366000/3773416
1798.84/946.51	c starts		: 39
1798.84/946.51	c conflicts		: 7878
1798.84/946.51	c decisions		: 17116
1798.84/946.51	c propagations		: 168223
1798.84/946.51	c inspects		: 279230141
1798.84/946.51	c shortcuts		: 0
1798.84/946.51	c learnt literals	: 0
1798.84/946.51	c learnt binary clauses	: 0
1798.84/946.51	c learnt ternary clauses	: 0
1798.84/946.51	c learnt constraints	: 7876
1798.84/946.51	c ignored constraints	: 0
1798.84/946.51	c root simplifications	: 0
1798.84/946.51	c removed literals (reason simplification)	: 0
1798.84/946.51	c reason swapping (by a shorter reason)	: 0
1798.84/946.51	c Calls to reduceDB	: 1
1798.84/946.51	c number of reductions to clauses (during analyze)	: 0
1798.84/946.51	c number of learned constraints concerned by reduction	: 0
1798.84/946.51	c number of learning phase by resolution	: 0
1798.84/946.51	c number of learning phase by cutting planes	: 0
1798.84/946.51	c speed (assignments/second)	: 272.9483805438102
1798.84/946.51	c non guided choices	0
1798.84/946.51	c learnt constraints type 
1798.84/946.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 384
1798.84/946.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7492
1798.84/946.51	c constraints type 
1798.84/946.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15820
1798.84/946.51	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1798.84/946.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1798.84/946.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15820
1798.84/946.51	c constraints type 
1798.84/946.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15820
1798.84/946.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1798.84/946.51	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
1798.84/946.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15820
1798.84/946.51	s SATISFIABLE
1798.84/946.52	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 
1798.84/946.52	c objective function=-124
1798.84/946.52	c Total wall clock time (in seconds): 946.4

Verifier Data

OK	-124

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.73 3.76 3.78 4/197 20408
/proc/meminfo: memFree=25279328/32873660 swapFree=7120/7120
[pid=20408] ppid=20406 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20408/stat : 20408 (java) D 20406 20408 18226 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 338138909 9515008 175 33554432000 1073741824 1073778376 140733674829664 140733674812392 270330053520 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/20408/statm: 2323 175 133 9 0 71 0

[startup+0.049432 s]
/proc/loadavg: 3.73 3.76 3.78 4/197 20408
/proc/meminfo: memFree=25279328/32873660 swapFree=7120/7120
[pid=20408] ppid=20406 vsize=11253516 CPUtime=0.03 cores=1,3,5,7
/proc/20408/stat : 20408 (java) S 20406 20408 18226 0 -1 4202496 4266 0 1 0 2 1 0 0 20 0 13 0 338138909 11523600384 12118 33554432000 1073741824 1073778376 140736002358672 140736002349808 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20408/statm: 2813379 12118 1683 9 0 2804080 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11253516

[startup+0.100196 s]
/proc/loadavg: 3.73 3.76 3.78 4/197 20408
/proc/meminfo: memFree=25279328/32873660 swapFree=7120/7120
[pid=20408] ppid=20406 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/20408/stat : 20408 (java) S 20406 20408 18226 0 -1 4202496 5254 0 1 0 8 1 0 0 20 0 18 0 338138909 11864465408 13602 33554432000 1073741824 1073778376 140736002358672 140736002349808 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20408/statm: 2896598 13602 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300175 s]
/proc/loadavg: 3.73 3.76 3.78 4/197 20408
/proc/meminfo: memFree=25279328/32873660 swapFree=7120/7120
[pid=20408] ppid=20406 vsize=11586392 CPUtime=0.47 cores=1,3,5,7
/proc/20408/stat : 20408 (java) S 20406 20408 18226 0 -1 4202496 6352 0 1 0 46 1 0 0 20 0 18 0 338138909 11864465408 16240 33554432000 1073741824 1073778376 140736002358672 140736002349808 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20408/statm: 2896598 16240 2231 9 0 2887285 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 11586392

[startup+0.70018 s]
/proc/loadavg: 3.73 3.76 3.78 4/197 20408
/proc/meminfo: memFree=25279328/32873660 swapFree=7120/7120
[pid=20408] ppid=20406 vsize=11586392 CPUtime=1.59 cores=1,3,5,7
/proc/20408/stat : 20408 (java) S 20406 20408 18226 0 -1 4202496 20772 0 1 0 156 3 0 0 20 0 18 0 338138909 11864465408 33357 33554432000 1073741824 1073778376 140736002358672 140736002349808 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20408/statm: 2896598 33357 2255 9 0 2887285 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 11586392

[startup+1.50067 s]
/proc/loadavg: 3.73 3.76 3.78 7/219 20430
/proc/meminfo: memFree=25107532/32873660 swapFree=7120/7120
[pid=20408] ppid=20406 vsize=11852648 CPUtime=3.69 cores=1,3,5,7
/proc/20408/stat : 20408 (java) S 20406 20408 18226 0 -1 4202496 21426 0 1 0 362 7 0 0 20 0 22 0 338138909 12137111552 49461 33554432000 1073741824 1073778376 140736002358672 140736002349808 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20408/statm: 2963162 49461 2270 9 0 2953849 0
[pid=20408/tid=20410] ppid=20406 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/20408/task/20410/stat : 20410 (java) S 20406 20408 18226 0 -1 4202560 3415 0 1 0 82 2 0 0 20 0 22 0 338138910 12137111552 49461 33554432000 1073741824 1073778376 140736002358672 140185170007192 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20411] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20411/stat : 20411 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138911 12137111552 49973 33554432000 1073741824 1073778376 140736002358672 140185124760616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20412] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20412/stat : 20412 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138911 12137111552 49973 33554432000 1073741824 1073778376 140736002358672 140185123707816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20413] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20413/stat : 20413 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138912 12137111552 49973 33554432000 1073741824 1073778376 140736002358672 140185122655016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20414] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20414/stat : 20414 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138912 12137111552 49973 33554432000 1073741824 1073778376 140736002358672 140185121602216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20415] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20415/stat : 20415 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138912 12137111552 49973 33554432000 1073741824 1073778376 140736002358672 140185120549416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20416] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20416/stat : 20416 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138912 12137111552 49973 33554432000 1073741824 1073778376 140736002358672 140185119496616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20417] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20417/stat : 20417 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138912 12137111552 49973 33554432000 1073741824 1073778376 140736002358672 140185118443816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20418] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20418/stat : 20418 (java) S 20406 20408 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338138912 12137111552 49973 33554432000 1073741824 1073778376 140736002358672 140185117391016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20419] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20419/stat : 20419 (java) S 20406 20408 18226 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338138913 12137111552 49973 33554432000 1073741824 1073778376 140736002358672 140184986491880 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20420] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20420/stat : 20420 (java) S 20406 20408 18226 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 338138913 12137111552 49973 33554432000 1073741824 1073778376 140736002358672 140184985437944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20421] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20421/stat : 20421 (java) S 20406 20408 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338138913 12137111552 49973 33554432000 1073741824 1073778376 140736002358672 140184984385032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20422] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20422/stat : 20422 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138915 12137111552 49973 33554432000 1073741824 1073778376 140736002358672 140184983333520 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20423] ppid=20406 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/20408/task/20423/stat : 20423 (java) R 20406 20408 18226 0 -1 4202560 8344 0 0 0 106 1 0 0 20 0 22 0 338138915 12137111552 49973 33554432000 1073741824 1073778376 140736002358672 140184982274472 140185175704369 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20424] ppid=20406 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/20408/task/20424/stat : 20424 (java) R 20406 20408 18226 0 -1 4202560 8352 0 0 0 105 0 0 0 20 0 22 0 338138915 12137111552 49973 33554432000 1073741824 1073778376 140736002358672 140184108656984 140185176824036 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20425] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20425/stat : 20425 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138915 12137111552 49973 33554432000 1073741824 1073778376 140736002358672 140184107604344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20426] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20426/stat : 20426 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138915 12137111552 49973 33554432000 1073741824 1073778376 140736002358672 140184106551752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20429] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20429/stat : 20429 (java) S 20406 20408 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338139003 12137111552 49973 33554432000 1073741824 1073778376 140736002358672 140184103392680 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 11852648

[startup+3.10068 s]
/proc/loadavg: 3.59 3.73 3.77 3/216 20436
/proc/meminfo: memFree=25059180/32873660 swapFree=7120/7120
[pid=20408] ppid=20406 vsize=11852648 CPUtime=5.16 cores=1,3,5,7
/proc/20408/stat : 20408 (java) S 20406 20408 18226 0 -1 4202496 21498 0 1 0 503 13 0 0 20 0 22 0 338138909 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140736002349808 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20408/statm: 2963162 75568 2270 9 0 2953849 0
[pid=20408/tid=20410] ppid=20406 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/20408/task/20410/stat : 20410 (java) S 20406 20408 18226 0 -1 4202560 3416 0 1 0 85 2 0 0 20 0 22 0 338138910 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140185170007208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20411] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20411/stat : 20411 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138911 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140185124760616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20412] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20412/stat : 20412 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138911 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140185123707816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20413] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20413/stat : 20413 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138912 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140185122655016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20414] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20414/stat : 20414 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138912 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140185121602216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20415] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20415/stat : 20415 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138912 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140185120549416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20416] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20416/stat : 20416 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138912 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140185119496616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20417] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20417/stat : 20417 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138912 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140185118443816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20418] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20418/stat : 20418 (java) S 20406 20408 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338138912 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140185117391016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20419] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20419/stat : 20419 (java) S 20406 20408 18226 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338138913 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140184986491880 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20420] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20420/stat : 20420 (java) S 20406 20408 18226 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 338138913 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140184985437944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20421] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20421/stat : 20421 (java) S 20406 20408 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338138913 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140184984385032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20422] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20422/stat : 20422 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138915 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140184983333520 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20423] ppid=20406 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/20408/task/20423/stat : 20423 (java) S 20406 20408 18226 0 -1 4202560 8344 0 0 0 129 1 0 0 20 0 22 0 338138915 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140184982280632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20424] ppid=20406 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/20408/task/20424/stat : 20424 (java) S 20406 20408 18226 0 -1 4202560 8352 0 0 0 123 0 0 0 20 0 22 0 338138915 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140184108656952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20425] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20425/stat : 20425 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138915 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140184107604344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20426] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20426/stat : 20426 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138915 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140184106551752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20429] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20429/stat : 20429 (java) S 20406 20408 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338139003 12137111552 75568 33554432000 1073741824 1073778376 140736002358672 140184103392680 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.16
Current children cumulated vsize (KiB) 11852648

[startup+6.30075 s]
/proc/loadavg: 3.59 3.73 3.77 5/219 20448
/proc/meminfo: memFree=24617868/32873660 swapFree=7120/7120
[pid=20408] ppid=20406 vsize=11852648 CPUtime=10.99 cores=1,3,5,7
/proc/20408/stat : 20408 (java) S 20406 20408 18226 0 -1 4202496 21884 0 1 0 1067 32 0 0 20 0 22 0 338138909 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140736002349808 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20408/statm: 2963162 171819 2296 9 0 2953849 0
[pid=20408/tid=20410] ppid=20406 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/20408/task/20410/stat : 20410 (java) S 20406 20408 18226 0 -1 4202560 3417 0 1 0 87 2 0 0 20 0 22 0 338138910 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140185170007192 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20411] ppid=20406 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/20408/task/20411/stat : 20411 (java) S 20406 20408 18226 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 338138911 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140185124760616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20412] ppid=20406 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/20408/task/20412/stat : 20412 (java) S 20406 20408 18226 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 338138911 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140185123707816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20413] ppid=20406 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/20408/task/20413/stat : 20413 (java) S 20406 20408 18226 0 -1 4202560 40 0 0 0 3 2 0 0 20 0 22 0 338138912 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140185122655016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20414] ppid=20406 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/20408/task/20414/stat : 20414 (java) S 20406 20408 18226 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 338138912 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140185121602216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20415] ppid=20406 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/20408/task/20415/stat : 20415 (java) S 20406 20408 18226 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 22 0 338138912 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140185120549416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20416] ppid=20406 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/20408/task/20416/stat : 20416 (java) S 20406 20408 18226 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 338138912 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140185119496616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20417] ppid=20406 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/20408/task/20417/stat : 20417 (java) S 20406 20408 18226 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 338138912 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140185118443816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20418] ppid=20406 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/20408/task/20418/stat : 20418 (java) S 20406 20408 18226 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 22 0 338138912 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140185117391016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20419] ppid=20406 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/20408/task/20419/stat : 20419 (java) S 20406 20408 18226 0 -1 4202560 72 0 0 0 24 0 0 0 20 0 22 0 338138913 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140184986491880 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20420] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20420/stat : 20420 (java) S 20406 20408 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338138913 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140184985437944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20421] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20421/stat : 20421 (java) S 20406 20408 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338138913 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140184984385032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20422] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20422/stat : 20422 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138915 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140184983333520 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20423] ppid=20406 vsize=11852648 CPUtime=1.46 cores=1,3,5,7
/proc/20408/task/20423/stat : 20423 (java) S 20406 20408 18226 0 -1 4202560 8352 0 0 0 144 2 0 0 20 0 22 0 338138915 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140184982280632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20424] ppid=20406 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/20408/task/20424/stat : 20424 (java) S 20406 20408 18226 0 -1 4202560 8357 0 0 0 137 0 0 0 20 0 22 0 338138915 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140184108656952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20425] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20425/stat : 20425 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138915 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140184107604344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20426] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20426/stat : 20426 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138915 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140184106551752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20445] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20445/stat : 20445 (java) S 20406 20408 18226 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338139301 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140184103392680 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20446] ppid=20406 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/20408/task/20446/stat : 20446 (java) R 20406 20408 18226 0 -1 4202560 7 0 0 0 98 0 0 0 20 0 22 0 338139425 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140184104444616 140184999196443 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20447] ppid=20406 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/20408/task/20447/stat : 20447 (java) R 20406 20408 18226 0 -1 4202560 33 0 0 0 96 0 0 0 20 0 22 0 338139425 12137111552 171819 33554432000 1073741824 1073778376 140736002358672 140184105497160 140184999304168 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0

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

[pid=20408/tid=20414] ppid=20406 vsize=11852648 CPUtime=2.72 cores=1,3,5,7
/proc/20408/task/20414/stat : 20414 (java) S 20406 20408 18226 0 -1 4202560 272 0 0 0 267 5 0 0 20 0 22 0 338138912 12137111552 482742 33554432000 1073741824 1073778376 140736002358672 140185121602216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20415] ppid=20406 vsize=11852648 CPUtime=2.4 cores=1,3,5,7
/proc/20408/task/20415/stat : 20415 (java) S 20406 20408 18226 0 -1 4202560 277 0 0 0 235 5 0 0 20 0 22 0 338138912 12137111552 482742 33554432000 1073741824 1073778376 140736002358672 140185120549416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20416] ppid=20406 vsize=11852648 CPUtime=2.69 cores=1,3,5,7
/proc/20408/task/20416/stat : 20416 (java) S 20406 20408 18226 0 -1 4202560 240 0 0 0 265 4 0 0 20 0 22 0 338138912 12137111552 482742 33554432000 1073741824 1073778376 140736002358672 140185119496616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20417] ppid=20406 vsize=11852648 CPUtime=2.55 cores=1,3,5,7
/proc/20408/task/20417/stat : 20417 (java) S 20406 20408 18226 0 -1 4202560 261 0 0 0 252 3 0 0 20 0 22 0 338138912 12137111552 482742 33554432000 1073741824 1073778376 140736002358672 140185118443816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20418] ppid=20406 vsize=11852648 CPUtime=2.67 cores=1,3,5,7
/proc/20408/task/20418/stat : 20418 (java) S 20406 20408 18226 0 -1 4202560 242 0 0 0 264 3 0 0 20 0 22 0 338138912 12137111552 482742 33554432000 1073741824 1073778376 140736002358672 140185117391016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20419] ppid=20406 vsize=11852648 CPUtime=98.96 cores=1,3,5,7
/proc/20408/task/20419/stat : 20419 (java) S 20406 20408 18226 0 -1 4202560 515 0 0 0 9880 16 0 0 20 0 22 0 338138913 12137111552 482742 33554432000 1073741824 1073778376 140736002358672 140184986491880 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20420] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20420/stat : 20420 (java) S 20406 20408 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338138913 12137111552 482742 33554432000 1073741824 1073778376 140736002358672 140184985437944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20421] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20421/stat : 20421 (java) S 20406 20408 18226 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 338138913 12137111552 482742 33554432000 1073741824 1073778376 140736002358672 140184984385032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20422] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20422/stat : 20422 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138915 12137111552 482742 33554432000 1073741824 1073778376 140736002358672 140184983333520 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20423] ppid=20406 vsize=11852648 CPUtime=1.78 cores=1,3,5,7
/proc/20408/task/20423/stat : 20423 (java) S 20406 20408 18226 0 -1 4202560 8359 0 0 0 176 2 0 0 20 0 22 0 338138915 12137111552 482742 33554432000 1073741824 1073778376 140736002358672 140184982280632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20424] ppid=20406 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/20408/task/20424/stat : 20424 (java) S 20406 20408 18226 0 -1 4202560 8357 0 0 0 141 0 0 0 20 0 22 0 338138915 12137111552 482742 33554432000 1073741824 1073778376 140736002358672 140184108656952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20425] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20425/stat : 20425 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138915 12137111552 482742 33554432000 1073741824 1073778376 140736002358672 140184107604344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20426] ppid=20406 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/20408/task/20426/stat : 20426 (java) S 20406 20408 18226 0 -1 4202560 54 0 0 0 13 23 0 0 20 0 22 0 338138915 12137111552 482742 33554432000 1073741824 1073778376 140736002358672 140184106551752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20451] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20451/stat : 20451 (java) S 20406 20408 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338139586 12137111552 482742 33554432000 1073741824 1073778376 140736002358672 140184102340264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20459] ppid=20406 vsize=11852648 CPUtime=536.1 cores=1,3,5,7
/proc/20408/task/20459/stat : 20459 (java) R 20406 20408 18226 0 -1 4202560 14 0 0 0 53602 8 0 0 20 0 22 0 338171928 12137111552 482742 33554432000 1073741824 1073778376 140736002358672 140184105496656 140184999167779 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20460] ppid=20406 vsize=11852648 CPUtime=536.04 cores=1,3,5,7
/proc/20408/task/20460/stat : 20460 (java) R 20406 20408 18226 0 -1 4202560 16 0 0 0 53595 9 0 0 20 0 22 0 338171928 12137111552 482742 33554432000 1073741824 1073778376 140736002358672 140184103390208 140184999098621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20461] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20461/stat : 20461 (java) S 20406 20408 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338171928 12137111552 482742 33554432000 1073741824 1073778376 140736002358672 140184104445480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1791.26
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+946.501 s]
/proc/loadavg: 3.70 3.72 3.72 5/219 20549
/proc/meminfo: memFree=24493548/32873660 swapFree=7120/7120
[pid=20408] ppid=20406 vsize=11852648 CPUtime=1798.84 cores=1,3,5,7
/proc/20408/stat : 20408 (java) S 20406 20408 18226 0 -1 4202496 24688 0 1 0 179764 120 0 0 20 0 22 0 338138909 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140736002349808 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20408/statm: 2963162 489398 2297 9 0 2953849 0
[pid=20408/tid=20410] ppid=20406 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/20408/task/20410/stat : 20410 (java) S 20406 20408 18226 0 -1 4202560 3542 0 1 0 91 4 0 0 20 0 22 0 338138910 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140185170007176 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20411] ppid=20406 vsize=11852648 CPUtime=2.68 cores=1,3,5,7
/proc/20408/task/20411/stat : 20411 (java) S 20406 20408 18226 0 -1 4202560 266 0 0 0 264 4 0 0 20 0 22 0 338138911 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140185124760616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20412] ppid=20406 vsize=11852648 CPUtime=2.52 cores=1,3,5,7
/proc/20408/task/20412/stat : 20412 (java) S 20406 20408 18226 0 -1 4202560 267 0 0 0 248 4 0 0 20 0 22 0 338138911 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140185123707816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20413] ppid=20406 vsize=11852648 CPUtime=2.61 cores=1,3,5,7
/proc/20408/task/20413/stat : 20413 (java) S 20406 20408 18226 0 -1 4202560 265 0 0 0 256 5 0 0 20 0 22 0 338138912 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140185122655016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20414] ppid=20406 vsize=11852648 CPUtime=2.75 cores=1,3,5,7
/proc/20408/task/20414/stat : 20414 (java) S 20406 20408 18226 0 -1 4202560 272 0 0 0 270 5 0 0 20 0 22 0 338138912 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140185121602216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20415] ppid=20406 vsize=11852648 CPUtime=2.41 cores=1,3,5,7
/proc/20408/task/20415/stat : 20415 (java) S 20406 20408 18226 0 -1 4202560 277 0 0 0 236 5 0 0 20 0 22 0 338138912 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140185120549416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20416] ppid=20406 vsize=11852648 CPUtime=2.7 cores=1,3,5,7
/proc/20408/task/20416/stat : 20416 (java) S 20406 20408 18226 0 -1 4202560 240 0 0 0 266 4 0 0 20 0 22 0 338138912 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140185119496616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20417] ppid=20406 vsize=11852648 CPUtime=2.59 cores=1,3,5,7
/proc/20408/task/20417/stat : 20417 (java) S 20406 20408 18226 0 -1 4202560 261 0 0 0 256 3 0 0 20 0 22 0 338138912 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140185118443816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20418] ppid=20406 vsize=11852648 CPUtime=2.69 cores=1,3,5,7
/proc/20408/task/20418/stat : 20418 (java) S 20406 20408 18226 0 -1 4202560 242 0 0 0 266 3 0 0 20 0 22 0 338138912 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140185117391016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20419] ppid=20406 vsize=11852648 CPUtime=99.87 cores=1,3,5,7
/proc/20408/task/20419/stat : 20419 (java) S 20406 20408 18226 0 -1 4202560 530 0 0 0 9971 16 0 0 20 0 22 0 338138913 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184986491880 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20420] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20420/stat : 20420 (java) S 20406 20408 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338138913 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184985437944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20421] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20421/stat : 20421 (java) S 20406 20408 18226 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 338138913 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184984385032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20422] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20422/stat : 20422 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138915 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184983333520 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20423] ppid=20406 vsize=11852648 CPUtime=1.78 cores=1,3,5,7
/proc/20408/task/20423/stat : 20423 (java) S 20406 20408 18226 0 -1 4202560 8359 0 0 0 176 2 0 0 20 0 22 0 338138915 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184982280632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20424] ppid=20406 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/20408/task/20424/stat : 20424 (java) S 20406 20408 18226 0 -1 4202560 8357 0 0 0 141 0 0 0 20 0 22 0 338138915 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184108656952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20425] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20425/stat : 20425 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138915 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184107604344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20426] ppid=20406 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/20408/task/20426/stat : 20426 (java) S 20406 20408 18226 0 -1 4202560 54 0 0 0 13 23 0 0 20 0 22 0 338138915 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184106551752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20451] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20451/stat : 20451 (java) S 20406 20408 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338139586 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184102340264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20459] ppid=20406 vsize=11852648 CPUtime=539.34 cores=1,3,5,7
/proc/20408/task/20459/stat : 20459 (java) R 20406 20408 18226 0 -1 4202560 15 0 0 0 53926 8 0 0 20 0 22 0 338171928 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184105496656 140184999167586 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20460] ppid=20406 vsize=11852648 CPUtime=539.28 cores=1,3,5,7
/proc/20408/task/20460/stat : 20460 (java) R 20406 20408 18226 0 -1 4202560 16 0 0 0 53919 9 0 0 20 0 22 0 338171928 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184103390368 140184999079248 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20461] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20461/stat : 20461 (java) S 20406 20408 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338171928 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184104445480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1798.84
Current children cumulated vsize (KiB) 11852648

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

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

[startup+946.501 s]
/proc/loadavg: 3.70 3.72 3.72 5/219 20549
/proc/meminfo: memFree=24493548/32873660 swapFree=7120/7120
[pid=20408] ppid=20406 vsize=11852648 CPUtime=1798.84 cores=1,3,5,7
/proc/20408/stat : 20408 (java) S 20406 20408 18226 0 -1 4202496 24688 0 1 0 179764 120 0 0 20 0 22 0 338138909 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140736002349808 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20408/statm: 2963162 489398 2297 9 0 2953849 0
[pid=20408/tid=20410] ppid=20406 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/20408/task/20410/stat : 20410 (java) S 20406 20408 18226 0 -1 4202560 3542 0 1 0 91 4 0 0 20 0 22 0 338138910 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140185170007176 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20411] ppid=20406 vsize=11852648 CPUtime=2.68 cores=1,3,5,7
/proc/20408/task/20411/stat : 20411 (java) S 20406 20408 18226 0 -1 4202560 266 0 0 0 264 4 0 0 20 0 22 0 338138911 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140185124760616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20412] ppid=20406 vsize=11852648 CPUtime=2.52 cores=1,3,5,7
/proc/20408/task/20412/stat : 20412 (java) S 20406 20408 18226 0 -1 4202560 267 0 0 0 248 4 0 0 20 0 22 0 338138911 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140185123707816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20413] ppid=20406 vsize=11852648 CPUtime=2.61 cores=1,3,5,7
/proc/20408/task/20413/stat : 20413 (java) S 20406 20408 18226 0 -1 4202560 265 0 0 0 256 5 0 0 20 0 22 0 338138912 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140185122655016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20414] ppid=20406 vsize=11852648 CPUtime=2.75 cores=1,3,5,7
/proc/20408/task/20414/stat : 20414 (java) S 20406 20408 18226 0 -1 4202560 272 0 0 0 270 5 0 0 20 0 22 0 338138912 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140185121602216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20415] ppid=20406 vsize=11852648 CPUtime=2.41 cores=1,3,5,7
/proc/20408/task/20415/stat : 20415 (java) S 20406 20408 18226 0 -1 4202560 277 0 0 0 236 5 0 0 20 0 22 0 338138912 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140185120549416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20416] ppid=20406 vsize=11852648 CPUtime=2.7 cores=1,3,5,7
/proc/20408/task/20416/stat : 20416 (java) S 20406 20408 18226 0 -1 4202560 240 0 0 0 266 4 0 0 20 0 22 0 338138912 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140185119496616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20417] ppid=20406 vsize=11852648 CPUtime=2.59 cores=1,3,5,7
/proc/20408/task/20417/stat : 20417 (java) S 20406 20408 18226 0 -1 4202560 261 0 0 0 256 3 0 0 20 0 22 0 338138912 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140185118443816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20418] ppid=20406 vsize=11852648 CPUtime=2.69 cores=1,3,5,7
/proc/20408/task/20418/stat : 20418 (java) S 20406 20408 18226 0 -1 4202560 242 0 0 0 266 3 0 0 20 0 22 0 338138912 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140185117391016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20419] ppid=20406 vsize=11852648 CPUtime=99.87 cores=1,3,5,7
/proc/20408/task/20419/stat : 20419 (java) S 20406 20408 18226 0 -1 4202560 530 0 0 0 9971 16 0 0 20 0 22 0 338138913 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184986491880 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20408/tid=20420] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20420/stat : 20420 (java) S 20406 20408 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338138913 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184985437944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20421] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20421/stat : 20421 (java) S 20406 20408 18226 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 338138913 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184984385032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20422] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20422/stat : 20422 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138915 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184983333520 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20423] ppid=20406 vsize=11852648 CPUtime=1.78 cores=1,3,5,7
/proc/20408/task/20423/stat : 20423 (java) S 20406 20408 18226 0 -1 4202560 8359 0 0 0 176 2 0 0 20 0 22 0 338138915 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184982280632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20424] ppid=20406 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/20408/task/20424/stat : 20424 (java) S 20406 20408 18226 0 -1 4202560 8357 0 0 0 141 0 0 0 20 0 22 0 338138915 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184108656952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20425] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20425/stat : 20425 (java) S 20406 20408 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338138915 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184107604344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20426] ppid=20406 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/20408/task/20426/stat : 20426 (java) S 20406 20408 18226 0 -1 4202560 54 0 0 0 13 23 0 0 20 0 22 0 338138915 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184106551752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20451] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20451/stat : 20451 (java) S 20406 20408 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338139586 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184102340264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20408/tid=20459] ppid=20406 vsize=11852648 CPUtime=539.34 cores=1,3,5,7
/proc/20408/task/20459/stat : 20459 (java) R 20406 20408 18226 0 -1 4202560 15 0 0 0 53926 8 0 0 20 0 22 0 338171928 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184105496656 140184999167586 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20408/tid=20460] ppid=20406 vsize=11852648 CPUtime=539.28 cores=1,3,5,7
/proc/20408/task/20460/stat : 20460 (java) R 20406 20408 18226 0 -1 4202560 16 0 0 0 53919 9 0 0 20 0 22 0 338171928 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184103390368 140184999079248 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20408/tid=20461] ppid=20406 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/20408/task/20461/stat : 20461 (java) S 20406 20408 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338171928 12137111552 489398 33554432000 1073741824 1073778376 140736002358672 140184104445480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1798.84
Current children cumulated vsize (KiB) 11852648

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20408 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=608178
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=462777
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1798.84
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.18999
#  lost CPU user time (s): 1.28999
#  lost CPU system time (s): -0.1

Real time (s): 946.533
CPU time (s): 1800.03
CPU user time (s): 1798.93
CPU system time (s): 1.1
CPU usage (%): 190.171
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.61
system time used= 1.46278
maximum resident set size= 1957704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24719
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26900
involuntary context switches= 45639

runsolver used 3.2635 second user time and 9.03163 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 12:42:12
IDJOB=3737174
IDBENCH=48193
IDSOLVER=2328
FILE ID=node117/3737174-1338720132
RUNJOBID= node117-1338713269-18243
PBS_JOBID= 14636728
Free space on /tmp= 69120 MiB

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

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

MD5SUM BENCH= 0945390fcac05113ffd57d1199a19e21
RANDOM SEED=1195070560

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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:       32873660 kB
MemFree:        25280120 kB
Buffers:          619680 kB
Cached:          4126784 kB
SwapCached:          776 kB
Active:          4212212 kB
Inactive:        2457688 kB
Active(anon):    1909132 kB
Inactive(anon):     9972 kB
Active(file):    2303080 kB
Inactive(file):  2447716 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       1931148 kB
Mapped:            20484 kB
Shmem:                80 kB
Slab:             776924 kB
SReclaimable:     221056 kB
SUnreclaim:       555868 kB
KernelStack:        1632 kB
PageTables:         8040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:   10461004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1865728 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= 69120 MiB
End job on node117 at 2012-06-03 12:58:00