Trace number 3688666

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)-111 1800.1 1020.04

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_10_1.opb
MD5SUM6a7c5d2366cf8704587c2ca2c97e69d0
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-120
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -111
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint10
Maximum length of a constraint22
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6318
Sum of products size (including duplicates)12636
Number of different products3159
Sum of products size6318

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3688666-1337878757.opb
0.08/0.11	c reading problem ... 
0.68/0.46	c ... done. Wall clock time 0.346s.
0.68/0.46	c declared #vars     500
0.68/0.46	c internal #vars     3659
0.68/0.46	c #constraints  6818
0.68/0.46	c constraints type 
0.68/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3159
0.68/0.46	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
0.68/0.46	c ignored satisfied constraints => 500
0.68/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3159
0.68/0.46	c 7318 constraints processed.
0.68/0.46	c constraints type 
0.68/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3159
0.68/0.46	c ignored satisfied constraints => 500
0.68/0.46	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
0.68/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3159
0.68/0.46	c 7318 constraints processed.
0.68/0.46	c objective function length is 500 literals
1.02/0.51	c  And the winner is solver0
1.33/0.96	c SATISFIABLE
1.33/0.96	c OPTIMIZING...
1.33/0.96	c Got one! Elapsed wall clock time (in seconds):0.848
1.33/0.96	o -96
1.86/1.11	c  And the winner is solver1
2.19/1.46	c Got one! Elapsed wall clock time (in seconds):1.35
2.19/1.46	o -97
2.99/1.73	c  And the winner is solver1
3.20/1.97	c Got one! Elapsed wall clock time (in seconds):1.853
3.20/1.97	o -100
3.81/2.30	c cleaning 2934 clauses out of 5867 with flag 3001/5867
4.20/2.44	c  And the winner is solver1
4.20/2.47	c Got one! Elapsed wall clock time (in seconds):2.355
4.20/2.47	o -101
5.03/2.89	c  And the winner is solver1
5.27/2.97	c Got one! Elapsed wall clock time (in seconds):2.857
5.27/2.97	o -102
5.33/3.06	c cleaning 4306 clauses out of 8611 with flag 1000/11545
6.51/3.65	c  And the winner is solver1
6.63/3.97	c Got one! Elapsed wall clock time (in seconds):3.858
6.63/3.97	o -103
7.74/4.51	c  And the winner is solver1
7.78/4.97	c Got one! Elapsed wall clock time (in seconds):4.859
7.78/4.97	o -104
8.04/5.11	c cleaning 7738 clauses out of 15478 with flag 1000/22718
9.60/5.94	c cleaning 6871 clauses out of 13742 with flag 7002/28720
11.24/6.86	c cleaning 6934 clauses out of 13871 with flag 14002/35720
13.11/7.82	c cleaning 7465 clauses out of 14935 with flag 22000/43718
15.41/9.07	c cleaning 8236 clauses out of 16471 with flag 31001/52719
18.44/10.66	c cleaning 9118 clauses out of 18235 with flag 41001/62719
21.78/12.48	c cleaning 10058 clauses out of 20116 with flag 52000/73718
23.79/13.57	c  And the winner is solver1
23.91/13.74	c Got one! Elapsed wall clock time (in seconds):13.63
23.91/13.74	o -105
25.21/14.49	c cleaning 11334 clauses out of 22672 with flag 5000/86332
27.05/15.48	c cleaning 8663 clauses out of 17338 with flag 11000/92332
29.17/16.67	c cleaning 7835 clauses out of 15675 with flag 18000/99332
31.79/18.15	c cleaning 7914 clauses out of 15840 with flag 26000/107332
34.34/19.51	c cleaning 8460 clauses out of 16928 with flag 35002/116334
37.09/21.03	c cleaning 9233 clauses out of 18467 with flag 45001/126333
40.21/22.75	c cleaning 10116 clauses out of 20233 with flag 56000/137332
44.15/24.96	c cleaning 11058 clauses out of 22118 with flag 68001/149333
47.83/26.98	c cleaning 12026 clauses out of 24060 with flag 81001/162333
53.11/29.75	c cleaning 13017 clauses out of 26035 with flag 95002/176334
58.81/32.77	c cleaning 14007 clauses out of 28016 with flag 110000/191332
64.03/35.66	c cleaning 15005 clauses out of 30010 with flag 126001/207333
68.87/38.26	c cleaning 15997 clauses out of 32004 with flag 143000/224332
75.28/41.69	c cleaning 17005 clauses out of 34009 with flag 161002/242334
82.66/45.56	c cleaning 17998 clauses out of 36003 with flag 180001/261333
89.38/49.26	c cleaning 18995 clauses out of 38004 with flag 200000/281332
96.55/53.00	c cleaning 20004 clauses out of 40009 with flag 221000/302332
103.89/56.98	c cleaning 21003 clauses out of 42006 with flag 243001/324333
114.99/63.11	c cleaning 22001 clauses out of 44004 with flag 266002/347334
120.09/65.98	c  And the winner is solver1
120.01/66.17	c Got one! Elapsed wall clock time (in seconds):66.052
120.01/66.17	o -106
121.27/66.82	c cleaning 19424 clauses out of 38857 with flag 5001/364188
123.38/68.12	c cleaning 12708 clauses out of 25432 with flag 11000/370187
125.22/69.34	c cleaning 9857 clauses out of 19725 with flag 18001/377188
127.54/70.98	c cleaning 8923 clauses out of 17867 with flag 26000/385187
130.01/72.46	c cleaning 8967 clauses out of 17944 with flag 35000/394187
132.56/74.00	c cleaning 9484 clauses out of 18977 with flag 45000/404187
135.83/75.89	c cleaning 10246 clauses out of 20494 with flag 56001/415188
139.51/78.13	c cleaning 11116 clauses out of 22247 with flag 68000/427187
143.16/80.28	c cleaning 12057 clauses out of 24131 with flag 81000/440187
147.80/82.86	c cleaning 13033 clauses out of 26074 with flag 95000/454187
152.43/85.46	c cleaning 14021 clauses out of 28041 with flag 110000/469187
158.28/88.83	c cleaning 15003 clauses out of 30020 with flag 126000/485187
164.69/92.40	c cleaning 16008 clauses out of 32018 with flag 143001/502188
171.09/95.83	c cleaning 17001 clauses out of 34009 with flag 161000/520187
178.11/99.65	c cleaning 18000 clauses out of 36008 with flag 180000/539187
185.70/103.90	c cleaning 19004 clauses out of 38009 with flag 200001/559188
194.07/108.43	c cleaning 20003 clauses out of 40005 with flag 221001/580188
201.84/112.68	c cleaning 21000 clauses out of 42002 with flag 243001/602188
210.58/117.36	c cleaning 22000 clauses out of 44001 with flag 266000/625187
215.87/120.58	c  And the winner is solver1
215.84/121.03	c Got one! Elapsed wall clock time (in seconds):120.915
215.84/121.03	o -107
218.17/122.25	c cleaning 18987 clauses out of 37990 with flag 5000/641176
221.12/124.03	c cleaning 12496 clauses out of 25003 with flag 11000/647176
223.86/125.79	c cleaning 9750 clauses out of 19508 with flag 18001/654177
226.58/127.49	c cleaning 8880 clauses out of 17759 with flag 26002/662178
230.06/129.77	c cleaning 8939 clauses out of 17877 with flag 35000/671176
233.36/131.75	c cleaning 9467 clauses out of 18938 with flag 45000/681176
236.69/133.75	c cleaning 10234 clauses out of 20473 with flag 56002/692178
240.01/135.73	c cleaning 11117 clauses out of 22238 with flag 68001/704177
243.68/138.13	c cleaning 12056 clauses out of 24120 with flag 81000/717176
247.17/140.24	c cleaning 13028 clauses out of 26064 with flag 95000/731176
250.67/142.36	c cleaning 14018 clauses out of 28037 with flag 110001/746177
254.34/144.58	c cleaning 15000 clauses out of 30019 with flag 126001/762177
259.16/147.54	c cleaning 16010 clauses out of 32019 with flag 143001/779177
263.85/150.24	c cleaning 17002 clauses out of 34008 with flag 161000/797176
269.36/153.38	c cleaning 18003 clauses out of 36008 with flag 180002/816178
275.45/156.78	c cleaning 18992 clauses out of 38003 with flag 200000/836176
282.62/160.91	c cleaning 19998 clauses out of 40012 with flag 221001/857177
289.28/164.64	c cleaning 21001 clauses out of 42013 with flag 243000/879176
295.94/168.39	c cleaning 22005 clauses out of 44015 with flag 266003/902179
302.99/172.21	c  And the winner is solver1
302.99/172.24	c Got one! Elapsed wall clock time (in seconds):172.129
302.99/172.24	o -108
304.54/173.19	c cleaning 24231 clauses out of 48464 with flag 5000/928633
307.86/175.44	c cleaning 15117 clauses out of 30233 with flag 11000/934633
310.29/177.02	c cleaning 11056 clauses out of 22116 with flag 18000/941633
312.91/178.73	c cleaning 9529 clauses out of 19061 with flag 26001/949634
315.33/180.38	c cleaning 9258 clauses out of 18532 with flag 35001/958634
318.60/182.63	c cleaning 9634 clauses out of 19274 with flag 45001/968634
321.60/184.51	c cleaning 10317 clauses out of 20641 with flag 56002/979635
324.82/186.56	c cleaning 11159 clauses out of 22322 with flag 68000/991633
328.42/188.77	c cleaning 12077 clauses out of 24164 with flag 81001/1004634
332.90/191.68	c cleaning 13042 clauses out of 26086 with flag 95000/1018633
337.50/194.33	c cleaning 14018 clauses out of 28044 with flag 110000/1033633
342.30/197.16	c cleaning 15010 clauses out of 30026 with flag 126000/1049633
347.30/200.06	c cleaning 16007 clauses out of 32017 with flag 143001/1066634
353.13/203.64	c cleaning 17006 clauses out of 34011 with flag 161002/1084635
359.11/207.08	c cleaning 17999 clauses out of 36003 with flag 180000/1103633
365.49/210.68	c cleaning 18996 clauses out of 38004 with flag 200000/1123633
373.26/214.93	c cleaning 19999 clauses out of 40008 with flag 221000/1144633
382.26/220.13	c cleaning 21006 clauses out of 42011 with flag 243002/1166635
388.82/223.80	c cleaning 21994 clauses out of 44003 with flag 266000/1189633
395.76/227.76	c cleaning 23005 clauses out of 46010 with flag 290001/1213634
404.09/232.35	c cleaning 24002 clauses out of 48005 with flag 315001/1238634
414.41/238.26	c cleaning 25000 clauses out of 50002 with flag 341000/1264633
424.52/243.71	c cleaning 25992 clauses out of 52003 with flag 368001/1291634
433.66/248.71	c cleaning 0 clauses out of 7711 with flag 0/7711
436.48/250.42	c cleaning 27004 clauses out of 54011 with flag 396001/1319634
447.06/256.56	c cleaning 27998 clauses out of 56006 with flag 425000/1348633
460.01/263.97	c cleaning 29003 clauses out of 58009 with flag 455001/1378634
473.34/270.91	c cleaning 30003 clauses out of 60006 with flag 486001/1409634
487.43/278.79	c cleaning 31000 clauses out of 62002 with flag 518000/1441633
501.77/286.36	c cleaning 31998 clauses out of 64004 with flag 551002/1474635
515.19/293.59	c cleaning 33003 clauses out of 66005 with flag 585001/1508634
530.90/301.85	c cleaning 33992 clauses out of 68002 with flag 620001/1543634
540.42/307.44	c  And the winner is solver1
539.99/307.61	c Got one! Elapsed wall clock time (in seconds):307.499
539.99/307.61	o -109
541.95/308.60	c cleaning 30341 clauses out of 60693 with flag 5001/1570317
544.56/310.42	c cleaning 18169 clauses out of 36351 with flag 11000/1576316
547.16/312.27	c cleaning 12585 clauses out of 25183 with flag 18001/1583317
549.95/314.11	c cleaning 10288 clauses out of 20597 with flag 26000/1591316
553.48/316.75	c cleaning 9648 clauses out of 19309 with flag 35000/1600316
556.67/318.82	c cleaning 9829 clauses out of 19661 with flag 45000/1610316
560.06/321.06	c cleaning 10412 clauses out of 20833 with flag 56001/1621317
563.67/323.40	c cleaning 11211 clauses out of 22422 with flag 68002/1633318
569.01/326.85	c cleaning 12099 clauses out of 24209 with flag 81000/1646316
573.77/329.72	c cleaning 13051 clauses out of 26111 with flag 95001/1660317
578.15/332.45	c cleaning 14024 clauses out of 28059 with flag 110000/1675316
583.93/335.83	c cleaning 15017 clauses out of 30038 with flag 126003/1691319
591.21/340.33	c cleaning 16009 clauses out of 32018 with flag 143000/1708316
597.58/344.00	c cleaning 17002 clauses out of 34010 with flag 161001/1726317
603.77/347.67	c cleaning 18004 clauses out of 36008 with flag 180001/1745317
610.34/351.41	c cleaning 18989 clauses out of 38003 with flag 200000/1765316
618.58/356.49	c cleaning 20007 clauses out of 40016 with flag 221002/1786318
627.10/361.20	c cleaning 21000 clauses out of 42007 with flag 243000/1808316
636.07/366.24	c cleaning 22002 clauses out of 44007 with flag 266000/1831316
646.80/372.16	c cleaning 23002 clauses out of 46007 with flag 290002/1855318
657.68/378.45	c cleaning 23998 clauses out of 48003 with flag 315000/1880316
662.01/381.11	c  And the winner is solver1
662.01/381.12	c Got one! Elapsed wall clock time (in seconds):381.004
662.01/381.12	o -110
662.94/381.75	c cleaning 19229 clauses out of 38470 with flag 5001/1894781
665.24/383.47	c cleaning 12611 clauses out of 25241 with flag 11001/1900781
667.77/385.25	c cleaning 9807 clauses out of 19630 with flag 18001/1907781
671.14/387.87	c cleaning 8908 clauses out of 17822 with flag 26000/1915780
674.07/389.88	c cleaning 8949 clauses out of 17915 with flag 35001/1924781
677.39/392.05	c cleaning 9478 clauses out of 18968 with flag 45003/1934783
680.92/394.37	c cleaning 10238 clauses out of 20487 with flag 56000/1945780
685.48/397.58	c cleaning 11120 clauses out of 22250 with flag 68001/1957781
690.01/400.35	c cleaning 12065 clauses out of 24130 with flag 81001/1970781
695.51/403.61	c cleaning 13032 clauses out of 26064 with flag 95000/1984780
700.63/406.76	c cleaning 14014 clauses out of 28033 with flag 110001/1999781
707.59/411.11	c cleaning 15008 clauses out of 30019 with flag 126001/2015781
714.10/414.90	c cleaning 16004 clauses out of 32013 with flag 143003/2032783
720.21/418.50	c cleaning 16997 clauses out of 34007 with flag 161001/2050781
726.92/422.48	c cleaning 18006 clauses out of 36012 with flag 180003/2069783
735.04/427.41	c cleaning 18996 clauses out of 38003 with flag 200000/2089780
741.55/431.25	c cleaning 19998 clauses out of 40008 with flag 221001/2110781
749.22/435.63	c cleaning 21001 clauses out of 42010 with flag 243001/2132781
756.28/439.72	c cleaning 21998 clauses out of 44008 with flag 266000/2155780
763.59/444.35	c cleaning 23002 clauses out of 46010 with flag 290000/2179780
771.47/448.81	c cleaning 24004 clauses out of 48008 with flag 315000/2204780
780.33/453.87	c cleaning 25002 clauses out of 50006 with flag 341002/2230782
790.98/459.76	c cleaning 26001 clauses out of 52003 with flag 368001/2257781
803.41/466.95	c cleaning 26996 clauses out of 54001 with flag 396000/2285780
816.02/473.81	c cleaning 28000 clauses out of 56005 with flag 425000/2314780
829.63/481.20	c cleaning 29002 clauses out of 58005 with flag 455000/2344780
841.22/487.63	c cleaning 29997 clauses out of 60003 with flag 486000/2375780
852.38/494.20	c cleaning 31000 clauses out of 62006 with flag 518000/2407780
864.12/500.70	c cleaning 31998 clauses out of 64006 with flag 551000/2440780
875.32/506.93	c cleaning 33003 clauses out of 66009 with flag 585001/2474781
889.71/514.80	c cleaning 33997 clauses out of 68005 with flag 620000/2509780
892.09/516.97	c  And the winner is solver1
891.75/517.41	c Got one! Elapsed wall clock time (in seconds):517.295
891.75/517.41	o -111
893.32/518.27	c cleaning 19727 clauses out of 39473 with flag 5000/2515245
896.31/520.32	c cleaning 12868 clauses out of 25746 with flag 11000/2521245
899.27/522.42	c cleaning 9931 clauses out of 19879 with flag 18001/2528246
902.23/524.53	c cleaning 8972 clauses out of 17947 with flag 26000/2536245
906.05/527.31	c cleaning 8983 clauses out of 17975 with flag 35000/2545245
909.61/529.74	c cleaning 9491 clauses out of 18993 with flag 45001/2555246
913.57/532.33	c cleaning 10251 clauses out of 20502 with flag 56001/2566246
917.73/535.01	c cleaning 11121 clauses out of 22252 with flag 68002/2578247
923.05/538.75	c cleaning 12058 clauses out of 24129 with flag 81000/2591245
927.40/541.57	c cleaning 13035 clauses out of 26071 with flag 95000/2605245
932.55/544.74	c cleaning 14016 clauses out of 28036 with flag 110000/2620245
937.88/548.08	c cleaning 15007 clauses out of 30022 with flag 126002/2636247
945.07/552.61	c cleaning 16007 clauses out of 32014 with flag 143001/2653246
951.22/556.39	c cleaning 16998 clauses out of 34006 with flag 161000/2671245
958.35/560.54	c cleaning 18002 clauses out of 36009 with flag 180001/2690246
966.06/565.00	c cleaning 19003 clauses out of 38006 with flag 200000/2710245
973.89/570.01	c cleaning 19995 clauses out of 40004 with flag 221001/2731246
981.98/574.77	c cleaning 20997 clauses out of 42008 with flag 243000/2753245
990.71/579.77	c cleaning 22000 clauses out of 44013 with flag 266002/2776247
1001.20/585.60	c cleaning 23003 clauses out of 46012 with flag 290001/2800246
1011.59/591.98	c cleaning 24001 clauses out of 48009 with flag 315001/2825246
1022.66/598.12	c cleaning 25004 clauses out of 50007 with flag 341000/2851245
1033.94/604.45	c cleaning 26000 clauses out of 52003 with flag 368000/2878245
1045.02/610.62	c cleaning 27000 clauses out of 54004 with flag 396001/2906246
1056.77/617.65	c cleaning 27998 clauses out of 56003 with flag 425000/2935245
1068.22/624.02	c cleaning 28996 clauses out of 58006 with flag 455001/2965246
1079.28/630.27	c cleaning 29997 clauses out of 60009 with flag 486000/2996245
1092.53/637.52	c cleaning 31004 clauses out of 62013 with flag 518001/3028246
1107.44/646.16	c cleaning 32002 clauses out of 64008 with flag 551000/3061245
1118.64/652.49	c cleaning 33002 clauses out of 66006 with flag 585000/3095245
1130.26/658.93	c cleaning 33994 clauses out of 68004 with flag 620000/3130245
1142.48/665.71	c cleaning 35003 clauses out of 70011 with flag 656001/3166246
1155.54/673.48	c cleaning 35999 clauses out of 72007 with flag 693000/3203245
1170.45/681.55	c cleaning 37001 clauses out of 74008 with flag 731000/3241245
1184.05/689.05	c cleaning 38000 clauses out of 76010 with flag 770003/3280248
1196.82/696.14	c cleaning 38998 clauses out of 78008 with flag 810001/3320246
1211.82/704.81	c cleaning 40002 clauses out of 80010 with flag 851001/3361246
1226.19/712.77	c cleaning 40997 clauses out of 82007 with flag 893000/3403245
1239.98/720.34	c cleaning 41995 clauses out of 84010 with flag 936000/3446245
1254.54/728.32	c cleaning 43007 clauses out of 86017 with flag 980002/3490247
1271.80/738.17	c cleaning 44002 clauses out of 88009 with flag 1025001/3535246
1288.63/747.21	c cleaning 44996 clauses out of 90006 with flag 1071000/3581245
1305.47/756.38	c cleaning 45999 clauses out of 92011 with flag 1118001/3628246
1325.09/766.80	c cleaning 47003 clauses out of 94011 with flag 1166000/3676245
1344.28/777.63	c cleaning 48004 clauses out of 96008 with flag 1215000/3725245
1364.63/788.50	c cleaning 48999 clauses out of 98006 with flag 1265002/3775247
1387.18/800.51	c cleaning 50003 clauses out of 100006 with flag 1316001/3826246
1408.53/811.91	c cleaning 50994 clauses out of 102003 with flag 1368001/3878246
1433.43/825.67	c cleaning 51995 clauses out of 104009 with flag 1421001/3931246
1461.73/840.52	c cleaning 52998 clauses out of 106013 with flag 1475000/3985245
1488.48/854.65	c cleaning 53997 clauses out of 108015 with flag 1530000/4040245
1514.61/868.48	c cleaning 55004 clauses out of 110018 with flag 1586000/4096245
1547.30/886.00	c cleaning 56008 clauses out of 112015 with flag 1643001/4153246
1575.40/900.88	c cleaning 56997 clauses out of 114008 with flag 1701002/4211247
1607.95/917.86	c cleaning 58004 clauses out of 116012 with flag 1760003/4270248
1643.50/936.31	c cleaning 58998 clauses out of 118008 with flag 1820003/4330248
1680.52/956.10	c cleaning 59999 clauses out of 120007 with flag 1881000/4391245
1711.98/972.66	c cleaning 60998 clauses out of 122008 with flag 1943000/4453245
1746.93/990.85	c cleaning 61998 clauses out of 124011 with flag 2006001/4516246
1785.96/1012.69	c cleaning 62991 clauses out of 126012 with flag 2070000/4580245
1799.09/1020.01	c starts		: 55
1799.09/1020.01	c conflicts		: 14251
1799.09/1020.01	c decisions		: 29626
1799.09/1020.01	c propagations		: 285530
1799.09/1020.01	c inspects		: 698705777
1799.09/1020.01	c shortcuts		: 0
1799.09/1020.01	c learnt literals	: 0
1799.09/1020.01	c learnt binary clauses	: 0
1799.09/1020.01	c learnt ternary clauses	: 0
1799.09/1020.01	c learnt constraints	: 14250
1799.09/1020.01	c ignored constraints	: 0
1799.09/1020.01	c root simplifications	: 0
1799.09/1020.01	c removed literals (reason simplification)	: 0
1799.09/1020.01	c reason swapping (by a shorter reason)	: 0
1799.09/1020.01	c Calls to reduceDB	: 1
1799.09/1020.01	c number of reductions to clauses (during analyze)	: 0
1799.09/1020.01	c number of learned constraints concerned by reduction	: 0
1799.09/1020.01	c number of learning phase by resolution	: 0
1799.09/1020.01	c number of learning phase by cutting planes	: 0
1799.09/1020.01	c speed (assignments/second)	: 280.1939857356503
1799.09/1020.01	c non guided choices	0
1799.09/1020.02	c learnt constraints type 
1799.09/1020.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 798
1799.09/1020.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13452
1799.09/1020.02	c constraints type 
1799.09/1020.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3159
1799.09/1020.02	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1799.09/1020.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.09/1020.02	c ignored satisfied constraints => 500
1799.09/1020.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3159
1799.09/1020.02	c 7319 constraints processed.
1799.09/1020.02	c constraints type 
1799.09/1020.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3159
1799.09/1020.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.09/1020.02	c ignored satisfied constraints => 500
1799.09/1020.02	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
1799.09/1020.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3159
1799.09/1020.02	c 7319 constraints processed.
1799.09/1020.02	s SATISFIABLE
1799.09/1020.02	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 x144 -x145 x146 -x147 -x148 -x149 -x150 x151 -x152 x153 x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 x167 -x168 x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 x181 x182 -x183 x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 x211 -x212 -x213 -x214 -x215 -x216 x217 x218 -x219 -x220 x221 -x222 -x223 x224 -x225 x226 -x227 x228 -x229 -x230 -x231 -x232 x233 x234 x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 x250 x251 -x252 -x253 -x254 x255 -x256 x257 -x258 x259 -x260 -x261 -x262 x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 x273 x274 -x275 -x276 -x277 -x278 x279 x280 x281 -x282 -x283 x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 x309 -x310 x311 -x312 -x313 x314 -x315 -x316 -x317 x318 -x319 -x320 x321 x322 x323 -x324 x325 x326 -x327 -x328 -x329 x330 x331 -x332 -x333 -x334 x335 -x336 x337 -x338 -x339 -x340 -x341 -x342 -x343 x344 -x345 x346 -x347 -x348 x349 x350 -x351 -x352 -x353 -x354 -x355 -x356 x357 -x358 -x359 x360 -x361 -x362 x363 x364 x365 -x366 -x367 x368 -x369 -x370 -x371 -x372 -x373 x374 -x375 -x376 x377 -x378 -x379 x380 -x381 -x382 -x383 x384 -x385 -x386 x387 -x388 x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 -x397 -x398 x399 -x400 -x401 x402 x403 -x404 -x405 -x406 -x407 x408 -x409 -x410 -x411 -x412 x413 x414 x415 x416 x417 -x418 x419 -x420 x421 x422 -x423 -x424 x425 -x426 -x427 -x428 -x429 -x430 -x431 x432 -x433 x434 -x435 -x436 x437 x438 -x439 -x440 -x441 x442 -x443 -x444 -x445 x446 -x447 -x448 x449 -x450 -x451 -x452 x453 -x454 -x455 -x456 -x457 -x458 x459 -x460 -x461 x462 -x463 -x464 -x465 x466 -x467 -x468 x469 -x470 -x471 -x472 -x473 -x474 x475 -x476 x477 -x478 x479 -x480 x481 -x482 x483 -x484 x485 -x486 -x487 -x488 x489 -x490 x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 
1799.09/1020.02	c objective function=-111
1799.09/1020.02	c Total wall clock time (in seconds): 1019.904

