Trace number 3453973

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0SAT (TO)-123 1800.3 959.696

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_4.opb
MD5SUMd847cf1d914db0ec942abd195c5092c7
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-123
Best CPU time to get the best result obtained on this benchmark1800.3
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -124
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint25
Maximum length of a constraint50
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31592
Sum of products size (including duplicates)63184
Number of different products15796
Sum of products size31592

Quality of the solution as a function of time


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

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.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@48e5855a
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@398020cc
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-3453973-1307649747.opb
0.10/0.11	c reading problem ... 
1.87/0.84	c ... done. Wall clock time 0.729s.
1.87/0.84	c #vars     16796
1.87/0.84	c #constraints  48388
1.87/0.84	c constraints type 
1.87/0.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15796
1.87/0.84	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1.87/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15796
1.87/0.84	c constraints type 
1.87/0.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15796
1.87/0.84	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
1.87/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15796
2.64/1.01	c  And the winner is Resolution
2.83/1.37	c SATISFIABLE
2.83/1.37	c OPTIMIZING...
2.83/1.37	c Got one! Elapsed wall clock time (in seconds):1.254
2.83/1.37	o -107
2.98/1.44	c  And the winner is Resolution
3.23/1.88	c Got one! Elapsed wall clock time (in seconds):1.767
3.23/1.88	o -108
3.29/1.94	c  And the winner is Resolution
3.58/2.39	c Got one! Elapsed wall clock time (in seconds):2.278
3.58/2.39	o -114
6.20/3.55	c cleaning 2556 clauses out of 5111 with flag 5000/5111
6.55/3.76	c  And the winner is Resolution
6.71/3.91	c Got one! Elapsed wall clock time (in seconds):3.792
6.71/3.91	o -120
8.56/4.86	c cleaning 3874 clauses out of 7749 with flag 5001/10305
11.07/6.14	c cleaning 4936 clauses out of 9874 with flag 11000/16304
14.01/7.63	c cleaning 5964 clauses out of 11938 with flag 18000/23304
17.24/9.36	c cleaning 6985 clauses out of 13975 with flag 26001/31305
20.90/11.24	c cleaning 7990 clauses out of 15989 with flag 35000/40304
25.17/13.45	c cleaning 8994 clauses out of 17999 with flag 45000/50304
29.68/15.77	c cleaning 10003 clauses out of 20005 with flag 56000/61304
35.06/18.57	c cleaning 11002 clauses out of 22003 with flag 68001/73305
40.71/21.47	c cleaning 11998 clauses out of 24001 with flag 81001/86305
46.93/24.64	c cleaning 12995 clauses out of 26003 with flag 95001/100305
54.14/28.36	c cleaning 13999 clauses out of 28008 with flag 110001/115305
61.23/32.07	c cleaning 14997 clauses out of 30008 with flag 126000/131304
69.02/36.06	c cleaning 16003 clauses out of 32013 with flag 143002/148306
77.44/40.31	c cleaning 16996 clauses out of 34008 with flag 161000/166304
85.59/44.57	c cleaning 17997 clauses out of 36012 with flag 180000/185304
95.25/49.57	c cleaning 19004 clauses out of 38016 with flag 200001/205305
105.77/54.96	c cleaning 20002 clauses out of 40011 with flag 221000/226304
117.06/60.76	c cleaning 20997 clauses out of 42009 with flag 243000/248304
127.93/66.33	c cleaning 22004 clauses out of 44012 with flag 266000/271304
134.46/69.84	c  And the winner is CuttingPlanes
134.46/69.89	c Got one! Elapsed wall clock time (in seconds):69.773
134.46/69.89	o -121
137.41/71.33	c cleaning 20546 clauses out of 41110 with flag 5000/290406
140.50/73.03	c cleaning 13275 clauses out of 26565 with flag 11001/296407
143.57/74.80	c cleaning 10134 clauses out of 20289 with flag 18000/303406
147.21/76.76	c cleaning 9075 clauses out of 18155 with flag 26000/311406
151.31/79.07	c cleaning 9035 clauses out of 18081 with flag 35001/320407
155.77/81.42	c cleaning 9511 clauses out of 19045 with flag 45000/330406
160.62/84.00	c cleaning 10265 clauses out of 20535 with flag 56001/341407
165.90/86.83	c cleaning 11134 clauses out of 22270 with flag 68001/353407
172.21/90.24	c cleaning 12058 clauses out of 24135 with flag 81000/366406
178.24/93.50	c cleaning 13039 clauses out of 26077 with flag 95000/380406
185.07/97.09	c cleaning 14015 clauses out of 28038 with flag 110000/395406
192.31/100.86	c cleaning 15005 clauses out of 30023 with flag 126000/411406
200.59/105.23	c cleaning 16005 clauses out of 32018 with flag 143000/428406
209.21/109.71	c cleaning 17002 clauses out of 34013 with flag 161000/446406
218.25/114.49	c cleaning 17997 clauses out of 36011 with flag 180000/465406
227.64/119.35	c cleaning 18999 clauses out of 38014 with flag 200000/485406
237.83/124.72	c cleaning 20008 clauses out of 40016 with flag 221001/506407
248.80/130.45	c cleaning 21004 clauses out of 42009 with flag 243002/528408
260.39/136.49	c cleaning 21996 clauses out of 44004 with flag 266001/551407
271.53/142.21	c cleaning 22995 clauses out of 46007 with flag 290000/575406
283.65/148.68	c cleaning 24005 clauses out of 48013 with flag 315001/600407
296.96/155.55	c cleaning 25003 clauses out of 50009 with flag 341002/626408
310.67/162.64	c cleaning 25999 clauses out of 52005 with flag 368001/653407
325.77/170.46	c cleaning 27001 clauses out of 54005 with flag 396000/681406
339.09/177.41	c cleaning 27997 clauses out of 56004 with flag 425000/710406
353.96/185.15	c cleaning 29000 clauses out of 58008 with flag 455001/740407
370.28/193.58	c cleaning 29993 clauses out of 60007 with flag 486000/771406
388.15/202.73	c cleaning 30996 clauses out of 62015 with flag 518001/803407
406.57/212.31	c cleaning 32007 clauses out of 64018 with flag 551000/836406
425.80/222.25	c cleaning 32506 clauses out of 65012 with flag 584001/869407
441.59/230.40	c cleaning 32740 clauses out of 65505 with flag 617000/902406
458.06/238.94	c cleaning 32883 clauses out of 65765 with flag 650000/935406
477.18/248.90	c cleaning 32937 clauses out of 65882 with flag 683000/968406
495.58/258.46	c cleaning 32965 clauses out of 65946 with flag 716001/1001407
513.53/267.76	c cleaning 32977 clauses out of 65980 with flag 749000/1034406
532.13/277.37	c cleaning 32996 clauses out of 66003 with flag 782000/1067406
551.59/287.55	c cleaning 32991 clauses out of 66008 with flag 815001/1100407
570.10/297.20	c cleaning 33002 clauses out of 66017 with flag 848001/1133407
589.61/307.24	c cleaning 32995 clauses out of 66014 with flag 881000/1166406
604.89/315.28	c cleaning 33010 clauses out of 66020 with flag 914001/1199407
622.48/324.52	c cleaning 32996 clauses out of 66010 with flag 947001/1232407
640.37/333.86	c cleaning 33005 clauses out of 66013 with flag 980000/1265406
654.07/341.07	c  And the winner is CuttingPlanes
654.21/341.19	c Got one! Elapsed wall clock time (in seconds):341.073
654.21/341.19	o -122
657.84/343.01	c cleaning 31045 clauses out of 62111 with flag 5000/1294509
661.38/345.18	c cleaning 18524 clauses out of 37066 with flag 11000/1300509
665.39/347.66	c cleaning 12761 clauses out of 25542 with flag 18000/1307509
669.45/350.01	c cleaning 10385 clauses out of 20781 with flag 26000/1315509
673.91/352.62	c cleaning 9685 clauses out of 19396 with flag 35000/1324509
678.59/355.37	c cleaning 9852 clauses out of 19712 with flag 45001/1334510
684.33/358.78	c cleaning 10430 clauses out of 20860 with flag 56001/1345510
690.39/362.10	c cleaning 11214 clauses out of 22430 with flag 68001/1357510
696.84/365.71	c cleaning 12102 clauses out of 24216 with flag 81001/1370510
703.49/369.41	c cleaning 13055 clauses out of 26114 with flag 95001/1384510
711.24/373.90	c cleaning 14029 clauses out of 28058 with flag 110000/1399509
719.07/378.18	c cleaning 15004 clauses out of 30029 with flag 126000/1415509
727.30/382.70	c cleaning 16011 clauses out of 32026 with flag 143001/1432510
736.33/387.54	c cleaning 16996 clauses out of 34014 with flag 161000/1450509
746.05/392.94	c cleaning 18003 clauses out of 36018 with flag 180000/1469509
755.48/398.02	c cleaning 19003 clauses out of 38015 with flag 200000/1489509
765.69/403.60	c cleaning 20006 clauses out of 40013 with flag 221001/1510510
777.50/409.88	c cleaning 20997 clauses out of 42007 with flag 243001/1532510
791.36/417.34	c cleaning 21994 clauses out of 44009 with flag 266000/1555509
802.58/423.36	c cleaning 23007 clauses out of 46017 with flag 290002/1579511
815.57/430.20	c cleaning 23993 clauses out of 48008 with flag 315000/1604509
829.17/437.47	c cleaning 25003 clauses out of 50015 with flag 341000/1630509
844.01/445.41	c cleaning 26002 clauses out of 52013 with flag 368001/1657510
859.97/453.86	c cleaning 27005 clauses out of 54010 with flag 396000/1685509
873.73/461.14	c cleaning 27999 clauses out of 56005 with flag 425000/1714509
889.10/469.26	c cleaning 28998 clauses out of 58006 with flag 455000/1744509
906.01/478.22	c cleaning 30000 clauses out of 60010 with flag 486002/1775511
923.57/487.42	c cleaning 30996 clauses out of 62008 with flag 518000/1807509
941.40/496.78	c cleaning 32004 clauses out of 64012 with flag 551000/1840509
960.75/506.80	c cleaning 32495 clauses out of 65008 with flag 584000/1873509
976.70/515.46	c cleaning 32754 clauses out of 65513 with flag 617000/1906509
993.83/524.44	c cleaning 32869 clauses out of 65760 with flag 650001/1939510
1011.65/533.78	c cleaning 32946 clauses out of 65892 with flag 683002/1972511
1030.18/543.47	c cleaning 32959 clauses out of 65944 with flag 716000/2005509
1049.08/553.57	c cleaning 32989 clauses out of 65985 with flag 749000/2038509
1068.39/563.67	c cleaning 32991 clauses out of 65997 with flag 782001/2071510
1085.76/572.76	c cleaning 32993 clauses out of 66006 with flag 815001/2104510
1104.64/582.61	c cleaning 32995 clauses out of 66012 with flag 848000/2137509
1106.31/584.03	c  And the winner is CuttingPlanes
1106.37/584.33	c Got one! Elapsed wall clock time (in seconds):584.22
1106.37/584.33	o -123
1109.10/585.75	c cleaning 19498 clauses out of 39002 with flag 5001/2143494
1112.67/587.92	c cleaning 12744 clauses out of 25503 with flag 11000/2149493
1116.42/590.21	c cleaning 9871 clauses out of 19759 with flag 18000/2156493
1120.55/592.71	c cleaning 8940 clauses out of 17888 with flag 26000/2164493
1125.50/595.81	c cleaning 8964 clauses out of 17948 with flag 35000/2173493
1130.37/598.76	c cleaning 9485 clauses out of 18984 with flag 45000/2183493
1135.83/601.99	c cleaning 10247 clauses out of 20499 with flag 56000/2194493
1141.90/605.42	c cleaning 11121 clauses out of 22252 with flag 68000/2206493
1148.79/609.50	c cleaning 12061 clauses out of 24132 with flag 81001/2219494
1155.45/613.38	c cleaning 13026 clauses out of 26070 with flag 95000/2233493
1162.91/617.59	c cleaning 14016 clauses out of 28045 with flag 110001/2248494
1170.78/621.90	c cleaning 15001 clauses out of 30028 with flag 126000/2264493
1179.46/626.93	c cleaning 16014 clauses out of 32027 with flag 143000/2281493
1188.31/631.84	c cleaning 17001 clauses out of 34013 with flag 161000/2299493
1197.76/637.04	c cleaning 18002 clauses out of 36013 with flag 180001/2318494
1207.21/642.25	c cleaning 18997 clauses out of 38011 with flag 200001/2338494
1218.06/648.36	c cleaning 20006 clauses out of 40014 with flag 221001/2359494
1229.51/654.53	c cleaning 21002 clauses out of 42007 with flag 243000/2381493
1241.74/661.18	c cleaning 22002 clauses out of 44005 with flag 266000/2404493
1253.36/667.42	c cleaning 22997 clauses out of 46003 with flag 290000/2428493
1266.57/674.79	c cleaning 24003 clauses out of 48006 with flag 315000/2453493
1280.88/682.36	c cleaning 24999 clauses out of 50003 with flag 341000/2479493
1295.19/689.90	c cleaning 26002 clauses out of 52004 with flag 368000/2506493
1310.61/698.17	c cleaning 27002 clauses out of 54003 with flag 396001/2534494
1324.61/705.80	c cleaning 27988 clauses out of 56001 with flag 425001/2563494
1339.81/713.93	c cleaning 29000 clauses out of 58012 with flag 455000/2593493
1356.00/722.50	c cleaning 29992 clauses out of 60013 with flag 486001/2624494
1374.20/732.18	c cleaning 31002 clauses out of 62020 with flag 518000/2656493
1392.74/742.10	c cleaning 32009 clauses out of 64019 with flag 551001/2689494
1414.32/753.42	c cleaning 32502 clauses out of 65009 with flag 584000/2722493
1430.45/762.05	c cleaning 32743 clauses out of 65508 with flag 617001/2755494
1447.00/770.87	c cleaning 32875 clauses out of 65764 with flag 650000/2788493
1465.29/780.72	c cleaning 32934 clauses out of 65889 with flag 683000/2821493
1484.46/790.84	c cleaning 32974 clauses out of 65956 with flag 716001/2854494
1502.34/800.24	c cleaning 32986 clauses out of 65981 with flag 749000/2887493
1521.30/810.24	c cleaning 32988 clauses out of 65995 with flag 782000/2920493
1540.15/820.47	c cleaning 32991 clauses out of 66007 with flag 815000/2953493
1548.07/824.97	c cleaning 0 clauses out of 6871 with flag 0/6871
1560.18/831.56	c cleaning 33002 clauses out of 66016 with flag 848000/2986493
1580.28/842.13	c cleaning 33001 clauses out of 66014 with flag 881000/3019493
1596.69/851.11	c cleaning 32998 clauses out of 66013 with flag 914000/3052493
1615.58/861.17	c cleaning 32999 clauses out of 66015 with flag 947000/3085493
1634.50/871.15	c cleaning 33000 clauses out of 66017 with flag 980001/3118494
1652.97/880.96	c cleaning 32993 clauses out of 66016 with flag 1013000/3151493
1672.14/891.39	c cleaning 33006 clauses out of 66024 with flag 1046001/3184494
1691.81/901.76	c cleaning 33007 clauses out of 66017 with flag 1079000/3217493
1710.26/911.59	c cleaning 32996 clauses out of 66011 with flag 1112001/3250494
1729.32/921.69	c cleaning 32998 clauses out of 66014 with flag 1145000/3283493
1749.86/932.77	c cleaning 33006 clauses out of 66016 with flag 1178000/3316493
1768.30/942.53	c cleaning 32994 clauses out of 66011 with flag 1211001/3349494
1787.35/952.65	c cleaning 33000 clauses out of 66016 with flag 1244000/3382493
1800.17/959.61	c starts		: 35
1800.17/959.61	c conflicts		: 7434
1800.17/959.61	c decisions		: 15524
1800.17/959.61	c propagations		: 161815
1800.17/959.61	c inspects		: 266682911
1800.17/959.61	c shortcuts		: 0
1800.17/959.61	c learnt literals	: 0
1800.17/959.61	c learnt binary clauses	: 0
1800.17/959.61	c learnt ternary clauses	: 0
1800.17/959.61	c learnt constraints	: 7434
1800.17/959.61	c ignored constraints	: 0
1800.17/959.61	c root simplifications	: 0
1800.17/959.61	c removed literals (reason simplification)	: 0
1800.17/959.61	c reason swapping (by a shorter reason)	: 0
1800.17/959.61	c Calls to reduceDB	: 1
1800.17/959.61	c number of reductions to clauses (during analyze)	: 0
1800.17/959.61	c number of learned constraints concerned by reduction	: 0
1800.17/959.61	c number of learning phase by resolution	: 0
1800.17/959.61	c number of learning phase by cutting planes	: 0
1800.17/959.61	c speed (assignments/second)	: 431.18931133352515
1800.17/959.61	c non guided choices	0
1800.17/959.62	c learnt constraints type 
1800.17/959.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 322
1800.17/959.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7112
1800.17/959.62	c constraints type 
1800.17/959.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15796
1800.17/959.62	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1800.17/959.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.17/959.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15796
1800.17/959.62	c constraints type 
1800.17/959.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15796
1800.17/959.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.17/959.62	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
1800.17/959.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15796
1800.17/959.62	s SATISFIABLE
1800.17/959.62	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 x167 x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 x209 -x210 -x211 x212 -x213 x214 -x215 x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 x272 -x273 -x274 x275 -x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 x302 -x303 -x304 -x305 x306 -x307 -x308 -x309 -x310 -x311 x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 x342 -x343 x344 -x345 x346 -x347 -x348 -x349 x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 x370 -x371 -x372 -x373 x374 -x375 -x376 -x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 x403 -x404 x405 -x406 -x407 -x408 -x409 -x410 -x411 x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 x424 -x425 -x426 -x427 -x428 -x429 -x430 x431 -x432 -x433 -x434 -x435 -x436 x437 -x438 -x439 x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 x477 x478 -x479 -x480 x481 -x482 -x483 -x484 -x485 -x486 x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 x529 -x530 -x531 -x532 -x533 x534 -x535 x536 -x537 -x538 -x539 x540 -x541 -x542 -x543 -x544 -x545 x546 -x547 -x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 x580 -x581 x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 x593 x594 -x595 -x596 x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 x616 -x617 -x618 x619 -x620 -x621 -x622 -x623 -x624 -x625 x626 -x627 -x628 -x629 -x630 -x631 x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 x671 -x672 -x673 x674 -x675 -x676 -x677 -x678 x679 -x680 -x681 x682 -x683 -x684 -x685 -x686 x687 -x688 -x689 -x690 -x691 x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 x706 -x707 -x708 -x709 -x710 x711 -x712 -x713 -x714 -x715 -x716 x717 -x718 x719 x720 x721 -x722 -x723 -x724 x725 x726 -x727 x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 x748 -x749 -x750 -x751 x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 x777 -x778 -x779 -x780 x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 x795 -x796 x797 -x798 -x799 -x800 -x801 -x802 -x803 x804 x805 -x806 -x807 x808 -x809 -x810 -x811 -x812 -x813 x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 x842 x843 -x844 x845 -x846 -x847 x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 x864 -x865 x866 x867 -x868 -x869 x870 x871 -x872 -x873 -x874 x875 x876 x877 -x878 x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 x888 -x889 x890 -x891 -x892 -x893 -x894 -x895 -x896 x897 -x898 -x899 -x900 -x901 -x902 -x903 x904 -x905 -x906 -x907 -x908 -x909 -x910 x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 x924 -x925 x926 -x927 x928 -x929 x930 -x931 -x932 -x933 -x934 -x935 -x936 x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 x946 -x947 x948 -x949 -x950 -x951 -x952 x953 -x954 -x955 x956 -x957 -x958 -x959 -x960 x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 x998 -x999 -x1000 
1800.17/959.62	c objective function=-123
1800.17/959.62	c Total wall clock time (in seconds): 959.506

