Trace number 4106821

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 PB16SAT (TO)-43 1800.19 906.167

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_3.opb
MD5SUM27440fbcb5a9ea2c9ae6b100e77dc1d3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-47
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -60
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4976
Sum of products size (including duplicates)9952
Number of different products2488
Sum of products size4976

Quality of the solution as a function of time


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

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version PB16.v20160501
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.14	c Pseudo Boolean Optimization by upper bound
0.06/0.14	c ManyCore solver with 2 solvers running in parallel
0.06/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Glucose 2.1 dynamic restart strategy
0.06/0.14	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.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.06/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.14	c No reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	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.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-4106821-1466278135.opb
0.06/0.14	c reading problem ... 
0.06/0.14	c  objective function found
0.64/0.46	c ... done. Wall clock time 0.324s.
0.64/0.46	c declared #vars     400
0.64/0.46	c internal #vars     2888
0.64/0.46	c #constraints  5578
0.64/0.46	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.64/0.46	c constraints type 
0.64/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2488
0.64/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
0.64/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.64/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2488
0.64/0.46	c 5578 constraints processed.
0.64/0.46	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.64/0.46	c constraints type 
0.64/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
0.64/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2488
0.64/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
0.64/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2488
0.64/0.46	c 5578 constraints processed.
0.64/0.46	c objective function length is 200 literals
1.76/0.77	c And the winner is solver1
2.09/0.97	c SATISFIABLE
2.09/0.97	c OPTIMIZING...
2.09/0.97	c Got one! Elapsed wall clock time (in seconds):0.829
2.09/0.97	o -4
2.20/1.00	c And the winner is solver1
2.41/1.47	c Got one! Elapsed wall clock time (in seconds):1.331
2.41/1.47	o -8
2.52/1.50	c And the winner is solver1
2.58/1.97	c Got one! Elapsed wall clock time (in seconds):1.832
2.58/1.97	o -12
2.58/1.99	c And the winner is solver1
2.67/2.47	c Got one! Elapsed wall clock time (in seconds):2.334
2.67/2.47	o -13
2.67/2.49	c And the winner is solver1
2.77/2.97	c Got one! Elapsed wall clock time (in seconds):2.836
2.77/2.97	o -15
2.77/2.99	c And the winner is solver1
2.84/3.47	c Got one! Elapsed wall clock time (in seconds):3.337
2.84/3.47	o -16
2.91/3.51	c And the winner is solver1
3.00/3.97	c Got one! Elapsed wall clock time (in seconds):3.838
3.00/3.97	o -17
3.00/3.99	c And the winner is solver1
3.04/4.47	c Got one! Elapsed wall clock time (in seconds):4.339
3.04/4.47	o -18
3.04/4.49	c And the winner is solver1
3.08/4.98	c Got one! Elapsed wall clock time (in seconds):4.84
3.08/4.98	o -19
3.08/4.99	c And the winner is solver1
3.12/5.48	c Got one! Elapsed wall clock time (in seconds):5.341
3.12/5.48	o -26
3.20/5.51	c And the winner is solver1
3.22/5.98	c Got one! Elapsed wall clock time (in seconds):5.842
3.22/5.98	o -27
3.26/6.00	c And the winner is solver1
3.32/6.48	c Got one! Elapsed wall clock time (in seconds):6.343
3.32/6.48	o -28
3.35/6.50	c And the winner is solver1
3.38/6.98	c Got one! Elapsed wall clock time (in seconds):6.844
3.38/6.98	o -29
3.41/7.00	c And the winner is solver1
3.47/7.48	c Got one! Elapsed wall clock time (in seconds):7.344
3.47/7.48	o -30
3.50/7.51	c And the winner is solver1
3.59/7.98	c Got one! Elapsed wall clock time (in seconds):7.845
3.59/7.98	o -31
3.62/8.08	c And the winner is solver1
3.79/8.48	c Got one! Elapsed wall clock time (in seconds):8.346
3.79/8.48	o -32
3.82/8.50	c And the winner is solver0
3.84/8.98	c Got one! Elapsed wall clock time (in seconds):8.847
3.84/8.98	o -36
3.86/9.07	c And the winner is solver0
4.10/9.48	c Got one! Elapsed wall clock time (in seconds):9.348
4.10/9.48	o -37
5.05/9.99	c And the winner is solver1
5.24/10.48	c Got one! Elapsed wall clock time (in seconds):10.349
5.24/10.48	o -38
6.52/11.15	c cleaning 3603 clauses out of 7207 with flag 17820/7207
7.12/11.38	c And the winner is solver1
7.39/11.49	c Got one! Elapsed wall clock time (in seconds):11.35
7.39/11.49	o -39
9.19/12.32	c cleaning 4561 clauses out of 9182 with flag 23330/12785
11.88/13.48	c cleaning 5306 clauses out of 10636 with flag 67800/18800
12.68/13.83	c And the winner is solver1
12.77/14.02	c Got one! Elapsed wall clock time (in seconds):13.885
12.77/14.02	o -40
14.35/14.81	c cleaning 5635 clauses out of 11273 with flag 24227/24743
16.98/16.15	c cleaning 5817 clauses out of 11637 with flag 62470/30742
17.17/16.28	c And the winner is solver1
17.34/16.52	c Got one! Elapsed wall clock time (in seconds):16.387
17.34/16.52	o -41
18.94/17.32	c cleaning 5432 clauses out of 10897 with flag 22920/35819
21.16/18.44	c cleaning 5734 clauses out of 11468 with flag 66639/41822
23.65/19.69	c cleaning 6331 clauses out of 12730 with flag 116018/48818
26.84/21.20	c cleaning 7194 clauses out of 14400 with flag 171856/56819
30.33/22.98	c cleaning 8102 clauses out of 16205 with flag 235216/65818
34.49/24.91	c cleaning 9048 clauses out of 18102 with flag 304166/75817
38.49/27.00	c cleaning 9996 clauses out of 20055 with flag 388286/86818
43.98/29.68	c cleaning 11020 clauses out of 22064 with flag 454449/98823
49.78/32.58	c cleaning 11999 clauses out of 24040 with flag 526611/111819
55.79/35.54	c cleaning 12975 clauses out of 26040 with flag 608753/125818
61.89/38.54	c cleaning 14016 clauses out of 28064 with flag 719887/140817
69.27/42.26	c cleaning 15004 clauses out of 30050 with flag 807228/156819
77.38/46.28	c cleaning 16024 clauses out of 32048 with flag 904631/173821
85.76/50.43	c cleaning 16984 clauses out of 34028 with flag 1006020/191825
94.63/54.83	c cleaning 17991 clauses out of 36039 with flag 1110394/210820
104.69/59.82	c cleaning 19017 clauses out of 38046 with flag 1208363/230818
114.90/64.96	c cleaning 19988 clauses out of 40030 with flag 1321931/251819
125.75/70.40	c cleaning 21002 clauses out of 42047 with flag 1451645/273824
138.41/76.67	c cleaning 22002 clauses out of 44041 with flag 1568645/296820
144.21/79.52	c And the winner is solver1
144.21/79.53	c Got one! Elapsed wall clock time (in seconds):79.398
144.21/79.53	o -42
146.69/80.84	c cleaning 19759 clauses out of 39519 with flag 30687/314300
148.89/81.92	c cleaning 12871 clauses out of 25743 with flag 75478/320283
151.49/83.24	c cleaning 9936 clauses out of 19872 with flag 138492/327283
154.50/84.75	c cleaning 8951 clauses out of 17936 with flag 191231/335283
158.14/86.55	c cleaning 8993 clauses out of 17986 with flag 251864/344284
162.14/88.55	c cleaning 9503 clauses out of 19005 with flag 320088/354296
166.34/90.66	c cleaning 10247 clauses out of 20493 with flag 395660/365287
171.62/93.28	c cleaning 11105 clauses out of 22245 with flag 478777/377286
177.02/95.96	c cleaning 12028 clauses out of 24138 with flag 576748/390284
183.28/99.08	c cleaning 13043 clauses out of 26111 with flag 667536/404285
190.46/102.65	c cleaning 14009 clauses out of 28070 with flag 755146/419287
198.08/106.45	c cleaning 15010 clauses out of 30057 with flag 861054/435283
205.68/110.25	c cleaning 16029 clauses out of 32057 with flag 975810/452293
214.34/114.55	c cleaning 16998 clauses out of 34018 with flag 1087349/470283
223.18/118.97	c cleaning 17988 clauses out of 36020 with flag 1203181/489283
232.04/123.38	c cleaning 19001 clauses out of 38044 with flag 1326600/509295
241.86/128.21	c cleaning 20002 clauses out of 40031 with flag 1462524/530283
252.51/133.59	c cleaning 20971 clauses out of 42030 with flag 1589658/552284
263.81/139.12	c cleaning 22002 clauses out of 44067 with flag 1728800/575292
277.55/146.28	c cleaning 23026 clauses out of 46070 with flag 1864909/599297
289.40/152.12	c cleaning 23963 clauses out of 48030 with flag 2040477/624283
302.84/158.89	c cleaning 25024 clauses out of 50067 with flag 2208009/650283
317.54/166.14	c cleaning 26023 clauses out of 52045 with flag 2380878/677285
333.83/174.28	c cleaning 27011 clauses out of 54022 with flag 2566105/705285
334.43/174.60	c cleaning 0 clauses out of 7073 with flag 0/7074
352.67/183.43	c cleaning 28008 clauses out of 56031 with flag 2732835/734305
369.77/191.94	c cleaning 29011 clauses out of 58021 with flag 2938466/764303
387.41/200.71	c And the winner is solver1
387.41/201.10	c Got one! Elapsed wall clock time (in seconds):200.961
387.41/201.10	o -43
391.96/203.32	c cleaning 30737 clauses out of 61474 with flag 32989/796767
394.58/204.61	c cleaning 18369 clauses out of 36739 with flag 72437/802769
397.36/206.06	c cleaning 12629 clauses out of 25367 with flag 121483/809766
400.78/207.74	c cleaning 10354 clauses out of 20740 with flag 178051/817768
404.58/209.61	c cleaning 9657 clauses out of 19390 with flag 230056/826772
408.82/211.79	c cleaning 9865 clauses out of 19730 with flag 288659/836769
413.82/214.22	c cleaning 10438 clauses out of 20875 with flag 357598/847779
418.65/216.64	c cleaning 11199 clauses out of 22424 with flag 431411/859766
424.48/219.51	c cleaning 12110 clauses out of 24233 with flag 522894/872774
429.68/222.14	c cleaning 13047 clauses out of 26115 with flag 606595/886766
436.34/225.43	c cleaning 14024 clauses out of 28069 with flag 713512/901767
444.40/229.71	c cleaning 15022 clauses out of 30044 with flag 819056/917766
452.42/233.71	c cleaning 15989 clauses out of 32026 with flag 933963/934770
461.68/238.38	c cleaning 17019 clauses out of 34038 with flag 1048488/952771
469.92/242.49	c cleaning 18001 clauses out of 36018 with flag 1188240/971770
480.94/247.90	c cleaning 18975 clauses out of 38013 with flag 1308504/991766
492.98/253.92	c cleaning 20010 clauses out of 40038 with flag 1436659/1012766
503.41/259.15	c cleaning 21007 clauses out of 42033 with flag 1566326/1034771
515.49/265.11	c cleaning 22012 clauses out of 44030 with flag 1695230/1057775
527.92/271.36	c cleaning 22966 clauses out of 46009 with flag 1829749/1081766
541.56/278.18	c cleaning 24011 clauses out of 48046 with flag 1996149/1106769
555.00/284.84	c cleaning 25016 clauses out of 50045 with flag 2144408/1132779
568.51/291.57	c cleaning 25973 clauses out of 52022 with flag 2325259/1159772
584.35/299.49	c cleaning 27028 clauses out of 54056 with flag 2518226/1187779
601.41/307.94	c cleaning 27981 clauses out of 56015 with flag 2704839/1216766
616.91/315.69	c cleaning 29010 clauses out of 58044 with flag 2895162/1246776
632.18/323.23	c cleaning 30005 clauses out of 60024 with flag 3081137/1277766
649.05/331.64	c cleaning 30981 clauses out of 62019 with flag 3271281/1309766
666.31/340.23	c cleaning 32012 clauses out of 64039 with flag 3469427/1342767
686.39/350.20	c cleaning 33019 clauses out of 66038 with flag 3668529/1376778
705.67/359.82	c cleaning 33986 clauses out of 68007 with flag 3871309/1411766
726.59/370.68	c cleaning 35018 clauses out of 70047 with flag 4068201/1447792
746.24/380.47	c cleaning 35997 clauses out of 72006 with flag 4286899/1484769
765.56/390.06	c cleaning 36973 clauses out of 74006 with flag 4517722/1522766
783.84/399.10	c cleaning 37986 clauses out of 76037 with flag 4748646/1561770
804.50/409.45	c cleaning 39028 clauses out of 78064 with flag 4986419/1601783
828.40/421.34	c cleaning 39985 clauses out of 80032 with flag 5219989/1642779
850.10/432.14	c cleaning 40984 clauses out of 82041 with flag 5487844/1684773
874.36/444.20	c cleaning 42028 clauses out of 84056 with flag 5754124/1727772
896.25/455.18	c cleaning 43012 clauses out of 86024 with flag 6017176/1771768
919.39/466.64	c cleaning 44006 clauses out of 88015 with flag 6294109/1816771
943.06/478.48	c cleaning 44975 clauses out of 90004 with flag 6564691/1862766
974.80/494.27	c cleaning 45998 clauses out of 92033 with flag 6856380/1909770
1005.07/509.35	c cleaning 46964 clauses out of 94035 with flag 7139986/1957770
1037.77/525.62	c cleaning 48031 clauses out of 96069 with flag 7433987/2006768
1069.05/541.21	c cleaning 48995 clauses out of 98037 with flag 7758555/2056767
1102.25/558.31	c cleaning 50007 clauses out of 100042 with flag 8069308/2107767
1127.31/570.80	c cleaning 51012 clauses out of 102036 with flag 8366120/2159768
1157.21/585.73	c cleaning 51965 clauses out of 104024 with flag 8646091/2212768
1183.76/598.93	c cleaning 53023 clauses out of 106058 with flag 8955033/2266767
1214.82/614.46	c cleaning 53967 clauses out of 108037 with flag 9259885/2321769
1244.64/629.22	c cleaning 55005 clauses out of 110067 with flag 9589305/2377766
1277.12/645.33	c cleaning 55991 clauses out of 112062 with flag 9935077/2434766
1308.98/661.30	c cleaning 57037 clauses out of 114074 with flag 10297417/2492769
1345.53/679.45	c cleaning 57980 clauses out of 116044 with flag 10637056/2551776
1383.51/698.36	c cleaning 59019 clauses out of 118056 with flag 11004568/2611768
1419.97/716.56	c cleaning 59976 clauses out of 120035 with flag 11355091/2672766
1458.14/735.50	c cleaning 61014 clauses out of 122059 with flag 11728461/2734766
1491.59/752.15	c cleaning 62012 clauses out of 124045 with flag 12078963/2797766
1517.57/765.59	c cleaning 0 clauses out of 12545 with flag 0/12546
1525.80/769.62	c cleaning 63008 clauses out of 126040 with flag 12423771/2861773
1558.11/785.70	c cleaning 63953 clauses out of 128025 with flag 12746122/2926766
1591.79/802.53	c cleaning 65024 clauses out of 130076 with flag 13104849/2992770
1632.07/822.54	c cleaning 66021 clauses out of 132054 with flag 13492925/3059772
1675.36/844.03	c cleaning 66997 clauses out of 134028 with flag 13894334/3127767
1718.26/865.37	c cleaning 68009 clauses out of 136030 with flag 14304818/3196766
1759.02/885.61	c cleaning 69000 clauses out of 138022 with flag 14665499/3266767
1797.99/905.08	c cleaning 70002 clauses out of 140021 with flag 15018381/3337766
1800.19/906.10	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.19/906.10	c starts		: 58855
1800.19/906.10	c conflicts		: 3343155
1800.19/906.10	c decisions		: 40034000
1800.19/906.10	c propagations		: 369243600
1800.19/906.10	c inspects		: 9196979523
1800.19/906.10	c shortcuts		: 0
1800.19/906.10	c learnt literals	: 0
1800.19/906.10	c learnt binary clauses	: 24
1800.19/906.10	c learnt ternary clauses	: 2131
1800.19/906.10	c learnt constraints	: 3343155
1800.19/906.10	c ignored constraints	: 0
1800.19/906.10	c root simplifications	: 0
1800.19/906.10	c removed literals (reason simplification)	: 476176026
1800.19/906.10	c reason swapping (by a shorter reason)	: 0
1800.19/906.10	c Calls to reduceDB	: 117
1800.19/906.10	c Number of update (reduction) of LBD	: 1102106
1800.19/906.10	c Imported unit clauses	: 0
1800.19/906.10	c number of reductions to clauses (during analyze)	: 0
1800.19/906.10	c number of learned constraints concerned by reduction	: 0
1800.19/906.10	c number of learning phase by resolution	: 0
1800.19/906.10	c number of learning phase by cutting planes	: 0
1800.19/906.10	c speed (assignments/second)	: 523745.3298269802
1800.19/906.10	c non guided choices	0
1800.19/906.13	c learnt constraints type 
1800.19/906.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
1800.19/906.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 75384
1800.19/906.13	c >>>>>>>>>> Solver number 1 (22 answers) <<<<<<<<<<<<<<<<<<
1800.19/906.13	c starts		: 63
1800.19/906.13	c conflicts		: 13312
1800.19/906.13	c decisions		: 164283
1800.19/906.13	c propagations		: 2367191
1800.19/906.13	c inspects		: 1058664702
1800.19/906.13	c shortcuts		: 0
1800.19/906.13	c learnt literals	: 0
1800.19/906.13	c learnt binary clauses	: 0
1800.19/906.13	c learnt ternary clauses	: 0
1800.19/906.13	c learnt constraints	: 13310
1800.19/906.13	c ignored constraints	: 0
1800.19/906.13	c root simplifications	: 0
1800.19/906.13	c removed literals (reason simplification)	: 0
1800.19/906.13	c reason swapping (by a shorter reason)	: 0
1800.19/906.13	c Calls to reduceDB	: 2
1800.19/906.13	c Number of update (reduction) of LBD	: 0
1800.19/906.13	c Imported unit clauses	: 0
1800.19/906.13	c number of reductions to clauses (during analyze)	: 0
1800.19/906.13	c number of learned constraints concerned by reduction	: 0
1800.19/906.13	c number of learning phase by resolution	: 0
1800.19/906.13	c number of learning phase by cutting planes	: 0
1800.19/906.13	c speed (assignments/second)	: 2640.0596446969416
1800.19/906.13	c non guided choices	62
1800.19/906.13	c learnt constraints type 
1800.19/906.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.19/906.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13308
1800.19/906.13	s SATISFIABLE
1800.19/906.13	c Found 24 solution(s)
1800.19/906.13	v x1 x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 x37 -x38 -x39 -x40 x41 x42 x43 -x44 -x45 x46 x47 -x48 -x49 -x50 x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 x65 -x66 x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 x124 -x125 -x126 x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 x150 x151 -x152 -x153 x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 x191 -x192 -x193 -x194 -x195 x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 x204 -x205 -x206 x207 -x208 -x209 -x210 -x211 x212 -x213 x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 x245 -x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 x254 x255 -x256 x257 -x258 -x259 x260 -x261 -x262 x263 -x264 -x265 x266 -x267 x268 -x269 -x270 x271 -x272 -x273 -x274 -x275 -x276 -x277 x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 -x289 x290 x291 -x292 -x293 -x294 -x295 x296 -x297 -x298 -x299 -x300 -x301 x302 -x303 -x304 x305 -x306 -x307 -x308 -x309 x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 x320 -x321 -x322 -x323 -x324 -x325 x326 -x327 x328 x329 -x330 -x331 x332 x333 -x334 -x335 x336 -x337 -x338 -x339 -x340 -x341 -x342 x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 -x353 -x354 -x355 x356 -x357 -x358 -x359 -x360 -x361 x362 -x363 -x364 -x365 -x366 x367 x368 -x369 -x370 -x371 -x372 x373 -x374 x375 -x376 -x377 -x378 x379 -x380 -x381 x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 x390 -x391 -x392 -x393 -x394 -x395 -x396 x397 -x398 -x399 x400 
1800.19/906.13	c objective function=-43
1800.19/906.13	c Total wall clock time (in seconds): 905.999