Verifier Data

OK	-111

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-3688666-1337878757/watcher-3688666-1337878757 -o /tmp/evaluation-result-3688666-1337878757/solver-3688666-1337878757 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688666-1337878757.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.83 3.88 3.90 4/197 24315
/proc/meminfo: memFree=24298724/32873648 swapFree=6336/6336
[pid=24315] ppid=24313 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24315/stat : 24315 (java) D 24313 24315 22409 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254003000 9515008 182 33554432000 1073741824 1073778376 140736633261680 140736633252712 213866331829 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/24315/statm: 2323 182 140 9 0 71 0

[startup+0.098264 s]
/proc/loadavg: 3.83 3.88 3.90 4/197 24315
/proc/meminfo: memFree=24298724/32873648 swapFree=6336/6336
[pid=24315] ppid=24313 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24315/stat : 24315 (java) S 24313 24315 22409 0 -1 4202496 4306 0 1 0 8 0 0 0 20 0 18 0 254003000 9787813888 5496 33554432000 1073741824 1073778376 140737409016432 140737409007568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24315/statm: 2389603 5497 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100183 s]
/proc/loadavg: 3.83 3.88 3.90 4/197 24315
/proc/meminfo: memFree=24298724/32873648 swapFree=6336/6336
[pid=24315] ppid=24313 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24315/stat : 24315 (java) S 24313 24315 22409 0 -1 4202496 4321 0 1 0 8 0 0 0 20 0 18 0 254003000 9787813888 5511 33554432000 1073741824 1073778376 140737409016432 140737409007568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24315/statm: 2389603 5513 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300229 s]
/proc/loadavg: 3.83 3.88 3.90 4/197 24315
/proc/meminfo: memFree=24298724/32873648 swapFree=6336/6336
[pid=24315] ppid=24313 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/24315/stat : 24315 (java) S 24313 24315 22409 0 -1 4202496 6395 0 1 0 47 1 0 0 20 0 18 0 254003000 9787813888 8113 33554432000 1073741824 1073778376 140737409016432 140737409007568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24315/statm: 2389603 8113 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700226 s]
/proc/loadavg: 3.83 3.88 3.90 4/197 24315
/proc/meminfo: memFree=24298724/32873648 swapFree=6336/6336
[pid=24315] ppid=24313 vsize=9759132 CPUtime=1.33 cores=1,3,5,7
/proc/24315/stat : 24315 (java) S 24313 24315 22409 0 -1 4202496 15201 0 1 0 128 5 0 0 20 0 19 0 254003000 9993351168 18836 33554432000 1073741824 1073778376 140737409016432 140737409007568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24315/statm: 2439783 18836 2252 9 0 2430476 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9759132

