Trace number 4088736

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.18 894

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_ODD_GRIDS/normalized-ECgrid5x90split.opb
MD5SUMf939701c62eed5182314d73843e2525a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark294.718
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables901
Total number of constraints451
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)451
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
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@4413ee
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 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4088736-1466011546.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.27/0.21	c ... done. Wall clock time 0.103s.
0.27/0.21	c declared #vars     901
0.27/0.21	c #constraints  902
0.27/0.21	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.27/0.21	c constraints type 
0.27/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 900
0.27/0.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.27/0.21	c 902 constraints processed.
0.27/0.21	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.27/0.21	c constraints type 
0.27/0.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.27/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 900
0.27/0.21	c 902 constraints processed.
1.81/0.63	c cleaning 2495 clauses out of 5001 with flag 22104/5001
2.61/0.87	c cleaning 4244 clauses out of 8506 with flag 49347/11001
4.59/1.36	c cleaning 5617 clauses out of 11261 with flag 78164/18000
5.07/1.53	c cleaning 6806 clauses out of 13644 with flag 115336/26000
5.49/1.71	c cleaning 7874 clauses out of 15839 with flag 158558/35001
5.70/1.81	c cleaning 0 clauses out of 5001 with flag 0/5001
6.03/1.94	c cleaning 8968 clauses out of 17964 with flag 210249/45000
6.80/2.22	c cleaning 9935 clauses out of 19997 with flag 269622/56001
7.37/2.49	c cleaning 10978 clauses out of 22062 with flag 333391/68001
8.22/2.82	c cleaning 12023 clauses out of 24085 with flag 404773/81002
8.83/3.15	c cleaning 13007 clauses out of 26060 with flag 484668/95000
9.65/3.51	c cleaning 14013 clauses out of 28054 with flag 565211/110001
10.47/3.92	c cleaning 14959 clauses out of 30040 with flag 655632/126000
10.89/4.14	c cleaning 0 clauses out of 11001 with flag 0/11001
11.30/4.37	c cleaning 15980 clauses out of 32082 with flag 749020/143001
12.29/4.84	c cleaning 16998 clauses out of 34101 with flag 846233/161000
13.29/5.35	c cleaning 18013 clauses out of 36103 with flag 947679/180000
14.53/5.93	c cleaning 19007 clauses out of 38091 with flag 1060542/200001
15.73/6.55	c cleaning 19995 clauses out of 40086 with flag 1179145/221003
17.13/7.25	c cleaning 21006 clauses out of 42088 with flag 1300560/243000
18.59/7.98	c cleaning 22025 clauses out of 44082 with flag 1423938/266000
18.99/8.18	c cleaning 0 clauses out of 18000 with flag 0/18000
20.19/8.71	c cleaning 22984 clauses out of 46058 with flag 1546485/290001
21.58/9.49	c cleaning 23995 clauses out of 48074 with flag 1675530/315001
23.64/10.43	c cleaning 25016 clauses out of 50078 with flag 1810667/341000
25.64/11.41	c cleaning 25983 clauses out of 52062 with flag 1949463/368000
27.70/12.49	c cleaning 27016 clauses out of 54079 with flag 2095136/396000
29.91/13.54	c cleaning 28002 clauses out of 56063 with flag 2243381/425000
32.11/14.66	c cleaning 28976 clauses out of 58063 with flag 2397008/455002
33.92/15.50	c cleaning 0 clauses out of 26000 with flag 0/26000
34.51/15.84	c cleaning 30012 clauses out of 60085 with flag 2554421/486000
37.17/17.18	c cleaning 30999 clauses out of 62073 with flag 2718049/518000
39.98/18.51	c cleaning 31982 clauses out of 64074 with flag 2885442/551000
42.78/19.92	c cleaning 33014 clauses out of 66093 with flag 3052322/585001
45.62/21.32	c cleaning 33995 clauses out of 68078 with flag 3226071/620000
48.62/22.80	c cleaning 35013 clauses out of 70085 with flag 3406936/656002
51.88/24.40	c cleaning 35989 clauses out of 72070 with flag 3588572/693000
55.08/26.08	c cleaning 37005 clauses out of 74082 with flag 3771636/731001
55.89/26.50	c cleaning 0 clauses out of 35000 with flag 0/35000
58.48/27.79	c cleaning 38030 clauses out of 76077 with flag 3964266/770001
62.33/29.63	c cleaning 39002 clauses out of 78047 with flag 4159827/810001
66.33/31.65	c cleaning 39995 clauses out of 80045 with flag 4356672/851001
70.77/33.86	c cleaning 40990 clauses out of 82049 with flag 4561600/893000
75.17/36.06	c cleaning 42004 clauses out of 84059 with flag 4773111/936000
80.24/38.51	c cleaning 42992 clauses out of 86056 with flag 4997866/980001
85.02/40.92	c cleaning 44016 clauses out of 88064 with flag 5222551/1025001
87.49/42.11	c cleaning 0 clauses out of 45002 with flag 0/45002
90.29/43.60	c cleaning 44998 clauses out of 90047 with flag 5456127/1071000
95.34/46.04	c cleaning 45980 clauses out of 92050 with flag 5677958/1118001
100.54/48.68	c cleaning 46999 clauses out of 94069 with flag 5905778/1166000
106.17/51.42	c cleaning 48012 clauses out of 96071 with flag 6141174/1215001
111.81/54.24	c cleaning 48991 clauses out of 98060 with flag 6379738/1265002
117.91/57.29	c cleaning 50022 clauses out of 100067 with flag 6621477/1316000
123.69/60.17	c cleaning 50989 clauses out of 102045 with flag 6863003/1368000
130.38/63.41	c cleaning 52016 clauses out of 104056 with flag 7115372/1421000
136.62/66.58	c cleaning 52997 clauses out of 106041 with flag 7363561/1475001
140.10/68.26	c cleaning 0 clauses out of 56001 with flag 0/56001
143.49/70.00	c cleaning 53991 clauses out of 108044 with flag 7624797/1530001
150.73/73.52	c cleaning 55004 clauses out of 110053 with flag 7886524/1586001
157.59/76.98	c cleaning 55992 clauses out of 112048 with flag 8143164/1643000
164.85/80.57	c cleaning 56998 clauses out of 114057 with flag 8403249/1701001
173.10/84.60	c cleaning 58008 clauses out of 116059 with flag 8666456/1760001
181.56/88.84	c cleaning 58992 clauses out of 118051 with flag 8936438/1820001
190.02/93.08	c cleaning 60026 clauses out of 120059 with flag 9216612/1881001
198.67/97.34	c cleaning 60991 clauses out of 122034 with flag 9488916/1943002
200.89/98.43	c cleaning 0 clauses out of 68001 with flag 0/68001
207.72/101.88	c cleaning 62016 clauses out of 124042 with flag 9767192/2006001
216.36/106.17	c cleaning 62988 clauses out of 126026 with flag 10045715/2070001
225.87/110.85	c cleaning 64008 clauses out of 128037 with flag 10337747/2135000
235.33/115.52	c cleaning 64978 clauses out of 130029 with flag 10630704/2201000
245.17/120.43	c cleaning 65999 clauses out of 132051 with flag 10922080/2268000
255.63/125.61	c cleaning 66999 clauses out of 134052 with flag 11222350/2336000
266.18/130.89	c cleaning 67982 clauses out of 136053 with flag 11528581/2405000
277.13/136.29	c cleaning 69015 clauses out of 138072 with flag 11835993/2475001
288.19/141.78	c cleaning 70006 clauses out of 140056 with flag 12141107/2546000
299.47/147.33	c cleaning 71006 clauses out of 142050 with flag 12445387/2618000
310.95/153.09	c cleaning 71996 clauses out of 144045 with flag 12758395/2691001
322.37/158.77	c cleaning 73007 clauses out of 146051 with flag 13075062/2765003
334.84/164.96	c cleaning 73991 clauses out of 148041 with flag 13396830/2840000
338.30/166.65	c cleaning 0 clauses out of 81000 with flag 0/81000
347.97/171.46	c cleaning 75012 clauses out of 150050 with flag 13722906/2916000
361.65/178.26	c cleaning 76007 clauses out of 152039 with flag 14058369/2993001
375.32/185.05	c cleaning 76987 clauses out of 154031 with flag 14393910/3071000
389.63/192.13	c cleaning 78002 clauses out of 156044 with flag 14728385/3150000
403.25/198.98	c cleaning 79000 clauses out of 158044 with flag 15070563/3230002
418.39/206.40	c cleaning 79996 clauses out of 160042 with flag 15417013/3311000
431.88/213.17	c cleaning 80999 clauses out of 162047 with flag 15752961/3393001
446.74/220.53	c cleaning 82007 clauses out of 164047 with flag 16096603/3476000
462.26/228.23	c cleaning 82989 clauses out of 166040 with flag 16440657/3560000
478.02/236.09	c cleaning 84006 clauses out of 168052 with flag 16780188/3645001
495.73/244.87	c cleaning 84997 clauses out of 170045 with flag 17138734/3731000
498.53/246.26	c cleaning 0 clauses out of 95001 with flag 0/95001
513.19/253.57	c cleaning 86003 clauses out of 172050 with flag 17499153/3818002
530.46/262.11	c cleaning 86990 clauses out of 174045 with flag 17864366/3906000
547.60/270.62	c cleaning 88007 clauses out of 176057 with flag 18225497/3995002
564.87/279.29	c cleaning 89010 clauses out of 178048 with flag 18596304/4085000
582.57/288.01	c cleaning 90003 clauses out of 180039 with flag 18964911/4176001
600.76/297.03	c cleaning 90998 clauses out of 182035 with flag 19334131/4268000
620.55/306.86	c cleaning 92008 clauses out of 184037 with flag 19700751/4361000
639.59/316.39	c cleaning 92998 clauses out of 186030 with flag 20071379/4455001
657.62/325.54	c cleaning 93990 clauses out of 188031 with flag 20457553/4550000
675.30/334.37	c cleaning 95002 clauses out of 190041 with flag 20838458/4646000
692.77/343.08	c cleaning 96014 clauses out of 192040 with flag 21215544/4743001
711.61/352.45	c cleaning 96992 clauses out of 194025 with flag 21597104/4841000
717.84/355.57	c cleaning 0 clauses out of 110000 with flag 0/110000
730.32/361.78	c cleaning 97995 clauses out of 196034 with flag 21973636/4940001
749.87/371.42	c cleaning 99003 clauses out of 198039 with flag 22349760/5040001
769.21/381.03	c cleaning 100004 clauses out of 200035 with flag 22730640/5141000
788.74/390.77	c cleaning 101001 clauses out of 202032 with flag 23114726/5243001
807.14/399.87	c cleaning 102007 clauses out of 204030 with flag 23501009/5346000
826.31/409.33	c cleaning 103001 clauses out of 206024 with flag 23886106/5450001
846.44/419.36	c cleaning 103992 clauses out of 208022 with flag 24281612/5555000
866.71/429.42	c cleaning 105005 clauses out of 210031 with flag 24681259/5661001
886.67/439.38	c cleaning 106000 clauses out of 212026 with flag 25073201/5768001
907.00/449.40	c cleaning 106998 clauses out of 214026 with flag 25469024/5876001
928.29/460.22	c cleaning 107998 clauses out of 216028 with flag 25862660/5985001
949.20/470.63	c cleaning 109012 clauses out of 218029 with flag 26269656/6095000
970.72/481.38	c cleaning 109991 clauses out of 220018 with flag 26667418/6206001
991.19/491.51	c cleaning 110988 clauses out of 222027 with flag 27067125/6318001
1012.00/501.86	c cleaning 112002 clauses out of 224038 with flag 27475793/6431000
1032.06/511.81	c cleaning 0 clauses out of 126001 with flag 0/126001
1032.46/512.01	c cleaning 113010 clauses out of 226036 with flag 27882505/6545000
1054.72/523.15	c cleaning 114005 clauses out of 228028 with flag 28294725/6660002
1078.03/534.75	c cleaning 114985 clauses out of 230021 with flag 28716451/6776000
1101.98/546.63	c cleaning 116001 clauses out of 232036 with flag 29149786/6893000
1126.29/558.76	c cleaning 116998 clauses out of 234036 with flag 29587154/7011001
1153.27/572.14	c cleaning 117996 clauses out of 236039 with flag 30022044/7130002
1177.47/584.14	c cleaning 119004 clauses out of 238042 with flag 30461698/7250001
1203.04/596.81	c cleaning 120008 clauses out of 240037 with flag 30909231/7371000
1228.41/609.43	c cleaning 121011 clauses out of 242031 with flag 31365398/7493002
1254.52/622.44	c cleaning 121999 clauses out of 244020 with flag 31826073/7616002
1281.04/635.60	c cleaning 122996 clauses out of 246020 with flag 32288739/7740001
1310.24/650.12	c cleaning 123999 clauses out of 248024 with flag 32763454/7865001
1340.39/665.15	c cleaning 124993 clauses out of 250024 with flag 33237794/7991000
1369.29/679.75	c cleaning 126000 clauses out of 252032 with flag 33723765/8118001
1399.10/694.56	c cleaning 127007 clauses out of 254031 with flag 34226287/8246000
1420.97/705.42	c cleaning 0 clauses out of 143002 with flag 0/143002
1427.82/708.86	c cleaning 128001 clauses out of 256025 with flag 34720012/8375001
1458.36/724.04	c cleaning 128999 clauses out of 258024 with flag 35212985/8505001
1488.96/739.28	c cleaning 130001 clauses out of 260024 with flag 35712913/8636000
1520.56/754.92	c cleaning 131006 clauses out of 262024 with flag 36218668/8768001
1554.71/771.96	c cleaning 131997 clauses out of 264017 with flag 36735892/8901000
1588.55/788.73	c cleaning 133000 clauses out of 266020 with flag 37248293/9035000
1623.28/806.06	c cleaning 134000 clauses out of 268020 with flag 37777915/9170000
1657.04/822.83	c cleaning 134998 clauses out of 270020 with flag 38299110/9306000
1692.08/840.23	c cleaning 135993 clauses out of 272022 with flag 38828417/9443000
1730.94/859.59	c cleaning 137007 clauses out of 274029 with flag 39368119/9581000
1768.53/878.21	c cleaning 137999 clauses out of 276023 with flag 39914650/9720001
1800.18/893.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/893.90	c starts		: 10676
1800.18/893.90	c conflicts		: 9841630
1800.18/893.90	c decisions		: 14092287
1800.18/893.90	c propagations		: 92828686
1800.18/893.90	c inspects		: 16882075317
1800.18/893.90	c shortcuts		: 0
1800.18/893.90	c learnt literals	: 0
1800.18/893.90	c learnt binary clauses	: 0
1800.18/893.90	c learnt ternary clauses	: 0
1800.18/893.90	c learnt constraints	: 9841630
1800.18/893.90	c ignored constraints	: 0
1800.18/893.90	c root simplifications	: 0
1800.18/893.90	c removed literals (reason simplification)	: 8464246
1800.18/893.90	c reason swapping (by a shorter reason)	: 0
1800.18/893.90	c Calls to reduceDB	: 135
1800.18/893.90	c Number of update (reduction) of LBD	: 2005795
1800.18/893.90	c Imported unit clauses	: 0
1800.18/893.90	c number of reductions to clauses (during analyze)	: 0
1800.18/893.90	c number of learned constraints concerned by reduction	: 0
1800.18/893.90	c number of learning phase by resolution	: 0
1800.18/893.90	c number of learning phase by cutting planes	: 0
1800.18/893.90	c speed (assignments/second)	: 103871.59038902882
1800.18/893.90	c non guided choices	762573
1800.18/893.94	c learnt constraints type 
1800.18/893.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 259654
1800.18/893.94	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/893.94	c starts		: 105
1800.18/893.94	c conflicts		: 156413
1800.18/893.94	c decisions		: 219840
1800.18/893.94	c propagations		: 1437290
1800.18/893.94	c inspects		: 1963051688
1800.18/893.94	c shortcuts		: 0
1800.18/893.94	c learnt literals	: 0
1800.18/893.94	c learnt binary clauses	: 0
1800.18/893.94	c learnt ternary clauses	: 0
1800.18/893.94	c learnt constraints	: 156413
1800.18/893.94	c ignored constraints	: 0
1800.18/893.94	c root simplifications	: 0
1800.18/893.94	c removed literals (reason simplification)	: 0
1800.18/893.94	c reason swapping (by a shorter reason)	: 0
1800.18/893.94	c Calls to reduceDB	: 13
1800.18/893.94	c Number of update (reduction) of LBD	: 0
1800.18/893.94	c Imported unit clauses	: 0
1800.18/893.94	c number of reductions to clauses (during analyze)	: 0
1800.18/893.94	c number of learned constraints concerned by reduction	: 0
1800.18/893.94	c number of learning phase by resolution	: 0
1800.18/893.94	c number of learning phase by cutting planes	: 0
1800.18/893.94	c speed (assignments/second)	: 1608.2052268991624
1800.18/893.94	c non guided choices	6115
1800.18/893.98	c learnt constraints type 
1800.18/893.98	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 14855
1800.18/893.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 118
1800.18/893.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 141440
1800.18/893.98	s UNKNOWN
1800.18/893.98	c Total wall clock time (in seconds): 893.878

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4088736-1466011546/watcher-4088736-1466011546 -o /tmp/evaluation-result-4088736-1466011546/solver-4088736-1466011546 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4088736-1466011546.opb 