Verifier Data

OK	-43

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-4106821-1466278135/watcher-4106821-1466278135 -o /tmp/evaluation-result-4106821-1466278135/solver-4106821-1466278135 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106821-1466278135.opb 

pid=4815
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.31 4.28 4.23 4/197 4818
/proc/meminfo: memFree=26544344/32872528 swapFree=1534436/1655032
[pid=4818] ppid=4815 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/4818/stat : 4818 (java) D 4815 4818 28285 0 -1 4202496 157 0 0 0 0 0 0 0 20 0 1 0 29861933 278528 33 33554432000 1073741824 1073778376 140735541257568 140735541254744 217401355559 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/4818/statm: 68 33 25 9 0 25 0

[startup+0.100117 s]
/proc/loadavg: 4.31 4.28 4.23 4/197 4818
/proc/meminfo: memFree=26544344/32872528 swapFree=1534436/1655032
[pid=4818] ppid=4815 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/4818/stat : 4818 (java) S 4815 4818 28285 0 -1 4202496 3754 0 1 0 5 1 0 0 20 0 18 0 29861933 9787879424 4885 33554432000 1073741824 1073778376 140736420323664 140736420314800 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4818/statm: 2389619 4888 1948 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200291 s]
/proc/loadavg: 4.31 4.28 4.23 4/197 4818
/proc/meminfo: memFree=26544344/32872528 swapFree=1534436/1655032
[pid=4818] ppid=4815 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/4818/stat : 4818 (java) S 4815 4818 28285 0 -1 4202496 4529 0 1 0 18 1 0 0 20 0 18 0 29861933 9787879424 7147 33554432000 1073741824 1073778376 140736420323664 140736420314800 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4818/statm: 2389619 7147 2172 9 0 2380296 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9558476

