Trace number 3454708

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 NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.29 947.583

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21bt.opb
MD5SUMcc11de80c07cf0d445d50327479f6689
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints942
Number of constraints which are clauses645
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints295
Minimum length of a constraint1
Maximum length of a constraint144
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 189
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454708-1307186523.opb
0.10/0.11	c reading problem ... 
0.26/0.26	c ... done. Wall clock time 0.151s.
0.26/0.26	c #vars     428
0.26/0.26	c #constraints  942
0.26/0.26	c constraints type 
0.26/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 420
0.26/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.26/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 224
0.26/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 295
0.26/0.26	c constraints type 
0.26/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 224
0.26/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 420
0.26/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.26/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 295
3.35/1.07	c cleaning 2497 clauses out of 4994 with flag 5001/5001
5.53/1.73	c cleaning 4249 clauses out of 8497 with flag 11001/11001
7.31/2.63	c cleaning 5624 clauses out of 11247 with flag 18000/18000
9.75/3.86	c cleaning 6812 clauses out of 13623 with flag 26000/26000
12.76/5.33	c cleaning 7903 clauses out of 15813 with flag 35002/35002
16.16/7.10	c cleaning 8952 clauses out of 17908 with flag 45000/45000
20.03/8.92	c cleaning 9476 clauses out of 18957 with flag 55001/55001
23.76/10.87	c cleaning 9739 clauses out of 19482 with flag 65002/65002
27.29/12.65	c cleaning 9872 clauses out of 19743 with flag 75002/75002
31.44/14.71	c cleaning 9932 clauses out of 19869 with flag 85000/85000
35.39/16.74	c cleaning 9968 clauses out of 19938 with flag 95001/95001
38.93/18.57	c cleaning 9985 clauses out of 19972 with flag 105003/105003
42.65/20.47	c cleaning 9993 clauses out of 19986 with flag 115002/115002
46.59/22.44	c cleaning 9994 clauses out of 19991 with flag 125000/125000
50.52/24.47	c cleaning 9998 clauses out of 19997 with flag 135000/135000
54.85/26.68	c cleaning 9999 clauses out of 19999 with flag 145000/145000
59.36/28.97	c cleaning 9998 clauses out of 20000 with flag 155000/155000
63.69/31.15	c cleaning 9999 clauses out of 20004 with flag 165002/165002
68.01/33.33	c cleaning 9999 clauses out of 20003 with flag 175000/175000
72.34/35.50	c cleaning 9998 clauses out of 20004 with flag 185000/185000
76.42/37.60	c cleaning 10000 clauses out of 20006 with flag 195000/195000
80.74/39.89	c cleaning 10003 clauses out of 20008 with flag 205002/205002
85.26/42.17	c cleaning 10000 clauses out of 20003 with flag 215000/215000
90.17/44.70	c cleaning 10000 clauses out of 20003 with flag 225000/225000
94.83/47.02	c cleaning 9998 clauses out of 20004 with flag 235001/235001
98.75/49.03	c cleaning 9999 clauses out of 20005 with flag 245000/245000
102.66/51.05	c cleaning 9999 clauses out of 20006 with flag 255000/255000
106.56/53.09	c cleaning 10000 clauses out of 20008 with flag 265001/265001
111.03/55.33	c cleaning 10002 clauses out of 20009 with flag 275002/275002
115.13/57.48	c cleaning 9999 clauses out of 20007 with flag 285002/285002
119.23/59.51	c cleaning 9996 clauses out of 20006 with flag 295000/295000
123.37/61.67	c cleaning 10002 clauses out of 20013 with flag 305003/305003
127.63/63.85	c cleaning 9998 clauses out of 20010 with flag 315002/315002
131.93/66.07	c cleaning 10001 clauses out of 20015 with flag 325005/325005
135.99/68.19	c cleaning 9996 clauses out of 20009 with flag 335000/335000
140.52/70.48	c cleaning 10000 clauses out of 20015 with flag 345002/345002
144.92/72.71	c cleaning 10005 clauses out of 20016 with flag 355003/355003
149.06/74.88	c cleaning 10002 clauses out of 20014 with flag 365006/365006
153.51/77.15	c cleaning 9999 clauses out of 20006 with flag 375000/375000
158.00/79.46	c cleaning 10002 clauses out of 20011 with flag 385004/385004
162.64/81.83	c cleaning 9991 clauses out of 20004 with flag 395000/395000
167.33/84.24	c cleaning 10003 clauses out of 20016 with flag 405003/405003
172.02/86.70	c cleaning 10003 clauses out of 20013 with flag 415003/415003
176.50/89.02	c cleaning 10000 clauses out of 20009 with flag 425002/425002
181.74/91.64	c cleaning 9998 clauses out of 20007 with flag 435000/435000
186.22/93.98	c cleaning 10001 clauses out of 20009 with flag 445000/445000
191.10/96.40	c cleaning 9996 clauses out of 20012 with flag 455004/455004
195.58/98.73	c cleaning 10004 clauses out of 20017 with flag 465005/465005
199.80/100.90	c cleaning 9999 clauses out of 20008 with flag 475000/475000
203.68/102.94	c cleaning 10002 clauses out of 20011 with flag 485002/485002
207.36/104.87	c cleaning 9999 clauses out of 20008 with flag 495001/495001
211.23/106.81	c cleaning 10000 clauses out of 20010 with flag 505002/505002
215.29/108.94	c cleaning 9999 clauses out of 20009 with flag 515001/515001
219.59/111.17	c cleaning 9999 clauses out of 20009 with flag 525000/525000
223.62/113.23	c cleaning 10003 clauses out of 20011 with flag 535001/535001
227.68/115.40	c cleaning 9999 clauses out of 20007 with flag 545000/545000
232.32/117.73	c cleaning 10003 clauses out of 20014 with flag 555006/555006
236.34/119.90	c cleaning 9997 clauses out of 20005 with flag 565000/565000
240.84/122.13	c cleaning 9999 clauses out of 20009 with flag 575001/575001
245.11/124.39	c cleaning 10001 clauses out of 20012 with flag 585003/585003
249.67/126.73	c cleaning 9999 clauses out of 20008 with flag 595000/595000
253.73/128.86	c cleaning 9998 clauses out of 20009 with flag 605000/605000
257.83/130.98	c cleaning 10000 clauses out of 20015 with flag 615004/615004
262.25/133.21	c cleaning 10002 clauses out of 20016 with flag 625005/625005
266.64/135.57	c cleaning 9998 clauses out of 20010 with flag 635001/635001
271.30/137.93	c cleaning 10004 clauses out of 20017 with flag 645006/645006
275.56/140.11	c cleaning 9999 clauses out of 20007 with flag 655000/655000
279.81/142.36	c cleaning 9999 clauses out of 20008 with flag 665000/665000
284.60/144.82	c cleaning 9998 clauses out of 20009 with flag 675000/675000
288.67/146.93	c cleaning 9999 clauses out of 20012 with flag 685001/685001
292.92/149.15	c cleaning 10003 clauses out of 20014 with flag 695002/695002
297.58/151.59	c cleaning 9995 clauses out of 20014 with flag 705005/705005
301.96/153.80	c cleaning 10004 clauses out of 20018 with flag 715004/715004
305.02/155.48	c cleaning 0 clauses out of 5001 with flag 0/5001
306.81/156.25	c cleaning 10001 clauses out of 20013 with flag 725003/725003
310.79/158.26	c cleaning 10001 clauses out of 20011 with flag 735002/735002
314.77/160.35	c cleaning 9999 clauses out of 20009 with flag 745001/745001
318.42/162.23	c cleaning 9999 clauses out of 20012 with flag 755003/755003
322.27/164.29	c cleaning 10001 clauses out of 20010 with flag 765000/765000
326.73/166.60	c cleaning 10003 clauses out of 20012 with flag 775003/775003
330.90/168.77	c cleaning 9999 clauses out of 20008 with flag 785002/785002
334.75/170.74	c cleaning 9999 clauses out of 20008 with flag 795001/795001
338.80/172.82	c cleaning 10000 clauses out of 20010 with flag 805002/805002
342.66/174.91	c cleaning 10002 clauses out of 20011 with flag 815003/815003
346.83/177.05	c cleaning 9998 clauses out of 20007 with flag 825001/825001
350.67/179.05	c cleaning 9999 clauses out of 20008 with flag 835000/835000
354.52/181.09	c cleaning 10000 clauses out of 20012 with flag 845003/845003
358.76/183.25	c cleaning 9997 clauses out of 20010 with flag 855001/855001
362.93/185.46	c cleaning 9999 clauses out of 20013 with flag 865001/865001
367.16/187.65	c cleaning 10001 clauses out of 20014 with flag 875001/875001
371.21/189.71	c cleaning 10005 clauses out of 20013 with flag 885001/885001
375.06/191.79	c cleaning 10000 clauses out of 20008 with flag 895001/895001
379.22/193.93	c cleaning 9996 clauses out of 20007 with flag 905000/905000
383.08/195.91	c cleaning 9999 clauses out of 20011 with flag 915000/915000
387.17/198.02	c cleaning 10005 clauses out of 20015 with flag 925003/925003
390.96/200.09	c cleaning 9997 clauses out of 20008 with flag 935001/935001
395.33/202.33	c cleaning 10002 clauses out of 20018 with flag 945008/945008
399.17/204.33	c cleaning 9998 clauses out of 20008 with flag 955000/955000
403.60/206.62	c cleaning 9999 clauses out of 20012 with flag 965002/965002
407.84/208.80	c cleaning 10001 clauses out of 20012 with flag 975001/975001
412.02/211.06	c cleaning 9999 clauses out of 20012 with flag 985002/985002
416.25/213.29	c cleaning 10000 clauses out of 20013 with flag 995002/995002
420.29/215.37	c cleaning 10001 clauses out of 20011 with flag 1005000/1005000
424.53/217.58	c cleaning 9999 clauses out of 20013 with flag 1015003/1015003
428.90/219.83	c cleaning 10002 clauses out of 20013 with flag 1025002/1025002
433.13/222.12	c cleaning 9998 clauses out of 20009 with flag 1035000/1035000
437.57/224.37	c cleaning 10002 clauses out of 20014 with flag 1045003/1045003
442.03/226.66	c cleaning 10000 clauses out of 20009 with flag 1055000/1055000
446.34/228.96	c cleaning 9996 clauses out of 20011 with flag 1065002/1065002
450.77/231.24	c cleaning 9997 clauses out of 20013 with flag 1075000/1075000
455.20/233.53	c cleaning 10003 clauses out of 20017 with flag 1085001/1085001
459.63/235.83	c cleaning 10003 clauses out of 20013 with flag 1095000/1095000
464.18/238.25	c cleaning 10002 clauses out of 20012 with flag 1105002/1105002
468.61/240.54	c cleaning 9996 clauses out of 20008 with flag 1115000/1115000
472.84/242.72	c cleaning 10007 clauses out of 20022 with flag 1125010/1125010
477.06/244.90	c cleaning 9998 clauses out of 20007 with flag 1135002/1135002
481.22/247.13	c cleaning 9999 clauses out of 20007 with flag 1145000/1145000
485.44/249.39	c cleaning 10002 clauses out of 20008 with flag 1155000/1155000
489.87/251.61	c cleaning 10000 clauses out of 20009 with flag 1165003/1165003
493.89/253.75	c cleaning 9998 clauses out of 20008 with flag 1175002/1175002
498.03/255.98	c cleaning 10000 clauses out of 20008 with flag 1185000/1185000
502.05/258.04	c cleaning 10000 clauses out of 20009 with flag 1195001/1195001
505.88/260.05	c cleaning 10002 clauses out of 20012 with flag 1205004/1205004
509.70/262.08	c cleaning 9995 clauses out of 20006 with flag 1215000/1215000
514.03/264.31	c cleaning 10001 clauses out of 20012 with flag 1225001/1225001
517.85/266.31	c cleaning 9996 clauses out of 20013 with flag 1235003/1235003
522.07/268.57	c cleaning 10001 clauses out of 20015 with flag 1245001/1245001
526.29/270.72	c cleaning 10003 clauses out of 20014 with flag 1255001/1255001
530.03/272.80	c cleaning 10000 clauses out of 20010 with flag 1265000/1265000
534.04/274.83	c cleaning 10001 clauses out of 20011 with flag 1275001/1275001
538.26/277.07	c cleaning 10000 clauses out of 20010 with flag 1285001/1285001
542.27/279.13	c cleaning 10001 clauses out of 20011 with flag 1295002/1295002
546.40/281.36	c cleaning 9995 clauses out of 20008 with flag 1305000/1305000
550.61/283.52	c cleaning 10006 clauses out of 20020 with flag 1315007/1315007
554.63/285.61	c cleaning 9999 clauses out of 20007 with flag 1325000/1325000
558.45/287.63	c cleaning 10001 clauses out of 20014 with flag 1335006/1335006
562.17/289.67	c cleaning 9997 clauses out of 20007 with flag 1345000/1345000
565.99/291.69	c cleaning 10001 clauses out of 20012 with flag 1355002/1355002
570.04/293.74	c cleaning 10000 clauses out of 20010 with flag 1365001/1365001
573.61/295.68	c cleaning 9999 clauses out of 20009 with flag 1375000/1375000
577.74/297.81	c cleaning 10001 clauses out of 20011 with flag 1385001/1385001
581.15/299.62	c cleaning 10004 clauses out of 20014 with flag 1395005/1395005
584.77/301.52	c cleaning 10000 clauses out of 20005 with flag 1405000/1405000
588.38/303.44	c cleaning 10001 clauses out of 20009 with flag 1415004/1415004
592.30/305.51	c cleaning 9999 clauses out of 20007 with flag 1425003/1425003
595.91/307.42	c cleaning 9999 clauses out of 20009 with flag 1435004/1435004
599.73/309.42	c cleaning 9997 clauses out of 20007 with flag 1445001/1445001
603.53/311.41	c cleaning 10000 clauses out of 20012 with flag 1455003/1455003
607.25/313.48	c cleaning 10000 clauses out of 20009 with flag 1465000/1465000
610.86/315.32	c cleaning 9999 clauses out of 20009 with flag 1475000/1475000
614.46/317.23	c cleaning 10003 clauses out of 20014 with flag 1485004/1485004
618.27/319.23	c cleaning 10001 clauses out of 20010 with flag 1495003/1495003
622.03/321.26	c cleaning 9997 clauses out of 20006 with flag 1505000/1505000
625.59/323.19	c cleaning 10000 clauses out of 20009 with flag 1515000/1515000
629.40/325.12	c cleaning 10000 clauses out of 20012 with flag 1525003/1525003
633.01/327.06	c cleaning 9997 clauses out of 20011 with flag 1535002/1535002
636.93/329.14	c cleaning 9999 clauses out of 20013 with flag 1545001/1545001
640.79/331.17	c cleaning 10005 clauses out of 20016 with flag 1555003/1555003
644.55/333.18	c cleaning 10000 clauses out of 20009 with flag 1565001/1565001
648.35/335.18	c cleaning 10000 clauses out of 20010 with flag 1575002/1575002
652.26/337.20	c cleaning 10003 clauses out of 20012 with flag 1585005/1585005
655.87/339.17	c cleaning 9999 clauses out of 20009 with flag 1595005/1595005
659.67/341.19	c cleaning 9998 clauses out of 20006 with flag 1605001/1605001
663.72/343.23	c cleaning 9998 clauses out of 20007 with flag 1615000/1615000
667.58/345.37	c cleaning 10002 clauses out of 20013 with flag 1625004/1625004
671.58/347.42	c cleaning 9999 clauses out of 20010 with flag 1635003/1635003
675.58/349.53	c cleaning 9995 clauses out of 20009 with flag 1645001/1645001
679.38/351.55	c cleaning 10002 clauses out of 20015 with flag 1655002/1655002
683.29/353.66	c cleaning 10001 clauses out of 20012 with flag 1665001/1665001
687.28/355.77	c cleaning 10001 clauses out of 20012 with flag 1675002/1675002
691.08/357.78	c cleaning 9999 clauses out of 20010 with flag 1685001/1685001
695.08/359.87	c cleaning 10004 clauses out of 20015 with flag 1695005/1695005
699.02/361.98	c cleaning 9998 clauses out of 20006 with flag 1705000/1705000
702.98/364.03	c cleaning 9999 clauses out of 20008 with flag 1715000/1715000
706.97/366.16	c cleaning 9998 clauses out of 20009 with flag 1725000/1725000
711.16/368.38	c cleaning 10001 clauses out of 20016 with flag 1735005/1735005
715.06/370.45	c cleaning 9997 clauses out of 20011 with flag 1745001/1745001
718.85/372.46	c cleaning 9998 clauses out of 20015 with flag 1755002/1755002
722.46/374.36	c cleaning 10003 clauses out of 20019 with flag 1765004/1765004
726.25/376.39	c cleaning 10000 clauses out of 20013 with flag 1775001/1775001
730.35/378.58	c cleaning 10001 clauses out of 20013 with flag 1785001/1785001
734.54/380.77	c cleaning 9998 clauses out of 20011 with flag 1795000/1795000
738.73/382.90	c cleaning 9997 clauses out of 20014 with flag 1805001/1805001
742.34/384.91	c cleaning 10003 clauses out of 20016 with flag 1815000/1815000
746.22/386.98	c cleaning 10005 clauses out of 20018 with flag 1825005/1825005
749.82/388.86	c cleaning 9997 clauses out of 20010 with flag 1835002/1835002
753.20/390.70	c cleaning 10001 clauses out of 20013 with flag 1845002/1845002
756.79/392.60	c cleaning 9997 clauses out of 20011 with flag 1855001/1855001
760.67/394.64	c cleaning 10003 clauses out of 20017 with flag 1865004/1865004
764.66/396.70	c cleaning 9999 clauses out of 20011 with flag 1875001/1875001
768.25/398.66	c cleaning 9998 clauses out of 20012 with flag 1885001/1885001
772.05/400.64	c cleaning 10000 clauses out of 20014 with flag 1895001/1895001
776.13/402.84	c cleaning 10001 clauses out of 20016 with flag 1905003/1905003
780.12/404.93	c cleaning 10001 clauses out of 20012 with flag 1915000/1915000
783.71/406.88	c cleaning 9997 clauses out of 20012 with flag 1925001/1925001
787.51/408.89	c cleaning 9999 clauses out of 20017 with flag 1935003/1935003
791.79/411.16	c cleaning 9999 clauses out of 20015 with flag 1945000/1945000
795.58/413.19	c cleaning 10000 clauses out of 20017 with flag 1955001/1955001
799.57/415.25	c cleaning 10002 clauses out of 20018 with flag 1965002/1965002
803.76/417.44	c cleaning 10002 clauses out of 20015 with flag 1975001/1975001
807.84/419.64	c cleaning 9999 clauses out of 20017 with flag 1985005/1985005
811.63/421.62	c cleaning 10001 clauses out of 20013 with flag 1995000/1995000
815.26/423.54	c cleaning 9999 clauses out of 20013 with flag 2005001/2005001
819.22/425.63	c cleaning 10000 clauses out of 20013 with flag 2015000/2015000
823.30/427.87	c cleaning 10005 clauses out of 20018 with flag 2025005/2025005
827.27/429.93	c cleaning 9996 clauses out of 20008 with flag 2035000/2035000
831.07/431.99	c cleaning 9996 clauses out of 20012 with flag 2045000/2045000
835.26/434.17	c cleaning 10001 clauses out of 20016 with flag 2055000/2055000
839.52/436.45	c cleaning 10002 clauses out of 20018 with flag 2065003/2065003
843.31/438.49	c cleaning 10000 clauses out of 20014 with flag 2075001/2075001
847.10/440.42	c cleaning 10004 clauses out of 20013 with flag 2085000/2085000
850.68/442.38	c cleaning 10002 clauses out of 20010 with flag 2095001/2095001
854.76/444.55	c cleaning 10002 clauses out of 20012 with flag 2105005/2105005
858.78/446.62	c cleaning 9995 clauses out of 20007 with flag 2115002/2115002
862.52/448.63	c cleaning 10002 clauses out of 20012 with flag 2125002/2125002
866.50/450.75	c cleaning 10000 clauses out of 20009 with flag 2135001/2135001
870.57/452.92	c cleaning 10002 clauses out of 20010 with flag 2145002/2145002
873.96/454.77	c cleaning 10000 clauses out of 20006 with flag 2155000/2155000
878.14/456.98	c cleaning 9998 clauses out of 20007 with flag 2165001/2165001
882.31/459.19	c cleaning 9999 clauses out of 20008 with flag 2175000/2175000
886.18/461.28	c cleaning 9998 clauses out of 20010 with flag 2185001/2185001
890.55/463.53	c cleaning 10001 clauses out of 20011 with flag 2195000/2195000
894.93/465.90	c cleaning 10000 clauses out of 20012 with flag 2205002/2205002
899.30/468.10	c cleaning 9999 clauses out of 20010 with flag 2215000/2215000
903.77/470.51	c cleaning 9999 clauses out of 20014 with flag 2225003/2225003
907.95/472.71	c cleaning 9998 clauses out of 20012 with flag 2235000/2235000
912.12/474.99	c cleaning 10002 clauses out of 20015 with flag 2245001/2245001
916.69/477.40	c cleaning 10001 clauses out of 20013 with flag 2255001/2255001
921.55/479.91	c cleaning 10002 clauses out of 20012 with flag 2265001/2265001
926.32/482.44	c cleaning 10002 clauses out of 20017 with flag 2275008/2275008
930.88/484.88	c cleaning 9997 clauses out of 20007 with flag 2285000/2285000
935.71/487.35	c cleaning 10003 clauses out of 20013 with flag 2295003/2295003
940.32/489.80	c cleaning 10001 clauses out of 20010 with flag 2305003/2305003
945.08/492.34	c cleaning 9999 clauses out of 20006 with flag 2315000/2315000
949.65/494.72	c cleaning 9999 clauses out of 20009 with flag 2325002/2325002
954.01/497.11	c cleaning 9999 clauses out of 20010 with flag 2335002/2335002
958.86/499.69	c cleaning 10002 clauses out of 20015 with flag 2345006/2345006
963.63/502.12	c cleaning 9999 clauses out of 20007 with flag 2355000/2355000
968.20/504.53	c cleaning 10000 clauses out of 20010 with flag 2365002/2365002
972.57/506.89	c cleaning 9999 clauses out of 20009 with flag 2375001/2375001
977.62/509.50	c cleaning 9999 clauses out of 20009 with flag 2385000/2385000
982.18/511.95	c cleaning 10000 clauses out of 20011 with flag 2395001/2395001
986.55/514.21	c cleaning 10000 clauses out of 20011 with flag 2405001/2405001
991.11/516.61	c cleaning 9998 clauses out of 20010 with flag 2415000/2415000
995.76/519.14	c cleaning 9998 clauses out of 20012 with flag 2425000/2425000
1000.31/521.52	c cleaning 10003 clauses out of 20016 with flag 2435002/2435002
1004.87/523.90	c cleaning 10000 clauses out of 20011 with flag 2445000/2445000
1009.44/526.33	c cleaning 9997 clauses out of 20011 with flag 2455000/2455000
1014.10/528.86	c cleaning 10000 clauses out of 20014 with flag 2465000/2465000
1019.06/531.42	c cleaning 10003 clauses out of 20015 with flag 2475001/2475001
1023.82/533.92	c cleaning 10000 clauses out of 20013 with flag 2485002/2485002
1028.38/536.35	c cleaning 10000 clauses out of 20013 with flag 2495002/2495002
1033.02/538.85	c cleaning 10000 clauses out of 20013 with flag 2505002/2505002
1037.62/541.28	c cleaning 10001 clauses out of 20015 with flag 2515004/2515004
1042.33/543.72	c cleaning 9998 clauses out of 20011 with flag 2525001/2525001
1046.69/546.10	c cleaning 10000 clauses out of 20014 with flag 2535002/2535002
1051.14/548.47	c cleaning 9999 clauses out of 20012 with flag 2545000/2545000
1055.70/550.87	c cleaning 10000 clauses out of 20013 with flag 2555000/2555000
1060.65/553.44	c cleaning 9999 clauses out of 20015 with flag 2565002/2565002
1065.20/555.88	c cleaning 10001 clauses out of 20015 with flag 2575001/2575001
1069.63/558.29	c cleaning 10001 clauses out of 20013 with flag 2585000/2585000
1074.39/560.72	c cleaning 9999 clauses out of 20013 with flag 2595001/2595001
1079.34/563.33	c cleaning 9997 clauses out of 20014 with flag 2605001/2605001
1084.10/565.88	c cleaning 9999 clauses out of 20020 with flag 2615004/2615004
1089.13/568.58	c cleaning 10005 clauses out of 20025 with flag 2625008/2625008
1094.28/571.28	c cleaning 9996 clauses out of 20012 with flag 2635000/2635000
1099.43/573.96	c cleaning 9999 clauses out of 20019 with flag 2645003/2645003
1104.23/576.46	c cleaning 9997 clauses out of 20017 with flag 2655000/2655000
1108.65/578.87	c cleaning 10000 clauses out of 20020 with flag 2665000/2665000
1113.00/581.19	c cleaning 9999 clauses out of 20020 with flag 2675000/2675000
1117.55/583.58	c cleaning 10002 clauses out of 20021 with flag 2685000/2685000
1121.90/585.81	c cleaning 9998 clauses out of 20020 with flag 2695001/2695001
1126.34/588.24	c cleaning 10002 clauses out of 20022 with flag 2705001/2705001
1131.13/590.76	c cleaning 10008 clauses out of 20023 with flag 2715004/2715004
1136.04/593.36	c cleaning 10002 clauses out of 20013 with flag 2725002/2725002
1140.99/595.92	c cleaning 10000 clauses out of 20009 with flag 2735000/2735000
1145.41/598.41	c cleaning 9998 clauses out of 20010 with flag 2745001/2745001
1149.96/600.75	c cleaning 9997 clauses out of 20012 with flag 2755001/2755001
1154.72/603.29	c cleaning 10004 clauses out of 20016 with flag 2765002/2765002
1159.67/605.83	c cleaning 9999 clauses out of 20011 with flag 2775001/2775001
1164.69/608.54	c cleaning 9999 clauses out of 20012 with flag 2785001/2785001
1169.24/610.90	c cleaning 9999 clauses out of 20013 with flag 2795001/2795001
1173.59/613.28	c cleaning 10002 clauses out of 20012 with flag 2805000/2805000
1178.75/616.00	c cleaning 10002 clauses out of 20016 with flag 2815006/2815006
1183.97/618.74	c cleaning 9999 clauses out of 20009 with flag 2825001/2825001
1188.91/621.34	c cleaning 9998 clauses out of 20010 with flag 2835001/2835001
1193.85/623.98	c cleaning 10000 clauses out of 20011 with flag 2845000/2845000
1199.00/626.62	c cleaning 10000 clauses out of 20013 with flag 2855002/2855002
1204.22/629.42	c cleaning 9998 clauses out of 20011 with flag 2865000/2865000
1208.77/631.89	c cleaning 10001 clauses out of 20015 with flag 2875002/2875002
1213.51/634.32	c cleaning 10003 clauses out of 20014 with flag 2885002/2885002
1218.50/636.97	c cleaning 10001 clauses out of 20013 with flag 2895004/2895004
1223.88/639.88	c cleaning 9997 clauses out of 20010 with flag 2905002/2905002
1229.03/642.54	c cleaning 9997 clauses out of 20011 with flag 2915000/2915000
1233.78/645.03	c cleaning 10002 clauses out of 20017 with flag 2925003/2925003
1238.72/647.68	c cleaning 9997 clauses out of 20012 with flag 2935000/2935000
1243.74/650.30	c cleaning 9998 clauses out of 20017 with flag 2945002/2945002
1248.28/652.78	c cleaning 10004 clauses out of 20020 with flag 2955003/2955003
1253.43/655.49	c cleaning 9996 clauses out of 20014 with flag 2965001/2965001
1258.36/658.09	c cleaning 10001 clauses out of 20019 with flag 2975002/2975002
1263.39/660.73	c cleaning 9995 clauses out of 20017 with flag 2985001/2985001
1267.93/663.21	c cleaning 10005 clauses out of 20023 with flag 2995002/2995002
1272.66/665.69	c cleaning 10002 clauses out of 20021 with flag 3005005/3005005
1277.60/668.28	c cleaning 10001 clauses out of 20018 with flag 3015004/3015004
1282.22/670.76	c cleaning 9999 clauses out of 20013 with flag 3025000/3025000
1287.36/673.49	c cleaning 9999 clauses out of 20017 with flag 3035003/3035003
1291.90/675.81	c cleaning 10002 clauses out of 20017 with flag 3045002/3045002
1296.03/678.00	c cleaning 10002 clauses out of 20016 with flag 3055003/3055003
1300.85/680.69	c cleaning 10001 clauses out of 20013 with flag 3065002/3065002
1305.65/683.17	c cleaning 9999 clauses out of 20010 with flag 3075000/3075000
1310.34/685.67	c cleaning 10002 clauses out of 20014 with flag 3085003/3085003
1315.48/688.36	c cleaning 9998 clauses out of 20010 with flag 3095001/3095001
1320.89/691.24	c cleaning 9998 clauses out of 20013 with flag 3105002/3105002
1325.83/693.89	c cleaning 9998 clauses out of 20013 with flag 3115000/3115000
1331.17/696.60	c cleaning 10002 clauses out of 20016 with flag 3125001/3125001
1335.91/699.13	c cleaning 10006 clauses out of 20019 with flag 3135006/3135006
1341.52/702.12	c cleaning 9997 clauses out of 20008 with flag 3145001/3145001
1346.66/704.84	c cleaning 9997 clauses out of 20011 with flag 3155001/3155001
1351.44/707.34	c cleaning 10001 clauses out of 20014 with flag 3165001/3165001
1356.14/709.84	c cleaning 9997 clauses out of 20012 with flag 3175000/3175000
1360.96/712.41	c cleaning 10002 clauses out of 20019 with flag 3185004/3185004
1365.49/714.91	c cleaning 10001 clauses out of 20014 with flag 3195001/3195001
1370.42/717.41	c cleaning 9998 clauses out of 20014 with flag 3205002/3205002
1375.16/719.92	c cleaning 10002 clauses out of 20015 with flag 3215001/3215001
1380.18/722.65	c cleaning 10003 clauses out of 20016 with flag 3225004/3225004
1384.71/725.08	c cleaning 9999 clauses out of 20009 with flag 3235000/3235000
1389.45/727.53	c cleaning 10000 clauses out of 20012 with flag 3245002/3245002
1394.18/730.00	c cleaning 10002 clauses out of 20013 with flag 3255003/3255003
1399.03/732.64	c cleaning 9997 clauses out of 20008 with flag 3265000/3265000
1403.31/735.00	c cleaning 10001 clauses out of 20014 with flag 3275003/3275003
1407.85/737.35	c cleaning 9998 clauses out of 20011 with flag 3285001/3285001
1412.58/739.83	c cleaning 10000 clauses out of 20016 with flag 3295004/3295004
1417.18/742.34	c cleaning 10004 clauses out of 20016 with flag 3305004/3305004
1421.92/744.85	c cleaning 9994 clauses out of 20010 with flag 3315002/3315002
1426.25/747.15	c cleaning 10003 clauses out of 20018 with flag 3325004/3325004
1430.82/749.54	c cleaning 10001 clauses out of 20012 with flag 3335001/3335001
1435.41/752.09	c cleaning 9999 clauses out of 20012 with flag 3345002/3345002
1439.54/754.23	c cleaning 9998 clauses out of 20011 with flag 3355000/3355000
1444.08/756.63	c cleaning 9998 clauses out of 20013 with flag 3365000/3365000
1448.66/759.06	c cleaning 9998 clauses out of 20016 with flag 3375001/3375001
1453.20/761.59	c cleaning 10001 clauses out of 20019 with flag 3385002/3385002
1457.73/763.98	c cleaning 10002 clauses out of 20018 with flag 3395002/3395002
1462.67/766.50	c cleaning 9995 clauses out of 20014 with flag 3405000/3405000
1467.39/769.00	c cleaning 10005 clauses out of 20023 with flag 3415004/3415004
1472.19/771.61	c cleaning 10001 clauses out of 20014 with flag 3425000/3425000
1476.93/774.14	c cleaning 10003 clauses out of 20014 with flag 3435001/3435001
1481.26/776.48	c cleaning 9999 clauses out of 20010 with flag 3445000/3445000
1485.82/778.86	c cleaning 9999 clauses out of 20016 with flag 3455005/3455005
1490.58/781.41	c cleaning 10002 clauses out of 20013 with flag 3465001/3465001
1494.71/783.66	c cleaning 9997 clauses out of 20011 with flag 3475001/3475001
1499.44/786.10	c cleaning 10001 clauses out of 20014 with flag 3485001/3485001
1503.96/788.56	c cleaning 10003 clauses out of 20016 with flag 3495004/3495004
1508.57/791.03	c cleaning 9998 clauses out of 20010 with flag 3505001/3505001
1512.69/793.24	c cleaning 10000 clauses out of 20011 with flag 3515000/3515000
1517.22/795.64	c cleaning 10002 clauses out of 20014 with flag 3525003/3525003
1521.74/798.09	c cleaning 10001 clauses out of 20011 with flag 3535002/3535002
1526.54/800.60	c cleaning 9998 clauses out of 20008 with flag 3545000/3545000
1530.87/802.99	c cleaning 9998 clauses out of 20010 with flag 3555000/3555000
1535.79/805.57	c cleaning 9999 clauses out of 20014 with flag 3565002/3565002
1540.31/808.00	c cleaning 10004 clauses out of 20019 with flag 3575006/3575006
1544.69/810.35	c cleaning 10001 clauses out of 20011 with flag 3585002/3585002
1548.82/812.55	c cleaning 9995 clauses out of 20010 with flag 3595002/3595002
1552.74/814.62	c cleaning 10003 clauses out of 20015 with flag 3605002/3605002
1556.86/816.82	c cleaning 9999 clauses out of 20010 with flag 3615000/3615000
1561.04/819.13	c cleaning 10001 clauses out of 20014 with flag 3625003/3625003
1565.15/821.39	c cleaning 10001 clauses out of 20011 with flag 3635001/3635001
1569.67/823.73	c cleaning 10000 clauses out of 20016 with flag 3645007/3645007
1573.59/825.83	c cleaning 9999 clauses out of 20011 with flag 3655002/3655002
1577.77/828.19	c cleaning 10000 clauses out of 20012 with flag 3665002/3665002
1582.08/830.43	c cleaning 10003 clauses out of 20012 with flag 3675002/3675002
1586.01/832.52	c cleaning 9998 clauses out of 20008 with flag 3685001/3685001
1589.93/834.66	c cleaning 10000 clauses out of 20011 with flag 3695002/3695002
1593.92/836.88	c cleaning 10000 clauses out of 20010 with flag 3705001/3705001
1598.05/839.06	c cleaning 9996 clauses out of 20010 with flag 3715001/3715001
1602.17/841.23	c cleaning 10003 clauses out of 20016 with flag 3725003/3725003
1606.28/843.42	c cleaning 10000 clauses out of 20014 with flag 3735004/3735004
1610.47/845.71	c cleaning 10000 clauses out of 20011 with flag 3745001/3745001
1614.40/847.87	c cleaning 9998 clauses out of 20010 with flag 3755000/3755000
1618.51/850.05	c cleaning 9999 clauses out of 20012 with flag 3765000/3765000
1622.63/852.29	c cleaning 9996 clauses out of 20013 with flag 3775000/3775000
1627.25/854.73	c cleaning 10003 clauses out of 20019 with flag 3785002/3785002
1631.36/856.92	c cleaning 10001 clauses out of 20014 with flag 3795000/3795000
1635.03/858.94	c cleaning 10004 clauses out of 20015 with flag 3805002/3805002
1639.15/861.12	c cleaning 10001 clauses out of 20011 with flag 3815002/3815002
1643.56/863.55	c cleaning 9999 clauses out of 20011 with flag 3825003/3825003
1647.83/865.85	c cleaning 10000 clauses out of 20009 with flag 3835000/3835000
1652.14/868.14	c cleaning 9996 clauses out of 20009 with flag 3845000/3845000
1656.45/870.49	c cleaning 10001 clauses out of 20013 with flag 3855000/3855000
1661.03/872.96	c cleaning 9998 clauses out of 20012 with flag 3865000/3865000
1665.34/875.22	c cleaning 10002 clauses out of 20014 with flag 3875000/3875000
1669.85/877.60	c cleaning 9999 clauses out of 20013 with flag 3885001/3885001
1674.17/879.99	c cleaning 9999 clauses out of 20016 with flag 3895003/3895003
1678.93/882.56	c cleaning 10001 clauses out of 20016 with flag 3905002/3905002
1683.64/885.07	c cleaning 10001 clauses out of 20018 with flag 3915005/3915005
1687.95/887.36	c cleaning 10001 clauses out of 20014 with flag 3925002/3925002
1692.67/889.82	c cleaning 9999 clauses out of 20013 with flag 3935002/3935002
1697.43/892.41	c cleaning 9999 clauses out of 20013 with flag 3945001/3945001
1702.15/894.96	c cleaning 10000 clauses out of 20015 with flag 3955002/3955002
1706.65/897.37	c cleaning 9998 clauses out of 20014 with flag 3965001/3965001
1711.56/899.94	c cleaning 9997 clauses out of 20016 with flag 3975001/3975001
1716.33/902.60	c cleaning 10004 clauses out of 20021 with flag 3985003/3985003
1720.84/904.98	c cleaning 10002 clauses out of 20018 with flag 3995004/3995004
1725.34/907.34	c cleaning 10000 clauses out of 20012 with flag 4005000/4005000
1729.45/909.61	c cleaning 10003 clauses out of 20016 with flag 4015004/4015004
1734.41/912.27	c cleaning 9997 clauses out of 20009 with flag 4025000/4025000
1739.12/914.70	c cleaning 10001 clauses out of 20013 with flag 4035001/4035001
1743.82/917.30	c cleaning 10001 clauses out of 20017 with flag 4045006/4045006
1748.71/919.84	c cleaning 9999 clauses out of 20014 with flag 4055004/4055004
1753.31/922.32	c cleaning 9999 clauses out of 20012 with flag 4065001/4065001
1757.61/924.65	c cleaning 10000 clauses out of 20015 with flag 4075003/4075003
1762.31/927.11	c cleaning 10002 clauses out of 20017 with flag 4085005/4085005
1767.02/929.63	c cleaning 9996 clauses out of 20010 with flag 4095000/4095000
1771.57/932.17	c cleaning 9999 clauses out of 20015 with flag 4105001/4105001
1776.28/934.60	c cleaning 10002 clauses out of 20017 with flag 4115002/4115002
1780.78/937.09	c cleaning 9999 clauses out of 20014 with flag 4125001/4125001
1785.48/939.58	c cleaning 10002 clauses out of 20017 with flag 4135003/4135003
1790.04/942.09	c cleaning 10001 clauses out of 20013 with flag 4145001/4145001
1794.74/944.52	c cleaning 9999 clauses out of 20012 with flag 4155001/4155001
1799.05/946.88	c cleaning 10000 clauses out of 20014 with flag 4165002/4165002
1800.16/947.53	c starts		: 253
1800.16/947.53	c conflicts		: 4167027
1800.16/947.53	c decisions		: 4592276
1800.16/947.53	c propagations		: 155684623
1800.16/947.53	c inspects		: 8123177758
1800.16/947.53	c shortcuts		: 0
1800.16/947.53	c learnt literals	: 10
1800.16/947.53	c learnt binary clauses	: 82
1800.16/947.53	c learnt ternary clauses	: 153
1800.16/947.53	c learnt constraints	: 4167017
1800.16/947.53	c ignored constraints	: 0
1800.16/947.53	c root simplifications	: 0
1800.16/947.53	c removed literals (reason simplification)	: 117082655
1800.16/947.53	c reason swapping (by a shorter reason)	: 0
1800.16/947.53	c Calls to reduceDB	: 418
1800.16/947.53	c number of reductions to clauses (during analyze)	: 0
1800.16/947.53	c number of learned constraints concerned by reduction	: 0
1800.16/947.53	c number of learning phase by resolution	: 0
1800.16/947.53	c number of learning phase by cutting planes	: 0
1800.16/947.53	c speed (assignments/second)	: 164352.12290567666
1800.16/947.53	c non guided choices	25
1800.16/947.53	c learnt constraints type 
1800.16/947.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 82
1800.16/947.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11989
1800.16/947.53	c constraints type 
1800.16/947.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 420
1800.16/947.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.16/947.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 224
1800.16/947.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 295
1800.16/947.54	c constraints type 
1800.16/947.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 224
1800.16/947.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 420
1800.16/947.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.16/947.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 295
1800.16/947.54	s UNKNOWN
1800.16/947.54	c Total wall clock time (in seconds): 947.425

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3454708-1307186523/watcher-3454708-1307186523 -o /tmp/evaluation-result-3454708-1307186523/solver-3454708-1307186523 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454708-1307186523.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.00 2.00 3/596 623
/proc/meminfo: memFree=23174248/32951124 swapFree=58940260/67111528
[pid=623] ppid=621 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/623/stat : 623 (java) R 621 623 30921 0 -1 4202496 498 0 0 0 0 0 0 0 25 0 1 0 830250035 23580672 241 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212682712832 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/623/statm: 5757 254 197 9 0 124 0
[pid=623/tid=624] ppid=621 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/623/task/624/stat : 624 (java) R 621 623 30921 0 -1 4202560 7590 0 1 0 0 0 0 0 25 0 2 0 830250036 10694979584 8406 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212687369275 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0617399 s]
/proc/loadavg: 2.02 2.00 2.00 3/596 623
/proc/meminfo: memFree=23174248/32951124 swapFree=58940260/67111528
[pid=623] ppid=621 vsize=10472784 CPUtime=0.05 cores=0,2,4,6
/proc/623/stat : 623 (java) S 621 623 30921 0 -1 4202496 11642 0 1 0 3 2 0 0 25 0 18 0 830250035 10724130816 11338 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/623/statm: 2618196 11339 1730 9 0 2608937 0
[pid=623/tid=624] ppid=621 vsize=10472784 CPUtime=0.04 cores=0,2,4,6
/proc/623/task/624/stat : 624 (java) R 621 623 30921 0 -1 4202560 10468 0 1 0 3 1 0 0 25 0 18 0 830250036 10724130816 11339 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 47234677029827 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472784

