Trace number 4106059

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPT3 1512.82 755.565

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=307-P1=313-P2=331-P3=461-P4=131-P5=307-P6=149-P7=479-P8=317-P9=431-B.opb
MD5SUM8b00ea770361f301179000d52beb4a25
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.215967
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables243
Total number of constraints19
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 constraints19
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)729
Sum of products size (including duplicates)1458
Number of different products729
Sum of products size1458

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4106059-1466268218.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
0.21/0.26	c ... done. Wall clock time 0.138s.
0.21/0.26	c declared #vars     243
0.21/0.26	c internal #vars     972
0.21/0.26	c #constraints  1486
0.21/0.27	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.21/0.27	c constraints type 
0.21/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 729
0.21/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 757
0.21/0.27	c 1486 constraints processed.
0.21/0.27	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.21/0.27	c constraints type 
0.21/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 729
0.21/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 757
0.21/0.27	c 1486 constraints processed.
0.21/0.27	c objective function length is 9 literals
2.87/0.98	c cleaning 2499 clauses out of 5000 with flag 10164/5000
5.41/1.69	c cleaning 4250 clauses out of 8502 with flag 22370/11001
7.06/2.42	c cleaning 5624 clauses out of 11252 with flag 37146/18001
9.13/3.42	c cleaning 6805 clauses out of 13627 with flag 54052/26000
11.36/4.59	c cleaning 7910 clauses out of 15823 with flag 73197/35001
14.38/6.05	c cleaning 8947 clauses out of 17913 with flag 93808/45001
18.21/7.91	c cleaning 9973 clauses out of 19965 with flag 116263/56000
22.42/10.06	c cleaning 10985 clauses out of 21992 with flag 140926/68000
28.21/12.91	c cleaning 11999 clauses out of 24008 with flag 168305/81001
30.20/13.93	c cleaning 12995 clauses out of 26008 with flag 197711/95000
32.44/15.03	c cleaning 14002 clauses out of 28013 with flag 229813/110000
34.84/16.21	c cleaning 14986 clauses out of 30011 with flag 263714/126000
38.24/17.98	c cleaning 16000 clauses out of 32025 with flag 300531/143000
45.48/21.50	c cleaning 16998 clauses out of 34026 with flag 341162/161001
51.09/24.31	c cleaning 17990 clauses out of 36027 with flag 383027/180000
59.93/28.75	c cleaning 19001 clauses out of 38037 with flag 431676/200000
64.13/30.84	c cleaning 20002 clauses out of 40036 with flag 476879/221000
69.96/33.76	c cleaning 21007 clauses out of 42035 with flag 524127/243001
75.37/36.46	c cleaning 22003 clauses out of 44028 with flag 573368/266001
85.79/41.61	c cleaning 23003 clauses out of 46024 with flag 634639/290000
93.19/45.36	c cleaning 24011 clauses out of 48022 with flag 692612/315001
95.25/46.37	c cleaning 0 clauses out of 5000 with flag 0/5000
102.89/50.06	c cleaning 24997 clauses out of 50011 with flag 752978/341001
110.65/53.90	c cleaning 25996 clauses out of 52013 with flag 813431/368000
116.65/56.84	c cleaning 27002 clauses out of 54017 with flag 878985/396000
125.73/61.30	c cleaning 27974 clauses out of 56016 with flag 947282/425001
131.13/64.05	c cleaning 29008 clauses out of 58044 with flag 1014138/455003
141.95/69.42	c cleaning 30008 clauses out of 60034 with flag 1087739/486001
152.57/74.70	c cleaning 31002 clauses out of 62026 with flag 1164558/518001
167.22/82.05	c cleaning 32003 clauses out of 64024 with flag 1240759/551001
177.52/87.18	c cleaning 33000 clauses out of 66021 with flag 1323336/585001
196.19/96.41	c cleaning 34003 clauses out of 68021 with flag 1409563/620001
212.81/104.78	c cleaning 35003 clauses out of 70017 with flag 1487617/656000
226.06/111.31	c cleaning 36001 clauses out of 72015 with flag 1570420/693001
236.68/116.64	c cleaning 37004 clauses out of 74013 with flag 1653986/731000
254.54/125.57	c cleaning 37998 clauses out of 76008 with flag 1739772/770000
259.35/127.96	c And the winner is solver0
259.35/128.32	c SATISFIABLE
259.35/128.32	c OPTIMIZING...
259.35/128.32	c Got one! Elapsed wall clock time (in seconds):128.196
259.35/128.32	o 33
261.30/129.35	c cleaning 30469 clauses out of 60952 with flag 12106/792942
262.72/129.98	c cleaning 18236 clauses out of 36483 with flag 25066/798942
264.11/130.62	c cleaning 12611 clauses out of 25247 with flag 39608/805942
266.30/131.74	c cleaning 10308 clauses out of 20636 with flag 55996/813942
267.30/132.26	c cleaning 9641 clauses out of 19328 with flag 75897/822942
268.30/132.77	c And the winner is solver0
268.57/132.92	c Got one! Elapsed wall clock time (in seconds):132.797
268.57/132.92	o 19
269.31/133.32	c cleaning 11455 clauses out of 22922 with flag 12590/836177
270.13/133.70	c cleaning 8721 clauses out of 17467 with flag 25504/842177
270.93/134.17	c cleaning 7861 clauses out of 15745 with flag 40191/849176
272.13/134.79	c cleaning 7932 clauses out of 15885 with flag 56977/857177
273.54/135.48	c cleaning 8461 clauses out of 16952 with flag 76201/866176
274.96/136.17	c cleaning 9243 clauses out of 18493 with flag 97918/876178
275.57/136.47	c And the winner is solver0
275.77/136.93	c Got one! Elapsed wall clock time (in seconds):136.799
275.77/136.93	o 15
275.91/137.04	c And the winner is solver0
276.08/137.43	c Got one! Elapsed wall clock time (in seconds):137.3
276.08/137.43	o 5
276.44/137.67	c cleaning 9756 clauses out of 19535 with flag 7342/886463
277.62/138.30	c cleaning 7883 clauses out of 15779 with flag 20193/892463
279.25/139.04	c cleaning 7438 clauses out of 14895 with flag 34944/899462
280.44/139.63	c cleaning 7713 clauses out of 15457 with flag 51857/907462
281.65/140.23	c cleaning 8362 clauses out of 16745 with flag 71026/916463
283.85/141.34	c cleaning 9189 clauses out of 18382 with flag 92009/926462
285.65/142.26	c cleaning 10089 clauses out of 20194 with flag 115908/937463
289.27/144.04	c cleaning 11042 clauses out of 22105 with flag 141222/949463
292.48/145.67	c cleaning 12026 clauses out of 24062 with flag 169637/962462
294.88/146.88	c cleaning 13015 clauses out of 26036 with flag 200159/976462
296.91/147.83	c cleaning 14000 clauses out of 28021 with flag 232674/991462
302.15/150.40	c cleaning 15007 clauses out of 30022 with flag 266530/1007463
308.77/153.77	c cleaning 16008 clauses out of 32015 with flag 303839/1024463
313.59/156.15	c cleaning 17000 clauses out of 34006 with flag 343229/1042462
316.80/157.75	c cleaning 17990 clauses out of 36007 with flag 386952/1061463
318.80/158.78	c And the winner is solver0
318.96/158.93	c Got one! Elapsed wall clock time (in seconds):158.804
318.96/158.93	o 3
319.72/159.37	c cleaning 17632 clauses out of 35294 with flag 11211/1078740
320.52/159.77	c cleaning 11827 clauses out of 23662 with flag 24480/1084740
321.72/160.37	c cleaning 9413 clauses out of 18834 with flag 40498/1091739
322.92/160.97	c cleaning 8707 clauses out of 17421 with flag 58474/1099739
324.54/161.71	c cleaning 8833 clauses out of 17714 with flag 77227/1108739
326.13/162.52	c cleaning 9430 clauses out of 18881 with flag 99286/1118739
327.75/163.31	c cleaning 10213 clauses out of 20451 with flag 122921/1129739
329.55/164.26	c cleaning 11108 clauses out of 22238 with flag 148643/1141739
332.15/165.55	c cleaning 12062 clauses out of 24130 with flag 177907/1154739
334.75/166.86	c cleaning 13024 clauses out of 26069 with flag 210321/1168740
336.96/167.97	c cleaning 14017 clauses out of 28045 with flag 243100/1183740
340.21/169.51	c cleaning 15007 clauses out of 30028 with flag 275956/1199740
343.02/170.94	c cleaning 15998 clauses out of 32022 with flag 311805/1216741
347.64/173.27	c cleaning 16992 clauses out of 34023 with flag 350985/1234740
353.48/176.18	c cleaning 18016 clauses out of 36031 with flag 395417/1253740
359.50/179.11	c cleaning 18992 clauses out of 38013 with flag 439486/1273739
366.76/182.78	c cleaning 19998 clauses out of 40021 with flag 482778/1294739
372.80/185.76	c cleaning 21004 clauses out of 42024 with flag 529665/1316740
378.42/188.51	c cleaning 21999 clauses out of 44019 with flag 580027/1339739
383.24/190.95	c cleaning 23005 clauses out of 46020 with flag 630962/1363739
388.25/193.45	c cleaning 24001 clauses out of 48015 with flag 684742/1388739
390.05/194.39	c cleaning 0 clauses out of 11315 with flag 0/11317
394.28/196.40	c cleaning 24985 clauses out of 50015 with flag 740487/1414740
402.93/200.75	c cleaning 26014 clauses out of 52029 with flag 805207/1441739
408.78/203.64	c cleaning 27006 clauses out of 54018 with flag 868612/1469742
414.41/206.42	c cleaning 27983 clauses out of 56013 with flag 930320/1498743
426.07/212.22	c cleaning 29007 clauses out of 58027 with flag 997354/1528740
436.50/217.45	c cleaning 30007 clauses out of 60020 with flag 1065953/1559740
443.32/220.84	c cleaning 30992 clauses out of 62012 with flag 1136869/1591739
451.38/224.80	c cleaning 32009 clauses out of 64021 with flag 1209158/1624740
462.44/230.33	c cleaning 32984 clauses out of 66011 with flag 1287404/1658739
471.89/235.03	c cleaning 34004 clauses out of 68026 with flag 1366596/1693739
481.14/239.66	c cleaning 35002 clauses out of 70022 with flag 1446683/1729739
493.21/245.63	c cleaning 36008 clauses out of 72020 with flag 1527941/1766739
512.64/255.40	c cleaning 36990 clauses out of 74013 with flag 1609874/1804740
523.06/260.68	c cleaning 38002 clauses out of 76022 with flag 1697917/1843739
535.12/266.69	c cleaning 39003 clauses out of 78021 with flag 1783963/1883740
545.82/271.97	c cleaning 40006 clauses out of 80017 with flag 1878933/1924739
559.44/278.70	c cleaning 41002 clauses out of 82012 with flag 1972571/1966740
568.66/283.37	c cleaning 41996 clauses out of 84009 with flag 2069847/2009739
588.15/293.05	c cleaning 42991 clauses out of 86014 with flag 2168483/2053740
598.41/298.19	c cleaning 43994 clauses out of 88022 with flag 2270772/2098739
610.10/303.99	c cleaning 44996 clauses out of 90029 with flag 2374721/2144740
623.40/310.54	c cleaning 46002 clauses out of 92031 with flag 2479534/2191739
638.03/317.92	c cleaning 47006 clauses out of 94030 with flag 2582957/2239740
653.29/325.59	c cleaning 48002 clauses out of 96023 with flag 2690785/2288739
670.37/334.09	c cleaning 48999 clauses out of 98022 with flag 2803076/2338740
692.67/345.14	c cleaning 50003 clauses out of 100022 with flag 2917248/2389739
718.40/357.91	c cleaning 51000 clauses out of 102019 with flag 3035763/2441739
733.92/365.66	c cleaning 51995 clauses out of 104020 with flag 3158464/2494740
753.64/375.47	c cleaning 53001 clauses out of 106024 with flag 3287461/2548739
776.12/386.60	c cleaning 54005 clauses out of 108023 with flag 3418639/2603739
799.24/398.10	c cleaning 54998 clauses out of 110017 with flag 3543313/2659739
826.28/411.75	c cleaning 56002 clauses out of 112019 with flag 3668939/2716739
835.56/416.31	c cleaning 0 clauses out of 17316 with flag 0/17318
845.97/421.55	c cleaning 57003 clauses out of 114019 with flag 3798650/2774741
881.74/439.37	c cleaning 58000 clauses out of 116016 with flag 3929382/2833741
906.45/451.69	c cleaning 59005 clauses out of 118014 with flag 4062042/2893739
935.79/466.20	c cleaning 59996 clauses out of 120009 with flag 4197795/2954739
960.93/478.75	c cleaning 60994 clauses out of 122014 with flag 4337186/3016740
984.09/490.30	c cleaning 62003 clauses out of 124020 with flag 4477752/3079740
1020.89/508.51	c cleaning 63000 clauses out of 126016 with flag 4619469/3143740
1052.23/524.38	c cleaning 64001 clauses out of 128015 with flag 4759085/3208739
1096.53/546.42	c cleaning 65000 clauses out of 130014 with flag 4904357/3274739
1151.93/574.02	c cleaning 66002 clauses out of 132014 with flag 5057554/3341740
1171.83/583.94	c cleaning 0 clauses out of 24316 with flag 0/24318
1181.73/588.90	c cleaning 66993 clauses out of 134011 with flag 5204757/3409739
1215.27/605.57	c cleaning 68000 clauses out of 136019 with flag 5357100/3478740
1251.43/623.53	c cleaning 69009 clauses out of 138019 with flag 5516491/3548740
1297.86/646.63	c cleaning 70003 clauses out of 140009 with flag 5686825/3619739
1359.18/677.34	c cleaning 71001 clauses out of 142006 with flag 5855575/3691739
1444.61/719.85	c cleaning 72001 clauses out of 144005 with flag 6018293/3764740
1509.29/752.03	c And the winner is solver0
1512.50/755.55	c >>>>>>>>>> Solver number 0 (6 answers) <<<<<<<<<<<<<<<<<<
1512.50/755.55	c starts		: 7943
1512.50/755.55	c conflicts		: 3827524
1512.50/755.55	c decisions		: 4431485
1512.50/755.55	c propagations		: 85356406
1512.50/755.55	c inspects		: 10910294745
1512.50/755.55	c shortcuts		: 0
1512.50/755.55	c learnt literals	: 21
1512.50/755.55	c learnt binary clauses	: 53
1512.50/755.55	c learnt ternary clauses	: 117
1512.50/755.55	c learnt constraints	: 3827502
1512.50/755.55	c ignored constraints	: 0
1512.50/755.55	c root simplifications	: 0
1512.50/755.55	c removed literals (reason simplification)	: 11756478
1512.50/755.55	c reason swapping (by a shorter reason)	: 0
1512.50/755.55	c Calls to reduceDB	: 130
1512.50/755.55	c Number of update (reduction) of LBD	: 131026
1512.50/755.55	c Imported unit clauses	: 0
1512.50/755.55	c number of reductions to clauses (during analyze)	: 0
1512.50/755.55	c number of learned constraints concerned by reduction	: 0
1512.50/755.55	c number of learning phase by resolution	: 0
1512.50/755.55	c number of learning phase by cutting planes	: 0
1512.50/755.55	c speed (assignments/second)	: 113013.37919730111
1512.50/755.55	c non guided choices	40302
1512.50/755.55	c learnt constraints type 
1512.50/755.55	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1512.50/755.55	c starts		: 89
1512.50/755.55	c conflicts		: 27046
1512.50/755.55	c decisions		: 30359
1512.50/755.55	c propagations		: 488040
1512.50/755.55	c inspects		: 905225358
1512.50/755.55	c shortcuts		: 0
1512.50/755.55	c learnt literals	: 0
1512.50/755.55	c learnt binary clauses	: 0
1512.50/755.55	c learnt ternary clauses	: 0
1512.50/755.55	c learnt constraints	: 27043
1512.50/755.55	c ignored constraints	: 0
1512.50/755.55	c root simplifications	: 0
1512.50/755.55	c removed literals (reason simplification)	: 0
1512.50/755.55	c reason swapping (by a shorter reason)	: 0
1512.50/755.55	c Calls to reduceDB	: 4
1512.50/755.55	c Number of update (reduction) of LBD	: 0
1512.50/755.55	c Imported unit clauses	: 0
1512.50/755.55	c number of reductions to clauses (during analyze)	: 0
1512.50/755.55	c number of learned constraints concerned by reduction	: 0
1512.50/755.55	c number of learning phase by resolution	: 0
1512.50/755.55	c number of learning phase by cutting planes	: 0
1512.50/755.55	c speed (assignments/second)	: 818.0163388723697
1512.50/755.55	c non guided choices	1341
1512.50/755.55	c learnt constraints type 
1512.50/755.55	s OPTIMUM FOUND
1512.50/755.55	c Found 5 solution(s)
1512.50/755.55	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 
1512.50/755.55	c objective function=3
1512.50/755.55	c Total wall clock time (in seconds): 755.425