pid=7012
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.07 4.18 4.13 4/197 7015
/proc/meminfo: memFree=27867084/32872528 swapFree=1073728/1155488
[pid=7015] ppid=7012 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7015/stat : 7015 (java) S 7012 7015 5545 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 3203820 98570240 977 33554432000 1073741824 1073778376 140736000390256 140736000381392 219517321277 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7015/statm: 24065 977 743 9 0 16771 0
[pid=7015/tid=7016] ppid=7012 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7016/stat : 7016 (java) R 7012 7015 5545 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 3203820 98570240 977 33554432000 1073741824 1073778376 140736000390256 140461187415592 219513963904 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.07 4.18 4.13 4/197 7015
/proc/meminfo: memFree=27867084/32872528 swapFree=1073728/1155488
[pid=7015] ppid=7012 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/7015/stat : 7015 (java) S 7012 7015 5545 0 -1 4202496 4504 0 1 0 9 1 0 0 20 0 18 0 3203820 9787879424 6129 33554432000 1073741824 1073778376 140736000390256 140736000381392 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7015/statm: 2389619 6129 2156 9 0 2380296 0
[pid=7015/tid=7016] ppid=7012 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/7015/task/7016/stat : 7016 (java) R 7012 7015 5545 0 -1 4202560 2386 0 1 0 7 0 0 0 20 0 18 0 3203820 9787879424 6129 33554432000 1073741824 1073778376 140736000390256 140461187418840 219517347085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200266 s]
/proc/loadavg: 4.07 4.18 4.13 4/197 7015
/proc/meminfo: memFree=27867084/32872528 swapFree=1073728/1155488
[pid=7015] ppid=7012 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/7015/stat : 7015 (java) S 7012 7015 5545 0 -1 4202496 5420 0 1 0 26 1 0 0 20 0 18 0 3203820 9787879424 10441 33554432000 1073741824 1073778376 140736000390256 140736000381392 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7015/statm: 2389619 10441 2222 9 0 2380296 0
[pid=7015/tid=7016] ppid=7012 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/7015/task/7016/stat : 7016 (java) R 7012 7015 5545 0 -1 4202560 2409 0 1 0 16 1 0 0 20 0 18 0 3203820 9787879424 10441 33554432000 1073741824 1073778376 140736000390256 140461187418840 140461016697121 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300263 s]
/proc/loadavg: 4.07 4.18 4.13 4/197 7015
/proc/meminfo: memFree=27867084/32872528 swapFree=1073728/1155488
[pid=7015] ppid=7012 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/7015/stat : 7015 (java) S 7012 7015 5545 0 -1 4202496 7518 0 1 0 59 2 0 0 20 0 22 0 3203820 10060525568 13626 33554432000 1073741824 1073778376 140736000390256 140736000381392 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7015/statm: 2456183 13626 2249 9 0 2446860 0
[pid=7015/tid=7016] ppid=7012 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/7015/task/7016/stat : 7016 (java) S 7012 7015 5545 0 -1 4202560 2424 0 1 0 18 1 0 0 20 0 22 0 3203820 10060525568 13626 33554432000 1073741824 1073778376 140736000390256 140461187421048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9824732