[startup+0.100727 s]
/proc/loadavg: 2.02 2.00 2.00 3/596 623
/proc/meminfo: memFree=23174248/32951124 swapFree=58940260/67111528
[pid=623] ppid=621 vsize=10539872 CPUtime=0.1 cores=0,2,4,6
/proc/623/stat : 623 (java) S 621 623 30921 0 -1 4202496 13040 0 1 0 8 2 0 0 25 0 18 0 830250035 10792828928 12736 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/623/statm: 2634968 12738 2093 9 0 2625702 0
[pid=623/tid=624] ppid=621 vsize=10539872 CPUtime=0.08 cores=0,2,4,6
/proc/623/task/624/stat : 624 (java) R 621 623 30921 0 -1 4202560 11159 0 1 0 7 1 0 0 18 0 18 0 830250036 10792828928 12739 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212687336481 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539872

[startup+0.357907 s]
/proc/loadavg: 2.02 2.00 2.00 3/596 623
/proc/meminfo: memFree=23174248/32951124 swapFree=58940260/67111528
[pid=623] ppid=621 vsize=10547120 CPUtime=0.77 cores=0,2,4,6
/proc/623/stat : 623 (java) S 621 623 30921 0 -1 4202496 16896 0 1 0 75 2 0 0 25 0 22 0 830250035 10800250880 16038 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/623/statm: 2636780 16038 2215 9 0 2627514 0
[pid=623/tid=624] ppid=621 vsize=10547120 CPUtime=0.24 cores=0,2,4,6
/proc/623/task/624/stat : 624 (java) S 621 623 30921 0 -1 4202560 12491 0 1 0 23 1 0 0 19 0 22 0 830250036 10800250880 16038 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 10547120