Verifier Data

OK	-123

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

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

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


[startup+0 s]
/proc/loadavg: 3.67 3.82 3.77 3/196 13270
/proc/meminfo: memFree=31173500/32951132 swapFree=67054608/67111528
[pid=13270] ppid=13268 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/13270/stat : 13270 (java) R 13268 13270 11485 0 -1 4202496 813 0 0 0 0 0 0 0 25 0 1 0 876574309 23580672 556 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274659845888 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13270/statm: 5757 567 422 9 0 124 0

[startup+0.0460731 s]
/proc/loadavg: 3.67 3.82 3.77 3/196 13270
/proc/meminfo: memFree=31173500/32951132 swapFree=67054608/67111528
[pid=13270] ppid=13268 vsize=10533016 CPUtime=0.03 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13268 13270 11485 0 -1 4202496 11258 0 1 0 2 1 0 0 25 0 13 0 876574309 10785808384 10954 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/13270/statm: 2633254 10954 1673 9 0 2624002 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10533016

[startup+0.101016 s]
/proc/loadavg: 3.67 3.82 3.77 3/196 13270
/proc/meminfo: memFree=31173500/32951132 swapFree=67054608/67111528
[pid=13270] ppid=13268 vsize=10540264 CPUtime=0.1 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13268 13270 11485 0 -1 4202496 13012 0 1 0 8 2 0 0 25 0 18 0 876574309 10793230336 12708 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13270/statm: 2635066 12709 2092 9 0 2625800 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540264

