Trace number 2663091

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)191 1800.49 950.783

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32b1.opb
MD5SUMeb2e849a72ed563d78cdb83a394edb27
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark191
Best CPU time to get the best result obtained on this benchmark17.9393
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 191
Optimality of the best value was proved YES
Number of variables456
Total number of constraints1602
Number of constraints which are clauses1602
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 456
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 456
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 456
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2663091-1276461533.opb
0.23/0.21	c reading problem ... 
0.95/0.63	c ... done. Wall clock time 0.422s.
0.95/0.63	c #vars     456
0.95/0.63	c #constraints  1602
0.95/0.63	c constraints type 
0.95/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 126
0.95/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1476
0.95/0.63	c constraints type 
0.95/0.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1476
0.95/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 126
1.16/0.74	c And the winner is Resolution
1.34/1.67	c SATISFIABLE
1.34/1.67	c OPTIMIZING...
1.34/1.67	c Got one! Elapsed wall clock time (in seconds):1.459
1.34/1.67	o 222
1.40/1.76	c And the winner is Resolution
1.53/2.68	c Got one! Elapsed wall clock time (in seconds):2.47
1.53/2.68	o 219
1.77/2.89	c And the winner is Resolution
1.96/3.71	c Got one! Elapsed wall clock time (in seconds):3.498
1.96/3.71	o 214
2.33/3.93	c And the winner is Resolution
2.41/4.75	c Got one! Elapsed wall clock time (in seconds):4.541
2.41/4.75	o 213
2.41/4.79	c And the winner is Resolution
2.53/5.78	c Got one! Elapsed wall clock time (in seconds):5.571
2.53/5.78	o 209
2.76/5.90	c And the winner is Resolution
2.77/6.81	c Got one! Elapsed wall clock time (in seconds):6.6
2.77/6.81	o 208
2.77/6.86	c And the winner is Resolution
2.85/7.82	c Got one! Elapsed wall clock time (in seconds):7.608
2.85/7.82	o 199
2.85/7.86	c And the winner is Resolution
3.01/8.83	c Got one! Elapsed wall clock time (in seconds):8.616
3.01/8.83	o 197
3.01/8.90	c And the winner is Resolution
3.63/9.84	c Got one! Elapsed wall clock time (in seconds):9.626
3.63/9.84	o 196
3.75/9.94	c And the winner is Resolution
3.83/10.85	c Got one! Elapsed wall clock time (in seconds):10.637
3.83/10.85	o 195
3.94/10.98	c And the winner is Resolution
4.11/11.86	c Got one! Elapsed wall clock time (in seconds):11.651
4.11/11.86	o 194
6.17/12.92	c cleaning 2496 clauses out of 5001 with flag 5001/5001
6.89/13.37	c And the winner is Resolution
7.06/13.90	c Got one! Elapsed wall clock time (in seconds):13.684
7.06/13.90	o 193
9.04/14.96	c cleaning 4253 clauses out of 8505 with flag 11001/11001
11.38/16.17	c And the winner is Resolution
11.55/16.91	c Got one! Elapsed wall clock time (in seconds):16.701
11.55/16.91	o 192
12.52/17.42	c cleaning 5622 clauses out of 11251 with flag 18000/18000
13.64/18.05	c And the winner is Resolution
13.78/18.92	c Got one! Elapsed wall clock time (in seconds):18.709
13.78/18.92	o 191
16.92/20.53	c cleaning 6811 clauses out of 13630 with flag 26001/26001
21.18/22.79	c cleaning 7909 clauses out of 15819 with flag 35001/35001
26.46/25.49	c cleaning 8952 clauses out of 17909 with flag 45000/45000
31.33/27.98	c cleaning 9474 clauses out of 18958 with flag 55001/55001
36.61/30.61	c cleaning 9737 clauses out of 19483 with flag 65000/65000
42.22/33.58	c cleaning 9865 clauses out of 19746 with flag 75000/75000
48.67/36.85	c cleaning 9934 clauses out of 19882 with flag 85001/85001
53.31/39.25	c cleaning 9970 clauses out of 19947 with flag 95000/95000
57.76/41.58	c cleaning 9983 clauses out of 19977 with flag 105000/105000
62.57/44.08	c cleaning 9992 clauses out of 19994 with flag 115000/115000
67.79/46.71	c cleaning 9994 clauses out of 20003 with flag 125001/125001
74.20/50.06	c cleaning 9999 clauses out of 20009 with flag 135001/135001
81.41/53.76	c cleaning 10000 clauses out of 20010 with flag 145001/145001
89.37/57.89	c cleaning 9998 clauses out of 20010 with flag 155001/155001
96.96/61.73	c cleaning 10001 clauses out of 20012 with flag 165001/165001
105.15/65.92	c cleaning 10001 clauses out of 20011 with flag 175001/175001
111.75/69.31	c cleaning 9999 clauses out of 20009 with flag 185000/185000
118.10/72.63	c cleaning 9998 clauses out of 20011 with flag 195001/195001
123.89/75.65	c cleaning 9999 clauses out of 20012 with flag 205000/205000
130.28/78.95	c cleaning 10003 clauses out of 20013 with flag 215000/215000
136.88/82.35	c cleaning 9999 clauses out of 20010 with flag 225000/225000
143.23/85.63	c cleaning 10002 clauses out of 20012 with flag 235001/235001
150.80/89.56	c cleaning 9998 clauses out of 20010 with flag 245001/245001
158.75/93.64	c cleaning 10001 clauses out of 20012 with flag 255001/255001
165.72/97.28	c cleaning 10001 clauses out of 20011 with flag 265001/265001
172.02/100.53	c cleaning 9995 clauses out of 20009 with flag 275000/275000
178.60/103.90	c cleaning 10001 clauses out of 20014 with flag 285000/285000
184.58/107.07	c cleaning 9998 clauses out of 20013 with flag 295000/295000
190.96/110.35	c cleaning 10004 clauses out of 20016 with flag 305001/305001
198.47/114.29	c cleaning 9998 clauses out of 20012 with flag 315001/315001
205.05/117.66	c cleaning 10000 clauses out of 20013 with flag 325000/325000
211.79/121.13	c cleaning 9998 clauses out of 20013 with flag 335000/335000
218.95/124.86	c cleaning 10001 clauses out of 20015 with flag 345000/345000
225.46/128.29	c cleaning 10002 clauses out of 20014 with flag 355000/355000
233.60/132.47	c cleaning 10002 clauses out of 20012 with flag 365000/365000
241.16/136.38	c cleaning 9997 clauses out of 20010 with flag 375000/375000
248.90/140.31	c cleaning 10000 clauses out of 20013 with flag 385000/385000
256.37/144.30	c cleaning 10006 clauses out of 20014 with flag 395001/395001
261.92/147.11	c cleaning 10000 clauses out of 20008 with flag 405001/405001
268.69/150.63	c cleaning 10000 clauses out of 20008 with flag 415001/415001
275.81/154.32	c cleaning 9998 clauses out of 20008 with flag 425001/425001
282.67/157.94	c cleaning 9998 clauses out of 20010 with flag 435001/435001
290.40/161.93	c cleaning 9999 clauses out of 20012 with flag 445001/445001
297.52/165.65	c cleaning 10003 clauses out of 20013 with flag 455001/455001
305.27/169.63	c cleaning 9998 clauses out of 20010 with flag 465001/465001
312.75/173.54	c cleaning 9997 clauses out of 20012 with flag 475001/475001
319.50/177.08	c cleaning 10002 clauses out of 20015 with flag 485001/485001
327.02/180.97	c cleaning 9997 clauses out of 20013 with flag 495001/495001
334.96/185.08	c cleaning 10005 clauses out of 20016 with flag 505001/505001
343.04/189.21	c cleaning 10001 clauses out of 20011 with flag 515001/515001
349.97/192.83	c cleaning 9994 clauses out of 20009 with flag 525000/525000
354.92/195.49	c cleaning 10002 clauses out of 20015 with flag 535000/535000
360.48/198.30	c cleaning 10000 clauses out of 20013 with flag 545000/545000
365.56/201.05	c cleaning 9997 clauses out of 20013 with flag 555000/555000
370.91/203.89	c cleaning 10002 clauses out of 20016 with flag 565000/565000
376.47/206.76	c cleaning 10000 clauses out of 20014 with flag 575000/575000
381.62/209.49	c cleaning 9999 clauses out of 20014 with flag 585000/585000
387.15/212.34	c cleaning 10002 clauses out of 20015 with flag 595000/595000
393.29/215.58	c cleaning 10001 clauses out of 20014 with flag 605001/605001
399.85/218.93	c cleaning 10002 clauses out of 20012 with flag 615000/615000
406.58/222.40	c cleaning 9999 clauses out of 20010 with flag 625000/625000
413.25/225.94	c cleaning 9993 clauses out of 20012 with flag 635001/635001
421.39/230.17	c cleaning 10002 clauses out of 20019 with flag 645001/645001
425.96/232.54	c cleaning 9998 clauses out of 20017 with flag 655001/655001
430.90/235.18	c cleaning 10005 clauses out of 20019 with flag 665001/665001
435.81/237.77	c cleaning 9998 clauses out of 20014 with flag 675001/675001
442.35/241.11	c cleaning 10002 clauses out of 20015 with flag 685000/685000
449.89/245.04	c cleaning 10000 clauses out of 20013 with flag 695000/695000
457.05/248.79	c cleaning 9997 clauses out of 20013 with flag 705000/705000
465.10/252.98	c cleaning 10001 clauses out of 20016 with flag 715000/715000
470.64/255.82	c cleaning 10002 clauses out of 20015 with flag 725000/725000
474.99/258.11	c cleaning 9999 clauses out of 20013 with flag 735000/735000
479.54/260.53	c cleaning 10001 clauses out of 20014 with flag 745000/745000
484.22/263.01	c cleaning 10000 clauses out of 20013 with flag 755000/755000
488.57/265.31	c cleaning 9998 clauses out of 20013 with flag 765000/765000
493.12/267.72	c cleaning 10000 clauses out of 20015 with flag 775000/775000
497.47/270.03	c cleaning 9998 clauses out of 20015 with flag 785000/785000
503.35/273.19	c cleaning 10003 clauses out of 20017 with flag 795000/795000
510.09/276.67	c cleaning 10001 clauses out of 20014 with flag 805000/805000
516.83/280.11	c cleaning 9999 clauses out of 20013 with flag 815000/815000
523.78/283.71	c cleaning 10002 clauses out of 20014 with flag 825000/825000
530.62/287.33	c cleaning 9995 clauses out of 20012 with flag 835000/835000
537.56/290.93	c cleaning 10002 clauses out of 20017 with flag 845000/845000
544.70/294.64	c cleaning 10000 clauses out of 20015 with flag 855000/855000
551.83/298.37	c cleaning 10002 clauses out of 20015 with flag 865000/865000
559.10/302.15	c cleaning 9997 clauses out of 20013 with flag 875000/875000
566.61/306.09	c cleaning 10008 clauses out of 20016 with flag 885000/885000
572.33/309.02	c cleaning 9998 clauses out of 20009 with flag 895001/895001
578.88/312.44	c cleaning 9999 clauses out of 20011 with flag 905001/905001
586.11/316.24	c cleaning 9997 clauses out of 20012 with flag 915001/915001
593.23/320.00	c cleaning 10001 clauses out of 20015 with flag 925001/925001
600.34/323.64	c cleaning 9999 clauses out of 20014 with flag 935001/935001
607.07/327.10	c cleaning 10002 clauses out of 20015 with flag 945001/945001
613.95/330.76	c cleaning 10005 clauses out of 20013 with flag 955001/955001
620.89/334.34	c cleaning 9997 clauses out of 20008 with flag 965001/965001
627.44/337.75	c cleaning 10001 clauses out of 20011 with flag 975001/975001
634.77/341.51	c cleaning 9998 clauses out of 20010 with flag 985001/985001
642.23/345.44	c cleaning 9999 clauses out of 20012 with flag 995001/995001
649.76/349.33	c cleaning 10003 clauses out of 20013 with flag 1005001/1005001
657.11/353.15	c cleaning 9998 clauses out of 20010 with flag 1015001/1015001
663.63/356.50	c cleaning 9999 clauses out of 20012 with flag 1025001/1025001
670.08/359.92	c cleaning 9998 clauses out of 20013 with flag 1035001/1035001
676.23/363.18	c cleaning 9999 clauses out of 20015 with flag 1045001/1045001
682.57/366.50	c cleaning 10001 clauses out of 20016 with flag 1055001/1055001
689.09/369.83	c cleaning 10002 clauses out of 20015 with flag 1065001/1065001
695.31/373.17	c cleaning 9996 clauses out of 20013 with flag 1075001/1075001
701.25/376.24	c cleaning 10003 clauses out of 20017 with flag 1085001/1085001
708.37/379.96	c cleaning 9999 clauses out of 20014 with flag 1095001/1095001
715.50/383.64	c cleaning 10001 clauses out of 20015 with flag 1105001/1105001
722.74/387.45	c cleaning 10000 clauses out of 20014 with flag 1115001/1115001
730.08/391.28	c cleaning 9999 clauses out of 20014 with flag 1125001/1125001
737.62/395.17	c cleaning 9999 clauses out of 20015 with flag 1135001/1135001
745.16/399.04	c cleaning 10001 clauses out of 20016 with flag 1145001/1145001
753.46/403.30	c cleaning 9998 clauses out of 20015 with flag 1155001/1155001
761.76/407.66	c cleaning 10002 clauses out of 20017 with flag 1165001/1165001
770.07/411.95	c cleaning 9997 clauses out of 20015 with flag 1175001/1175001
777.39/415.79	c cleaning 10000 clauses out of 20018 with flag 1185001/1185001
785.30/419.81	c cleaning 9998 clauses out of 20018 with flag 1195001/1195001
793.18/423.94	c cleaning 10005 clauses out of 20020 with flag 1205001/1205001
801.09/428.06	c cleaning 10001 clauses out of 20015 with flag 1215001/1215001
808.61/431.99	c cleaning 10000 clauses out of 20014 with flag 1225001/1225001
816.45/436.01	c cleaning 9996 clauses out of 20014 with flag 1235001/1235001
823.57/439.79	c cleaning 10000 clauses out of 20018 with flag 1245001/1245001
831.70/443.90	c cleaning 10001 clauses out of 20018 with flag 1255001/1255001
839.42/447.96	c cleaning 10001 clauses out of 20017 with flag 1265001/1265001
847.07/451.98	c cleaning 9997 clauses out of 20016 with flag 1275001/1275001
855.00/456.04	c cleaning 10003 clauses out of 20019 with flag 1285001/1285001
862.72/460.08	c cleaning 10000 clauses out of 20016 with flag 1295001/1295001
870.45/464.02	c cleaning 9999 clauses out of 20016 with flag 1305001/1305001
878.17/468.05	c cleaning 9998 clauses out of 20017 with flag 1315001/1315001
885.71/471.93	c cleaning 10001 clauses out of 20019 with flag 1325001/1325001
891.43/474.92	c cleaning 10003 clauses out of 20018 with flag 1335001/1335001
895.18/476.99	c cleaning 10002 clauses out of 20014 with flag 1345000/1345000
899.62/479.32	c cleaning 10007 clauses out of 20016 with flag 1355004/1355004
906.75/483.04	c cleaning 9993 clauses out of 20005 with flag 1365000/1365000
911.29/485.45	c cleaning 10001 clauses out of 20013 with flag 1375001/1375001
915.82/487.83	c cleaning 10000 clauses out of 20012 with flag 1385001/1385001
920.25/490.30	c cleaning 9999 clauses out of 20011 with flag 1395000/1395000
925.20/492.86	c cleaning 10000 clauses out of 20012 with flag 1405000/1405000
929.92/495.36	c cleaning 9998 clauses out of 20012 with flag 1415000/1415000
934.65/497.85	c cleaning 10001 clauses out of 20014 with flag 1425000/1425000
939.68/500.54	c cleaning 9999 clauses out of 20013 with flag 1435000/1435000
944.40/503.05	c cleaning 10001 clauses out of 20014 with flag 1445000/1445000
948.94/505.43	c cleaning 9998 clauses out of 20013 with flag 1455000/1455000
952.49/507.36	c cleaning 9998 clauses out of 20015 with flag 1465000/1465000
956.53/509.50	c cleaning 10002 clauses out of 20017 with flag 1475000/1475000
960.48/511.65	c cleaning 10001 clauses out of 20015 with flag 1485000/1485000
964.64/513.88	c cleaning 10001 clauses out of 20014 with flag 1495000/1495000
968.79/516.01	c cleaning 9999 clauses out of 20013 with flag 1505000/1505000
972.74/518.15	c cleaning 9999 clauses out of 20014 with flag 1515000/1515000
976.90/520.34	c cleaning 10004 clauses out of 20015 with flag 1525000/1525000
981.22/522.66	c cleaning 10000 clauses out of 20011 with flag 1535000/1535000
985.57/524.99	c cleaning 9997 clauses out of 20011 with flag 1545000/1545000
990.00/527.35	c cleaning 9999 clauses out of 20014 with flag 1555000/1555000
994.34/529.68	c cleaning 10003 clauses out of 20015 with flag 1565000/1565000
999.07/532.11	c cleaning 10001 clauses out of 20012 with flag 1575000/1575000
1003.43/534.43	c cleaning 9999 clauses out of 20011 with flag 1585000/1585000
1008.10/536.97	c cleaning 10000 clauses out of 20012 with flag 1595000/1595000
1012.44/539.24	c cleaning 10000 clauses out of 20012 with flag 1605000/1605000
1016.99/541.65	c cleaning 10000 clauses out of 20012 with flag 1615000/1615000
1021.72/544.12	c cleaning 10001 clauses out of 20012 with flag 1625000/1625000
1029.75/548.36	c cleaning 9999 clauses out of 20011 with flag 1635000/1635000
1038.44/552.84	c cleaning 10000 clauses out of 20012 with flag 1645000/1645000
1046.95/557.23	c cleaning 9998 clauses out of 20012 with flag 1655000/1655000
1055.63/561.76	c cleaning 10001 clauses out of 20014 with flag 1665000/1665000
1064.21/566.29	c cleaning 10000 clauses out of 20013 with flag 1675000/1675000
1072.73/570.60	c cleaning 9999 clauses out of 20013 with flag 1685000/1685000
1080.84/574.88	c cleaning 10000 clauses out of 20014 with flag 1695000/1695000
1088.95/579.05	c cleaning 10005 clauses out of 20014 with flag 1705000/1705000
1096.86/583.15	c cleaning 9997 clauses out of 20009 with flag 1715000/1715000
1104.76/587.22	c cleaning 10001 clauses out of 20012 with flag 1725000/1725000
1112.66/591.35	c cleaning 9998 clauses out of 20011 with flag 1735000/1735000
1120.57/595.43	c cleaning 10001 clauses out of 20013 with flag 1745000/1745000
1128.59/599.61	c cleaning 10001 clauses out of 20012 with flag 1755000/1755000
1136.52/603.73	c cleaning 10000 clauses out of 20011 with flag 1765000/1765000
1143.28/607.26	c cleaning 10002 clauses out of 20011 with flag 1775000/1775000
1149.80/610.61	c cleaning 9996 clauses out of 20009 with flag 1785000/1785000
1156.45/614.18	c cleaning 10000 clauses out of 20013 with flag 1795000/1795000
1163.59/617.84	c cleaning 10001 clauses out of 20013 with flag 1805000/1805000
1170.33/621.37	c cleaning 9999 clauses out of 20012 with flag 1815000/1815000
1177.09/624.85	c cleaning 9999 clauses out of 20013 with flag 1825000/1825000
1183.61/628.28	c cleaning 10001 clauses out of 20014 with flag 1835000/1835000
1190.35/631.75	c cleaning 10001 clauses out of 20013 with flag 1845000/1845000
1197.27/635.31	c cleaning 10001 clauses out of 20012 with flag 1855000/1855000
1203.81/638.75	c cleaning 9995 clauses out of 20011 with flag 1865000/1865000
1210.66/642.34	c cleaning 10001 clauses out of 20016 with flag 1875000/1875000
1217.20/645.73	c cleaning 9999 clauses out of 20015 with flag 1885000/1885000
1223.91/649.22	c cleaning 10002 clauses out of 20016 with flag 1895000/1895000
1230.64/652.71	c cleaning 9998 clauses out of 20014 with flag 1905000/1905000
1237.37/656.28	c cleaning 10003 clauses out of 20016 with flag 1915000/1915000
1244.10/659.79	c cleaning 10000 clauses out of 20013 with flag 1925000/1925000
1251.05/663.36	c cleaning 10003 clauses out of 20013 with flag 1935000/1935000
1258.17/667.00	c cleaning 9998 clauses out of 20010 with flag 1945000/1945000
1264.91/670.51	c cleaning 9998 clauses out of 20012 with flag 1955000/1955000
1271.45/673.99	c cleaning 9999 clauses out of 20014 with flag 1965000/1965000
1278.19/677.49	c cleaning 10000 clauses out of 20015 with flag 1975000/1975000
1285.13/681.09	c cleaning 10001 clauses out of 20015 with flag 1985000/1985000
1291.46/684.32	c cleaning 10003 clauses out of 20015 with flag 1995001/1995001
1296.60/687.08	c cleaning 10001 clauses out of 20011 with flag 2005000/2005000
1301.75/689.74	c cleaning 9998 clauses out of 20011 with flag 2015001/2015001
1308.47/693.25	c cleaning 10002 clauses out of 20013 with flag 2025001/2025001
1315.50/696.92	c cleaning 10000 clauses out of 20011 with flag 2035001/2035001
1322.64/700.66	c cleaning 9999 clauses out of 20011 with flag 2045001/2045001
1329.17/704.02	c cleaning 9998 clauses out of 20012 with flag 2055001/2055001
1336.49/707.87	c cleaning 9995 clauses out of 20014 with flag 2065001/2065001
1344.31/711.91	c cleaning 10000 clauses out of 20019 with flag 2075001/2075001
1350.85/715.32	c cleaning 10004 clauses out of 20019 with flag 2085001/2085001
1357.18/718.63	c cleaning 10000 clauses out of 20015 with flag 2095001/2095001
1363.52/721.98	c cleaning 10001 clauses out of 20015 with flag 2105001/2105001
1370.16/725.45	c cleaning 10000 clauses out of 20014 with flag 2115001/2115001
1376.49/728.73	c cleaning 10000 clauses out of 20014 with flag 2125001/2125001
1382.42/731.87	c cleaning 10003 clauses out of 20013 with flag 2135000/2135000
1388.76/735.15	c cleaning 9998 clauses out of 20010 with flag 2145000/2145000
1395.20/738.56	c cleaning 10000 clauses out of 20012 with flag 2155000/2155000
1401.73/741.92	c cleaning 10001 clauses out of 20012 with flag 2165000/2165000
1408.07/745.22	c cleaning 10000 clauses out of 20011 with flag 2175000/2175000
1414.20/748.42	c cleaning 9996 clauses out of 20011 with flag 2185000/2185000
1419.09/751.02	c cleaning 10002 clauses out of 20015 with flag 2195000/2195000
1422.84/753.03	c cleaning 10000 clauses out of 20013 with flag 2205000/2205000
1426.59/755.00	c cleaning 9999 clauses out of 20013 with flag 2215000/2215000
1430.33/757.00	c cleaning 10004 clauses out of 20014 with flag 2225000/2225000
1434.01/759.03	c cleaning 10000 clauses out of 20010 with flag 2235000/2235000
1437.55/760.97	c cleaning 9999 clauses out of 20010 with flag 2245000/2245000
1441.30/762.96	c cleaning 10003 clauses out of 20011 with flag 2255000/2255000
1447.02/765.97	c cleaning 9998 clauses out of 20008 with flag 2265000/2265000
1452.80/769.07	c cleaning 9999 clauses out of 20010 with flag 2275000/2275000
1456.74/771.16	c cleaning 9999 clauses out of 20011 with flag 2285000/2285000
1462.24/774.03	c cleaning 9999 clauses out of 20012 with flag 2295000/2295000
1468.95/777.52	c cleaning 10002 clauses out of 20013 with flag 2305000/2305000
1475.80/781.16	c cleaning 9998 clauses out of 20011 with flag 2315000/2315000
1482.72/784.77	c cleaning 10003 clauses out of 20013 with flag 2325000/2325000
1489.45/788.29	c cleaning 9995 clauses out of 20010 with flag 2335000/2335000
1496.17/791.78	c cleaning 10000 clauses out of 20015 with flag 2345000/2345000
1503.10/795.36	c cleaning 10001 clauses out of 20015 with flag 2355000/2355000
1510.22/799.02	c cleaning 10002 clauses out of 20014 with flag 2365000/2365000
1517.14/802.66	c cleaning 10001 clauses out of 20012 with flag 2375000/2375000
1523.88/806.18	c cleaning 9998 clauses out of 20011 with flag 2385000/2385000
1531.00/809.83	c cleaning 10002 clauses out of 20013 with flag 2395000/2395000
1537.93/813.41	c cleaning 10000 clauses out of 20011 with flag 2405000/2405000
1544.66/816.90	c cleaning 9999 clauses out of 20011 with flag 2415000/2415000
1549.39/819.42	c cleaning 9999 clauses out of 20012 with flag 2425000/2425000
1552.93/821.36	c cleaning 9998 clauses out of 20013 with flag 2435000/2435000
1559.06/824.50	c cleaning 10004 clauses out of 20016 with flag 2445001/2445001
1565.38/827.83	c cleaning 10001 clauses out of 20012 with flag 2455001/2455001
1571.51/831.02	c cleaning 10000 clauses out of 20011 with flag 2465001/2465001
1577.93/834.42	c cleaning 10000 clauses out of 20011 with flag 2475001/2475001
1584.46/837.81	c cleaning 10001 clauses out of 20011 with flag 2485001/2485001
1590.78/841.12	c cleaning 9998 clauses out of 20010 with flag 2495001/2495001
1597.10/844.41	c cleaning 10001 clauses out of 20012 with flag 2505001/2505001
1603.34/847.74	c cleaning 9999 clauses out of 20011 with flag 2515001/2515001
1609.48/850.94	c cleaning 9999 clauses out of 20012 with flag 2525001/2525001
1615.60/854.19	c cleaning 10002 clauses out of 20013 with flag 2535001/2535001
1621.92/857.42	c cleaning 9998 clauses out of 20011 with flag 2545001/2545001
1627.85/860.57	c cleaning 10000 clauses out of 20013 with flag 2555001/2555001
1633.78/863.62	c cleaning 9998 clauses out of 20013 with flag 2565001/2565001
1639.92/866.81	c cleaning 10007 clauses out of 20015 with flag 2575001/2575001
1646.04/870.04	c cleaning 9998 clauses out of 20008 with flag 2585001/2585001
1652.26/873.32	c cleaning 9999 clauses out of 20010 with flag 2595001/2595001
1657.98/876.36	c cleaning 10000 clauses out of 20011 with flag 2605001/2605001
1663.72/879.34	c cleaning 10000 clauses out of 20011 with flag 2615001/2615001
1669.45/882.40	c cleaning 9999 clauses out of 20011 with flag 2625001/2625001
1675.18/885.39	c cleaning 10002 clauses out of 20012 with flag 2635001/2635001
1681.11/888.44	c cleaning 9998 clauses out of 20010 with flag 2645001/2645001
1686.84/891.41	c cleaning 10002 clauses out of 20012 with flag 2655001/2655001
1692.76/894.55	c cleaning 9996 clauses out of 20009 with flag 2665000/2665000
1699.79/898.20	c cleaning 10001 clauses out of 20013 with flag 2675000/2675000
1706.52/901.75	c cleaning 9997 clauses out of 20012 with flag 2685000/2685000
1713.05/905.16	c cleaning 10001 clauses out of 20015 with flag 2695000/2695000
1719.38/908.41	c cleaning 9999 clauses out of 20014 with flag 2705000/2705000
1726.03/911.91	c cleaning 10002 clauses out of 20015 with flag 2715000/2715000
1732.34/915.26	c cleaning 9997 clauses out of 20013 with flag 2725000/2725000
1738.67/918.53	c cleaning 10001 clauses out of 20016 with flag 2735000/2735000
1744.80/921.78	c cleaning 10001 clauses out of 20015 with flag 2745000/2745000
1751.13/925.05	c cleaning 9999 clauses out of 20014 with flag 2755000/2755000
1757.85/928.54	c cleaning 10002 clauses out of 20015 with flag 2765000/2765000
1764.36/931.99	c cleaning 9999 clauses out of 20013 with flag 2775000/2775000
1771.09/935.41	c cleaning 9999 clauses out of 20014 with flag 2785000/2785000
1777.61/938.85	c cleaning 10000 clauses out of 20015 with flag 2795000/2795000
1784.15/942.29	c cleaning 10001 clauses out of 20015 with flag 2805000/2805000
1790.48/945.58	c cleaning 9998 clauses out of 20014 with flag 2815000/2815000
1796.82/948.82	c cleaning 10000 clauses out of 20016 with flag 2825000/2825000
1800.17/950.62	c starts		: 245
1800.17/950.62	c conflicts		: 2830715
1800.17/950.62	c decisions		: 2861402
1800.17/950.62	c propagations		: 23891735
1800.17/950.62	c inspects		: 1060271346
1800.17/950.62	c learnt literals	: 0
1800.17/950.62	c learnt binary clauses	: 33
1800.17/950.62	c learnt ternary clauses	: 190
1800.17/950.62	c learnt clauses	: 2830714
1800.17/950.62	c ignored clauses	: 0
1800.17/950.62	c root simplifications	: 0
1800.17/950.62	c removed literals (reason simplification)	: 334991603
1800.17/950.62	c reason swapping (by a shorter reason)	: 0
1800.17/950.62	c Calls to reduceDB	: 284
1800.17/950.62	c number of reductions to clauses (during analyze)	: 0
1800.17/950.62	c number of learned constraints concerned by reduction	: 0
1800.17/950.62	c number of learning phase by resolution	: 0
1800.17/950.62	c number of learning phase by cutting planes	: 0
1800.17/950.62	c speed (assignments/second)	: 25643.3556976386
1800.17/950.62	c non guided choices	37
1800.17/950.69	c learnt constraints type 
1800.17/950.69	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15865
1800.17/950.69	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 33
1800.17/950.69	c constraints type 
1800.17/950.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 126
1800.17/950.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.17/950.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1476
1800.17/950.69	c constraints type 
1800.17/950.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1476
1800.17/950.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 126
1800.17/950.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.17/950.69	s SATISFIABLE
1800.17/950.69	v x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 x9 -x10 x11 -x12 x13 -x14 -x15 x16 x17 -x18 -x19 -x20 x21 -x22 x23 -x24 -x25 -x26 x27 -x28 x29 -x30 x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 x43 -x44 x45 -x46 x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 x57 -x58 x59 -x60 -x61 -x62 x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 x73 -x74 x75 -x76 x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 x89 -x90 x91 -x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100 x101 -x102 -x103 -x104 x105 -x106 x107 -x108 -x109 -x110 x111 -x112 x113 -x114 x115 -x116 -x117 -x118 x119 -x120 -x121 x122 x123 -x124 -x125 -x126 x127 -x128 x129 -x130 x131 -x132 x133 -x134 x135 -x136 x137 -x138 x139 -x140 x141 -x142 x143 -x144 x145 -x146 x147 -x148 x149 -x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160 x161 -x162 x163 -x164 x165 -x166 x167 -x168 x169 -x170 x171 -x172 x173 -x174 x175 -x176 x177 -x178 x179 -x180 x181 -x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190 x191 -x192 x193 -x194 x195 -x196 x197 -x198 x199 -x200 -x201 x202 x203 -x204 x205 -x206 x207 -x208 x209 -x210 x211 -x212 x213 -x214 x215 -x216 x217 -x218 -x219 x220 x221 -x222 x223 -x224 x225 -x226 x227 -x228 -x229 x230 x231 -x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 x241 -x242 x243 -x244 x245 -x246 x247 -x248 x249 -x250 x251 -x252 x253 -x254 x255 -x256 -x257 -x258 x259 -x260 -x261 -x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 -x275 x276 x277 -x278 x279 -x280 x281 -x282 -x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 -x295 -x296 x297 -x298 x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 x307 -x308 x309 -x310 -x311 -x312 -x313 -x314 x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 x323 -x324 -x325 -x326 x327 -x328 x329 -x330 -x331 -x332 x333 -x334 x335 -x336 x337 -x338 -x339 -x340 x341 -x342 x343 -x344 x345 -x346 -x347 -x348 -x349 -x350 x351 -x352 x353 -x354 x355 -x356 -x357 -x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 -x367 -x368 x369 -x370 -x371 -x372 x373 -x374 -x375 x376 x377 -x378 x379 -x380 -x381 x382 x383 -x384 x385 -x386 -x387 x388 -x389 x390 -x391 x392 x393 -x394 -x395 x396 -x397 x398 x399 -x400 -x401 x402 -x403 x404 x405 -x406 -x407 x408 -x409 x410 x411 -x412 -x413 x414 -x415 x416 -x417 x418 x419 -x420 -x421 x422 x423 -x424 -x425 x426 -x427 x428 x429 -x430 -x431 x432 -x433 x434 x435 -x436 -x437 x438 x439 -x440 -x441 x442 -x443 x444 -x445 x446 -x447 x448 x449 -x450 -x451 x452 x453 -x454 -x455 x456 
1800.17/950.69	c objective function=191
1800.17/950.69	c Total wall clock time (in seconds): 950.48