[startup+0.700584 s]
/proc/loadavg: 2.02 2.00 2.00 3/596 623
/proc/meminfo: memFree=23174248/32951124 swapFree=58940260/67111528
[pid=623] ppid=621 vsize=10559192 CPUtime=2.15 cores=0,2,4,6
/proc/623/stat : 623 (java) S 621 623 30921 0 -1 4202496 30285 0 1 0 211 4 0 0 25 0 22 0 830250035 10812612608 25873 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/623/statm: 2639798 25876 2224 9 0 2630532 0
[pid=623/tid=624] ppid=621 vsize=10559192 CPUtime=0.24 cores=0,2,4,6
/proc/623/task/624/stat : 624 (java) S 621 623 30921 0 -1 4202560 12491 0 1 0 23 1 0 0 19 0 22 0 830250036 10812612608 25878 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 10559192

[startup+1.50145 s]
/proc/loadavg: 2.02 2.00 2.00 7/618 645
/proc/meminfo: memFree=22955556/32951124 swapFree=58940260/67111528
[pid=623] ppid=621 vsize=10558492 CPUtime=4.96 cores=0,2,4,6
/proc/623/stat : 623 (java) S 621 623 30921 0 -1 4202496 72888 0 1 0 487 9 0 0 25 0 22 0 830250035 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/623/statm: 2639623 61235 2257 9 0 2630357 0
[pid=623/tid=624] ppid=621 vsize=10558492 CPUtime=0.24 cores=0,2,4,6
/proc/623/task/624/stat : 624 (java) S 621 623 30921 0 -1 4202560 12491 0 1 0 23 1 0 0 15 0 22 0 830250036 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=626] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/626/stat : 626 (java) S 621 623 30921 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830250037 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=627] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/627/stat : 627 (java) S 621 623 30921 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830250037 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=628] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/628/stat : 628 (java) S 621 623 30921 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830250037 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=629] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/629/stat : 629 (java) S 621 623 30921 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830250037 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=630] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/630/stat : 630 (java) S 621 623 30921 0 -1 4202560 180 0 0 0 0 0 0 0 18 0 22 0 830250037 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=631] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/631/stat : 631 (java) S 621 623 30921 0 -1 4202560 205 0 0 0 0 0 0 0 18 0 22 0 830250037 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=632] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/632/stat : 632 (java) S 621 623 30921 0 -1 4202560 219 0 0 0 0 0 0 0 18 0 22 0 830250037 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=633] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/633/stat : 633 (java) S 621 623 30921 0 -1 4202560 478 0 0 0 0 0 0 0 18 0 22 0 830250037 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=634] ppid=621 vsize=10558492 CPUtime=0.02 cores=0,2,4,6
/proc/623/task/634/stat : 634 (java) S 621 623 30921 0 -1 4202560 1078 0 0 0 2 0 0 0 15 0 22 0 830250038 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 0 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=623/tid=635] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/635/stat : 635 (java) S 621 623 30921 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 830250039 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=636] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/636/stat : 636 (java) S 621 623 30921 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830250039 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=637] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/637/stat : 637 (java) S 621 623 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830250041 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699498929 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=638] ppid=621 vsize=10558492 CPUtime=0.97 cores=0,2,4,6
/proc/623/task/638/stat : 638 (java) S 621 623 30921 0 -1 4202560 6376 0 0 0 97 0 0 0 25 0 22 0 830250041 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=639] ppid=621 vsize=10558492 CPUtime=1.27 cores=0,2,4,6
/proc/623/task/639/stat : 639 (java) R 621 623 30921 0 -1 4202560 14286 0 0 0 126 1 0 0 18 0 22 0 830250041 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 47234677020067 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=623/tid=640] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/640/stat : 640 (java) S 621 623 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830250041 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=641] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/641/stat : 641 (java) S 621 623 30921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830250041 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=623/tid=642] ppid=621 vsize=10558492 CPUtime=1.2 cores=0,2,4,6
/proc/623/task/642/stat : 642 (java) R 621 623 30921 0 -1 4202560 749 0 0 0 120 0 0 0 20 0 22 0 830250062 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 46912505675269 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=623/tid=643] ppid=621 vsize=10558492 CPUtime=1.19 cores=0,2,4,6
/proc/623/task/643/stat : 643 (java) R 621 623 30921 0 -1 4202560 35664 0 0 0 115 4 0 0 18 0 22 0 830250062 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 46912505742000 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=623/tid=644] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/644/stat : 644 (java) S 621 623 30921 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830250062 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=645] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/645/stat : 645 (java) S 621 623 30921 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830250062 10811895808 61235 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 10558492