[startup+1.50058 s]
/proc/loadavg: 3.83 3.88 3.90 7/219 24340
/proc/meminfo: memFree=24224964/32873648 swapFree=6336/6336
[pid=24315] ppid=24313 vsize=9824668 CPUtime=2.31 cores=1,3,5,7
/proc/24315/stat : 24315 (java) S 24313 24315 22409 0 -1 4202496 18461 0 1 0 224 7 0 0 20 0 22 0 254003000 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140737409007568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24315/statm: 2456167 23737 2257 9 0 2446860 0
[pid=24315/tid=24317] ppid=24313 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 22409 0 -1 4202560 2460 0 1 0 41 2 0 0 20 0 22 0 254003001 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140592159462392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003002 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140592131914408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003002 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140592002149160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003002 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140592001096616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003002 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140592000044072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003002 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140591998990504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24323] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003002 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140591997937960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003002 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140591660788136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254003002 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140591659735592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254003003 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140591647537768 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24327] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 22409 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254003004 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140591646484088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24328] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24328/stat : 24328 (java) S 24313 24315 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254003004 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140591645431432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24329] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24329/stat : 24329 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003006 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140591644380176 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24330] ppid=24313 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/24315/task/24330/stat : 24330 (java) R 24313 24315 22409 0 -1 4202560 5408 0 0 0 66 0 0 0 20 0 22 0 254003006 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140591643326520 140592167178940 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24331] ppid=24313 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/24315/task/24331/stat : 24331 (java) R 24313 24315 22409 0 -1 4202560 9269 0 0 0 72 1 0 0 20 0 22 0 254003006 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140591642273976 140592163312078 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24332] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24332/stat : 24332 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003006 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140591641221624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24333] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24333/stat : 24333 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003006 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140591640169288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24340] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24340/stat : 24340 (java) S 24313 24315 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254003097 10060460032 23737 33554432000 1073741824 1073778376 140737409016432 140591639114792 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9824668