Verifier Data

OK	191

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663091-1276461533/watcher-2663091-1276461533 -o /tmp/evaluation-result-2663091-1276461533/solver-2663091-1276461533 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663091-1276461533.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.01 0.99 3/106 27503
/proc/meminfo: memFree=1858108/2059040 swapFree=4136712/4192956
[pid=27503] ppid=27501 vsize=248 CPUtime=0
/proc/27503/stat : 27503 (java) R 27501 27503 27247 0 -1 4194304 282 0 0 0 0 0 0 0 23 0 1 0 21754848 253952 29 1992294400 134512640 134550932 4294901904 18446744073709551615 7619156 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27503/statm: 62 29 21 10 0 23 0

[startup+0.0609119 s]
/proc/loadavg: 0.92 1.01 0.99 3/106 27503
/proc/meminfo: memFree=1858108/2059040 swapFree=4136712/4192956
[pid=27503] ppid=27501 vsize=1521664 CPUtime=0.05
/proc/27503/stat : 27503 (java) S 27501 27503 27247 0 -1 4202496 3625 0 1 0 3 2 0 0 18 0 7 0 21754848 1558183936 3067 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 380416 3068 1024 10 0 377726 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521664

[startup+0.100912 s]
/proc/loadavg: 0.92 1.01 0.99 3/106 27503
/proc/meminfo: memFree=1858108/2059040 swapFree=4136712/4192956
[pid=27503] ppid=27501 vsize=1524180 CPUtime=0.08
/proc/27503/stat : 27503 (java) S 27501 27503 27247 0 -1 4202496 3962 0 1 0 6 2 0 0 18 0 12 0 21754848 1560760320 3402 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 381045 3402 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300908 s]
/proc/loadavg: 0.92 1.01 0.99 3/106 27503
/proc/meminfo: memFree=1858108/2059040 swapFree=4136712/4192956
[pid=27503] ppid=27501 vsize=1526124 CPUtime=0.36
/proc/27503/stat : 27503 (java) S 27501 27503 27247 0 -1 4202496 5376 0 1 0 33 3 0 0 18 0 12 0 21754848 1562750976 4814 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 381531 4814 1361 10 0 378834 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526124