[startup+0.301019 s]
/proc/loadavg: 3.67 3.82 3.77 3/196 13270
/proc/meminfo: memFree=31173500/32951132 swapFree=67054608/67111528
[pid=13270] ppid=13268 vsize=10541576 CPUtime=0.46 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13268 13270 11485 0 -1 4202496 15532 0 1 0 44 2 0 0 25 0 18 0 876574309 10794573824 15058 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13270/statm: 2635394 15059 2194 9 0 2626128 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541576

[startup+0.700944 s]
/proc/loadavg: 3.67 3.82 3.77 3/196 13270
/proc/meminfo: memFree=31173500/32951132 swapFree=67054608/67111528
[pid=13270] ppid=13268 vsize=10555016 CPUtime=1.57 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13268 13270 11485 0 -1 4202496 35002 0 1 0 153 4 0 0 25 0 18 0 876574309 10808336384 29271 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13270/statm: 2638754 29274 2233 9 0 2629488 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 10555016

[startup+1.50082 s]
/proc/loadavg: 3.67 3.82 3.77 7/218 13292
/proc/meminfo: memFree=31020088/32951132 swapFree=67054608/67111528
[pid=13270] ppid=13268 vsize=10559496 CPUtime=3.23 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13268 13270 11485 0 -1 4202496 51038 0 1 0 317 6 0 0 25 0 19 0 876574309 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13270/statm: 2639874 42798 2247 9 0 2630608 0
[pid=13270/tid=13272] ppid=13268 vsize=10559496 CPUtime=0.85 cores=1,3,5,7
/proc/13270/task/13272/stat : 13272 (java) S 13268 13270 11485 0 -1 4202560 30649 0 1 0 81 4 0 0 17 0 19 0 876574310 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13273] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13273/stat : 13273 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 876574312 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13274] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13274/stat : 13274 (java) S 13268 13270 11485 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 876574312 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13275] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13275/stat : 13275 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 876574312 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13276] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13276/stat : 13276 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 876574312 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13277] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13277/stat : 13277 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 876574312 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13278] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13278/stat : 13278 (java) S 13268 13270 11485 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 876574312 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13279] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13279/stat : 13279 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 876574312 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13280] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13280/stat : 13280 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 876574312 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13281] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13281/stat : 13281 (java) S 13268 13270 11485 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 876574313 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 0 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13282] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13282/stat : 13282 (java) S 13268 13270 11485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 876574313 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13283] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13283/stat : 13283 (java) S 13268 13270 11485 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 19 0 876574313 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13284] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13284/stat : 13284 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 876574316 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676631985 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13285] ppid=13268 vsize=10559496 CPUtime=0.92 cores=1,3,5,7
/proc/13270/task/13285/stat : 13285 (java) S 13268 13270 11485 0 -1 4202560 8270 0 0 0 91 1 0 0 18 0 19 0 876574316 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13286] ppid=13268 vsize=10559496 CPUtime=0.92 cores=1,3,5,7
/proc/13270/task/13286/stat : 13286 (java) S 13268 13270 11485 0 -1 4202560 6854 0 0 0 92 0 0 0 15 0 19 0 876574316 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13287] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13287/stat : 13287 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 876574316 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13288] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13288/stat : 13288 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 876574316 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13291] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13291/stat : 13291 (java) S 13268 13270 11485 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 876574400 10812923904 42798 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 10559496