Verifier Data

OK	3

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-4106059-1466268218/watcher-4106059-1466268218 -o /tmp/evaluation-result-4106059-1466268218/solver-4106059-1466268218 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106059-1466268218.opb 

pid=31233
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.24 4.34 4.18 4/197 31236
/proc/meminfo: memFree=27383512/32872528 swapFree=1556504/1720024
[pid=31236] ppid=31233 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/31236/stat : 31236 (java) R 31233 31236 30091 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 28870454 9515008 182 33554432000 1073741824 1073778376 140735454685248 140735454676280 270330052277 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31236/statm: 2323 182 140 9 0 71 0

[startup+0.100116 s]
/proc/loadavg: 4.24 4.34 4.18 4/197 31236
/proc/meminfo: memFree=27383512/32872528 swapFree=1556504/1720024
[pid=31236] ppid=31233 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/31236/stat : 31236 (java) S 31233 31236 30091 0 -1 4202496 4447 0 1 0 8 1 0 0 20 0 18 0 28870454 9787879424 5043 33554432000 1073741824 1073778376 140736299008768 140736298999904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31236/statm: 2389619 5043 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200291 s]
/proc/loadavg: 4.24 4.34 4.18 4/197 31236
/proc/meminfo: memFree=27383512/32872528 swapFree=1556504/1720024
[pid=31236] ppid=31233 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/31236/stat : 31236 (java) S 31233 31236 30091 0 -1 4202496 4623 0 1 0 20 1 0 0 20 0 18 0 28870454 9787879424 6721 33554432000 1073741824 1073778376 140736299008768 140736298999904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31236/statm: 2389619 6721 2191 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300219 s]
/proc/loadavg: 4.24 4.34 4.18 4/197 31236
/proc/meminfo: memFree=27383512/32872528 swapFree=1556504/1720024
[pid=31236] ppid=31233 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/31236/stat : 31236 (java) S 31233 31236 30091 0 -1 4202496 6663 0 1 0 45 1 0 0 20 0 22 0 28870454 10060525568 9677 33554432000 1073741824 1073778376 140736299008768 140736298999904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31236/statm: 2456183 9677 2237 9 0 2446860 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9824732