[startup+0.700901 s]
/proc/loadavg: 0.92 1.01 0.99 3/106 27503
/proc/meminfo: memFree=1858108/2059040 swapFree=4136712/4192956
[pid=27503] ppid=27501 vsize=1529820 CPUtime=1.16
/proc/27503/stat : 27503 (java) S 27501 27503 27247 0 -1 4202496 7588 0 1 0 111 5 0 0 18 0 15 0 21754848 1566535680 6897 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 382455 6897 1403 10 0 379758 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1529820

[startup+1.50189 s]
/proc/loadavg: 0.92 1.01 0.99 1/120 27519
/proc/meminfo: memFree=1835180/2059040 swapFree=4136712/4192956
[pid=27503] ppid=27501 vsize=1530148 CPUtime=1.34
/proc/27503/stat : 27503 (java) S 27501 27503 27247 0 -1 4202496 7915 0 1 0 129 5 0 0 18 0 14 0 21754848 1566871552 6972 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 382537 6972 1415 10 0 379840 0
[pid=27503/tid=27505] ppid=27501 vsize=1530148 CPUtime=0.6
/proc/27503/task/27505/stat : 27505 (java) S 27501 27503 27247 0 -1 4202560 4795 0 1 0 58 2 0 0 19 0 14 0 21754850 1566871552 6972 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27506] ppid=27501 vsize=1530148 CPUtime=0
/proc/27503/task/27506/stat : 27506 (java) S 27501 27503 27247 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 21754851 1566871552 6972 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27507] ppid=27501 vsize=1530148 CPUtime=0
/proc/27503/task/27507/stat : 27507 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 21754851 1566871552 6972 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=1530148 CPUtime=0
/proc/27503/task/27508/stat : 27508 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 21754853 1566871552 6972 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=1530148 CPUtime=0
/proc/27503/task/27509/stat : 27509 (java) S 27501 27503 27247 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 21754853 1566871552 6972 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27510] ppid=27501 vsize=1530148 CPUtime=0
/proc/27503/task/27510/stat : 27510 (java) S 27501 27503 27247 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 14 0 21754853 1566871552 6972 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27511] ppid=27501 vsize=1530148 CPUtime=0
/proc/27503/task/27511/stat : 27511 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 21754858 1566871552 6972 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27512] ppid=27501 vsize=1530148 CPUtime=0.39
/proc/27503/task/27512/stat : 27512 (java) S 27501 27503 27247 0 -1 4202560 710 0 0 0 39 0 0 0 25 0 14 0 21754858 1566871552 6972 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27513] ppid=27501 vsize=1530148 CPUtime=0.2
/proc/27503/task/27513/stat : 27513 (java) S 27501 27503 27247 0 -1 4202560 1080 0 0 0 20 0 0 0 25 0 14 0 21754858 1566871552 6972 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27514] ppid=27501 vsize=1530148 CPUtime=0
/proc/27503/task/27514/stat : 27514 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 21754858 1566871552 6972 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27515] ppid=27501 vsize=1530148 CPUtime=0
/proc/27503/task/27515/stat : 27515 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 21754858 1566871552 6972 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27518] ppid=27501 vsize=1530148 CPUtime=0
/proc/27503/task/27518/stat : 27518 (java) S 27501 27503 27247 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 21754915 1566871552 6972 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27519] ppid=27501 vsize=1530148 CPUtime=0
/proc/27503/task/27519/stat : 27519 (java) S 27501 27503 27247 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 14 0 21754927 1566871552 6972 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 1530148