[startup+3.10063 s]
/proc/loadavg: 3.83 3.88 3.90 5/219 24346
/proc/meminfo: memFree=24137452/32873648 swapFree=6336/6336
[pid=24315] ppid=24313 vsize=9824668 CPUtime=5.57 cores=1,3,5,7
/proc/24315/stat : 24315 (java) S 24313 24315 22409 0 -1 4202496 19134 0 1 0 537 20 0 0 20 0 22 0 254003000 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140737409007568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24315/statm: 2456167 74373 2288 9 0 2446860 0
[pid=24315/tid=24317] ppid=24313 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 22409 0 -1 4202560 2460 0 1 0 41 2 0 0 20 0 22 0 254003001 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140592159462392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 22409 0 -1 4202560 106 0 0 0 2 1 0 0 20 0 22 0 254003002 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140592131914408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 22409 0 -1 4202560 129 0 0 0 4 0 0 0 20 0 22 0 254003002 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140592002149160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 22409 0 -1 4202560 67 0 0 0 1 0 0 0 20 0 22 0 254003002 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140592001096616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 22409 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 22 0 254003002 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140592000044072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 22409 0 -1 4202560 115 0 0 0 3 1 0 0 20 0 22 0 254003002 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140591998990504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24323] ppid=24313 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 22409 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 254003002 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140591997937960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 22409 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254003002 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140591660788136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 22409 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254003002 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140591659735592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/24315/task/24326/stat : 24326 (java) R 24313 24315 22409 0 -1 4202560 102 0 0 0 7 0 0 0 20 0 22 0 254003003 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140591647536624 140592163598820 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24327] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254003004 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140591646484088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24328] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24328/stat : 24328 (java) S 24313 24315 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254003004 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140591645431432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24329] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24329/stat : 24329 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003006 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140591644380176 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24330] ppid=24313 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/24315/task/24330/stat : 24330 (java) S 24313 24315 22409 0 -1 4202560 5409 0 0 0 101 0 0 0 20 0 22 0 254003006 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140591643326520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24331] ppid=24313 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/24315/task/24331/stat : 24331 (java) S 24313 24315 22409 0 -1 4202560 9278 0 0 0 105 1 0 0 20 0 22 0 254003006 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140591642273976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24332] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24332/stat : 24332 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003006 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140591641221624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24333] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24333/stat : 24333 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003006 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140591640169288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24340] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24340/stat : 24340 (java) S 24313 24315 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254003097 10060460032 74373 33554432000 1073741824 1073778376 140737409016432 140591639114792 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 9824668