[startup+0.70019 s]
/proc/loadavg: 4.24 4.34 4.18 4/197 31236
/proc/meminfo: memFree=27383512/32872528 swapFree=1556504/1720024
[pid=31236] ppid=31233 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/31236/stat : 31236 (java) S 31233 31236 30091 0 -1 4202496 16936 0 1 0 203 4 0 0 20 0 22 0 28870454 10060525568 21010 33554432000 1073741824 1073778376 140736299008768 140736298999904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31236/statm: 2456183 21010 2256 9 0 2446860 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.24 4.34 4.18 7/219 31258
/proc/meminfo: memFree=27200516/32872528 swapFree=1556504/1720024
[pid=31236] ppid=31233 vsize=9824732 CPUtime=5.13 cores=0,2,4,6
/proc/31236/stat : 31236 (java) S 31233 31236 30091 0 -1 4202496 28006 0 1 0 504 9 0 0 20 0 22 0 28870454 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140736298999904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31236/statm: 2456183 49060 2278 9 0 2446860 0
[pid=31236/tid=31238] ppid=31233 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/31236/task/31238/stat : 31238 (java) S 31233 31236 30091 0 -1 4202560 2473 0 1 0 22 1 0 0 20 0 22 0 28870455 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567965205368 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31239] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31239/stat : 31239 (java) S 31233 31236 30091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 28870456 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567808784936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31240] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31240/stat : 31240 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28870456 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567807732136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31241] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31241/stat : 31241 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28870456 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567806679336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31236/tid=31242] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31242/stat : 31242 (java) S 31233 31236 30091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28870456 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567805626536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31243] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31243/stat : 31243 (java) S 31233 31236 30091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28870456 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567804574760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31236/tid=31244] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31244/stat : 31244 (java) S 31233 31236 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28870456 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567803521960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31245] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31245/stat : 31245 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28870456 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567802469160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31246] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31246/stat : 31246 (java) S 31233 31236 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28870456 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567801416360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31236/tid=31247] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31247/stat : 31247 (java) S 31233 31236 30091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 28870458 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567789218280 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31248] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31248/stat : 31248 (java) S 31233 31236 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28870458 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567788164344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31249] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31249/stat : 31249 (java) S 31233 31236 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28870458 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567787111432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31250] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31250/stat : 31250 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28870461 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567786059920 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31251] ppid=31233 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/31236/task/31251/stat : 31251 (java) S 31233 31236 30091 0 -1 4202560 12388 0 0 0 113 3 0 0 20 0 22 0 28870461 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567785008056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31252] ppid=31233 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/31236/task/31252/stat : 31252 (java) S 31233 31236 30091 0 -1 4202560 11637 0 0 0 123 2 0 0 20 0 22 0 28870461 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567783955256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31253] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31253/stat : 31253 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28870461 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567782902648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31254] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31254/stat : 31254 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28870461 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567781850056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31255] ppid=31233 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/31236/task/31255/stat : 31255 (java) R 31233 31236 30091 0 -1 4202560 28 0 0 0 118 0 0 0 20 0 22 0 28870481 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567780794664 140567905565612 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=31236/tid=31256] ppid=31233 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/31236/task/31256/stat : 31256 (java) R 31233 31236 30091 0 -1 4202560 98 0 0 0 118 2 0 0 20 0 22 0 28870481 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567779741016 140567905302292 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31257] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31257/stat : 31257 (java) S 31233 31236 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28870482 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567778689960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31236/tid=31258] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31258/stat : 31258 (java) S 31233 31236 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28870482 10060525568 49060 33554432000 1073741824 1073778376 140736299008768 140567777637160 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.24 4.34 4.18 6/219 31258
/proc/meminfo: memFree=27183132/32872528 swapFree=1556504/1720024
[pid=31236] ppid=31233 vsize=9824732 CPUtime=8.5 cores=0,2,4,6
/proc/31236/stat : 31236 (java) S 31233 31236 30091 0 -1 4202496 28471 0 1 0 835 15 0 0 20 0 22 0 28870454 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140736298999904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31236/statm: 2456183 86263 2278 9 0 2446860 0
[pid=31236/tid=31238] ppid=31233 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/31236/task/31238/stat : 31238 (java) S 31233 31236 30091 0 -1 4202560 2473 0 1 0 22 1 0 0 20 0 22 0 28870455 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567965205368 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31239] ppid=31233 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31236/task/31239/stat : 31239 (java) S 31233 31236 30091 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 28870456 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567808784936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31240] ppid=31233 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31236/task/31240/stat : 31240 (java) S 31233 31236 30091 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 28870456 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567807732136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31241] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31241/stat : 31241 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28870456 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567806679336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31242] ppid=31233 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31236/task/31242/stat : 31242 (java) S 31233 31236 30091 0 -1 4202560 47 0 0 0 1 0 0 0 20 0 22 0 28870456 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567805626536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31243] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31243/stat : 31243 (java) S 31233 31236 30091 0 -1 4202560 68 0 0 0 0 0 0 0 20 0 22 0 28870456 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567804574760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31236/tid=31244] ppid=31233 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31236/task/31244/stat : 31244 (java) S 31233 31236 30091 0 -1 4202560 76 0 0 0 1 2 0 0 20 0 22 0 28870456 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567803521960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31245] ppid=31233 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31236/task/31245/stat : 31245 (java) S 31233 31236 30091 0 -1 4202560 78 0 0 0 1 0 0 0 20 0 22 0 28870456 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567802469160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31246] ppid=31233 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31236/task/31246/stat : 31246 (java) S 31233 31236 30091 0 -1 4202560 19 0 0 0 0 1 0 0 20 0 22 0 28870456 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567801416360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31247] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31247/stat : 31247 (java) S 31233 31236 30091 0 -1 4202560 189 0 0 0 0 0 0 0 20 0 22 0 28870458 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567789218280 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31236/tid=31248] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31248/stat : 31248 (java) S 31233 31236 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28870458 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567788164344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31249] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31249/stat : 31249 (java) S 31233 31236 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28870458 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567787111432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31250] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31250/stat : 31250 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28870461 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567786059920 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31251] ppid=31233 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/31236/task/31251/stat : 31251 (java) S 31233 31236 30091 0 -1 4202560 12388 0 0 0 118 3 0 0 20 0 22 0 28870461 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567785008056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31252] ppid=31233 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/31236/task/31252/stat : 31252 (java) S 31233 31236 30091 0 -1 4202560 11647 0 0 0 129 2 0 0 20 0 22 0 28870461 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567783955256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31253] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31253/stat : 31253 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28870461 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567782902648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31254] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31254/stat : 31254 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28870461 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567781850056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31255] ppid=31233 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/31236/task/31255/stat : 31255 (java) R 31233 31236 30091 0 -1 4202560 32 0 0 0 272 0 0 0 20 0 22 0 28870481 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567780793208 140567905804113 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31256] ppid=31233 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/31236/task/31256/stat : 31256 (java) R 31233 31236 30091 0 -1 4202560 151 0 0 0 271 3 0 0 20 0 22 0 28870481 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567779741096 140567905393067 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31257] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31257/stat : 31257 (java) S 31233 31236 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28870482 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567778689960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31236/tid=31258] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31258/stat : 31258 (java) S 31233 31236 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28870482 10060525568 86263 33554432000 1073741824 1073778376 140736299008768 140567777637160 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.30 4.35 4.18 6/219 31258
/proc/meminfo: memFree=26794628/32872528 swapFree=1556504/1720024
[pid=31236] ppid=31233 vsize=9824732 CPUtime=14.98 cores=0,2,4,6
/proc/31236/stat : 31236 (java) S 31233 31236 30091 0 -1 4202496 29048 0 1 0 1476 22 0 0 20 0 22 0 28870454 10060525568 151740 33554432000 1073741824 1073778376 140736299008768 140736298999904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31236/statm: 2456183 151740 2278 9 0 2446860 0
[pid=31236/tid=31238] ppid=31233 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/31236/task/31238/stat : 31238 (java) S 31233 31236 30091 0 -1 4202560 2474 0 1 0 22 1 0 0 20 0 22 0 28870455 10060525568 151740 33554432000 1073741824 1073778376 140736299008768 140567965205368 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31239] ppid=31233 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31236/task/31239/stat : 31239 (java) S 31233 31236 30091 0 -1 4202560 75 0 0 0 4 0 0 0 20 0 22 0 28870456 10060525568 151740 33554432000 1073741824 1073778376 140736299008768 140567808784936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31240] ppid=31233 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31236/task/31240/stat : 31240 (java) S 31233 31236 30091 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 22 0 28870456 10060525568 151740 33554432000 1073741824 1073778376 140736299008768 140567807732136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31241] ppid=31233 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31236/task/31241/stat : 31241 (java) S 31233 31236 30091 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 28870456 10060525568 151740 33554432000 1073741824 1073778376 140736299008768 140567806679336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31242] ppid=31233 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31236/task/31242/stat : 31242 (java) S 31233 31236 30091 0 -1 4202560 93 0 0 0 2 0 0 0 20 0 22 0 28870456 10060525568 151740 33554432000 1073741824 1073778376 140736299008768 140567805626536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31243] ppid=31233 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31236/task/31243/stat : 31243 (java) S 31233 31236 30091 0 -1 4202560 120 0 0 0 3 0 0 0 20 0 22 0 28870456 10060525568 151740 33554432000 1073741824 1073778376 140736299008768 140567804574760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31244] ppid=31233 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31236/task/31244/stat : 31244 (java) S 31233 31236 30091 0 -1 4202560 96 0 0 0 2 2 0 0 20 0 22 0 28870456 10060525568 151740 33554432000 1073741824 1073778376 140736299008768 140567803521960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31245] ppid=31233 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31236/task/31245/stat : 31245 (java) S 31233 31236 30091 0 -1 4202560 78 0 0 0 2 0 0 0 20 0 22 0 28870456 10060525568 151740 33554432000 1073741824 1073778376 140736299008768 140567802469160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31246] ppid=31233 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/31236/task/31246/stat : 31246 (java) S 31233 31236 30091 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 22 0 28870456 10060525568 151740 33554432000 1073741824 1073778376 140736299008768 140567801416360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31247] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31247/stat : 31247 (java) S 31233 31236 30091 0 -1 4202560 439 0 0 0 0 0 0 0 20 0 22 0 28870458 10060525568 151740 33554432000 1073741824 1073778376 140736299008768 140567789218280 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31248] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31248/stat : 31248 (java) S 31233 31236 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28870458 10060525568 151740 33554432000 1073741824 1073778376 140736299008768 140567788164344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31249] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31249/stat : 31249 (java) S 31233 31236 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28870458 10060525568 151740 33554432000 1073741824 1073778376 140736299008768 140567787111432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31250] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31250/stat : 31250 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28870461 10060525568 151740 33554432000 1073741824 1073778376 140736299008768 140567786059920 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31251] ppid=31233 vsize=9824732 CPUtime=1.23 cores=0,2,4,6

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