[startup+0.300272 s]
/proc/loadavg: 4.31 4.28 4.23 4/197 4818
/proc/meminfo: memFree=26544344/32872528 swapFree=1534436/1655032
[pid=4818] ppid=4815 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/4818/stat : 4818 (java) S 4815 4818 28285 0 -1 4202496 5737 0 1 0 39 2 0 0 20 0 18 0 29861933 9787879424 8999 33554432000 1073741824 1073778376 140736420323664 140736420314800 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4818/statm: 2389619 8999 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 9558476

[startup+0.70015 s]
/proc/loadavg: 4.31 4.28 4.23 4/197 4818
/proc/meminfo: memFree=26544344/32872528 swapFree=1534436/1655032
[pid=4818] ppid=4815 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/4818/stat : 4818 (java) S 4815 4818 28285 0 -1 4202496 14220 0 1 0 173 3 0 0 20 0 22 0 29861933 10060525568 20166 33554432000 1073741824 1073778376 140736420323664 140736420314800 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4818/statm: 2456183 20166 2263 9 0 2446860 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 9824732

[startup+1.50071 s]
/proc/loadavg: 4.37 4.29 4.23 4/216 4843
/proc/meminfo: memFree=26456596/32872528 swapFree=1534436/1655032
[pid=4818] ppid=4815 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/4818/stat : 4818 (java) S 4815 4818 28285 0 -1 4202496 17065 0 1 0 244 8 0 0 20 0 22 0 29861933 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140736420314800 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4818/statm: 2456183 25284 2267 9 0 2446860 0
[pid=4818/tid=4820] ppid=4815 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/4818/task/4820/stat : 4820 (java) S 4815 4818 28285 0 -1 4202560 2492 0 1 0 41 2 0 0 20 0 22 0 29861935 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140053971833720 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4821] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4821/stat : 4821 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29861936 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140053933325096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4822] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4822/stat : 4822 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29861936 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140053932272296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4823] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4823/stat : 4823 (java) S 4815 4818 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29861936 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140053931220008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4818/tid=4824] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4824/stat : 4824 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29861936 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140053930167208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4825] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4825/stat : 4825 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29861936 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140053929113896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4826] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4826/stat : 4826 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29861936 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140053928061096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4827] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4827/stat : 4827 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29861936 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140053927008808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4828] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4828/stat : 4828 (java) S 4815 4818 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29861936 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140053925956008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4829] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4829/stat : 4829 (java) S 4815 4818 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29861937 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140053795810024 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4830] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4830/stat : 4830 (java) S 4815 4818 28285 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29861938 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140053794756088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4831] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4831/stat : 4831 (java) S 4815 4818 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29861938 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140053793703688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4832] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4832/stat : 4832 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29861940 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140053792652176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4833] ppid=4815 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/4818/task/4833/stat : 4833 (java) R 4815 4818 28285 0 -1 4202560 3707 0 0 0 58 0 0 0 20 0 22 0 29861940 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140053791598656 140053975790971 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4834] ppid=4815 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/4818/task/4834/stat : 4834 (java) S 4815 4818 28285 0 -1 4202560 9514 0 0 0 71 1 0 0 20 0 22 0 29861940 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140053790545976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4835] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4835/stat : 4835 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29861940 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140053789493880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4836] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4836/stat : 4836 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29861940 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140053788441288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4840] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4840/stat : 4840 (java) S 4815 4818 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29861980 10060525568 25284 33554432000 1073741824 1073778376 140736420323664 140052508173864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9824732