[startup+3.1012 s]
/proc/loadavg: 2.02 2.00 2.00 5/618 645
/proc/meminfo: memFree=22678664/32951124 swapFree=58940260/67111528
[pid=623] ppid=621 vsize=10558492 CPUtime=8.32 cores=0,2,4,6
/proc/623/stat : 623 (java) S 621 623 30921 0 -1 4202496 124508 0 1 0 815 17 0 0 25 0 22 0 830250035 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/623/statm: 2639623 111831 2257 9 0 2630357 0
[pid=623/tid=624] ppid=621 vsize=10558492 CPUtime=0.24 cores=0,2,4,6
/proc/623/task/624/stat : 624 (java) S 621 623 30921 0 -1 4202560 12491 0 1 0 23 1 0 0 15 0 22 0 830250036 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=626] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/626/stat : 626 (java) S 621 623 30921 0 -1 4202560 346 0 0 0 0 0 0 0 15 0 22 0 830250037 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=627] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/627/stat : 627 (java) S 621 623 30921 0 -1 4202560 518 0 0 0 0 0 0 0 15 0 22 0 830250037 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=628] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/628/stat : 628 (java) S 621 623 30921 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 22 0 830250037 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=629] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/629/stat : 629 (java) S 621 623 30921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830250037 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=630] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/630/stat : 630 (java) S 621 623 30921 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 22 0 830250037 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=631] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/631/stat : 631 (java) S 621 623 30921 0 -1 4202560 290 0 0 0 0 0 0 0 15 0 22 0 830250037 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=632] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/632/stat : 632 (java) S 621 623 30921 0 -1 4202560 375 0 0 0 0 0 0 0 15 0 22 0 830250037 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=633] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/633/stat : 633 (java) S 621 623 30921 0 -1 4202560 906 0 0 0 0 0 0 0 15 0 22 0 830250037 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=634] ppid=621 vsize=10558492 CPUtime=0.07 cores=0,2,4,6
/proc/623/task/634/stat : 634 (java) S 621 623 30921 0 -1 4202560 3283 0 0 0 7 0 0 0 16 0 22 0 830250038 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 0 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=623/tid=635] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/635/stat : 635 (java) S 621 623 30921 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 830250039 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=636] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/636/stat : 636 (java) S 621 623 30921 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830250039 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=637] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/637/stat : 637 (java) S 621 623 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830250041 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699498929 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=638] ppid=621 vsize=10558492 CPUtime=1.06 cores=0,2,4,6
/proc/623/task/638/stat : 638 (java) S 621 623 30921 0 -1 4202560 6387 0 0 0 106 0 0 0 15 0 22 0 830250041 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=639] ppid=621 vsize=10558492 CPUtime=1.38 cores=0,2,4,6
/proc/623/task/639/stat : 639 (java) S 621 623 30921 0 -1 4202560 14939 0 0 0 137 1 0 0 15 0 22 0 830250041 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=640] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/640/stat : 640 (java) S 621 623 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830250041 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=641] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/641/stat : 641 (java) S 621 623 30921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830250041 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=642] ppid=621 vsize=10558492 CPUtime=2.74 cores=0,2,4,6
/proc/623/task/642/stat : 642 (java) R 621 623 30921 0 -1 4202560 752 0 0 0 274 0 0 0 25 0 22 0 830250062 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 46912505577052 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=623/tid=643] ppid=621 vsize=10558492 CPUtime=2.73 cores=0,2,4,6
/proc/623/task/643/stat : 643 (java) R 621 623 30921 0 -1 4202560 82713 0 0 0 262 11 0 0 20 0 22 0 830250062 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 46912505671628 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=623/tid=644] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/644/stat : 644 (java) S 621 623 30921 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830250062 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=645] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/645/stat : 645 (java) S 621 623 30921 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830250062 10811895808 111831 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.32
Current children cumulated vsize (KiB) 10558492