/proc/31236/task/31245/stat : 31245 (java) S 31233 31236 30091 0 -1 4202560 436 0 0 0 211 8 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567802469160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31246] ppid=31233 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/31236/task/31246/stat : 31246 (java) S 31233 31236 30091 0 -1 4202560 393 0 0 0 197 10 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567801416360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31247] ppid=31233 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/31236/task/31247/stat : 31247 (java) S 31233 31236 30091 0 -1 4202560 1464 0 0 0 169 25 0 0 20 0 19 0 28870458 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567789218280 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31248] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31248/stat : 31248 (java) S 31233 31236 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28870458 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567788164344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31249] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31249/stat : 31249 (java) S 31233 31236 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 28870458 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567787111432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31250] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31250/stat : 31250 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567786059920 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31251] ppid=31233 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/31236/task/31251/stat : 31251 (java) S 31233 31236 30091 0 -1 4202560 12399 0 0 0 166 3 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567785008056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31252] ppid=31233 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/31236/task/31252/stat : 31252 (java) S 31233 31236 30091 0 -1 4202560 13372 0 0 0 188 2 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567783955256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31253] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31253/stat : 31253 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567782902648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31254] ppid=31233 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/31236/task/31254/stat : 31254 (java) S 31233 31236 30091 0 -1 4202560 43 0 0 0 13 16 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567781850056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31257] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31257/stat : 31257 (java) S 31233 31236 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28870482 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567778689960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1508.31
Current children cumulated vsize (KiB) 9824732