[startup+6.30082 s]
/proc/loadavg: 3.68 3.85 3.89 5/219 24358
/proc/meminfo: memFree=23867668/32873648 swapFree=6336/6336
[pid=24315] ppid=24313 vsize=9824668 CPUtime=10.23 cores=1,3,5,7
/proc/24315/stat : 24315 (java) S 24313 24315 22409 0 -1 4202496 19486 0 1 0 995 28 0 0 20 0 22 0 254003000 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140737409007568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24315/statm: 2456167 115272 2288 9 0 2446860 0
[pid=24315/tid=24317] ppid=24313 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 22409 0 -1 4202560 2461 0 1 0 41 2 0 0 20 0 22 0 254003001 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140592159462392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 22409 0 -1 4202560 110 0 0 0 3 1 0 0 20 0 22 0 254003002 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140592131914408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 22409 0 -1 4202560 147 0 0 0 6 2 0 0 20 0 22 0 254003002 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140592002149160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 22409 0 -1 4202560 74 0 0 0 4 0 0 0 20 0 22 0 254003002 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140592001096616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 22409 0 -1 4202560 61 0 0 0 7 2 0 0 20 0 22 0 254003002 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140592000044072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 22409 0 -1 4202560 117 0 0 0 5 1 0 0 20 0 22 0 254003002 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140591998990504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24323] ppid=24313 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 22409 0 -1 4202560 59 0 0 0 3 1 0 0 20 0 22 0 254003002 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140591997937960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 22409 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 254003002 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140591660788136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 22409 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 22 0 254003002 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140591659735592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 22409 0 -1 4202560 262 0 0 0 46 2 0 0 20 0 22 0 254003003 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140591647537768 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24327] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254003004 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140591646484088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24328] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24328/stat : 24328 (java) S 24313 24315 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254003004 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140591645431432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24329] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24329/stat : 24329 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003006 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140591644380176 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24330] ppid=24313 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/24315/task/24330/stat : 24330 (java) S 24313 24315 22409 0 -1 4202560 5416 0 0 0 110 0 0 0 20 0 22 0 254003006 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140591643326520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24331] ppid=24313 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/24315/task/24331/stat : 24331 (java) S 24313 24315 22409 0 -1 4202560 9278 0 0 0 109 1 0 0 20 0 22 0 254003006 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140591642273976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24332] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24332/stat : 24332 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003006 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140591641221624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24333] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24333/stat : 24333 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003006 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140591640169288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24340] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24340/stat : 24340 (java) S 24313 24315 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254003097 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140591639114792 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24356] ppid=24313 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/24315/task/24356/stat : 24356 (java) R 24313 24315 22409 0 -1 4202560 3 0 0 0 91 0 0 0 20 0 22 0 254003498 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140591635956184 140592013934033 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24357] ppid=24313 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/24315/task/24357/stat : 24357 (java) R 24313 24315 22409 0 -1 4202560 3 0 0 0 91 0 0 0 20 0 22 0 254003498 10060460032 115272 33554432000 1073741824 1073778376 140737409016432 140591638059632 140592014041855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