[startup+3.10151 s]
/proc/loadavg: 3.86 3.85 3.78 3/215 13298
/proc/meminfo: memFree=30996924/32951132 swapFree=67054608/67111528
[pid=13270] ppid=13268 vsize=10559496 CPUtime=5.34 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13268 13270 11485 0 -1 4202496 83354 0 1 0 524 10 0 0 25 0 22 0 876574309 10812923904 73875 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13270/statm: 2639874 73875 2247 9 0 2630608 0
[pid=13270/tid=13272] ppid=13268 vsize=10559496 CPUtime=0.86 cores=1,3,5,7
/proc/13270/task/13272/stat : 13272 (java) S 13268 13270 11485 0 -1 4202560 30832 0 1 0 82 4 0 0 15 0 22 0 876574310 10812923904 73875 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13273] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13273/stat : 13273 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876574312 10812923904 73875 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13274] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13274/stat : 13274 (java) S 13268 13270 11485 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 876574312 10812923904 73876 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13275] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13275/stat : 13275 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876574312 10812923904 73876 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13276] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13276/stat : 13276 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876574312 10812923904 73876 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13277] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13277/stat : 13277 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876574312 10812923904 73876 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13278] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13278/stat : 13278 (java) S 13268 13270 11485 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 876574312 10812923904 73876 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13279] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13279/stat : 13279 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876574312 10812923904 73876 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13280] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13280/stat : 13280 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 876574312 10812923904 73876 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13281] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13281/stat : 13281 (java) S 13268 13270 11485 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 876574313 10812923904 73876 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 0 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13282] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13282/stat : 13282 (java) S 13268 13270 11485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 876574313 10812923904 73876 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13283] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13283/stat : 13283 (java) S 13268 13270 11485 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 876574313 10812923904 73876 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13284] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13284/stat : 13284 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 876574316 10812923904 73876 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676631985 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13285] ppid=13268 vsize=10559496 CPUtime=1.15 cores=1,3,5,7
/proc/13270/task/13285/stat : 13285 (java) S 13268 13270 11485 0 -1 4202560 8296 0 0 0 114 1 0 0 15 0 22 0 876574316 10812923904 73876 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13286] ppid=13268 vsize=10559496 CPUtime=1.25 cores=1,3,5,7
/proc/13270/task/13286/stat : 13286 (java) S 13268 13270 11485 0 -1 4202560 8137 0 0 0 125 0 0 0 15 0 22 0 876574316 10812923904 73877 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13287] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13287/stat : 13287 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 876574316 10812923904 73877 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13288] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13288/stat : 13288 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 876574316 10812923904 73877 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13291] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13291/stat : 13291 (java) S 13268 13270 11485 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 876574400 10812923904 73877 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 10559496