[startup+755.201 s]
/proc/loadavg: 4.04 4.19 4.17 4/216 31734
/proc/meminfo: memFree=25497700/32872528 swapFree=1556504/1720024
[pid=31236] ppid=31233 vsize=9824732 CPUtime=1509.11 cores=0,2,4,6
/proc/31236/stat : 31236 (java) S 31233 31236 30091 0 -1 4202496 37120 0 1 0 150739 172 0 0 20 0 19 0 28870454 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140736298999904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31236/statm: 2456183 415541 2293 9 0 2446860 0
[pid=31236/tid=31238] ppid=31233 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/31236/task/31238/stat : 31238 (java) R 31233 31236 30091 0 -1 4202560 2485 0 1 0 303 3 0 0 20 0 19 0 28870455 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567965202992 140567906160725 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31239] ppid=31233 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/31236/task/31239/stat : 31239 (java) S 31233 31236 30091 0 -1 4202560 617 0 0 0 209 7 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567808784936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31240] ppid=31233 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/31236/task/31240/stat : 31240 (java) S 31233 31236 30091 0 -1 4202560 452 0 0 0 203 8 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567807732136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31241] ppid=31233 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/31236/task/31241/stat : 31241 (java) S 31233 31236 30091 0 -1 4202560 403 0 0 0 212 6 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567806679336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31242] ppid=31233 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/31236/task/31242/stat : 31242 (java) S 31233 31236 30091 0 -1 4202560 541 0 0 0 209 7 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567805626536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31243] ppid=31233 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/31236/task/31243/stat : 31243 (java) S 31233 31236 30091 0 -1 4202560 469 0 0 0 197 7 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567804574760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31236/tid=31244] ppid=31233 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/31236/task/31244/stat : 31244 (java) S 31233 31236 30091 0 -1 4202560 489 0 0 0 207 8 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567803521960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31245] ppid=31233 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/31236/task/31245/stat : 31245 (java) S 31233 31236 30091 0 -1 4202560 436 0 0 0 211 8 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567802469160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31246] ppid=31233 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/31236/task/31246/stat : 31246 (java) S 31233 31236 30091 0 -1 4202560 393 0 0 0 197 10 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567801416360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31247] ppid=31233 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/31236/task/31247/stat : 31247 (java) S 31233 31236 30091 0 -1 4202560 1464 0 0 0 169 25 0 0 20 0 19 0 28870458 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567789218280 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31248] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31248/stat : 31248 (java) S 31233 31236 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28870458 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567788164344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31249] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31249/stat : 31249 (java) S 31233 31236 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 28870458 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567787111432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31250] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31250/stat : 31250 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567786059920 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31251] ppid=31233 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/31236/task/31251/stat : 31251 (java) S 31233 31236 30091 0 -1 4202560 12399 0 0 0 166 3 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567785008056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31252] ppid=31233 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/31236/task/31252/stat : 31252 (java) S 31233 31236 30091 0 -1 4202560 13372 0 0 0 188 2 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567783955256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31253] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31253/stat : 31253 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567782902648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31254] ppid=31233 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/31236/task/31254/stat : 31254 (java) S 31233 31236 30091 0 -1 4202560 43 0 0 0 13 16 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567781850056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31257] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31257/stat : 31257 (java) S 31233 31236 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28870482 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567778689960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1509.11
Current children cumulated vsize (KiB) 9824732