[startup+3.10186 s]
/proc/loadavg: 0.92 1.01 0.99 1/120 27521
/proc/meminfo: memFree=1833816/2059040 swapFree=4136712/4192956
[pid=27503] ppid=27501 vsize=1530520 CPUtime=1.96
/proc/27503/stat : 27503 (java) S 27501 27503 27247 0 -1 4202496 9019 0 1 0 190 6 0 0 18 0 14 0 21754848 1567252480 7687 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 382630 7687 1424 10 0 379933 0
[pid=27503/tid=27505] ppid=27501 vsize=1530520 CPUtime=0.62
/proc/27503/task/27505/stat : 27505 (java) S 27501 27503 27247 0 -1 4202560 4897 0 1 0 60 2 0 0 18 0 14 0 21754850 1567252480 7687 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27506] ppid=27501 vsize=1530520 CPUtime=0
/proc/27503/task/27506/stat : 27506 (java) S 27501 27503 27247 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 21754851 1567252480 7687 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27507] ppid=27501 vsize=1530520 CPUtime=0
/proc/27503/task/27507/stat : 27507 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 21754851 1567252480 7687 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=1530520 CPUtime=0
/proc/27503/task/27508/stat : 27508 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 21754853 1567252480 7687 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=1530520 CPUtime=0
/proc/27503/task/27509/stat : 27509 (java) S 27501 27503 27247 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 21754853 1567252480 7687 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27510] ppid=27501 vsize=1530520 CPUtime=0
/proc/27503/task/27510/stat : 27510 (java) S 27501 27503 27247 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 14 0 21754853 1567252480 7687 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27511] ppid=27501 vsize=1530520 CPUtime=0
/proc/27503/task/27511/stat : 27511 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 21754858 1567252480 7687 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27512] ppid=27501 vsize=1530520 CPUtime=0.64
/proc/27503/task/27512/stat : 27512 (java) S 27501 27503 27247 0 -1 4202560 928 0 0 0 64 0 0 0 16 0 14 0 21754858 1567252480 7687 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27513] ppid=27501 vsize=1530520 CPUtime=0.41
/proc/27503/task/27513/stat : 27513 (java) S 27501 27503 27247 0 -1 4202560 1378 0 0 0 40 1 0 0 16 0 14 0 21754858 1567252480 7687 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27514] ppid=27501 vsize=1530520 CPUtime=0
/proc/27503/task/27514/stat : 27514 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 21754858 1567252480 7687 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27515] ppid=27501 vsize=1530520 CPUtime=0
/proc/27503/task/27515/stat : 27515 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 21754858 1567252480 7687 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27518] ppid=27501 vsize=1530520 CPUtime=0
/proc/27503/task/27518/stat : 27518 (java) S 27501 27503 27247 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 21754915 1567252480 7687 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27519] ppid=27501 vsize=1530520 CPUtime=0
/proc/27503/task/27519/stat : 27519 (java) S 27501 27503 27247 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 14 0 21754927 1567252480 7687 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1530520
heavy processes:

[startup+6.3018 s]
/proc/loadavg: 0.93 1.01 0.99 1/120 27527
/proc/meminfo: memFree=1828980/2059040 swapFree=4136712/4192956
[pid=27503] ppid=27501 vsize=1531288 CPUtime=2.77
/proc/27503/stat : 27503 (java) S 27501 27503 27247 0 -1 4202496 10373 0 1 0 269 8 0 0 18 0 14 0 21754848 1568038912 8867 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 382822 8867 1432 10 0 380125 0
[pid=27503/tid=27505] ppid=27501 vsize=1531288 CPUtime=0.64
/proc/27503/task/27505/stat : 27505 (java) S 27501 27503 27247 0 -1 4202560 5027 0 1 0 62 2 0 0 19 0 14 0 21754850 1568038912 8867 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27506] ppid=27501 vsize=1531288 CPUtime=0
/proc/27503/task/27506/stat : 27506 (java) S 27501 27503 27247 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 21754851 1568038912 8867 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27507] ppid=27501 vsize=1531288 CPUtime=0
/proc/27503/task/27507/stat : 27507 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 21754851 1568038912 8867 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=1531288 CPUtime=0
/proc/27503/task/27508/stat : 27508 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 21754853 1568038912 8867 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=1531288 CPUtime=0
/proc/27503/task/27509/stat : 27509 (java) S 27501 27503 27247 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 21754853 1568038912 8867 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27510] ppid=27501 vsize=1531288 CPUtime=0
/proc/27503/task/27510/stat : 27510 (java) S 27501 27503 27247 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 14 0 21754853 1568038912 8867 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27511] ppid=27501 vsize=1531288 CPUtime=0
/proc/27503/task/27511/stat : 27511 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 21754858 1568038912 8867 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27512] ppid=27501 vsize=1531288 CPUtime=0.98
/proc/27503/task/27512/stat : 27512 (java) S 27501 27503 27247 0 -1 4202560 1009 0 0 0 98 0 0 0 16 0 14 0 21754858 1568038912 8867 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27513] ppid=27501 vsize=1531288 CPUtime=0.69
/proc/27503/task/27513/stat : 27513 (java) S 27501 27503 27247 0 -1 4202560 1698 0 0 0 68 1 0 0 16 0 14 0 21754858 1568038912 8867 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27514] ppid=27501 vsize=1531288 CPUtime=0
/proc/27503/task/27514/stat : 27514 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 21754858 1568038912 8867 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27515] ppid=27501 vsize=1531288 CPUtime=0
/proc/27503/task/27515/stat : 27515 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 21754858 1568038912 8867 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27518] ppid=27501 vsize=1531288 CPUtime=0
/proc/27503/task/27518/stat : 27518 (java) S 27501 27503 27247 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 21754915 1568038912 8867 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27519] ppid=27501 vsize=1531288 CPUtime=0
/proc/27503/task/27519/stat : 27519 (java) S 27501 27503 27247 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 14 0 21754927 1568038912 8867 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 1531288
heavy processes:

[startup+12.7017 s]
/proc/loadavg: 0.93 1.01 0.99 4/122 27541
/proc/meminfo: memFree=1800816/2059040 swapFree=4136712/4192956
[pid=27503] ppid=27501 vsize=1541996 CPUtime=5.76
/proc/27503/stat : 27503 (java) S 27501 27503 27247 0 -1 4202496 31465 0 1 0 560 16 0 0 18 0 16 0 21754848 1579003904 27490 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 385499 27490 1432 10 0 382802 0
[pid=27503/tid=27505] ppid=27501 vsize=1541996 CPUtime=0.65
/proc/27503/task/27505/stat : 27505 (java) S 27501 27503 27247 0 -1 4202560 5283 0 1 0 63 2 0 0 19 0 16 0 21754850 1579003904 27490 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27506] ppid=27501 vsize=1541996 CPUtime=0
/proc/27503/task/27506/stat : 27506 (java) S 27501 27503 27247 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 21754851 1579003904 27491 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27507] ppid=27501 vsize=1541996 CPUtime=0
/proc/27503/task/27507/stat : 27507 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 21754851 1579003904 27491 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=1541996 CPUtime=0.01
/proc/27503/task/27508/stat : 27508 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 1 0 0 16 0 16 0 21754853 1579003904 27491 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=1541996 CPUtime=0
/proc/27503/task/27509/stat : 27509 (java) S 27501 27503 27247 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 21754853 1579003904 27491 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27510] ppid=27501 vsize=1541996 CPUtime=0
/proc/27503/task/27510/stat : 27510 (java) S 27501 27503 27247 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 21754853 1579003904 27491 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27511] ppid=27501 vsize=1541996 CPUtime=0
/proc/27503/task/27511/stat : 27511 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21754858 1579003904 27491 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27512] ppid=27501 vsize=1541996 CPUtime=1.53
/proc/27503/task/27512/stat : 27512 (java) S 27501 27503 27247 0 -1 4202560 1563 0 0 0 153 0 0 0 15 0 16 0 21754858 1579003904 27491 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27513] ppid=27501 vsize=1541996 CPUtime=1.51
/proc/27503/task/27513/stat : 27513 (java) S 27501 27503 27247 0 -1 4202560 6060 0 0 0 149 2 0 0 15 0 16 0 21754858 1579003904 27491 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27514] ppid=27501 vsize=1541996 CPUtime=0
/proc/27503/task/27514/stat : 27514 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21754858 1579003904 27491 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27515] ppid=27501 vsize=1541996 CPUtime=0
/proc/27503/task/27515/stat : 27515 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 21754858 1579003904 27491 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27518] ppid=27501 vsize=1541996 CPUtime=0
/proc/27503/task/27518/stat : 27518 (java) S 27501 27503 27247 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21754915 1579003904 27491 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27519] ppid=27501 vsize=1541996 CPUtime=0
/proc/27503/task/27519/stat : 27519 (java) S 27501 27503 27247 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 21754927 1579003904 27491 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27540] ppid=27501 vsize=1541996 CPUtime=0.66
/proc/27503/task/27540/stat : 27540 (java) R 27501 27503 27247 0 -1 4202560 515 0 0 0 66 0 0 0 20 0 16 0 21756035 1579003904 27491 1992294400 134512640 134550932 4294901904 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27503/tid=27541] ppid=27501 vsize=1541996 CPUtime=0.49
/proc/27503/task/27541/stat : 27541 (java) R 27501 27503 27247 0 -1 4202560 12153 0 0 0 45 4 0 0 18 0 16 0 21756035 1579003904 27491 1992294400 134512640 134550932 4294901904 18446744073709551615 4109350598 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 1541996

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