[startup+3.1008 s]
/proc/loadavg: 4.37 4.29 4.23 3/216 4849
/proc/meminfo: memFree=26442600/32872528 swapFree=1534436/1655032
[pid=4818] ppid=4815 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/4818/stat : 4818 (java) S 4815 4818 28285 0 -1 4202496 17101 0 1 0 268 16 0 0 20 0 19 0 29861933 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140736420314800 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4818/statm: 2456183 31426 2271 9 0 2446860 0
[pid=4818/tid=4820] ppid=4815 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/4818/task/4820/stat : 4820 (java) S 4815 4818 28285 0 -1 4202560 2493 0 1 0 41 2 0 0 20 0 19 0 29861935 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140053971833720 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4821] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4821/stat : 4821 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29861936 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140053933325096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4822] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4822/stat : 4822 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29861936 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140053932272296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4823] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4823/stat : 4823 (java) S 4815 4818 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29861936 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140053931220008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4818/tid=4824] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4824/stat : 4824 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29861936 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140053930167208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4825] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4825/stat : 4825 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29861936 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140053929113896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4826] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4826/stat : 4826 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29861936 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140053928061096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4827] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4827/stat : 4827 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29861936 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140053927008808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4828] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4828/stat : 4828 (java) S 4815 4818 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29861936 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140053925956008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4829] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4829/stat : 4829 (java) S 4815 4818 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29861937 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140053795810024 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4830] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4830/stat : 4830 (java) S 4815 4818 28285 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29861938 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140053794756088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4831] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4831/stat : 4831 (java) S 4815 4818 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29861938 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140053793703688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4832] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4832/stat : 4832 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29861940 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140053792652176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4833] ppid=4815 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/4818/task/4833/stat : 4833 (java) S 4815 4818 28285 0 -1 4202560 3710 0 0 0 64 0 0 0 20 0 19 0 29861940 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140053791598776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4834] ppid=4815 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/4818/task/4834/stat : 4834 (java) S 4815 4818 28285 0 -1 4202560 9515 0 0 0 81 1 0 0 20 0 19 0 29861940 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140053790545976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4835] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4835/stat : 4835 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29861940 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140053789493880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4836] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4836/stat : 4836 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29861940 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140053788441288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4840] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4840/stat : 4840 (java) S 4815 4818 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29861980 10060525568 31426 33554432000 1073741824 1073778376 140736420323664 140052508173864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 9824732