[startup+755.401 s]
/proc/loadavg: 4.04 4.19 4.17 4/216 31734
/proc/meminfo: memFree=25497700/32872528 swapFree=1556504/1720024
[pid=31236] ppid=31233 vsize=9824732 CPUtime=1509.31 cores=0,2,4,6
/proc/31236/stat : 31236 (java) S 31233 31236 30091 0 -1 4202496 37120 0 1 0 150759 172 0 0 20 0 19 0 28870454 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140736298999904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31236/statm: 2456183 415541 2293 9 0 2446860 0
[pid=31236/tid=31238] ppid=31233 vsize=9824732 CPUtime=3.26 cores=0,2,4,6
/proc/31236/task/31238/stat : 31238 (java) R 31233 31236 30091 0 -1 4202560 2485 0 1 0 323 3 0 0 20 0 19 0 28870455 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567965202992 140567905163202 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31239] ppid=31233 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/31236/task/31239/stat : 31239 (java) S 31233 31236 30091 0 -1 4202560 617 0 0 0 209 7 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567808784936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31240] ppid=31233 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/31236/task/31240/stat : 31240 (java) S 31233 31236 30091 0 -1 4202560 452 0 0 0 203 8 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567807732136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31241] ppid=31233 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/31236/task/31241/stat : 31241 (java) S 31233 31236 30091 0 -1 4202560 403 0 0 0 212 6 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567806679336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31242] ppid=31233 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/31236/task/31242/stat : 31242 (java) S 31233 31236 30091 0 -1 4202560 541 0 0 0 209 7 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567805626536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31243] ppid=31233 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/31236/task/31243/stat : 31243 (java) S 31233 31236 30091 0 -1 4202560 469 0 0 0 197 7 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567804574760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31236/tid=31244] ppid=31233 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/31236/task/31244/stat : 31244 (java) S 31233 31236 30091 0 -1 4202560 489 0 0 0 207 8 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567803521960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31245] ppid=31233 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/31236/task/31245/stat : 31245 (java) S 31233 31236 30091 0 -1 4202560 436 0 0 0 211 8 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567802469160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31246] ppid=31233 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/31236/task/31246/stat : 31246 (java) S 31233 31236 30091 0 -1 4202560 393 0 0 0 197 10 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567801416360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31247] ppid=31233 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/31236/task/31247/stat : 31247 (java) S 31233 31236 30091 0 -1 4202560 1464 0 0 0 169 25 0 0 20 0 19 0 28870458 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567789218280 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31248] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31248/stat : 31248 (java) S 31233 31236 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28870458 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567788164344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31249] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31249/stat : 31249 (java) S 31233 31236 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 28870458 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567787111432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31250] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31250/stat : 31250 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567786059920 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31251] ppid=31233 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/31236/task/31251/stat : 31251 (java) S 31233 31236 30091 0 -1 4202560 12399 0 0 0 166 3 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567785008056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31252] ppid=31233 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/31236/task/31252/stat : 31252 (java) S 31233 31236 30091 0 -1 4202560 13372 0 0 0 188 2 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567783955256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31253] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31253/stat : 31253 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567782902648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31254] ppid=31233 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/31236/task/31254/stat : 31254 (java) S 31233 31236 30091 0 -1 4202560 43 0 0 0 13 16 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567781850056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31257] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31257/stat : 31257 (java) S 31233 31236 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28870482 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567778689960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1509.31
Current children cumulated vsize (KiB) 9824732