/proc/27503/task/27546/stat : 27546 (java) R 27501 27503 27247 0 -1 4202560 269 0 0 0 74129 13 0 0 25 0 16 0 21756741 1574297600 80100 1992294400 134512640 134550932 4294901904 18446744073709551615 4109237145 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27503/tid=27547] ppid=27501 vsize=1537400 CPUtime=736.92
/proc/27503/task/27547/stat : 27547 (java) R 27501 27503 27247 0 -1 4202560 1689 0 0 0 73686 6 0 0 25 0 16 0 21756741 1574297600 80100 1992294400 134512640 134550932 4294901904 18446744073709551615 4109790536 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1554.68
Current children cumulated vsize (KiB) 1537400

[startup+882.302 s]
/proc/loadavg: 2.10 1.97 1.59 3/122 27571
/proc/meminfo: memFree=1538556/2059040 swapFree=4136712/4192956
[pid=27503] ppid=27501 vsize=1537400 CPUtime=1669.45
/proc/27503/stat : 27503 (java) S 27501 27503 27247 0 -1 4202496 90255 0 1 0 166828 117 0 0 18 0 16 0 21754848 1574297600 80424 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 384350 80424 1450 10 0 381653 0
[pid=27503/tid=27505] ppid=27501 vsize=1537400 CPUtime=0.67
/proc/27503/task/27505/stat : 27505 (java) S 27501 27503 27247 0 -1 4202560 5339 0 1 0 64 3 0 0 15 0 16 0 21754850 1574297600 80424 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27506] ppid=27501 vsize=1537400 CPUtime=2.73
/proc/27503/task/27506/stat : 27506 (java) S 27501 27503 27247 0 -1 4202560 16602 0 0 0 262 11 0 0 16 0 16 0 21754851 1574297600 80424 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27507] ppid=27501 vsize=1537400 CPUtime=2.71
/proc/27503/task/27507/stat : 27507 (java) S 27501 27503 27247 0 -1 4202560 14101 0 0 0 256 15 0 0 15 0 16 0 21754851 1574297600 80424 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=1537400 CPUtime=61.97
/proc/27503/task/27508/stat : 27508 (java) S 27501 27503 27247 0 -1 4202560 16604 0 0 0 6148 49 0 0 15 0 16 0 21754853 1574297600 80424 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27509/stat : 27509 (java) S 27501 27503 27247 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21754853 1574297600 80424 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27510] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27510/stat : 27510 (java) S 27501 27503 27247 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 21754853 1574297600 80424 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27511] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27511/stat : 27511 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21754858 1574297600 80424 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27512] ppid=27501 vsize=1537400 CPUtime=1.73
/proc/27503/task/27512/stat : 27512 (java) S 27501 27503 27247 0 -1 4202560 1582 0 0 0 173 0 0 0 16 0 16 0 21754858 1574297600 80424 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27513] ppid=27501 vsize=1537400 CPUtime=2.27
/proc/27503/task/27513/stat : 27513 (java) S 27501 27503 27247 0 -1 4202560 6123 0 0 0 225 2 0 0 15 0 16 0 21754858 1574297600 80424 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27514] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27514/stat : 27514 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21754858 1574297600 80424 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27515] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27515/stat : 27515 (java) S 27501 27503 27247 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 21754858 1574297600 80424 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27518] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27518/stat : 27518 (java) S 27501 27503 27247 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21754915 1574297600 80424 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27519] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27519/stat : 27519 (java) S 27501 27503 27247 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 21754927 1574297600 80424 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27546] ppid=27501 vsize=1537400 CPUtime=796.48
/proc/27503/task/27546/stat : 27546 (java) R 27501 27503 27247 0 -1 4202560 286 0 0 0 79635 13 0 0 25 0 16 0 21756741 1574297600 80424 1992294400 134512640 134550932 4294901904 18446744073709551615 4108838584 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27503/tid=27547] ppid=27501 vsize=1537400 CPUtime=791.75
/proc/27503/task/27547/stat : 27547 (java) R 27501 27503 27247 0 -1 4202560 1689 0 0 0 79169 6 0 0 25 0 16 0 21756741 1574297600 80424 1992294400 134512640 134550932 4294901904 18446744073709551615 4109790479 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1669.45
Current children cumulated vsize (KiB) 1537400

[startup+942.303 s]
/proc/loadavg: 2.00 1.95 1.61 3/122 27573
/proc/meminfo: memFree=1537688/2059040 swapFree=4136712/4192956
[pid=27503] ppid=27501 vsize=1537400 CPUtime=1784.35
/proc/27503/stat : 27503 (java) S 27501 27503 27247 0 -1 4202496 90472 0 1 0 178311 124 0 0 18 0 16 0 21754848 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 384350 80616 1450 10 0 381653 0
[pid=27503/tid=27505] ppid=27501 vsize=1537400 CPUtime=0.67
/proc/27503/task/27505/stat : 27505 (java) S 27501 27503 27247 0 -1 4202560 5344 0 1 0 64 3 0 0 15 0 16 0 21754850 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27506] ppid=27501 vsize=1537400 CPUtime=2.78
/proc/27503/task/27506/stat : 27506 (java) S 27501 27503 27247 0 -1 4202560 16602 0 0 0 267 11 0 0 15 0 16 0 21754851 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27507] ppid=27501 vsize=1537400 CPUtime=2.75
/proc/27503/task/27507/stat : 27507 (java) S 27501 27503 27247 0 -1 4202560 14101 0 0 0 260 15 0 0 16 0 16 0 21754851 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=1537400 CPUtime=66.6
/proc/27503/task/27508/stat : 27508 (java) R 27501 27503 27247 0 -1 4202560 16798 0 0 0 6606 54 0 0 15 0 16 0 21754853 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27509/stat : 27509 (java) S 27501 27503 27247 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21754853 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27510] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27510/stat : 27510 (java) S 27501 27503 27247 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 21754853 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27511] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27511/stat : 27511 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21754858 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27512] ppid=27501 vsize=1537400 CPUtime=1.73
/proc/27503/task/27512/stat : 27512 (java) S 27501 27503 27247 0 -1 4202560 1582 0 0 0 173 0 0 0 16 0 16 0 21754858 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27513] ppid=27501 vsize=1537400 CPUtime=2.27
/proc/27503/task/27513/stat : 27513 (java) S 27501 27503 27247 0 -1 4202560 6123 0 0 0 225 2 0 0 15 0 16 0 21754858 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27514] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27514/stat : 27514 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21754858 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27515] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27515/stat : 27515 (java) S 27501 27503 27247 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 21754858 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27518] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27518/stat : 27518 (java) S 27501 27503 27247 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21754915 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27519] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27519/stat : 27519 (java) S 27501 27503 27247 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 21754927 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27546] ppid=27501 vsize=1537400 CPUtime=851.41
/proc/27503/task/27546/stat : 27546 (java) S 27501 27503 27247 0 -1 4202560 300 0 0 0 85127 14 0 0 25 0 16 0 21756741 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27547] ppid=27501 vsize=1537400 CPUtime=846.98
/proc/27503/task/27547/stat : 27547 (java) S 27501 27503 27247 0 -1 4202560 1691 0 0 0 84692 6 0 0 25 0 16 0 21756741 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.35
Current children cumulated vsize (KiB) 1537400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+950.602 s]
/proc/loadavg: 1.93 1.94 1.61 3/122 27573
/proc/meminfo: memFree=1537688/2059040 swapFree=4136712/4192956
[pid=27503] ppid=27501 vsize=1537400 CPUtime=1800.17
/proc/27503/stat : 27503 (java) S 27501 27503 27247 0 -1 4202496 90478 0 1 0 179893 124 0 0 18 0 16 0 21754848 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 384350 80616 1450 10 0 381653 0
[pid=27503/tid=27505] ppid=27501 vsize=1537400 CPUtime=0.67
/proc/27503/task/27505/stat : 27505 (java) S 27501 27503 27247 0 -1 4202560 5344 0 1 0 64 3 0 0 15 0 16 0 21754850 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27506] ppid=27501 vsize=1537400 CPUtime=2.79
/proc/27503/task/27506/stat : 27506 (java) S 27501 27503 27247 0 -1 4202560 16602 0 0 0 268 11 0 0 16 0 16 0 21754851 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27507] ppid=27501 vsize=1537400 CPUtime=2.75
/proc/27503/task/27507/stat : 27507 (java) S 27501 27503 27247 0 -1 4202560 14101 0 0 0 260 15 0 0 16 0 16 0 21754851 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=1537400 CPUtime=67.3
/proc/27503/task/27508/stat : 27508 (java) S 27501 27503 27247 0 -1 4202560 16800 0 0 0 6675 55 0 0 15 0 16 0 21754853 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27509/stat : 27509 (java) S 27501 27503 27247 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21754853 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27510] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27510/stat : 27510 (java) S 27501 27503 27247 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 21754853 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27511] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27511/stat : 27511 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21754858 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27512] ppid=27501 vsize=1537400 CPUtime=1.73
/proc/27503/task/27512/stat : 27512 (java) S 27501 27503 27247 0 -1 4202560 1582 0 0 0 173 0 0 0 16 0 16 0 21754858 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27513] ppid=27501 vsize=1537400 CPUtime=2.27
/proc/27503/task/27513/stat : 27513 (java) S 27501 27503 27247 0 -1 4202560 6123 0 0 0 225 2 0 0 15 0 16 0 21754858 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27514] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27514/stat : 27514 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21754858 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27515] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27515/stat : 27515 (java) S 27501 27503 27247 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 21754858 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27518] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27518/stat : 27518 (java) S 27501 27503 27247 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21754915 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27519] ppid=27501 vsize=1537400 CPUtime=0
/proc/27503/task/27519/stat : 27519 (java) S 27501 27503 27247 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 21754927 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27546] ppid=27501 vsize=1537400 CPUtime=859
/proc/27503/task/27546/stat : 27546 (java) R 27501 27503 27247 0 -1 4202560 302 0 0 0 85886 14 0 0 25 0 16 0 21756741 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4109140285 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27503/tid=27547] ppid=27501 vsize=1537400 CPUtime=854.51
/proc/27503/task/27547/stat : 27547 (java) R 27501 27503 27247 0 -1 4202560 1691 0 0 0 85444 7 0 0 25 0 16 0 21756741 1574297600 80616 1992294400 134512640 134550932 4294901904 18446744073709551615 4109768399 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 1537400

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

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