[startup+6.3008 s]
/proc/loadavg: 4.26 4.27 4.22 8/219 4870
/proc/meminfo: memFree=26378992/32872528 swapFree=1534436/1655032
[pid=4818] ppid=4815 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/4818/stat : 4818 (java) S 4815 4818 28285 0 -1 4202496 17239 0 1 0 303 29 0 0 20 0 19 0 29861933 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140736420314800 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4818/statm: 2456183 43028 2286 9 0 2446860 0
[pid=4818/tid=4820] ppid=4815 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/4818/task/4820/stat : 4820 (java) S 4815 4818 28285 0 -1 4202560 2495 0 1 0 41 2 0 0 20 0 19 0 29861935 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140053971833720 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4821] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4821/stat : 4821 (java) S 4815 4818 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29861936 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140053933325096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4822] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4822/stat : 4822 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29861936 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140053932272296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4823] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4823/stat : 4823 (java) S 4815 4818 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29861936 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140053931220008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4824] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4824/stat : 4824 (java) S 4815 4818 28285 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29861936 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140053930167208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4825] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4825/stat : 4825 (java) S 4815 4818 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29861936 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140053929113896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4826] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4826/stat : 4826 (java) S 4815 4818 28285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29861936 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140053928061096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4827] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4827/stat : 4827 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29861936 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140053927008808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4828] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4828/stat : 4828 (java) S 4815 4818 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29861936 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140053925956008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4829] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4829/stat : 4829 (java) S 4815 4818 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29861937 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140053795810024 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4830] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4830/stat : 4830 (java) S 4815 4818 28285 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 29861938 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140053794756088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4831] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4831/stat : 4831 (java) S 4815 4818 28285 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29861938 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140053793703688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4832] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4832/stat : 4832 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29861940 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140053792652176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4833] ppid=4815 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/4818/task/4833/stat : 4833 (java) S 4815 4818 28285 0 -1 4202560 3713 0 0 0 67 0 0 0 20 0 19 0 29861940 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140053791598776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4834] ppid=4815 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/4818/task/4834/stat : 4834 (java) S 4815 4818 28285 0 -1 4202560 9534 0 0 0 89 2 0 0 20 0 19 0 29861940 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140053790545976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4835] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4835/stat : 4835 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29861940 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140053789493880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4836] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4836/stat : 4836 (java) S 4815 4818 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29861940 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140053788441288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4840] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4840/stat : 4840 (java) S 4815 4818 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29861980 10060525568 43028 33554432000 1073741824 1073778376 140736420323664 140052508173864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 9824732
heavy processes:

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