[startup+6.30098 s]
/proc/loadavg: 3.86 3.85 3.78 5/218 13304
/proc/meminfo: memFree=30566712/32951132 swapFree=67054608/67111528
[pid=13270] ppid=13268 vsize=10559496 CPUtime=11.36 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13268 13270 11485 0 -1 4202496 183367 0 1 0 1115 21 0 0 25 0 22 0 876574309 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13270/statm: 2639874 173778 2272 9 0 2630608 0
[pid=13270/tid=13272] ppid=13268 vsize=10559496 CPUtime=0.87 cores=1,3,5,7
/proc/13270/task/13272/stat : 13272 (java) S 13268 13270 11485 0 -1 4202560 30880 0 1 0 83 4 0 0 15 0 22 0 876574310 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13273] ppid=13268 vsize=10559496 CPUtime=0.01 cores=1,3,5,7
/proc/13270/task/13273/stat : 13273 (java) S 13268 13270 11485 0 -1 4202560 1680 0 0 0 1 0 0 0 16 0 22 0 876574312 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13274] ppid=13268 vsize=10559496 CPUtime=0.01 cores=1,3,5,7
/proc/13270/task/13274/stat : 13274 (java) S 13268 13270 11485 0 -1 4202560 491 0 0 0 1 0 0 0 16 0 22 0 876574312 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13275] ppid=13268 vsize=10559496 CPUtime=0.03 cores=1,3,5,7
/proc/13270/task/13275/stat : 13275 (java) S 13268 13270 11485 0 -1 4202560 3862 0 0 0 3 0 0 0 15 0 22 0 876574312 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13276] ppid=13268 vsize=10559496 CPUtime=0.03 cores=1,3,5,7
/proc/13270/task/13276/stat : 13276 (java) S 13268 13270 11485 0 -1 4202560 3811 0 0 0 3 0 0 0 15 0 22 0 876574312 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13277] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13277/stat : 13277 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 876574312 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13278] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13278/stat : 13278 (java) S 13268 13270 11485 0 -1 4202560 2889 0 0 0 0 0 0 0 15 0 22 0 876574312 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13279] ppid=13268 vsize=10559496 CPUtime=0.03 cores=1,3,5,7
/proc/13270/task/13279/stat : 13279 (java) S 13268 13270 11485 0 -1 4202560 2412 0 0 0 3 0 0 0 16 0 22 0 876574312 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13280] ppid=13268 vsize=10559496 CPUtime=0.02 cores=1,3,5,7
/proc/13270/task/13280/stat : 13280 (java) S 13268 13270 11485 0 -1 4202560 3339 0 0 0 2 0 0 0 18 0 22 0 876574312 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13281] ppid=13268 vsize=10559496 CPUtime=0.38 cores=1,3,5,7
/proc/13270/task/13281/stat : 13281 (java) S 13268 13270 11485 0 -1 4202560 20281 0 0 0 37 1 0 0 16 0 22 0 876574313 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 0 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13282] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13282/stat : 13282 (java) S 13268 13270 11485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876574313 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13283] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13283/stat : 13283 (java) S 13268 13270 11485 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 876574313 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13284] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13284/stat : 13284 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 876574316 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676631985 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13285] ppid=13268 vsize=10559496 CPUtime=1.24 cores=1,3,5,7
/proc/13270/task/13285/stat : 13285 (java) S 13268 13270 11485 0 -1 4202560 8308 0 0 0 123 1 0 0 15 0 22 0 876574316 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13286] ppid=13268 vsize=10559496 CPUtime=1.33 cores=1,3,5,7
/proc/13270/task/13286/stat : 13286 (java) S 13268 13270 11485 0 -1 4202560 8151 0 0 0 133 0 0 0 15 0 22 0 876574316 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13287] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13287/stat : 13287 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 876574316 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13288] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13288/stat : 13288 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 876574316 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13291] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13291/stat : 13291 (java) S 13268 13270 11485 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 876574400 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13302] ppid=13268 vsize=10559496 CPUtime=2.09 cores=1,3,5,7
/proc/13270/task/13302/stat : 13302 (java) R 13268 13270 11485 0 -1 4202560 3053 0 0 0 209 0 0 0 16 0 22 0 876574701 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 46912506517388 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13270/tid=13303] ppid=13268 vsize=10559496 CPUtime=2.09 cores=1,3,5,7
/proc/13270/task/13303/stat : 13303 (java) R 13268 13270 11485 0 -1 4202560 42100 0 0 0 205 4 0 0 17 0 22 0 876574701 10812923904 173778 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 46912506247099 0 4 0 16800975 0 0 0 -1 1 0 0 0

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