[startup+0.700217 s]
/proc/loadavg: 4.07 4.18 4.13 4/197 7015
/proc/meminfo: memFree=27867084/32872528 swapFree=1073728/1155488
[pid=7015] ppid=7012 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/7015/stat : 7015 (java) S 7012 7015 5545 0 -1 4202496 17051 0 1 0 217 4 0 0 20 0 22 0 3203820 10060525568 28744 33554432000 1073741824 1073778376 140736000390256 140736000381392 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7015/statm: 2456183 28744 2261 9 0 2446860 0
[pid=7015/tid=7016] ppid=7012 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/7015/task/7016/stat : 7016 (java) S 7012 7015 5545 0 -1 4202560 2424 0 1 0 18 1 0 0 20 0 22 0 3203820 10060525568 28744 33554432000 1073741824 1073778376 140736000390256 140461187421048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.07 4.18 4.13 7/219 7037
/proc/meminfo: memFree=27680996/32872528 swapFree=1073728/1155488
[pid=7015] ppid=7012 vsize=9824732 CPUtime=5.07 cores=0,2,4,6
/proc/7015/stat : 7015 (java) S 7012 7015 5545 0 -1 4202496 22912 0 1 0 500 7 0 0 20 0 22 0 3203820 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140736000381392 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7015/statm: 2456183 51132 2278 9 0 2446860 0
[pid=7015/tid=7016] ppid=7012 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/7015/task/7016/stat : 7016 (java) S 7012 7015 5545 0 -1 4202560 2424 0 1 0 18 1 0 0 20 0 22 0 3203820 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461187421048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7018] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7018/stat : 7018 (java) S 7012 7015 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3203821 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461148911784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7019] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7019/stat : 7019 (java) S 7012 7015 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3203821 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461147859240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7020] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7020/stat : 7020 (java) S 7012 7015 5545 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 3203821 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461146806696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7021] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7021/stat : 7021 (java) S 7012 7015 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3203821 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461145754152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7022] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7022/stat : 7022 (java) S 7012 7015 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3203821 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461144701608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7023] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7023/stat : 7023 (java) S 7012 7015 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3203821 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461143649064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7024] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7024/stat : 7024 (java) S 7012 7015 5545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3203821 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461142596520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7025] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7025/stat : 7025 (java) S 7012 7015 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3203821 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461141543976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7026] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7026/stat : 7026 (java) S 7012 7015 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3203822 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461011343464 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7027] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7027/stat : 7027 (java) S 7012 7015 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3203822 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461010289784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7028] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7028/stat : 7028 (java) S 7012 7015 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3203822 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461009237128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7029] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7029/stat : 7029 (java) S 7012 7015 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3203824 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461008185872 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7030] ppid=7012 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/7015/task/7030/stat : 7030 (java) S 7012 7015 5545 0 -1 4202560 9444 0 0 0 114 2 0 0 20 0 22 0 3203824 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461007133240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7031] ppid=7012 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/7015/task/7031/stat : 7031 (java) S 7012 7015 5545 0 -1 4202560 9536 0 0 0 110 1 0 0 20 0 22 0 3203824 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461006080696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7032] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7032/stat : 7032 (java) S 7012 7015 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3203824 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461005028344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7033] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7033/stat : 7033 (java) S 7012 7015 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3203825 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461003976008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7034] ppid=7012 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/7015/task/7034/stat : 7034 (java) R 7012 7015 5545 0 -1 4202560 29 0 0 0 123 0 0 0 20 0 22 0 3203841 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461002920272 140461017123598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7035] ppid=7012 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/7015/task/7035/stat : 7035 (java) R 7012 7015 5545 0 -1 4202560 94 0 0 0 121 2 0 0 20 0 22 0 3203841 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140461001866192 140461017101280 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7036] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7036/stat : 7036 (java) S 7012 7015 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3203842 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140459858977832 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7037] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7037/stat : 7037 (java) S 7012 7015 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3203842 10060525568 51132 33554432000 1073741824 1073778376 140736000390256 140459857925288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 4.07 4.18 4.13 5/219 7037
/proc/meminfo: memFree=27536396/32872528 swapFree=1073728/1155488
[pid=7015] ppid=7012 vsize=9824732 CPUtime=8.83 cores=0,2,4,6
/proc/7015/stat : 7015 (java) S 7012 7015 5545 0 -1 4202496 26671 0 1 0 870 13 0 0 20 0 22 0 3203820 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140736000381392 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7015/statm: 2456183 117569 2278 9 0 2446860 0
[pid=7015/tid=7016] ppid=7012 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/7015/task/7016/stat : 7016 (java) S 7012 7015 5545 0 -1 4202560 2424 0 1 0 18 1 0 0 20 0 22 0 3203820 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461187421048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7018] ppid=7012 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7015/task/7018/stat : 7018 (java) S 7012 7015 5545 0 -1 4202560 81 0 0 0 2 0 0 0 20 0 22 0 3203821 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461148911784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7019] ppid=7012 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7015/task/7019/stat : 7019 (java) S 7012 7015 5545 0 -1 4202560 67 0 0 0 1 0 0 0 20 0 22 0 3203821 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461147859240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7020] ppid=7012 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7015/task/7020/stat : 7020 (java) S 7012 7015 5545 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 3203821 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461146806696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7021] ppid=7012 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7015/task/7021/stat : 7021 (java) S 7012 7015 5545 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 3203821 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461145754152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7022] ppid=7012 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7015/task/7022/stat : 7022 (java) S 7012 7015 5545 0 -1 4202560 86 0 0 0 2 0 0 0 20 0 22 0 3203821 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461144701608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7023] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7023/stat : 7023 (java) S 7012 7015 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3203821 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461143649064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7024] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7024/stat : 7024 (java) S 7012 7015 5545 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 22 0 3203821 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461142596520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7025] ppid=7012 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7015/task/7025/stat : 7025 (java) S 7012 7015 5545 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 3203821 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461141543976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7026] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7026/stat : 7026 (java) S 7012 7015 5545 0 -1 4202560 188 0 0 0 0 0 0 0 20 0 22 0 3203822 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461011343464 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7027] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7027/stat : 7027 (java) S 7012 7015 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3203822 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461010289784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7028] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7028/stat : 7028 (java) S 7012 7015 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3203822 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461009237128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7029] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7029/stat : 7029 (java) S 7012 7015 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3203824 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461008185872 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7030] ppid=7012 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/7015/task/7030/stat : 7030 (java) S 7012 7015 5545 0 -1 4202560 9444 0 0 0 119 2 0 0 20 0 22 0 3203824 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461007133240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7031] ppid=7012 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/7015/task/7031/stat : 7031 (java) S 7012 7015 5545 0 -1 4202560 12744 0 0 0 158 1 0 0 20 0 22 0 3203824 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461006080696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7032] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7032/stat : 7032 (java) S 7012 7015 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3203824 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461005028344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7033] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7033/stat : 7033 (java) S 7012 7015 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3203825 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461003976008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7034] ppid=7012 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/7015/task/7034/stat : 7034 (java) R 7012 7015 5545 0 -1 4202560 32 0 0 0 278 0 0 0 20 0 22 0 3203841 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461002911376 140461017168489 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7035] ppid=7012 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/7015/task/7035/stat : 7035 (java) R 7012 7015 5545 0 -1 4202560 209 0 0 0 273 4 0 0 20 0 22 0 3203841 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140461001866368 140461017230112 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7036] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7036/stat : 7036 (java) S 7012 7015 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3203842 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140459858977832 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7037] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7037/stat : 7037 (java) S 7012 7015 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3203842 10060525568 117569 33554432000 1073741824 1073778376 140736000390256 140459857925288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.83
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.07 4.18 4.13 5/219 7037
/proc/meminfo: memFree=26890324/32872528 swapFree=1073728/1155488
[pid=7015] ppid=7012 vsize=9824732 CPUtime=15.33 cores=0,2,4,6
/proc/7015/stat : 7015 (java) S 7012 7015 5545 0 -1 4202496 27853 0 1 0 1506 27 0 0 20 0 22 0 3203820 10060525568 280481 33554432000 1073741824 1073778376 140736000390256 140736000381392 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7015/statm: 2456183 280481 2278 9 0 2446860 0
[pid=7015/tid=7016] ppid=7012 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/7015/task/7016/stat : 7016 (java) S 7012 7015 5545 0 -1 4202560 2424 0 1 0 18 1 0 0 20 0 22 0 3203820 10060525568 280481 33554432000 1073741824 1073778376 140736000390256 140461187421048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7018] ppid=7012 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7015/task/7018/stat : 7018 (java) S 7012 7015 5545 0 -1 4202560 89 0 0 0 4 0 0 0 20 0 22 0 3203821 10060525568 280481 33554432000 1073741824 1073778376 140736000390256 140461148911784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7019] ppid=7012 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7015/task/7019/stat : 7019 (java) S 7012 7015 5545 0 -1 4202560 78 0 0 0 4 0 0 0 20 0 22 0 3203821 10060525568 280481 33554432000 1073741824 1073778376 140736000390256 140461147859240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7020] ppid=7012 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7015/task/7020/stat : 7020 (java) S 7012 7015 5545 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 3203821 10060525568 280481 33554432000 1073741824 1073778376 140736000390256 140461146806696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7021] ppid=7012 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7015/task/7021/stat : 7021 (java) S 7012 7015 5545 0 -1 4202560 31 0 0 0 2 1 0 0 20 0 22 0 3203821 10060525568 280481 33554432000 1073741824 1073778376 140736000390256 140461145754152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7022] ppid=7012 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/7015/task/7022/stat : 7022 (java) S 7012 7015 5545 0 -1 4202560 100 0 0 0 6 0 0 0 20 0 22 0 3203821 10060525568 280481 33554432000 1073741824 1073778376 140736000390256 140461144701608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7023] ppid=7012 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7015/task/7023/stat : 7023 (java) S 7012 7015 5545 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 3203821 10060525568 280481 33554432000 1073741824 1073778376 140736000390256 140461143649064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7024] ppid=7012 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7015/task/7024/stat : 7024 (java) S 7012 7015 5545 0 -1 4202560 84 0 0 0 2 0 0 0 20 0 22 0 3203821 10060525568 280481 33554432000 1073741824 1073778376 140736000390256 140461142596520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7025] ppid=7012 vsize=9824732 CPUtime=0.04 cores=0,2,4,6

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