[pid=4818/tid=4828] ppid=4815 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/4818/task/4828/stat : 4828 (java) S 4815 4818 28285 0 -1 4202560 691 0 0 0 214 19 0 0 20 0 22 0 29861936 10060525568 829763 33554432000 1073741824 1073778376 140736420323664 140053925956008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4829] ppid=4815 vsize=9824732 CPUtime=3.97 cores=0,2,4,6
/proc/4818/task/4829/stat : 4829 (java) S 4815 4818 28285 0 -1 4202560 2476 0 0 0 385 12 0 0 20 0 22 0 29861937 10060525568 829763 33554432000 1073741824 1073778376 140736420323664 140053795810024 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4830] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4830/stat : 4830 (java) S 4815 4818 28285 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 29861938 10060525568 829763 33554432000 1073741824 1073778376 140736420323664 140053794756088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4831] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4831/stat : 4831 (java) S 4815 4818 28285 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29861938 10060525568 829763 33554432000 1073741824 1073778376 140736420323664 140053793703688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4818/tid=4832] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4832/stat : 4832 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29861940 10060525568 829763 33554432000 1073741824 1073778376 140736420323664 140053792652176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4833] ppid=4815 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/4818/task/4833/stat : 4833 (java) S 4815 4818 28285 0 -1 4202560 10644 0 0 0 222 2 0 0 20 0 22 0 29861940 10060525568 829763 33554432000 1073741824 1073778376 140736420323664 140053791598776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=4818/tid=4834] ppid=4815 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/4818/task/4834/stat : 4834 (java) S 4815 4818 28285 0 -1 4202560 9563 0 0 0 132 2 0 0 20 0 22 0 29861940 10060525568 829763 33554432000 1073741824 1073778376 140736420323664 140053790545976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4835] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4835/stat : 4835 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29861940 10060525568 829763 33554432000 1073741824 1073778376 140736420323664 140053789493880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4836] ppid=4815 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/4818/task/4836/stat : 4836 (java) S 4815 4818 28285 0 -1 4202560 52 0 0 0 11 18 0 0 20 0 22 0 29861940 10060525568 829763 33554432000 1073741824 1073778376 140736420323664 140053788441288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4894] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4894/stat : 4894 (java) S 4815 4818 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29862882 10060525568 829763 33554432000 1073741824 1073778376 140736420323664 140053786334504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=5053] ppid=4815 vsize=9824732 CPUtime=672.31 cores=0,2,4,6
/proc/4818/task/5053/stat : 5053 (java) R 4815 4818 28285 0 -1 4202560 41 0 0 0 67219 12 0 0 20 0 22 0 29882043 10060525568 829763 33554432000 1073741824 1073778376 140736420323664 140053785280256 140053800906864 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=5054] ppid=4815 vsize=9824732 CPUtime=672.3 cores=0,2,4,6
/proc/4818/task/5054/stat : 5054 (java) R 4815 4818 28285 0 -1 4202560 1370 0 0 0 67208 22 0 0 20 0 22 0 29882043 10060525568 829763 33554432000 1073741824 1073778376 140736420323664 140052508173456 140053800868364 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=5055] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/5055/stat : 5055 (java) S 4815 4818 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29882043 10060525568 829763 33554432000 1073741824 1073778376 140736420323664 140053787387432 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1751.71
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.101 s]
/proc/loadavg: 4.24 4.25 4.23 5/219 5072
/proc/meminfo: memFree=23478768/32872528 swapFree=1534436/1655032
[pid=4818] ppid=4815 vsize=9824732 CPUtime=1799.48 cores=0,2,4,6
/proc/4818/stat : 4818 (java) S 4815 4818 28285 0 -1 4202496 34945 0 1 0 179662 286 0 0 20 0 22 0 29861933 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140736420314800 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4818/statm: 2456183 846151 2302 9 0 2446860 0
[pid=4818/tid=4820] ppid=4815 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/4818/task/4820/stat : 4820 (java) S 4815 4818 28285 0 -1 4202560 2504 0 1 0 44 4 0 0 20 0 22 0 29861935 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053971833720 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4821] ppid=4815 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/4818/task/4821/stat : 4821 (java) S 4815 4818 28285 0 -1 4202560 646 0 0 0 204 16 0 0 20 0 22 0 29861936 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053933325096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4822] ppid=4815 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/4818/task/4822/stat : 4822 (java) S 4815 4818 28285 0 -1 4202560 654 0 0 0 196 20 0 0 20 0 22 0 29861936 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053932272296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4818/tid=4823] ppid=4815 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/4818/task/4823/stat : 4823 (java) S 4815 4818 28285 0 -1 4202560 620 0 0 0 226 16 0 0 20 0 22 0 29861936 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053931220008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4824] ppid=4815 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/4818/task/4824/stat : 4824 (java) S 4815 4818 28285 0 -1 4202560 632 0 0 0 223 18 0 0 20 0 22 0 29861936 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053930167208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4825] ppid=4815 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/4818/task/4825/stat : 4825 (java) S 4815 4818 28285 0 -1 4202560 572 0 0 0 203 20 0 0 20 0 22 0 29861936 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053929113896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4826] ppid=4815 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/4818/task/4826/stat : 4826 (java) S 4815 4818 28285 0 -1 4202560 644 0 0 0 209 20 0 0 20 0 22 0 29861936 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053928061096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4827] ppid=4815 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/4818/task/4827/stat : 4827 (java) S 4815 4818 28285 0 -1 4202560 647 0 0 0 219 17 0 0 20 0 22 0 29861936 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053927008808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4828] ppid=4815 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/4818/task/4828/stat : 4828 (java) S 4815 4818 28285 0 -1 4202560 699 0 0 0 216 20 0 0 20 0 22 0 29861936 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053925956008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4829] ppid=4815 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/4818/task/4829/stat : 4829 (java) S 4815 4818 28285 0 -1 4202560 2481 0 0 0 385 13 0 0 20 0 22 0 29861937 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053795810024 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4830] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4830/stat : 4830 (java) S 4815 4818 28285 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 29861938 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053794756088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4831] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4831/stat : 4831 (java) S 4815 4818 28285 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29861938 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053793703688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4818/tid=4832] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4832/stat : 4832 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29861940 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053792652176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4833] ppid=4815 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/4818/task/4833/stat : 4833 (java) S 4815 4818 28285 0 -1 4202560 10644 0 0 0 222 2 0 0 20 0 22 0 29861940 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053791598776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=4818/tid=4834] ppid=4815 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/4818/task/4834/stat : 4834 (java) S 4815 4818 28285 0 -1 4202560 9563 0 0 0 132 2 0 0 20 0 22 0 29861940 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053790545976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4835] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4835/stat : 4835 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29861940 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053789493880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4836] ppid=4815 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/4818/task/4836/stat : 4836 (java) S 4815 4818 28285 0 -1 4202560 54 0 0 0 12 18 0 0 20 0 22 0 29861940 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053788441288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4894] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4894/stat : 4894 (java) S 4815 4818 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29862882 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053786334504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=5053] ppid=4815 vsize=9824732 CPUtime=695.93 cores=0,2,4,6
/proc/4818/task/5053/stat : 5053 (java) R 4815 4818 28285 0 -1 4202560 41 0 0 0 69581 12 0 0 20 0 22 0 29882043 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053785272560 140053800544359 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=5054] ppid=4815 vsize=9824732 CPUtime=695.92 cores=0,2,4,6
/proc/4818/task/5054/stat : 5054 (java) R 4815 4818 28285 0 -1 4202560 1373 0 0 0 69570 22 0 0 20 0 22 0 29882043 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140052508173456 140053800862019 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=5055] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/5055/stat : 5055 (java) S 4815 4818 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29882043 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053787387432 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
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 4818 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+906.101 s]
/proc/loadavg: 4.24 4.25 4.23 5/219 5072
/proc/meminfo: memFree=23478768/32872528 swapFree=1534436/1655032
[pid=4818] ppid=4815 vsize=9824732 CPUtime=1799.48 cores=0,2,4,6
/proc/4818/stat : 4818 (java) S 4815 4818 28285 0 -1 4202496 34945 0 1 0 179662 286 0 0 20 0 22 0 29861933 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140736420314800 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4818/statm: 2456183 846151 2302 9 0 2446860 0
[pid=4818/tid=4820] ppid=4815 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/4818/task/4820/stat : 4820 (java) S 4815 4818 28285 0 -1 4202560 2504 0 1 0 44 4 0 0 20 0 22 0 29861935 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053971833720 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4821] ppid=4815 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/4818/task/4821/stat : 4821 (java) S 4815 4818 28285 0 -1 4202560 646 0 0 0 204 16 0 0 20 0 22 0 29861936 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053933325096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4822] ppid=4815 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/4818/task/4822/stat : 4822 (java) S 4815 4818 28285 0 -1 4202560 654 0 0 0 196 20 0 0 20 0 22 0 29861936 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053932272296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4818/tid=4823] ppid=4815 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/4818/task/4823/stat : 4823 (java) S 4815 4818 28285 0 -1 4202560 620 0 0 0 226 16 0 0 20 0 22 0 29861936 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053931220008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4824] ppid=4815 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/4818/task/4824/stat : 4824 (java) S 4815 4818 28285 0 -1 4202560 632 0 0 0 223 18 0 0 20 0 22 0 29861936 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053930167208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4825] ppid=4815 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/4818/task/4825/stat : 4825 (java) S 4815 4818 28285 0 -1 4202560 572 0 0 0 203 20 0 0 20 0 22 0 29861936 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053929113896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4826] ppid=4815 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/4818/task/4826/stat : 4826 (java) S 4815 4818 28285 0 -1 4202560 644 0 0 0 209 20 0 0 20 0 22 0 29861936 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053928061096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4827] ppid=4815 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/4818/task/4827/stat : 4827 (java) S 4815 4818 28285 0 -1 4202560 647 0 0 0 219 17 0 0 20 0 22 0 29861936 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053927008808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4828] ppid=4815 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/4818/task/4828/stat : 4828 (java) S 4815 4818 28285 0 -1 4202560 699 0 0 0 216 20 0 0 20 0 22 0 29861936 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053925956008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4829] ppid=4815 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/4818/task/4829/stat : 4829 (java) S 4815 4818 28285 0 -1 4202560 2481 0 0 0 385 13 0 0 20 0 22 0 29861937 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053795810024 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4830] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4830/stat : 4830 (java) S 4815 4818 28285 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 29861938 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053794756088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4831] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4831/stat : 4831 (java) S 4815 4818 28285 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29861938 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053793703688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4818/tid=4832] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4832/stat : 4832 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29861940 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053792652176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=4833] ppid=4815 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/4818/task/4833/stat : 4833 (java) S 4815 4818 28285 0 -1 4202560 10644 0 0 0 222 2 0 0 20 0 22 0 29861940 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053791598776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=4818/tid=4834] ppid=4815 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/4818/task/4834/stat : 4834 (java) S 4815 4818 28285 0 -1 4202560 9563 0 0 0 132 2 0 0 20 0 22 0 29861940 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053790545976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4835] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4835/stat : 4835 (java) S 4815 4818 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29861940 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053789493880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=4836] ppid=4815 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/4818/task/4836/stat : 4836 (java) S 4815 4818 28285 0 -1 4202560 54 0 0 0 12 18 0 0 20 0 22 0 29861940 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053788441288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=4894] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/4894/stat : 4894 (java) S 4815 4818 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29862882 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053786334504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4818/tid=5053] ppid=4815 vsize=9824732 CPUtime=695.93 cores=0,2,4,6
/proc/4818/task/5053/stat : 5053 (java) R 4815 4818 28285 0 -1 4202560 41 0 0 0 69581 12 0 0 20 0 22 0 29882043 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053785272560 140053800544359 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4818/tid=5054] ppid=4815 vsize=9824732 CPUtime=695.92 cores=0,2,4,6
/proc/4818/task/5054/stat : 5054 (java) R 4815 4818 28285 0 -1 4202560 1373 0 0 0 69570 22 0 0 20 0 22 0 29882043 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140052508173456 140053800862019 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4818/tid=5055] ppid=4815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4818/task/5055/stat : 5055 (java) S 4815 4818 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29882043 10060525568 846151 33554432000 1073741824 1073778376 140736420323664 140053787387432 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4818 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=168396
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=231508
# CPU time returned by wait4() is 1796.4
# while last known CPU time is 1799.48
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# 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): 0.709976
#  lost CPU user time (s): 0.749969
#  lost CPU system time (s): -0.04