[pid=13270/tid=13336] ppid=13268 vsize=10559496 CPUtime=195.65 cores=1,3,5,7
/proc/13270/task/13336/stat : 13336 (java) R 13268 13270 11485 0 -1 4202560 0 0 0 0 19565 0 0 0 18 0 22 0 876632743 10812923904 464556 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 46912505981941 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13270/tid=13337] ppid=13268 vsize=10559496 CPUtime=195.65 cores=1,3,5,7
/proc/13270/task/13337/stat : 13337 (java) R 13268 13270 11485 0 -1 4202560 1 0 0 0 19565 0 0 0 18 0 22 0 876632743 10812923904 464556 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 46912506247083 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13270/tid=13338] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13338/stat : 13338 (java) S 13268 13270 11485 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 876632743 10812923904 464556 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1542.86
Current children cumulated vsize (KiB) 10559496

[startup+882.301 s]
/proc/loadavg: 3.12 3.42 3.57 4/218 13345
/proc/meminfo: memFree=29068224/32951132 swapFree=67054608/67111528
[pid=13270] ppid=13268 vsize=10559496 CPUtime=1654.53 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13268 13270 11485 0 -1 4202496 475123 0 1 0 165396 57 0 0 25 0 22 0 876574309 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13270/statm: 2639874 464625 2274 9 0 2630608 0
[pid=13270/tid=13272] ppid=13268 vsize=10559496 CPUtime=0.9 cores=1,3,5,7
/proc/13270/task/13272/stat : 13272 (java) S 13268 13270 11485 0 -1 4202560 31003 0 1 0 86 4 0 0 15 0 22 0 876574310 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13273] ppid=13268 vsize=10559496 CPUtime=1.61 cores=1,3,5,7
/proc/13270/task/13273/stat : 13273 (java) S 13268 13270 11485 0 -1 4202560 7461 0 0 0 160 1 0 0 16 0 22 0 876574312 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13274] ppid=13268 vsize=10559496 CPUtime=1.62 cores=1,3,5,7
/proc/13270/task/13274/stat : 13274 (java) S 13268 13270 11485 0 -1 4202560 5525 0 0 0 161 1 0 0 16 0 22 0 876574312 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13275] ppid=13268 vsize=10559496 CPUtime=1.92 cores=1,3,5,7
/proc/13270/task/13275/stat : 13275 (java) S 13268 13270 11485 0 -1 4202560 7660 0 0 0 191 1 0 0 15 0 22 0 876574312 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13276] ppid=13268 vsize=10559496 CPUtime=1.75 cores=1,3,5,7
/proc/13270/task/13276/stat : 13276 (java) S 13268 13270 11485 0 -1 4202560 7350 0 0 0 174 1 0 0 16 0 22 0 876574312 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13277] ppid=13268 vsize=10559496 CPUtime=1.48 cores=1,3,5,7
/proc/13270/task/13277/stat : 13277 (java) S 13268 13270 11485 0 -1 4202560 3488 0 0 0 148 0 0 0 16 0 22 0 876574312 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13278] ppid=13268 vsize=10559496 CPUtime=1.85 cores=1,3,5,7
/proc/13270/task/13278/stat : 13278 (java) S 13268 13270 11485 0 -1 4202560 5619 0 0 0 185 0 0 0 16 0 22 0 876574312 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13279] ppid=13268 vsize=10559496 CPUtime=1.76 cores=1,3,5,7
/proc/13270/task/13279/stat : 13279 (java) S 13268 13270 11485 0 -1 4202560 6131 0 0 0 175 1 0 0 15 0 22 0 876574312 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13280] ppid=13268 vsize=10559496 CPUtime=1.66 cores=1,3,5,7
/proc/13270/task/13280/stat : 13280 (java) S 13268 13270 11485 0 -1 4202560 7488 0 0 0 165 1 0 0 15 0 22 0 876574312 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13281] ppid=13268 vsize=10559496 CPUtime=115.09 cores=1,3,5,7
/proc/13270/task/13281/stat : 13281 (java) R 13268 13270 11485 0 -1 4202560 187577 0 0 0 11490 19 0 0 17 0 22 0 876574313 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 47820225638516 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=13270/tid=13282] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13282/stat : 13282 (java) S 13268 13270 11485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876574313 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13283] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13283/stat : 13283 (java) S 13268 13270 11485 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 876574313 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13284] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13284/stat : 13284 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 876574316 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676631985 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13285] ppid=13268 vsize=10559496 CPUtime=1.55 cores=1,3,5,7
/proc/13270/task/13285/stat : 13285 (java) S 13268 13270 11485 0 -1 4202560 8323 0 0 0 154 1 0 0 16 0 22 0 876574316 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13286] ppid=13268 vsize=10559496 CPUtime=1.44 cores=1,3,5,7
/proc/13270/task/13286/stat : 13286 (java) S 13268 13270 11485 0 -1 4202560 8799 0 0 0 144 0 0 0 15 0 22 0 876574316 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13287] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13287/stat : 13287 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 876574316 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13288] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13288/stat : 13288 (java) S 13268 13270 11485 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 876574316 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13304] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13304/stat : 13304 (java) S 13268 13270 11485 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 876574701 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13336] ppid=13268 vsize=10559496 CPUtime=246.56 cores=1,3,5,7
/proc/13270/task/13336/stat : 13336 (java) S 13268 13270 11485 0 -1 4202560 0 0 0 0 24656 0 0 0 25 0 22 0 876632743 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13337] ppid=13268 vsize=10559496 CPUtime=246.54 cores=1,3,5,7
/proc/13270/task/13337/stat : 13337 (java) S 13268 13270 11485 0 -1 4202560 2 0 0 0 24654 0 0 0 25 0 22 0 876632743 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13338] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13338/stat : 13338 (java) S 13268 13270 11485 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 876632743 10812923904 464625 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1654.53
Current children cumulated vsize (KiB) 10559496