/proc/7015/task/7020/stat : 7020 (java) S 7012 7015 5545 0 -1 4202560 440 0 0 0 322 10 0 0 20 0 22 0 3203821 10060525568 655132 33554432000 1073741824 1073778376 140736000390256 140461146806696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7021] ppid=7012 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/7015/task/7021/stat : 7021 (java) S 7012 7015 5545 0 -1 4202560 528 0 0 0 282 7 0 0 20 0 22 0 3203821 10060525568 655132 33554432000 1073741824 1073778376 140736000390256 140461145754152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7022] ppid=7012 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/7015/task/7022/stat : 7022 (java) S 7012 7015 5545 0 -1 4202560 653 0 0 0 308 10 0 0 20 0 22 0 3203821 10060525568 655132 33554432000 1073741824 1073778376 140736000390256 140461144701608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7023] ppid=7012 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/7015/task/7023/stat : 7023 (java) S 7012 7015 5545 0 -1 4202560 432 0 0 0 290 9 0 0 20 0 22 0 3203821 10060525568 655132 33554432000 1073741824 1073778376 140736000390256 140461143649064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7024] ppid=7012 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/7015/task/7024/stat : 7024 (java) S 7012 7015 5545 0 -1 4202560 555 0 0 0 284 8 0 0 20 0 22 0 3203821 10060525568 655132 33554432000 1073741824 1073778376 140736000390256 140461142596520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7025] ppid=7012 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/7015/task/7025/stat : 7025 (java) S 7012 7015 5545 0 -1 4202560 401 0 0 0 292 6 0 0 20 0 22 0 3203821 10060525568 655132 33554432000 1073741824 1073778376 140736000390256 140461141543976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7026] ppid=7012 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/7015/task/7026/stat : 7026 (java) S 7012 7015 5545 0 -1 4202560 1865 0 0 0 147 17 0 0 20 0 22 0 3203822 10060525568 655132 33554432000 1073741824 1073778376 140736000390256 140461011343464 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7027] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7027/stat : 7027 (java) S 7012 7015 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3203822 10060525568 655132 33554432000 1073741824 1073778376 140736000390256 140461010289784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7028] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7028/stat : 7028 (java) S 7012 7015 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3203822 10060525568 655132 33554432000 1073741824 1073778376 140736000390256 140461009237128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7029] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7029/stat : 7029 (java) S 7012 7015 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3203824 10060525568 655132 33554432000 1073741824 1073778376 140736000390256 140461008185872 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7030] ppid=7012 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/7015/task/7030/stat : 7030 (java) S 7012 7015 5545 0 -1 4202560 9444 0 0 0 119 2 0 0 20 0 22 0 3203824 10060525568 655132 33554432000 1073741824 1073778376 140736000390256 140461007133240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7031] ppid=7012 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/7015/task/7031/stat : 7031 (java) S 7012 7015 5545 0 -1 4202560 12748 0 0 0 168 1 0 0 20 0 22 0 3203824 10060525568 655132 33554432000 1073741824 1073778376 140736000390256 140461006080696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7032] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7032/stat : 7032 (java) S 7012 7015 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3203824 10060525568 655132 33554432000 1073741824 1073778376 140736000390256 140461005028344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7033] ppid=7012 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/7015/task/7033/stat : 7033 (java) S 7012 7015 5545 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 3203825 10060525568 655132 33554432000 1073741824 1073778376 140736000390256 140461003976008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7034] ppid=7012 vsize=9824732 CPUtime=871.26 cores=0,2,4,6
/proc/7015/task/7034/stat : 7034 (java) R 7012 7015 5545 0 -1 4202560 203 0 0 0 87111 15 0 0 20 0 22 0 3203841 10060525568 655132 33554432000 1073741824 1073778376 140736000390256 140461002919072 140461017168003 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7035] ppid=7012 vsize=9824732 CPUtime=871.22 cores=0,2,4,6
/proc/7015/task/7035/stat : 7035 (java) R 7012 7015 5545 0 -1 4202560 2362 0 0 0 87067 55 0 0 20 0 22 0 3203841 10060525568 655132 33554432000 1073741824 1073778376 140736000390256 140461001865744 140461017195320 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7036] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7036/stat : 7036 (java) S 7012 7015 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3203842 10060525568 655132 33554432000 1073741824 1073778376 140736000390256 140459858977832 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7037] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7037/stat : 7037 (java) S 7012 7015 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3203842 10060525568 655132 33554432000 1073741824 1073778376 140736000390256 140459857925288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1776.78
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.901 s]
/proc/loadavg: 4.25 4.23 4.16 6/220 7196
/proc/meminfo: memFree=25513388/32872528 swapFree=1073728/1155488
[pid=7015] ppid=7012 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/7015/stat : 7015 (java) S 7012 7015 5545 0 -1 4202496 34512 0 1 0 179866 152 0 0 20 0 22 0 3203820 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140736000381392 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7015/statm: 2456183 659780 2287 9 0 2446860 0
[pid=7015/tid=7016] ppid=7012 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/7015/task/7016/stat : 7016 (java) S 7012 7015 5545 0 -1 4202560 2435 0 1 0 21 3 0 0 20 0 22 0 3203820 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461187421048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7018] ppid=7012 vsize=9824732 CPUtime=3.47 cores=0,2,4,6
/proc/7015/task/7018/stat : 7018 (java) S 7012 7015 5545 0 -1 4202560 603 0 0 0 336 11 0 0 20 0 22 0 3203821 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461148911784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7019] ppid=7012 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/7015/task/7019/stat : 7019 (java) S 7012 7015 5545 0 -1 4202560 480 0 0 0 307 9 0 0 20 0 22 0 3203821 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461147859240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7020] ppid=7012 vsize=9824732 CPUtime=3.39 cores=0,2,4,6
/proc/7015/task/7020/stat : 7020 (java) S 7012 7015 5545 0 -1 4202560 449 0 0 0 329 10 0 0 20 0 22 0 3203821 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461146806696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7021] ppid=7012 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/7015/task/7021/stat : 7021 (java) S 7012 7015 5545 0 -1 4202560 531 0 0 0 286 7 0 0 20 0 22 0 3203821 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461145754152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7022] ppid=7012 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/7015/task/7022/stat : 7022 (java) S 7012 7015 5545 0 -1 4202560 660 0 0 0 314 10 0 0 20 0 22 0 3203821 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461144701608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7023] ppid=7012 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/7015/task/7023/stat : 7023 (java) S 7012 7015 5545 0 -1 4202560 440 0 0 0 295 9 0 0 20 0 22 0 3203821 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461143649064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7024] ppid=7012 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/7015/task/7024/stat : 7024 (java) S 7012 7015 5545 0 -1 4202560 564 0 0 0 290 8 0 0 20 0 22 0 3203821 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461142596520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7025] ppid=7012 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/7015/task/7025/stat : 7025 (java) S 7012 7015 5545 0 -1 4202560 409 0 0 0 295 6 0 0 20 0 22 0 3203821 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461141543976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7026] ppid=7012 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/7015/task/7026/stat : 7026 (java) S 7012 7015 5545 0 -1 4202560 1865 0 0 0 147 17 0 0 20 0 22 0 3203822 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461011343464 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7027] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7027/stat : 7027 (java) S 7012 7015 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3203822 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461010289784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7028] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7028/stat : 7028 (java) S 7012 7015 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3203822 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461009237128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7029] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7029/stat : 7029 (java) S 7012 7015 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3203824 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461008185872 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7030] ppid=7012 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/7015/task/7030/stat : 7030 (java) S 7012 7015 5545 0 -1 4202560 9444 0 0 0 119 2 0 0 20 0 22 0 3203824 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461007133240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7031] ppid=7012 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/7015/task/7031/stat : 7031 (java) S 7012 7015 5545 0 -1 4202560 12748 0 0 0 168 1 0 0 20 0 22 0 3203824 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461006080696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7032] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7032/stat : 7032 (java) S 7012 7015 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3203824 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461005028344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7033] ppid=7012 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/7015/task/7033/stat : 7033 (java) S 7012 7015 5545 0 -1 4202560 51 0 0 0 15 19 0 0 20 0 22 0 3203825 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461003976008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7034] ppid=7012 vsize=9824732 CPUtime=882.7 cores=0,2,4,6
/proc/7015/task/7034/stat : 7034 (java) R 7012 7015 5545 0 -1 4202560 204 0 0 0 88254 16 0 0 20 0 22 0 3203841 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461002918288 140461017123598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7035] ppid=7012 vsize=9824732 CPUtime=882.66 cores=0,2,4,6
/proc/7015/task/7035/stat : 7035 (java) R 7012 7015 5545 0 -1 4202560 2364 0 0 0 88211 55 0 0 20 0 22 0 3203841 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461001866512 140461017230626 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7036] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7036/stat : 7036 (java) S 7012 7015 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3203842 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140459858977832 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7037] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7037/stat : 7037 (java) S 7012 7015 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3203842 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140459857925288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7015 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+893.901 s]
/proc/loadavg: 4.25 4.23 4.16 6/220 7196
/proc/meminfo: memFree=25513388/32872528 swapFree=1073728/1155488
[pid=7015] ppid=7012 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/7015/stat : 7015 (java) S 7012 7015 5545 0 -1 4202496 34512 0 1 0 179866 152 0 0 20 0 22 0 3203820 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140736000381392 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7015/statm: 2456183 659780 2287 9 0 2446860 0
[pid=7015/tid=7016] ppid=7012 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/7015/task/7016/stat : 7016 (java) S 7012 7015 5545 0 -1 4202560 2435 0 1 0 21 3 0 0 20 0 22 0 3203820 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461187421048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7018] ppid=7012 vsize=9824732 CPUtime=3.47 cores=0,2,4,6
/proc/7015/task/7018/stat : 7018 (java) S 7012 7015 5545 0 -1 4202560 603 0 0 0 336 11 0 0 20 0 22 0 3203821 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461148911784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7019] ppid=7012 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/7015/task/7019/stat : 7019 (java) S 7012 7015 5545 0 -1 4202560 480 0 0 0 307 9 0 0 20 0 22 0 3203821 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461147859240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7020] ppid=7012 vsize=9824732 CPUtime=3.39 cores=0,2,4,6
/proc/7015/task/7020/stat : 7020 (java) S 7012 7015 5545 0 -1 4202560 449 0 0 0 329 10 0 0 20 0 22 0 3203821 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461146806696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7021] ppid=7012 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/7015/task/7021/stat : 7021 (java) S 7012 7015 5545 0 -1 4202560 531 0 0 0 286 7 0 0 20 0 22 0 3203821 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461145754152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7022] ppid=7012 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/7015/task/7022/stat : 7022 (java) S 7012 7015 5545 0 -1 4202560 660 0 0 0 314 10 0 0 20 0 22 0 3203821 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461144701608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7023] ppid=7012 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/7015/task/7023/stat : 7023 (java) S 7012 7015 5545 0 -1 4202560 440 0 0 0 295 9 0 0 20 0 22 0 3203821 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461143649064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7024] ppid=7012 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/7015/task/7024/stat : 7024 (java) S 7012 7015 5545 0 -1 4202560 564 0 0 0 290 8 0 0 20 0 22 0 3203821 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461142596520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7025] ppid=7012 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/7015/task/7025/stat : 7025 (java) S 7012 7015 5545 0 -1 4202560 409 0 0 0 295 6 0 0 20 0 22 0 3203821 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461141543976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7026] ppid=7012 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/7015/task/7026/stat : 7026 (java) S 7012 7015 5545 0 -1 4202560 1865 0 0 0 147 17 0 0 20 0 22 0 3203822 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461011343464 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7027] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7027/stat : 7027 (java) S 7012 7015 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3203822 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461010289784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7028] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7028/stat : 7028 (java) S 7012 7015 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3203822 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461009237128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7029] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7029/stat : 7029 (java) S 7012 7015 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3203824 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461008185872 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7030] ppid=7012 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/7015/task/7030/stat : 7030 (java) S 7012 7015 5545 0 -1 4202560 9444 0 0 0 119 2 0 0 20 0 22 0 3203824 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461007133240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7031] ppid=7012 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/7015/task/7031/stat : 7031 (java) S 7012 7015 5545 0 -1 4202560 12748 0 0 0 168 1 0 0 20 0 22 0 3203824 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461006080696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7032] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7032/stat : 7032 (java) S 7012 7015 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3203824 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461005028344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7033] ppid=7012 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/7015/task/7033/stat : 7033 (java) S 7012 7015 5545 0 -1 4202560 51 0 0 0 15 19 0 0 20 0 22 0 3203825 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461003976008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7015/tid=7034] ppid=7012 vsize=9824732 CPUtime=882.7 cores=0,2,4,6
/proc/7015/task/7034/stat : 7034 (java) R 7012 7015 5545 0 -1 4202560 204 0 0 0 88254 16 0 0 20 0 22 0 3203841 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461002918288 140461017123598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7015/tid=7035] ppid=7012 vsize=9824732 CPUtime=882.66 cores=0,2,4,6
/proc/7015/task/7035/stat : 7035 (java) R 7012 7015 5545 0 -1 4202560 2364 0 0 0 88211 55 0 0 20 0 22 0 3203841 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140461001866512 140461017230626 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7015/tid=7036] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7036/stat : 7036 (java) S 7012 7015 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3203842 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140459858977832 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7015/tid=7037] ppid=7012 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7015/task/7037/stat : 7037 (java) S 7012 7015 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3203842 10060525568 659780 33554432000 1073741824 1073778376 140736000390256 140459857925288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7015 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=228235
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=2695
# CPU time returned by wait4() is 1796.23
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894
CPU time (s): 1800.18
CPU user time (s): 1798.66
CPU system time (s): 1.52
CPU usage (%): 201.362
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.23
system time used= 2.0027
maximum resident set size= 3067528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34558
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27950
involuntary context switches= 45460

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.88395 second user time and 6.00509 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 19:25:46
IDJOB=4088736
IDBENCH=107306
IDSOLVER=2543
FILE ID=node114/4088736-1466011546
RUNJOBID= node114-1466008022-5561
PBS_JOBID= 19902804
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_ODD_GRIDS/normalized-ECgrid5x90split.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088736-1466011546/watcher-4088736-1466011546 -o /tmp/evaluation-result-4088736-1466011546/solver-4088736-1466011546 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4088736-1466011546.opb

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

MD5SUM BENCH= f939701c62eed5182314d73843e2525a
RANDOM SEED=2121382579

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27867720 kB
Buffers:            7028 kB
Cached:            39076 kB
SwapCached:        33296 kB
Active:          3087228 kB
Inactive:          57812 kB
Active(anon):    3068000 kB
Inactive(anon):    33292 kB
Active(file):      19228 kB
Inactive(file):    24520 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       4348652 kB
Mapped:            15504 kB
Shmem:                 0 kB
Slab:             564808 kB
SReclaimable:       8588 kB
SUnreclaim:       556220 kB
KernelStack:        1784 kB
PageTables:        12556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4359696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3207168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node114 at 2016-06-15 19:40:40