[pid=24315/tid=24321] ppid=24313 vsize=9824668 CPUtime=3.44 cores=1,3,5,7
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 22409 0 -1 4202560 1008 0 0 0 330 14 0 0 20 0 22 0 254003002 10060460032 749657 33554432000 1073741824 1073778376 140737409016432 140592000044072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=9824668 CPUtime=3.4 cores=1,3,5,7
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 22409 0 -1 4202560 1034 0 0 0 330 10 0 0 20 0 22 0 254003002 10060460032 749657 33554432000 1073741824 1073778376 140737409016432 140591998990504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24323] ppid=24313 vsize=9824668 CPUtime=3.42 cores=1,3,5,7
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 22409 0 -1 4202560 650 0 0 0 329 13 0 0 20 0 22 0 254003002 10060460032 749657 33554432000 1073741824 1073778376 140737409016432 140591997937960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=9824668 CPUtime=3.32 cores=1,3,5,7
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 22409 0 -1 4202560 1015 0 0 0 321 11 0 0 20 0 22 0 254003002 10060460032 749657 33554432000 1073741824 1073778376 140737409016432 140591660788136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=9824668 CPUtime=3.28 cores=1,3,5,7
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 22409 0 -1 4202560 1200 0 0 0 316 12 0 0 20 0 22 0 254003002 10060460032 749657 33554432000 1073741824 1073778376 140737409016432 140591659735592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=9824668 CPUtime=237.12 cores=1,3,5,7
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 22409 0 -1 4202560 10577 0 0 0 23673 39 0 0 20 0 22 0 254003003 10060460032 749657 33554432000 1073741824 1073778376 140737409016432 140591647537768 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24327] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254003004 10060460032 749657 33554432000 1073741824 1073778376 140737409016432 140591646484088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24328] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24328/stat : 24328 (java) S 24313 24315 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254003004 10060460032 749657 33554432000 1073741824 1073778376 140737409016432 140591645431432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24329] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24329/stat : 24329 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003006 10060460032 749657 33554432000 1073741824 1073778376 140737409016432 140591644380176 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24330] ppid=24313 vsize=9824668 CPUtime=1.19 cores=1,3,5,7
/proc/24315/task/24330/stat : 24330 (java) S 24313 24315 22409 0 -1 4202560 5418 0 0 0 119 0 0 0 20 0 22 0 254003006 10060460032 749657 33554432000 1073741824 1073778376 140737409016432 140591643326520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24331] ppid=24313 vsize=9824668 CPUtime=1.62 cores=1,3,5,7
/proc/24315/task/24331/stat : 24331 (java) S 24313 24315 22409 0 -1 4202560 9864 0 0 0 161 1 0 0 20 0 22 0 254003006 10060460032 749657 33554432000 1073741824 1073778376 140737409016432 140591642273976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24332] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24332/stat : 24332 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003006 10060460032 749657 33554432000 1073741824 1073778376 140737409016432 140591641221624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24333] ppid=24313 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/24315/task/24333/stat : 24333 (java) S 24313 24315 22409 0 -1 4202560 54 0 0 0 20 21 0 0 20 0 22 0 254003006 10060460032 749657 33554432000 1073741824 1073778376 140737409016432 140591640169288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24340] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24340/stat : 24340 (java) S 24313 24315 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254003097 10060460032 749657 33554432000 1073741824 1073778376 140737409016432 140591639114792 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24550] ppid=24313 vsize=9824668 CPUtime=327.07 cores=1,3,5,7
/proc/24315/task/24550/stat : 24550 (java) R 24313 24315 22409 0 -1 4202560 11 0 0 0 32703 4 0 0 20 0 22 0 254054741 10060460032 749657 33554432000 1073741824 1073778376 140737409016432 140591635956704 140592013914956 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24551] ppid=24313 vsize=9824668 CPUtime=326.99 cores=1,3,5,7
/proc/24315/task/24551/stat : 24551 (java) R 24313 24315 22409 0 -1 4202560 44 0 0 0 32695 4 0 0 20 0 22 0 254054741 10060460032 749657 33554432000 1073741824 1073778376 140737409016432 140591638059168 140592014073056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24552] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24552/stat : 24552 (java) S 24313 24315 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254054741 10060460032 749657 33554432000 1073741824 1073778376 140737409016432 140591637009320 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1652.69
Current children cumulated vsize (KiB) 9824668