[startup+942.301 s]
/proc/loadavg: 3.24 3.40 3.55 4/218 13346
/proc/meminfo: memFree=29037168/32951132 swapFree=67054608/67111528
[pid=13270] ppid=13268 vsize=10559496 CPUtime=1767.9 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13268 13270 11485 0 -1 4202496 475141 0 1 0 176732 58 0 0 25 0 22 0 876574309 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13270/statm: 2639874 464630 2274 9 0 2630608 0
[pid=13270/tid=13272] ppid=13268 vsize=10559496 CPUtime=0.9 cores=1,3,5,7
/proc/13270/task/13272/stat : 13272 (java) S 13268 13270 11485 0 -1 4202560 31008 0 1 0 86 4 0 0 15 0 22 0 876574310 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13273] ppid=13268 vsize=10559496 CPUtime=1.75 cores=1,3,5,7
/proc/13270/task/13273/stat : 13273 (java) S 13268 13270 11485 0 -1 4202560 7466 0 0 0 174 1 0 0 16 0 22 0 876574312 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13274] ppid=13268 vsize=10559496 CPUtime=1.7 cores=1,3,5,7
/proc/13270/task/13274/stat : 13274 (java) S 13268 13270 11485 0 -1 4202560 5525 0 0 0 169 1 0 0 16 0 22 0 876574312 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13275] ppid=13268 vsize=10559496 CPUtime=1.95 cores=1,3,5,7
/proc/13270/task/13275/stat : 13275 (java) S 13268 13270 11485 0 -1 4202560 7660 0 0 0 194 1 0 0 15 0 22 0 876574312 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13276] ppid=13268 vsize=10559496 CPUtime=1.85 cores=1,3,5,7
/proc/13270/task/13276/stat : 13276 (java) S 13268 13270 11485 0 -1 4202560 7350 0 0 0 184 1 0 0 16 0 22 0 876574312 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13277] ppid=13268 vsize=10559496 CPUtime=1.55 cores=1,3,5,7
/proc/13270/task/13277/stat : 13277 (java) S 13268 13270 11485 0 -1 4202560 3488 0 0 0 155 0 0 0 16 0 22 0 876574312 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13278] ppid=13268 vsize=10559496 CPUtime=1.88 cores=1,3,5,7
/proc/13270/task/13278/stat : 13278 (java) S 13268 13270 11485 0 -1 4202560 5619 0 0 0 188 0 0 0 15 0 22 0 876574312 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13279] ppid=13268 vsize=10559496 CPUtime=1.9 cores=1,3,5,7
/proc/13270/task/13279/stat : 13279 (java) S 13268 13270 11485 0 -1 4202560 6131 0 0 0 189 1 0 0 16 0 22 0 876574312 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13280] ppid=13268 vsize=10559496 CPUtime=1.76 cores=1,3,5,7
/proc/13270/task/13280/stat : 13280 (java) S 13268 13270 11485 0 -1 4202560 7488 0 0 0 175 1 0 0 15 0 22 0 876574312 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13281] ppid=13268 vsize=10559496 CPUtime=122.06 cores=1,3,5,7
/proc/13270/task/13281/stat : 13281 (java) S 13268 13270 11485 0 -1 4202560 187581 0 0 0 12187 19 0 0 15 0 22 0 876574313 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 0 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13282] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13282/stat : 13282 (java) S 13268 13270 11485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876574313 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13283] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13283/stat : 13283 (java) S 13268 13270 11485 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 876574313 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13284] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13284/stat : 13284 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 876574316 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676631985 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13285] ppid=13268 vsize=10559496 CPUtime=1.55 cores=1,3,5,7
/proc/13270/task/13285/stat : 13285 (java) S 13268 13270 11485 0 -1 4202560 8323 0 0 0 154 1 0 0 16 0 22 0 876574316 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13286] ppid=13268 vsize=10559496 CPUtime=1.44 cores=1,3,5,7
/proc/13270/task/13286/stat : 13286 (java) S 13268 13270 11485 0 -1 4202560 8799 0 0 0 144 0 0 0 15 0 22 0 876574316 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13287] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13287/stat : 13287 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 876574316 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13288] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13288/stat : 13288 (java) S 13268 13270 11485 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 876574316 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13304] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13304/stat : 13304 (java) S 13268 13270 11485 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 876574701 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13336] ppid=13268 vsize=10559496 CPUtime=299.41 cores=1,3,5,7
/proc/13270/task/13336/stat : 13336 (java) R 13268 13270 11485 0 -1 4202560 0 0 0 0 29941 0 0 0 25 0 22 0 876632743 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 46912506291078 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13270/tid=13337] ppid=13268 vsize=10559496 CPUtime=299.39 cores=1,3,5,7
/proc/13270/task/13337/stat : 13337 (java) R 13268 13270 11485 0 -1 4202560 2 0 0 0 29939 0 0 0 25 0 22 0 876632743 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 46912506541256 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13270/tid=13338] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13338/stat : 13338 (java) S 13268 13270 11485 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 876632743 10812923904 464630 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1767.9
Current children cumulated vsize (KiB) 10559496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+959.601 s]
/proc/loadavg: 3.33 3.41 3.56 4/218 13348
/proc/meminfo: memFree=29029100/32951132 swapFree=67054608/67111528
[pid=13270] ppid=13268 vsize=10559496 CPUtime=1800.17 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13268 13270 11485 0 -1 4202496 475150 0 1 0 179959 58 0 0 25 0 22 0 876574309 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13270/statm: 2639874 464637 2274 9 0 2630608 0
[pid=13270/tid=13272] ppid=13268 vsize=10559496 CPUtime=0.9 cores=1,3,5,7
/proc/13270/task/13272/stat : 13272 (java) S 13268 13270 11485 0 -1 4202560 31010 0 1 0 86 4 0 0 15 0 22 0 876574310 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13273] ppid=13268 vsize=10559496 CPUtime=1.82 cores=1,3,5,7
/proc/13270/task/13273/stat : 13273 (java) S 13268 13270 11485 0 -1 4202560 7470 0 0 0 181 1 0 0 16 0 22 0 876574312 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13274] ppid=13268 vsize=10559496 CPUtime=1.7 cores=1,3,5,7
/proc/13270/task/13274/stat : 13274 (java) S 13268 13270 11485 0 -1 4202560 5525 0 0 0 169 1 0 0 16 0 22 0 876574312 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13275] ppid=13268 vsize=10559496 CPUtime=2 cores=1,3,5,7
/proc/13270/task/13275/stat : 13275 (java) S 13268 13270 11485 0 -1 4202560 7660 0 0 0 199 1 0 0 16 0 22 0 876574312 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13276] ppid=13268 vsize=10559496 CPUtime=1.85 cores=1,3,5,7
/proc/13270/task/13276/stat : 13276 (java) S 13268 13270 11485 0 -1 4202560 7350 0 0 0 184 1 0 0 15 0 22 0 876574312 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13277] ppid=13268 vsize=10559496 CPUtime=1.61 cores=1,3,5,7
/proc/13270/task/13277/stat : 13277 (java) S 13268 13270 11485 0 -1 4202560 3491 0 0 0 161 0 0 0 16 0 22 0 876574312 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13278] ppid=13268 vsize=10559496 CPUtime=1.88 cores=1,3,5,7
/proc/13270/task/13278/stat : 13278 (java) S 13268 13270 11485 0 -1 4202560 5619 0 0 0 188 0 0 0 16 0 22 0 876574312 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13279] ppid=13268 vsize=10559496 CPUtime=1.97 cores=1,3,5,7
/proc/13270/task/13279/stat : 13279 (java) S 13268 13270 11485 0 -1 4202560 6131 0 0 0 196 1 0 0 16 0 22 0 876574312 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13280] ppid=13268 vsize=10559496 CPUtime=1.79 cores=1,3,5,7
/proc/13270/task/13280/stat : 13280 (java) S 13268 13270 11485 0 -1 4202560 7488 0 0 0 178 1 0 0 16 0 22 0 876574312 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13281] ppid=13268 vsize=10559496 CPUtime=124.53 cores=1,3,5,7
/proc/13270/task/13281/stat : 13281 (java) S 13268 13270 11485 0 -1 4202560 187581 0 0 0 12434 19 0 0 15 0 22 0 876574313 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 0 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13282] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13282/stat : 13282 (java) S 13268 13270 11485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 876574313 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13283] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13283/stat : 13283 (java) S 13268 13270 11485 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 876574313 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13284] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13284/stat : 13284 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 876574316 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676631985 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13285] ppid=13268 vsize=10559496 CPUtime=1.55 cores=1,3,5,7
/proc/13270/task/13285/stat : 13285 (java) S 13268 13270 11485 0 -1 4202560 8323 0 0 0 154 1 0 0 16 0 22 0 876574316 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
[pid=13270/tid=13286] ppid=13268 vsize=10559496 CPUtime=1.44 cores=1,3,5,7
/proc/13270/task/13286/stat : 13286 (java) S 13268 13270 11485 0 -1 4202560 8799 0 0 0 144 0 0 0 15 0 22 0 876574316 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 7 0 0 0
[pid=13270/tid=13287] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13287/stat : 13287 (java) S 13268 13270 11485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 876574316 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624281 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13288] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13288/stat : 13288 (java) S 13268 13270 11485 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 876574316 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 5 0 0 0
[pid=13270/tid=13304] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13304/stat : 13304 (java) S 13268 13270 11485 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 876574701 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 1 0 0 0
[pid=13270/tid=13336] ppid=13268 vsize=10559496 CPUtime=314.17 cores=1,3,5,7
/proc/13270/task/13336/stat : 13336 (java) R 13268 13270 11485 0 -1 4202560 0 0 0 0 31417 0 0 0 25 0 22 0 876632743 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 46912506353276 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13270/tid=13337] ppid=13268 vsize=10559496 CPUtime=314.15 cores=1,3,5,7
/proc/13270/task/13337/stat : 13337 (java) R 13268 13270 11485 0 -1 4202560 2 0 0 0 31415 0 0 0 25 0 22 0 876632743 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 46912506250736 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13270/tid=13338] ppid=13268 vsize=10559496 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13338/stat : 13338 (java) S 13268 13270 11485 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 876632743 10812923904 464637 33554432000 1073741824 1073778376 140734769443472 18446744073709551615 274676624896 0 4 0 16800975 18446604470987091008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 10559496

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

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