[startup+755.501 s]
/proc/loadavg: 4.04 4.19 4.17 4/216 31734
/proc/meminfo: memFree=25497700/32872528 swapFree=1556504/1720024
[pid=31236] ppid=31233 vsize=9824732 CPUtime=1509.41 cores=0,2,4,6
/proc/31236/stat : 31236 (java) S 31233 31236 30091 0 -1 4202496 37121 0 1 0 150769 172 0 0 20 0 19 0 28870454 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140736298999904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31236/statm: 2456183 415541 2293 9 0 2446860 0
[pid=31236/tid=31238] ppid=31233 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/31236/task/31238/stat : 31238 (java) R 31233 31236 30091 0 -1 4202560 2486 0 1 0 333 3 0 0 20 0 19 0 28870455 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567965202992 140567905163190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31239] ppid=31233 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/31236/task/31239/stat : 31239 (java) S 31233 31236 30091 0 -1 4202560 617 0 0 0 209 7 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567808784936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31240] ppid=31233 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/31236/task/31240/stat : 31240 (java) S 31233 31236 30091 0 -1 4202560 452 0 0 0 203 8 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567807732136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31241] ppid=31233 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/31236/task/31241/stat : 31241 (java) S 31233 31236 30091 0 -1 4202560 403 0 0 0 212 6 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567806679336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31242] ppid=31233 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/31236/task/31242/stat : 31242 (java) S 31233 31236 30091 0 -1 4202560 541 0 0 0 209 7 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567805626536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31243] ppid=31233 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/31236/task/31243/stat : 31243 (java) S 31233 31236 30091 0 -1 4202560 469 0 0 0 197 7 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567804574760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31236/tid=31244] ppid=31233 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/31236/task/31244/stat : 31244 (java) S 31233 31236 30091 0 -1 4202560 489 0 0 0 207 8 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567803521960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31245] ppid=31233 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/31236/task/31245/stat : 31245 (java) S 31233 31236 30091 0 -1 4202560 436 0 0 0 211 8 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567802469160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31246] ppid=31233 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/31236/task/31246/stat : 31246 (java) S 31233 31236 30091 0 -1 4202560 393 0 0 0 197 10 0 0 20 0 19 0 28870456 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567801416360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31247] ppid=31233 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/31236/task/31247/stat : 31247 (java) S 31233 31236 30091 0 -1 4202560 1464 0 0 0 169 25 0 0 20 0 19 0 28870458 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567789218280 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31248] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31248/stat : 31248 (java) S 31233 31236 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28870458 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567788164344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31249] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31249/stat : 31249 (java) S 31233 31236 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 28870458 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567787111432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31250] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31250/stat : 31250 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567786059920 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31251] ppid=31233 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/31236/task/31251/stat : 31251 (java) S 31233 31236 30091 0 -1 4202560 12399 0 0 0 166 3 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567785008056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31236/tid=31252] ppid=31233 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/31236/task/31252/stat : 31252 (java) S 31233 31236 30091 0 -1 4202560 13372 0 0 0 188 2 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567783955256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31253] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31253/stat : 31253 (java) S 31233 31236 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567782902648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31236/tid=31254] ppid=31233 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/31236/task/31254/stat : 31254 (java) S 31233 31236 30091 0 -1 4202560 43 0 0 0 13 16 0 0 20 0 19 0 28870461 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567781850056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31236/tid=31257] ppid=31233 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31236/task/31257/stat : 31257 (java) S 31233 31236 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28870482 10060525568 415541 33554432000 1073741824 1073778376 140736299008768 140567778689960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1509.41
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.09018
#  lost CPU user time (s): 3.2901
#  lost CPU system time (s): -0.2