[startup+1002.3 s]
/proc/loadavg: 3.73 3.73 3.73 4/219 24559
/proc/meminfo: memFree=21278664/32873648 swapFree=6336/6336
[pid=24315] ppid=24313 vsize=9824668 CPUtime=1766.24 cores=1,3,5,7
/proc/24315/stat : 24315 (java) S 24313 24315 22409 0 -1 4202496 40012 0 1 0 176430 194 0 0 20 0 22 0 254003000 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140737409007568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24315/statm: 2456167 771264 2289 9 0 2446860 0
[pid=24315/tid=24317] ppid=24313 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 22409 0 -1 4202560 2548 0 1 0 46 3 0 0 20 0 22 0 254003001 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140592159462104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=9824668 CPUtime=3.46 cores=1,3,5,7
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 22409 0 -1 4202560 707 0 0 0 336 10 0 0 20 0 22 0 254003002 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140592131914408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=9824668 CPUtime=3.67 cores=1,3,5,7
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 22409 0 -1 4202560 1838 0 0 0 356 11 0 0 20 0 22 0 254003002 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140592002149160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=9824668 CPUtime=3.36 cores=1,3,5,7
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 22409 0 -1 4202560 1006 0 0 0 328 8 0 0 20 0 22 0 254003002 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140592001096616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=9824668 CPUtime=3.62 cores=1,3,5,7
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 22409 0 -1 4202560 1020 0 0 0 347 15 0 0 20 0 22 0 254003002 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140592000044072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=9824668 CPUtime=3.6 cores=1,3,5,7
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 22409 0 -1 4202560 1058 0 0 0 349 11 0 0 20 0 22 0 254003002 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140591998990504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24323] ppid=24313 vsize=9824668 CPUtime=3.62 cores=1,3,5,7
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 22409 0 -1 4202560 682 0 0 0 349 13 0 0 20 0 22 0 254003002 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140591997937960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=9824668 CPUtime=3.56 cores=1,3,5,7
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 22409 0 -1 4202560 1020 0 0 0 345 11 0 0 20 0 22 0 254003002 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140591660788136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=9824668 CPUtime=3.51 cores=1,3,5,7
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 22409 0 -1 4202560 1219 0 0 0 338 13 0 0 20 0 22 0 254003002 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140591659735592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=9824668 CPUtime=244.35 cores=1,3,5,7
/proc/24315/task/24326/stat : 24326 (java) R 24313 24315 22409 0 -1 4202560 10756 0 0 0 24395 40 0 0 20 0 22 0 254003003 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140591647537584 140592165970036 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24327] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254003004 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140591646484088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24328] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24328/stat : 24328 (java) S 24313 24315 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254003004 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140591645431432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24329] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24329/stat : 24329 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003006 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140591644380176 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24330] ppid=24313 vsize=9824668 CPUtime=1.19 cores=1,3,5,7
/proc/24315/task/24330/stat : 24330 (java) S 24313 24315 22409 0 -1 4202560 5418 0 0 0 119 0 0 0 20 0 22 0 254003006 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140591643326520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24331] ppid=24313 vsize=9824668 CPUtime=1.62 cores=1,3,5,7
/proc/24315/task/24331/stat : 24331 (java) S 24313 24315 22409 0 -1 4202560 9864 0 0 0 161 1 0 0 20 0 22 0 254003006 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140591642273976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24332] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24332/stat : 24332 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003006 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140591641221624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24333] ppid=24313 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/24315/task/24333/stat : 24333 (java) S 24313 24315 22409 0 -1 4202560 56 0 0 0 22 22 0 0 20 0 22 0 254003006 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140591640169288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24340] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24340/stat : 24340 (java) S 24313 24315 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254003097 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140591639114792 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24550] ppid=24313 vsize=9824668 CPUtime=379.22 cores=1,3,5,7
/proc/24315/task/24550/stat : 24550 (java) S 24313 24315 22409 0 -1 4202560 11 0 0 0 37917 5 0 0 20 0 22 0 254054741 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140591635955880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24551] ppid=24313 vsize=9824668 CPUtime=379.15 cores=1,3,5,7
/proc/24315/task/24551/stat : 24551 (java) S 24313 24315 22409 0 -1 4202560 52 0 0 0 37910 5 0 0 20 0 22 0 254054741 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140591638061400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24552] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24552/stat : 24552 (java) S 24313 24315 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254054741 10060460032 771264 33554432000 1073741824 1073778376 140737409016432 140591637009320 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1766.24
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1020 s]
/proc/loadavg: 3.67 3.71 3.72 4/219 24559
/proc/meminfo: memFree=21258688/32873648 swapFree=6336/6336
[pid=24315] ppid=24313 vsize=9824668 CPUtime=1799.09 cores=1,3,5,7
/proc/24315/stat : 24315 (java) S 24313 24315 22409 0 -1 4202496 41349 0 1 0 179713 196 0 0 20 0 22 0 254003000 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140737409007568 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24315/statm: 2456167 776104 2289 9 0 2446860 0
[pid=24315/tid=24317] ppid=24313 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 22409 0 -1 4202560 2549 0 1 0 46 3 0 0 20 0 22 0 254003001 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140592159462392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=9824668 CPUtime=3.63 cores=1,3,5,7
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 22409 0 -1 4202560 707 0 0 0 353 10 0 0 20 0 22 0 254003002 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140592131914408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=9824668 CPUtime=3.87 cores=1,3,5,7
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 22409 0 -1 4202560 1838 0 0 0 376 11 0 0 20 0 22 0 254003002 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140592002149160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=9824668 CPUtime=3.65 cores=1,3,5,7
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 22409 0 -1 4202560 1006 0 0 0 357 8 0 0 20 0 22 0 254003002 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140592001096616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=9824668 CPUtime=3.81 cores=1,3,5,7
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 22409 0 -1 4202560 1020 0 0 0 366 15 0 0 20 0 22 0 254003002 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140592000044072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=9824668 CPUtime=3.69 cores=1,3,5,7
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 22409 0 -1 4202560 1058 0 0 0 358 11 0 0 20 0 22 0 254003002 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140591998990504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24323] ppid=24313 vsize=9824668 CPUtime=3.76 cores=1,3,5,7
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 22409 0 -1 4202560 682 0 0 0 363 13 0 0 20 0 22 0 254003002 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140591997937960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=9824668 CPUtime=3.74 cores=1,3,5,7
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 22409 0 -1 4202560 1020 0 0 0 363 11 0 0 20 0 22 0 254003002 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140591660788136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=9824668 CPUtime=3.64 cores=1,3,5,7
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 22409 0 -1 4202560 1219 0 0 0 351 13 0 0 20 0 22 0 254003002 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140591659735592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=9824668 CPUtime=247.6 cores=1,3,5,7
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 22409 0 -1 4202560 12089 0 0 0 24720 40 0 0 20 0 22 0 254003003 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140591647537768 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24327] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254003004 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140591646484088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24328] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24328/stat : 24328 (java) S 24313 24315 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254003004 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140591645431432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24329] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24329/stat : 24329 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003006 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140591644380176 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24330] ppid=24313 vsize=9824668 CPUtime=1.19 cores=1,3,5,7
/proc/24315/task/24330/stat : 24330 (java) S 24313 24315 22409 0 -1 4202560 5418 0 0 0 119 0 0 0 20 0 22 0 254003006 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140591643326520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24331] ppid=24313 vsize=9824668 CPUtime=1.62 cores=1,3,5,7
/proc/24315/task/24331/stat : 24331 (java) S 24313 24315 22409 0 -1 4202560 9864 0 0 0 161 1 0 0 20 0 22 0 254003006 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140591642273976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24332] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24332/stat : 24332 (java) S 24313 24315 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254003006 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140591641221624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24333] ppid=24313 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/24315/task/24333/stat : 24333 (java) S 24313 24315 22409 0 -1 4202560 58 0 0 0 22 23 0 0 20 0 22 0 254003006 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140591640169288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24340] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24340/stat : 24340 (java) S 24313 24315 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254003097 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140591639114792 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24550] ppid=24313 vsize=9824668 CPUtime=393.29 cores=1,3,5,7
/proc/24315/task/24550/stat : 24550 (java) R 24313 24315 22409 0 -1 4202560 12 0 0 0 39324 5 0 0 20 0 22 0 254054741 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140591635956704 140592013904951 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24551] ppid=24313 vsize=9824668 CPUtime=393.22 cores=1,3,5,7
/proc/24315/task/24551/stat : 24551 (java) R 24313 24315 22409 0 -1 4202560 52 0 0 0 39317 5 0 0 20 0 22 0 254054741 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140591638059168 140592014041868 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24552] ppid=24313 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24552/stat : 24552 (java) S 24313 24315 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254054741 10060460032 776104 33554432000 1073741824 1073778376 140737409016432 140591637009320 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.09
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24315 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=369214
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=301650
# CPU time returned by wait4() is 1796.67
# while last known CPU time is 1799.09
#
# 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.01
#  lost CPU user time (s): 1.13006
#  lost CPU system time (s): -0.12