[startup+6.30162 s]
/proc/loadavg: 2.18 2.04 2.01 5/618 645
/proc/meminfo: memFree=22317432/32951124 swapFree=58940260/67111528
[pid=623] ppid=621 vsize=10558492 CPUtime=14.77 cores=0,2,4,6
/proc/623/stat : 623 (java) S 621 623 30921 0 -1 4202496 166733 0 1 0 1455 22 0 0 25 0 22 0 830250035 10811895808 152534 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/623/statm: 2639623 152534 2257 9 0 2630357 0
[pid=623/tid=624] ppid=621 vsize=10558492 CPUtime=0.24 cores=0,2,4,6
/proc/623/task/624/stat : 624 (java) S 621 623 30921 0 -1 4202560 12491 0 1 0 23 1 0 0 15 0 22 0 830250036 10811895808 152534 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=626] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/626/stat : 626 (java) S 621 623 30921 0 -1 4202560 346 0 0 0 0 0 0 0 16 0 22 0 830250037 10811895808 152534 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=627] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/627/stat : 627 (java) S 621 623 30921 0 -1 4202560 518 0 0 0 0 0 0 0 15 0 22 0 830250037 10811895808 152534 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=628] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/628/stat : 628 (java) S 621 623 30921 0 -1 4202560 102 0 0 0 0 0 0 0 16 0 22 0 830250037 10811895808 152534 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=629] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/629/stat : 629 (java) S 621 623 30921 0 -1 4202560 154 0 0 0 0 0 0 0 16 0 22 0 830250037 10811895808 152534 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=630] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/630/stat : 630 (java) S 621 623 30921 0 -1 4202560 251 0 0 0 0 0 0 0 16 0 22 0 830250037 10811895808 152534 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=631] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/631/stat : 631 (java) S 621 623 30921 0 -1 4202560 290 0 0 0 0 0 0 0 15 0 22 0 830250037 10811895808 152534 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=632] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/632/stat : 632 (java) S 621 623 30921 0 -1 4202560 505 0 0 0 0 0 0 0 15 0 22 0 830250037 10811895808 152534 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=633] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/633/stat : 633 (java) S 621 623 30921 0 -1 4202560 1102 0 0 0 0 0 0 0 15 0 22 0 830250037 10811895808 152534 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0

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