Child status: 143
Real time (s): 959.696
CPU time (s): 1800.3
CPU user time (s): 1799.64
CPU system time (s): 0.657899
CPU usage (%): 187.59
Max. virtual memory (cumulated for all children) (KiB): 10559496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.657899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 475177
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= 25939
involuntary context switches= 26692

runsolver used 1.56176 second user time and 3.70644 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-09 22:02:27
IDJOB=3453973
IDBENCH=48177
IDSOLVER=1950
FILE ID=node131/3453973-1307649747
RUNJOBID= node131-1307642772-11504
PBS_JOBID= 13549400
Free space on /tmp= 74120 MiB

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

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

MD5SUM BENCH= d847cf1d914db0ec942abd195c5092c7
RANDOM SEED=1188072074

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:     32951132 kB
MemFree:      31174020 kB
Buffers:        221900 kB
Cached:         620316 kB
SwapCached:       9832 kB
Active:        1000132 kB
Inactive:       528680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31174020 kB
SwapTotal:    67111528 kB
SwapFree:     67054608 kB
Dirty:             644 kB
Writeback:           0 kB
AnonPages:      684504 kB
Mapped:          21564 kB
Slab:           183196 kB
PageTables:       5800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10574296 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74120 MiB
End job on node131 at 2011-06-09 22:18:28