Real time (s): 755.565
CPU time (s): 1512.82
CPU user time (s): 1511.08
CPU system time (s): 1.73271
CPU usage (%): 200.223
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1507.79
system time used= 1.93271
maximum resident set size= 2764072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37127
page faults= 1
swaps= 0
block input operations= 0
block output operations= 816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26090
involuntary context switches= 38347

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.71428 second user time and 7.61884 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 18:43:38
IDJOB=4106059
IDBENCH=47910
IDSOLVER=2543
FILE ID=node117/4106059-1466268218
RUNJOBID= node117-1466265252-30107
PBS_JOBID= 19918233
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=307-P1=313-P2=331-P3=461-P4=131-P5=307-P6=149-P7=479-P8=317-P9=431-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106059-1466268218/watcher-4106059-1466268218 -o /tmp/evaluation-result-4106059-1466268218/solver-4106059-1466268218 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106059-1466268218.opb

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

MD5SUM BENCH= 8b00ea770361f301179000d52beb4a25
RANDOM SEED=861911283

node117.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.912
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.82
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.912
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.55
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.912
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.55
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.912
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.912
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.54
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.912
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.54
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.912
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.54
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.912
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:        27383776 kB
Buffers:          133204 kB
Cached:           316652 kB
SwapCached:            0 kB
Active:          2656512 kB
Inactive:         352188 kB
Active(anon):    2550640 kB
Inactive(anon):    10636 kB
Active(file):     105872 kB
Inactive(file):   341552 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       4296700 kB
Mapped:            21152 kB
Shmem:               204 kB
Slab:             620904 kB
SReclaimable:      64808 kB
SUnreclaim:       556096 kB
KernelStack:        1808 kB
PageTables:        12796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4393436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2676736 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= 71740 MiB
End job on node117 at 2016-06-18 18:56:14