[pid=623/tid=643] ppid=621 vsize=10558492 CPUtime=786.74 cores=0,2,4,6
/proc/623/task/643/stat : 643 (java) R 621 623 30921 0 -1 4202560 173954 0 0 0 78652 22 0 0 17 0 22 0 830250062 10811895808 238041 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 46912505708668 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=623/tid=644] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/644/stat : 644 (java) S 621 623 30921 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830250062 10811895808 238041 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=645] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/645/stat : 645 (java) S 621 623 30921 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830250062 10811895808 238041 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1678.53
Current children cumulated vsize (KiB) 10558492

[startup+942.301 s]
/proc/loadavg: 3.87 3.77 3.16 5/618 670
/proc/meminfo: memFree=21680432/32951124 swapFree=58940260/67111528
[pid=623] ppid=621 vsize=10558492 CPUtime=1790.45 cores=0,2,4,6
/proc/623/stat : 623 (java) S 621 623 30921 0 -1 4202496 257880 0 1 0 179004 41 0 0 25 0 22 0 830250035 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/623/statm: 2639623 239344 2259 9 0 2630357 0
[pid=623/tid=624] ppid=621 vsize=10558492 CPUtime=0.24 cores=0,2,4,6
/proc/623/task/624/stat : 624 (java) S 621 623 30921 0 -1 4202560 12619 0 1 0 23 1 0 0 15 0 22 0 830250036 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=626] ppid=621 vsize=10558492 CPUtime=1.41 cores=0,2,4,6
/proc/623/task/626/stat : 626 (java) S 621 623 30921 0 -1 4202560 439 0 0 0 141 0 0 0 15 0 22 0 830250037 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=623/tid=627] ppid=621 vsize=10558492 CPUtime=1.32 cores=0,2,4,6
/proc/623/task/627/stat : 627 (java) S 621 623 30921 0 -1 4202560 601 0 0 0 132 0 0 0 15 0 22 0 830250037 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=623/tid=628] ppid=621 vsize=10558492 CPUtime=1.21 cores=0,2,4,6
/proc/623/task/628/stat : 628 (java) S 621 623 30921 0 -1 4202560 194 0 0 0 121 0 0 0 15 0 22 0 830250037 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=629] ppid=621 vsize=10558492 CPUtime=1.4 cores=0,2,4,6
/proc/623/task/629/stat : 629 (java) S 621 623 30921 0 -1 4202560 250 0 0 0 140 0 0 0 15 0 22 0 830250037 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=623/tid=630] ppid=621 vsize=10558492 CPUtime=1.32 cores=0,2,4,6
/proc/623/task/630/stat : 630 (java) S 621 623 30921 0 -1 4202560 329 0 0 0 132 0 0 0 15 0 22 0 830250037 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=631] ppid=621 vsize=10558492 CPUtime=1.34 cores=0,2,4,6
/proc/623/task/631/stat : 631 (java) S 621 623 30921 0 -1 4202560 395 0 0 0 134 0 0 0 16 0 22 0 830250037 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=623/tid=632] ppid=621 vsize=10558492 CPUtime=1.31 cores=0,2,4,6
/proc/623/task/632/stat : 632 (java) S 621 623 30921 0 -1 4202560 601 0 0 0 131 0 0 0 16 0 22 0 830250037 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=633] ppid=621 vsize=10558492 CPUtime=1.21 cores=0,2,4,6
/proc/623/task/633/stat : 633 (java) S 621 623 30921 0 -1 4202560 1192 0 0 0 121 0 0 0 16 0 22 0 830250037 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=634] ppid=621 vsize=10558492 CPUtime=100.21 cores=0,2,4,6
/proc/623/task/634/stat : 634 (java) R 621 623 30921 0 -1 4202560 39945 0 0 0 10013 8 0 0 16 0 22 0 830250038 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 47234677064011 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=623/tid=635] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/635/stat : 635 (java) S 621 623 30921 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 830250039 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=636] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/636/stat : 636 (java) S 621 623 30921 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830250039 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=637] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/637/stat : 637 (java) S 621 623 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830250041 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699498929 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=638] ppid=621 vsize=10558492 CPUtime=1.2 cores=0,2,4,6
/proc/623/task/638/stat : 638 (java) S 621 623 30921 0 -1 4202560 6418 0 0 0 120 0 0 0 16 0 22 0 830250041 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=639] ppid=621 vsize=10558492 CPUtime=1.99 cores=0,2,4,6
/proc/623/task/639/stat : 639 (java) S 621 623 30921 0 -1 4202560 18797 0 0 0 197 2 0 0 15 0 22 0 830250041 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=640] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/640/stat : 640 (java) S 621 623 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830250041 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=641] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/641/stat : 641 (java) S 621 623 30921 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 830250041 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=642] ppid=621 vsize=10558492 CPUtime=838.09 cores=0,2,4,6
/proc/623/task/642/stat : 642 (java) S 621 623 30921 0 -1 4202560 923 0 0 0 83806 3 0 0 25 0 22 0 830250062 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=643] ppid=621 vsize=10558492 CPUtime=838.09 cores=0,2,4,6
/proc/623/task/643/stat : 643 (java) S 621 623 30921 0 -1 4202560 173966 0 0 0 83787 22 0 0 18 0 22 0 830250062 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=623/tid=644] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/644/stat : 644 (java) S 621 623 30921 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830250062 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=645] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/645/stat : 645 (java) S 621 623 30921 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830250062 10811895808 239344 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1790.45
Current children cumulated vsize (KiB) 10558492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+947.501 s]
/proc/loadavg: 3.88 3.78 3.17 4/618 670
/proc/meminfo: memFree=21679184/32951124 swapFree=58940260/67111528
[pid=623] ppid=621 vsize=10558492 CPUtime=1800.16 cores=0,2,4,6
/proc/623/stat : 623 (java) S 621 623 30921 0 -1 4202496 258002 0 1 0 179974 42 0 0 25 0 22 0 830250035 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/623/statm: 2639623 239463 2259 9 0 2630357 0
[pid=623/tid=624] ppid=621 vsize=10558492 CPUtime=0.24 cores=0,2,4,6
/proc/623/task/624/stat : 624 (java) S 621 623 30921 0 -1 4202560 12620 0 1 0 23 1 0 0 15 0 22 0 830250036 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=626] ppid=621 vsize=10558492 CPUtime=1.42 cores=0,2,4,6
/proc/623/task/626/stat : 626 (java) S 621 623 30921 0 -1 4202560 441 0 0 0 142 0 0 0 16 0 22 0 830250037 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=623/tid=627] ppid=621 vsize=10558492 CPUtime=1.33 cores=0,2,4,6
/proc/623/task/627/stat : 627 (java) S 621 623 30921 0 -1 4202560 601 0 0 0 133 0 0 0 15 0 22 0 830250037 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=623/tid=628] ppid=621 vsize=10558492 CPUtime=1.21 cores=0,2,4,6
/proc/623/task/628/stat : 628 (java) S 621 623 30921 0 -1 4202560 194 0 0 0 121 0 0 0 15 0 22 0 830250037 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=629] ppid=621 vsize=10558492 CPUtime=1.42 cores=0,2,4,6
/proc/623/task/629/stat : 629 (java) S 621 623 30921 0 -1 4202560 252 0 0 0 142 0 0 0 16 0 22 0 830250037 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=630] ppid=621 vsize=10558492 CPUtime=1.33 cores=0,2,4,6
/proc/623/task/630/stat : 630 (java) S 621 623 30921 0 -1 4202560 331 0 0 0 133 0 0 0 16 0 22 0 830250037 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=631] ppid=621 vsize=10558492 CPUtime=1.34 cores=0,2,4,6
/proc/623/task/631/stat : 631 (java) S 621 623 30921 0 -1 4202560 395 0 0 0 134 0 0 0 15 0 22 0 830250037 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=623/tid=632] ppid=621 vsize=10558492 CPUtime=1.31 cores=0,2,4,6
/proc/623/task/632/stat : 632 (java) S 621 623 30921 0 -1 4202560 601 0 0 0 131 0 0 0 15 0 22 0 830250037 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=633] ppid=621 vsize=10558492 CPUtime=1.22 cores=0,2,4,6
/proc/623/task/633/stat : 633 (java) S 621 623 30921 0 -1 4202560 1192 0 0 0 122 0 0 0 15 0 22 0 830250037 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=634] ppid=621 vsize=10558492 CPUtime=100.93 cores=0,2,4,6
/proc/623/task/634/stat : 634 (java) S 621 623 30921 0 -1 4202560 40058 0 0 0 10085 8 0 0 16 0 22 0 830250038 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 0 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=635] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/635/stat : 635 (java) S 621 623 30921 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 830250039 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=636] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/636/stat : 636 (java) S 621 623 30921 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830250039 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=637] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/637/stat : 637 (java) S 621 623 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830250041 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699498929 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=638] ppid=621 vsize=10558492 CPUtime=1.2 cores=0,2,4,6
/proc/623/task/638/stat : 638 (java) S 621 623 30921 0 -1 4202560 6418 0 0 0 120 0 0 0 16 0 22 0 830250041 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=639] ppid=621 vsize=10558492 CPUtime=1.99 cores=0,2,4,6
/proc/623/task/639/stat : 639 (java) S 621 623 30921 0 -1 4202560 18797 0 0 0 197 2 0 0 15 0 22 0 830250041 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=640] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/640/stat : 640 (java) S 621 623 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830250041 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=641] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/641/stat : 641 (java) S 621 623 30921 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 830250041 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=642] ppid=621 vsize=10558492 CPUtime=842.56 cores=0,2,4,6
/proc/623/task/642/stat : 642 (java) R 621 623 30921 0 -1 4202560 924 0 0 0 84253 3 0 0 23 0 22 0 830250062 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 46912505819701 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=623/tid=643] ppid=621 vsize=10558492 CPUtime=842.57 cores=0,2,4,6
/proc/623/task/643/stat : 643 (java) R 621 623 30921 0 -1 4202560 173967 0 0 0 84235 22 0 0 16 0 22 0 830250062 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 46912505708350 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=623/tid=644] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/644/stat : 644 (java) S 621 623 30921 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830250062 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=645] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/645/stat : 645 (java) S 621 623 30921 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830250062 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 10558492

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

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