Real time (s): 1020.04
CPU time (s): 1800.1
CPU user time (s): 1798.26
CPU system time (s): 1.84
CPU usage (%): 176.474
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.37
system time used= 2.30165
maximum resident set size= 3104556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41380
page faults= 1
swaps= 0
block input operations= 240
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31137
involuntary context switches= 56946

runsolver used 3.76143 second user time and 9.17261 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-24 18:59:17
IDJOB=3688666
IDBENCH=48176
IDSOLVER=2268
FILE ID=node112/3688666-1337878757
RUNJOBID= node112-1337871881-22426
PBS_JOBID= 14620092
Free space on /tmp= 71696 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_10_1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688666-1337878757/watcher-3688666-1337878757 -o /tmp/evaluation-result-3688666-1337878757/solver-3688666-1337878757 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688666-1337878757.opb

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

MD5SUM BENCH= 6a7c5d2366cf8704587c2ca2c97e69d0
RANDOM SEED=447437323

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        24299252 kB
Buffers:          195360 kB
Cached:          3554840 kB
SwapCached:            0 kB
Active:          4525288 kB
Inactive:        3269724 kB
Active(anon):    4047308 kB
Inactive(anon):        0 kB
Active(file):     477980 kB
Inactive(file):  3269724 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               348 kB
Writeback:             0 kB
AnonPages:       4061600 kB
Mapped:            22636 kB
Shmem:               200 kB
Slab:             626032 kB
SReclaimable:      69988 kB
SUnreclaim:       556044 kB
KernelStack:        1616 kB
PageTables:        11772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    4456204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3971072 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= 71700 MiB
End job on node112 at 2012-05-24 19:16:19