[startup+950.72 s]
/proc/loadavg: 1.93 1.94 1.61 3/122 27573
/proc/meminfo: memFree=1537688/2059040 swapFree=4136712/4192956
[pid=27503] ppid=27501 vsize=1538048 CPUtime=1800.38
/proc/27503/stat : 27503 (java) S 27501 27503 27247 0 -1 4202496 90500 0 1 0 179914 124 0 0 18 0 17 0 21754848 1574961152 80638 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 384512 80638 1452 10 0 381815 0
[pid=27503/tid=27505] ppid=27501 vsize=1538048 CPUtime=0.67
/proc/27503/task/27505/stat : 27505 (java) S 27501 27503 27247 0 -1 4202560 5344 0 1 0 64 3 0 0 15 0 17 0 21754850 1574961152 80638 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27506] ppid=27501 vsize=1538048 CPUtime=2.79
/proc/27503/task/27506/stat : 27506 (java) S 27501 27503 27247 0 -1 4202560 16602 0 0 0 268 11 0 0 16 0 17 0 21754851 1574961152 80638 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27507] ppid=27501 vsize=1538048 CPUtime=2.75
/proc/27503/task/27507/stat : 27507 (java) S 27501 27503 27247 0 -1 4202560 14101 0 0 0 260 15 0 0 16 0 17 0 21754851 1574961152 80638 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=1538048 CPUtime=67.3
/proc/27503/task/27508/stat : 27508 (java) S 27501 27503 27247 0 -1 4202560 16800 0 0 0 6675 55 0 0 15 0 17 0 21754853 1574961152 80638 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 0 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=1538048 CPUtime=0
/proc/27503/task/27509/stat : 27509 (java) S 27501 27503 27247 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 21754853 1574961152 80638 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27510] ppid=27501 vsize=1538048 CPUtime=0
/proc/27503/task/27510/stat : 27510 (java) S 27501 27503 27247 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 17 0 21754853 1574961152 80638 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27511] ppid=27501 vsize=1538048 CPUtime=0
/proc/27503/task/27511/stat : 27511 (java) S 27501 27503 27247 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 17 0 21754858 1574961152 80638 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27512] ppid=27501 vsize=1538048 CPUtime=1.73
/proc/27503/task/27512/stat : 27512 (java) S 27501 27503 27247 0 -1 4202560 1582 0 0 0 173 0 0 0 16 0 17 0 21754858 1574961152 80638 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27513] ppid=27501 vsize=1538048 CPUtime=2.31
/proc/27503/task/27513/stat : 27513 (java) S 27501 27503 27247 0 -1 4202560 6126 0 0 0 229 2 0 0 15 0 17 0 21754858 1574961152 80638 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27514] ppid=27501 vsize=1538048 CPUtime=0
/proc/27503/task/27514/stat : 27514 (java) S 27501 27503 27247 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 21754858 1574961152 80638 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27515] ppid=27501 vsize=1538048 CPUtime=0
/proc/27503/task/27515/stat : 27515 (java) S 27501 27503 27247 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 17 0 21754858 1574961152 80638 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27518] ppid=27501 vsize=1538048 CPUtime=0
/proc/27503/task/27518/stat : 27518 (java) S 27501 27503 27247 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 17 0 21754915 1574961152 80638 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 1 0 0 0
[pid=27503/tid=27519] ppid=27501 vsize=1538048 CPUtime=0
/proc/27503/task/27519/stat : 27519 (java) S 27501 27503 27247 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 17 0 21754927 1574961152 80638 1992294400 134512640 134550932 4294901904 18446744073709551615 4294960144 0 4 0 16800975 18446604437823748288 0 0 -1 0 0 0 0
[pid=27503/tid=27546] ppid=27501 vsize=1538048 CPUtime=859.08
/proc/27503/task/27546/stat : 27546 (java) R 27501 27503 27247 0 -1 4202560 302 0 0 0 85894 14 0 0 25 0 17 0 21756741 1574961152 80638 1992294400 134512640 134550932 4294901904 18446744073709551615 4109188993 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27503/tid=27547] ppid=27501 vsize=1538048 CPUtime=854.58
/proc/27503/task/27547/stat : 27547 (java) R 27501 27503 27247 0 -1 4202560 1691 0 0 0 85451 7 0 0 25 0 17 0 21756741 1574961152 80638 1992294400 134512640 134550932 4294901904 18446744073709551615 4109440020 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 1538048

Child status: 143
Real time (s): 950.783
CPU time (s): 1800.49
CPU user time (s): 1799.19
CPU system time (s): 1.2958
CPU usage (%): 189.369
Max. virtual memory (cumulated for all children) (KiB): 1542296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 1.2958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90501
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= 25389
involuntary context switches= 50880

runsolver used 3.51347 second user time and 6.65999 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-13 22:38:53
IDJOB=2663091
IDBENCH=2171
IDSOLVER=1166
FILE ID=node012/2663091-1276461533
PBS_JOBID= 11173352
Free space on /tmp= 62412 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32b1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663091-1276461533/watcher-2663091-1276461533 -o /tmp/evaluation-result-2663091-1276461533/solver-2663091-1276461533 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663091-1276461533.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= eb2e849a72ed563d78cdb83a394edb27
RANDOM SEED=986614286

node012.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1858380 kB
Buffers:         32092 kB
Cached:          91364 kB
SwapCached:       9068 kB
Active:          22152 kB
Inactive:       113420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1858380 kB
SwapTotal:     4192956 kB
SwapFree:      4136712 kB
Dirty:             380 kB
Writeback:           0 kB
AnonPages:       10760 kB
Mapped:           9208 kB
Slab:            43056 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182180 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62408 MiB
End job on node012 at 2010-06-13 22:54:46