[startup+947.501 s]
/proc/loadavg: 3.88 3.78 3.17 4/618 670
/proc/meminfo: memFree=21679184/32951124 swapFree=58940260/67111528
[pid=623] ppid=621 vsize=10558492 CPUtime=1800.16 cores=0,2,4,6
/proc/623/stat : 623 (java) S 621 623 30921 0 -1 4202496 258002 0 1 0 179974 42 0 0 25 0 22 0 830250035 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/623/statm: 2639623 239463 2259 9 0 2630357 0
[pid=623/tid=624] ppid=621 vsize=10558492 CPUtime=0.24 cores=0,2,4,6
/proc/623/task/624/stat : 624 (java) S 621 623 30921 0 -1 4202560 12620 0 1 0 23 1 0 0 15 0 22 0 830250036 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=626] ppid=621 vsize=10558492 CPUtime=1.42 cores=0,2,4,6
/proc/623/task/626/stat : 626 (java) S 621 623 30921 0 -1 4202560 441 0 0 0 142 0 0 0 16 0 22 0 830250037 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=623/tid=627] ppid=621 vsize=10558492 CPUtime=1.33 cores=0,2,4,6
/proc/623/task/627/stat : 627 (java) S 621 623 30921 0 -1 4202560 601 0 0 0 133 0 0 0 15 0 22 0 830250037 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=623/tid=628] ppid=621 vsize=10558492 CPUtime=1.21 cores=0,2,4,6
/proc/623/task/628/stat : 628 (java) S 621 623 30921 0 -1 4202560 194 0 0 0 121 0 0 0 15 0 22 0 830250037 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=629] ppid=621 vsize=10558492 CPUtime=1.42 cores=0,2,4,6
/proc/623/task/629/stat : 629 (java) S 621 623 30921 0 -1 4202560 252 0 0 0 142 0 0 0 16 0 22 0 830250037 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=630] ppid=621 vsize=10558492 CPUtime=1.33 cores=0,2,4,6
/proc/623/task/630/stat : 630 (java) S 621 623 30921 0 -1 4202560 331 0 0 0 133 0 0 0 16 0 22 0 830250037 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=631] ppid=621 vsize=10558492 CPUtime=1.34 cores=0,2,4,6
/proc/623/task/631/stat : 631 (java) S 621 623 30921 0 -1 4202560 395 0 0 0 134 0 0 0 15 0 22 0 830250037 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 2 0 0 0
[pid=623/tid=632] ppid=621 vsize=10558492 CPUtime=1.31 cores=0,2,4,6
/proc/623/task/632/stat : 632 (java) S 621 623 30921 0 -1 4202560 601 0 0 0 131 0 0 0 15 0 22 0 830250037 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 6 0 0 0
[pid=623/tid=633] ppid=621 vsize=10558492 CPUtime=1.22 cores=0,2,4,6
/proc/623/task/633/stat : 633 (java) S 621 623 30921 0 -1 4202560 1192 0 0 0 122 0 0 0 15 0 22 0 830250037 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=634] ppid=621 vsize=10558492 CPUtime=100.93 cores=0,2,4,6
/proc/623/task/634/stat : 634 (java) S 621 623 30921 0 -1 4202560 40058 0 0 0 10085 8 0 0 16 0 22 0 830250038 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 0 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=635] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/635/stat : 635 (java) S 621 623 30921 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 830250039 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=636] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/636/stat : 636 (java) S 621 623 30921 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830250039 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=637] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/637/stat : 637 (java) S 621 623 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830250041 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699498929 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=638] ppid=621 vsize=10558492 CPUtime=1.2 cores=0,2,4,6
/proc/623/task/638/stat : 638 (java) S 621 623 30921 0 -1 4202560 6418 0 0 0 120 0 0 0 16 0 22 0 830250041 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=639] ppid=621 vsize=10558492 CPUtime=1.99 cores=0,2,4,6
/proc/623/task/639/stat : 639 (java) S 621 623 30921 0 -1 4202560 18797 0 0 0 197 2 0 0 15 0 22 0 830250041 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=640] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/640/stat : 640 (java) S 621 623 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830250041 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491225 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=641] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/641/stat : 641 (java) S 621 623 30921 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 830250041 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 0 0 0 0
[pid=623/tid=642] ppid=621 vsize=10558492 CPUtime=842.56 cores=0,2,4,6
/proc/623/task/642/stat : 642 (java) R 621 623 30921 0 -1 4202560 924 0 0 0 84253 3 0 0 23 0 22 0 830250062 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 46912505819701 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=623/tid=643] ppid=621 vsize=10558492 CPUtime=842.57 cores=0,2,4,6
/proc/623/task/643/stat : 643 (java) R 621 623 30921 0 -1 4202560 173967 0 0 0 84235 22 0 0 16 0 22 0 830250062 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 46912505708350 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=623/tid=644] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/644/stat : 644 (java) S 621 623 30921 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830250062 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
[pid=623/tid=645] ppid=621 vsize=10558492 CPUtime=0 cores=0,2,4,6
/proc/623/task/645/stat : 645 (java) S 621 623 30921 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830250062 10811895808 239463 33554432000 1073741824 1073778376 140736113058368 18446744073709551615 212699491840 0 4 0 16800975 18446604441022487616 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 10558492

Child status: 143
Real time (s): 947.583
CPU time (s): 1800.29
CPU user time (s): 1799.82
CPU system time (s): 0.465929
CPU usage (%): 189.987
Max. virtual memory (cumulated for all children) (KiB): 10560644

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

runsolver used 5.96909 second user time and 13.031 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-04 13:22:03
IDJOB=3454708
IDBENCH=1161
IDSOLVER=1950
FILE ID=node139/3454708-1307186523
RUNJOBID= node139-1307186520-523
PBS_JOBID= 13508863
Free space on /tmp= 73472 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454708-1307186523/watcher-3454708-1307186523 -o /tmp/evaluation-result-3454708-1307186523/solver-3454708-1307186523 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454708-1307186523.opb

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

MD5SUM BENCH= cc11de80c07cf0d445d50327479f6689
RANDOM SEED=1797097431

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5321.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23174404 kB
Buffers:        279676 kB
Cached:         615568 kB
SwapCached:       3628 kB
Active:        8959776 kB
Inactive:       513376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23174404 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:             928 kB
Writeback:           0 kB
AnonPages:     8575608 kB
Mapped:          41220 kB
Slab:           153128 kB
PageTables:      79520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 181261408 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73472 MiB
End job on node139 at 2011-06-04 13:37:53