Real time (s): 906.167
CPU time (s): 1800.19
CPU user time (s): 1797.37
CPU system time (s): 2.82
CPU usage (%): 198.66
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.17
system time used= 3.23151
maximum resident set size= 3384716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34982
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25903
involuntary context switches= 35142

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.43117 second user time and 7.72483 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 21:28:55
IDJOB=4106821
IDBENCH=48279
IDSOLVER=2543
FILE ID=node122/4106821-1466278135
RUNJOBID= node122-1466264503-28301
PBS_JOBID= 19918220
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/manquinho/bsg/normalized-bsg_200_10_3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106821-1466278135/watcher-4106821-1466278135 -o /tmp/evaluation-result-4106821-1466278135/solver-4106821-1466278135 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106821-1466278135.opb

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

MD5SUM BENCH= 27440fbcb5a9ea2c9ae6b100e77dc1d3
RANDOM SEED=760600724

node122.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.769
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.53
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.769
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.769
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.769
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.769
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.53
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.769
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.769
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.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26544988 kB
Buffers:          152260 kB
Cached:           225552 kB
SwapCached:            0 kB
Active:          3642048 kB
Inactive:         274160 kB
Active(anon):    3531172 kB
Inactive(anon):     9916 kB
Active(file):     110876 kB
Inactive(file):   264244 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               892 kB
Writeback:             0 kB
AnonPages:       5199916 kB
Mapped:            21280 kB
Shmem:               204 kB
Slab:             611100 kB
SReclaimable:      54872 kB
SUnreclaim:       556228 kB
KernelStack:        1624 kB
PageTables:        14568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5352480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3512320 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 node122 at 2016-06-18 21:44:01