Trace number 4118872

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)-120 1800.05 905.962

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern25-06.lin.opb
MD5SUM35dc0307228d50357654f68e722217b3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-120
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables407
Total number of constraints764
Number of constraints which are clauses382
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints382
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 407
Biggest coefficient in the objective function 34
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 5840
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 5840
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4118872-1467237278.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.23/0.25	c ... done. Wall clock time 0.129s.
0.23/0.25	c declared #vars     407
0.23/0.25	c #constraints  764
0.23/0.25	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.25	c constraints type 
0.23/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 382
0.23/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 382
0.23/0.25	c 764 constraints processed.
0.23/0.25	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.25	c constraints type 
0.23/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 382
0.23/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 382
0.23/0.25	c 764 constraints processed.
0.23/0.25	c objective function length is 407 literals
0.23/0.27	c And the winner is solver0
0.44/0.76	c SATISFIABLE
0.44/0.76	c OPTIMIZING...
0.44/0.76	c Got one! Elapsed wall clock time (in seconds):0.636
0.44/0.76	o -55
0.44/0.77	c And the winner is solver0
0.50/1.26	c Got one! Elapsed wall clock time (in seconds):1.142
0.50/1.26	o -57
0.50/1.28	c And the winner is solver0
0.58/1.77	c Got one! Elapsed wall clock time (in seconds):1.648
0.58/1.77	o -58
1.87/2.12	c And the winner is solver0
1.99/2.27	c Got one! Elapsed wall clock time (in seconds):2.151
1.99/2.27	o -63
1.99/2.28	c And the winner is solver0
2.12/2.77	c Got one! Elapsed wall clock time (in seconds):2.654
2.12/2.77	o -89
2.12/2.78	c And the winner is solver0
2.13/3.28	c Got one! Elapsed wall clock time (in seconds):3.157
2.13/3.28	o -91
2.13/3.28	c And the winner is solver0
2.14/3.78	c Got one! Elapsed wall clock time (in seconds):3.659
2.14/3.78	o -92
2.18/3.83	c And the winner is solver0
2.37/4.28	c Got one! Elapsed wall clock time (in seconds):4.161
2.37/4.28	o -93
2.39/4.35	c And the winner is solver0
2.83/4.78	c Got one! Elapsed wall clock time (in seconds):4.662
2.83/4.78	o -94
2.86/4.84	c And the winner is solver0
3.06/5.28	c Got one! Elapsed wall clock time (in seconds):5.164
3.06/5.28	o -95
3.08/5.37	c And the winner is solver0
3.24/5.79	c Got one! Elapsed wall clock time (in seconds):5.666
3.24/5.79	o -96
3.24/5.79	c And the winner is solver0
3.25/6.29	c Got one! Elapsed wall clock time (in seconds):6.168
3.25/6.29	o -99
3.25/6.29	c And the winner is solver0
3.26/6.79	c Got one! Elapsed wall clock time (in seconds):6.669
3.26/6.79	o -101
3.26/6.79	c And the winner is solver0
4.01/7.34	c Got one! Elapsed wall clock time (in seconds):7.221
4.01/7.34	o -102
4.14/7.46	c And the winner is solver0
4.29/7.84	c Got one! Elapsed wall clock time (in seconds):7.722
4.29/7.84	o -103
4.29/7.89	c And the winner is solver0
4.55/8.34	c Got one! Elapsed wall clock time (in seconds):8.224
4.55/8.34	o -104
4.55/8.35	c And the winner is solver0
4.55/8.85	c Got one! Elapsed wall clock time (in seconds):8.725
4.55/8.85	o -105
4.55/8.85	c And the winner is solver0
4.56/9.35	c Got one! Elapsed wall clock time (in seconds):9.227
4.56/9.35	o -106
4.67/9.41	c And the winner is solver0
4.72/9.85	c Got one! Elapsed wall clock time (in seconds):9.728
4.72/9.85	o -107
4.86/9.96	c And the winner is solver0
4.99/10.35	c Got one! Elapsed wall clock time (in seconds):10.23
4.99/10.35	o -108
5.28/10.59	c And the winner is solver0
5.49/10.85	c Got one! Elapsed wall clock time (in seconds):10.732
5.49/10.85	o -109
5.88/11.02	c cleaning 5467 clauses out of 10938 with flag 2001/10938
6.33/11.24	c And the winner is solver0
6.62/11.35	c Got one! Elapsed wall clock time (in seconds):11.233
6.62/11.35	o -112
6.75/11.41	c And the winner is solver0
6.90/11.85	c Got one! Elapsed wall clock time (in seconds):11.735
6.90/11.85	o -113
6.90/11.86	c And the winner is solver0
6.95/12.36	c Got one! Elapsed wall clock time (in seconds):12.236
6.95/12.36	o -114
7.03/12.42	c And the winner is solver0
7.09/12.86	c Got one! Elapsed wall clock time (in seconds):12.738
7.09/12.86	o -116
7.87/13.22	c cleaning 6246 clauses out of 12498 with flag 6005/17965
8.27/13.49	c And the winner is solver0
8.49/13.86	c Got one! Elapsed wall clock time (in seconds):13.74
8.49/13.86	o -118
8.78/14.07	c cleaning 5765 clauses out of 11536 with flag 4003/23249
10.06/14.66	c cleaning 5884 clauses out of 11772 with flag 16007/29250
11.26/15.28	c cleaning 6444 clauses out of 12888 with flag 30095/36250
11.45/15.34	c And the winner is solver0
11.57/15.41	c Got one! Elapsed wall clock time (in seconds):15.292
11.57/15.41	o -119
12.63/15.91	c cleaning 6093 clauses out of 12193 with flag 10004/41999
13.64/16.43	c cleaning 6048 clauses out of 12099 with flag 22002/47998
14.06/16.69	c And the winner is solver0
14.27/16.91	c Got one! Elapsed wall clock time (in seconds):16.793
14.27/16.91	o -120
14.63/17.10	c cleaning 5623 clauses out of 11250 with flag 4003/53197
15.73/17.66	c cleaning 5812 clauses out of 11627 with flag 16013/59197
16.92/18.26	c cleaning 6404 clauses out of 12817 with flag 30017/66199
18.55/19.08	c cleaning 7200 clauses out of 14411 with flag 49328/74197
21.37/20.10	c cleaning 8099 clauses out of 16211 with flag 72415/83197
24.05/21.32	c cleaning 9054 clauses out of 18114 with flag 99003/93199
26.97/22.63	c cleaning 10028 clauses out of 20058 with flag 132855/104197
30.45/24.12	c cleaning 11011 clauses out of 22030 with flag 170758/116197
33.85/25.81	c cleaning 12008 clauses out of 24020 with flag 218342/129198
37.28/27.57	c cleaning 13006 clauses out of 26011 with flag 255578/143197
42.02/29.88	c cleaning 14002 clauses out of 28005 with flag 288792/158197
47.40/32.56	c cleaning 15002 clauses out of 30004 with flag 324904/174198
53.72/35.69	c cleaning 15999 clauses out of 32002 with flag 363604/191198
59.74/38.68	c cleaning 16998 clauses out of 34002 with flag 400989/209197
66.14/41.82	c cleaning 18003 clauses out of 36005 with flag 440481/228198
73.24/45.30	c cleaning 19001 clauses out of 38002 with flag 482844/248198
80.43/48.96	c cleaning 20000 clauses out of 40000 with flag 525687/269197
88.94/53.16	c cleaning 21000 clauses out of 42001 with flag 571097/291198
98.14/57.78	c cleaning 21997 clauses out of 44001 with flag 618894/314198
106.82/62.09	c cleaning 22999 clauses out of 46003 with flag 669237/338197
115.82/66.54	c cleaning 24002 clauses out of 48005 with flag 723179/363198
126.32/71.70	c cleaning 24999 clauses out of 50003 with flag 779773/389198
137.42/77.21	c cleaning 25995 clauses out of 52003 with flag 846719/416197
151.02/84.01	c cleaning 27003 clauses out of 54009 with flag 950094/444198
165.44/91.48	c cleaning 27993 clauses out of 56006 with flag 1059530/473198
180.06/98.70	c cleaning 29006 clauses out of 58012 with flag 1191395/503197
197.12/107.22	c cleaning 30003 clauses out of 60006 with flag 1264248/534197
216.00/116.66	c cleaning 31003 clauses out of 62005 with flag 1335749/566199
235.47/126.37	c cleaning 32001 clauses out of 64001 with flag 1408684/599198
256.95/137.00	c cleaning 32999 clauses out of 65999 with flag 1480294/633197
276.82/146.98	c cleaning 33997 clauses out of 68000 with flag 1551631/668197
299.91/158.50	c cleaning 35001 clauses out of 70004 with flag 1626257/704198
323.39/170.15	c cleaning 36000 clauses out of 72002 with flag 1702896/741197
346.31/181.60	c cleaning 37001 clauses out of 74003 with flag 1780578/779198
371.19/193.95	c cleaning 38002 clauses out of 76003 with flag 1862046/818199
395.87/206.21	c cleaning 38999 clauses out of 77999 with flag 1945816/858197
402.37/209.42	c cleaning 0 clauses out of 5717 with flag 0/5733
422.12/219.22	c cleaning 40000 clauses out of 80001 with flag 2030202/899198
450.11/233.59	c cleaning 41000 clauses out of 82000 with flag 2131032/941197
479.16/248.03	c cleaning 41997 clauses out of 84001 with flag 2229279/984198
513.29/265.09	c cleaning 43001 clauses out of 86003 with flag 2329410/1028197
543.77/280.22	c cleaning 43992 clauses out of 88003 with flag 2429503/1073198
580.34/298.48	c cleaning 45004 clauses out of 90010 with flag 2534490/1119197
619.64/317.95	c cleaning 46002 clauses out of 92006 with flag 2639389/1166197
660.91/338.43	c cleaning 46997 clauses out of 94004 with flag 2750544/1214197
704.37/360.06	c cleaning 48003 clauses out of 96007 with flag 2858437/1263197
748.00/381.76	c cleaning 48997 clauses out of 98005 with flag 2966215/1313198
786.66/401.03	c cleaning 50001 clauses out of 100007 with flag 3087633/1364197
827.07/421.18	c cleaning 50999 clauses out of 102006 with flag 3206613/1416197
867.50/441.22	c cleaning 52000 clauses out of 104008 with flag 3336545/1469198
911.11/462.98	c cleaning 53002 clauses out of 106008 with flag 3460865/1523198
954.41/484.55	c cleaning 54002 clauses out of 108006 with flag 3589371/1578198
999.37/506.98	c cleaning 55001 clauses out of 110004 with flag 3713859/1634198
1057.34/535.75	c cleaning 56001 clauses out of 112003 with flag 3838548/1691198
1110.45/562.72	c cleaning 57001 clauses out of 114002 with flag 3963844/1749198
1165.77/590.35	c cleaning 58001 clauses out of 116002 with flag 4088161/1808199
1233.77/624.27	c cleaning 58994 clauses out of 117999 with flag 4213876/1868197
1294.15/654.22	c cleaning 60001 clauses out of 120006 with flag 4345522/1929198
1362.16/688.08	c cleaning 61003 clauses out of 122005 with flag 4476988/1991198
1427.78/720.63	c cleaning 61998 clauses out of 124001 with flag 4609513/2054197
1496.45/754.86	c cleaning 62998 clauses out of 126004 with flag 4741597/2118198
1564.09/788.55	c cleaning 64001 clauses out of 128005 with flag 4875851/2183197
1634.64/823.62	c cleaning 64997 clauses out of 130004 with flag 5017623/2249197
1699.10/855.72	c cleaning 66000 clauses out of 132009 with flag 5209492/2316199
1767.43/889.79	c cleaning 66999 clauses out of 134008 with flag 5414929/2384198
1800.05/905.90	c >>>>>>>>>> Solver number 0 (28 answers) <<<<<<<<<<<<<<<<<<
1800.05/905.90	c starts		: 6558
1800.05/905.90	c conflicts		: 2429332
1800.05/905.90	c decisions		: 3456212
1800.05/905.90	c propagations		: 56547161
1800.05/905.90	c inspects		: 11685392194
1800.05/905.90	c shortcuts		: 0
1800.05/905.90	c learnt literals	: 0
1800.05/905.90	c learnt binary clauses	: 291
1800.05/905.90	c learnt ternary clauses	: 1264
1800.05/905.90	c learnt constraints	: 2429332
1800.05/905.90	c ignored constraints	: 0
1800.05/905.90	c root simplifications	: 0
1800.05/905.90	c removed literals (reason simplification)	: 25873102
1800.05/905.90	c reason swapping (by a shorter reason)	: 0
1800.05/905.90	c Calls to reduceDB	: 71
1800.05/905.90	c Number of update (reduction) of LBD	: 27562
1800.05/905.90	c Imported unit clauses	: 0
1800.05/905.90	c number of reductions to clauses (during analyze)	: 0
1800.05/905.90	c number of learned constraints concerned by reduction	: 0
1800.05/905.90	c number of learning phase by resolution	: 0
1800.05/905.90	c number of learning phase by cutting planes	: 0
1800.05/905.90	c speed (assignments/second)	: 62438.68941735319
1800.05/905.90	c non guided choices	0
1800.05/905.94	c learnt constraints type 
1800.05/905.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 291
1800.05/905.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111853
1800.05/905.94	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/905.94	c starts		: 65
1800.05/905.94	c conflicts		: 10441
1800.05/905.94	c decisions		: 11582
1800.05/905.94	c propagations		: 358880
1800.05/905.94	c inspects		: 868182876
1800.05/905.94	c shortcuts		: 0
1800.05/905.94	c learnt literals	: 0
1800.05/905.94	c learnt binary clauses	: 0
1800.05/905.94	c learnt ternary clauses	: 1
1800.05/905.94	c learnt constraints	: 10424
1800.05/905.94	c ignored constraints	: 0
1800.05/905.94	c root simplifications	: 0
1800.05/905.94	c removed literals (reason simplification)	: 0
1800.05/905.94	c reason swapping (by a shorter reason)	: 0
1800.05/905.94	c Calls to reduceDB	: 1
1800.05/905.94	c Number of update (reduction) of LBD	: 0
1800.05/905.94	c Imported unit clauses	: 0
1800.05/905.94	c number of reductions to clauses (during analyze)	: 0
1800.05/905.94	c number of learned constraints concerned by reduction	: 0
1800.05/905.94	c number of learning phase by resolution	: 0
1800.05/905.94	c number of learning phase by cutting planes	: 0
1800.05/905.94	c speed (assignments/second)	: 403.6786408465913
1800.05/905.94	c non guided choices	0
1800.05/905.94	c learnt constraints type 
1800.05/905.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.05/905.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10423
1800.05/905.94	s SATISFIABLE
1800.05/905.94	c Found 28 solution(s)
1800.05/905.94	v -x1 x2 -x3 -x4 -x5 x6 -x7 x8 x9 x10 -x11 x12 x13 x14 -x15 x16 x17 x18 x19 -x20 x21 x22 x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 x75 x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 x89 -x90 -x91 x92 -x93 -x94 x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 x174 x175 -x176 x177 -x178 -x179 x180 -x181 x182 x183 x184 -x185 -x186 x187 x188 x189 -x190 -x191 -x192 -x193 x194 -x195 x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 x210 x211 -x212 x213 -x214 -x215 x216 -x217 x218 x219 x220 -x221 -x222 x223 x224 x225 -x226 -x227 -x228 -x229 x230 x231 x232 x233 x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 x245 -x246 x247 x248 x249 -x250 x251 -x252 x253 -x254 x255 x256 -x257 x258 -x259 -x260 x261 -x262 x263 x264 x265 -x266 -x267 x268 x269 x270 -x271 -x272 -x273 -x274 x275 -x276 x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 x289 -x290 x291 -x292 -x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 x324 x325 x326 -x327 -x328 -x329 -x330 -x331 -x332 x333 x334 -x335 x336 x337 x338 -x339 x340 x341 x342 -x343 x344 x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 x353 x354 -x355 x356 x357 x358 -x359 x360 x361 x362 -x363 x364 x365 x366 x367 -x368 -x369 -x370 -x371 -x372 x373 x374 x375 -x376 x377 x378 x379 -x380 x381 x382 x383 -x384 x385 x386 x387 -x388 x389 x390 x391 -x392 -x393 -x394 -x395 -x396 -x397 x398 x399 -x400 x401 x402 -x403 x404 -x405 x406 -x407 
1800.05/905.94	c objective function=-120
1800.05/905.94	c Total wall clock time (in seconds): 905.824

Verifier Data

OK	-120

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

pid=9372
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.05 4.00 4/197 9375
/proc/meminfo: memFree=21265164/32872528 swapFree=12440/1155036
[pid=9375] ppid=9372 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/9375/stat : 9375 (java) D 9372 9375 4301 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 4695269 2560000 46 33554432000 1073741824 1073778376 140735720953344 140735720950472 219504799015 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/9375/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 4.31 4.05 4.00 4/197 9375
/proc/meminfo: memFree=21265164/32872528 swapFree=12440/1155036
[pid=9375] ppid=9372 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9375/stat : 9375 (java) S 9372 9375 4301 0 -1 4202496 4464 0 1 0 8 1 0 0 20 0 18 0 4695269 9787879424 5584 33554432000 1073741824 1073778376 140735720953344 140735720944480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9375/statm: 2389619 5584 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200241 s]
/proc/loadavg: 4.31 4.05 4.00 4/197 9375
/proc/meminfo: memFree=21265164/32872528 swapFree=12440/1155036
[pid=9375] ppid=9372 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/9375/stat : 9375 (java) S 9372 9375 4301 0 -1 4202496 4729 0 1 0 22 1 0 0 20 0 18 0 4695269 9787879424 6823 33554432000 1073741824 1073778376 140735720953344 140735720944480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9375/statm: 2389619 6823 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300342 s]
/proc/loadavg: 4.31 4.05 4.00 4/197 9375
/proc/meminfo: memFree=21265164/32872528 swapFree=12440/1155036
[pid=9375] ppid=9372 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/9375/stat : 9375 (java) S 9372 9375 4301 0 -1 4202496 6784 0 1 0 40 4 0 0 20 0 19 0 4695269 10060525568 9384 33554432000 1073741824 1073778376 140735720953344 140735720944480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9375/statm: 2456183 9384 2244 9 0 2446860 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9824732

[startup+0.70028 s]
/proc/loadavg: 4.31 4.05 4.00 4/197 9375
/proc/meminfo: memFree=21265164/32872528 swapFree=12440/1155036
[pid=9375] ppid=9372 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/9375/stat : 9375 (java) S 9372 9375 4301 0 -1 4202496 6784 0 1 0 40 4 0 0 20 0 19 0 4695269 10060525568 9384 33554432000 1073741824 1073778376 140735720953344 140735720944480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9375/statm: 2456183 9384 2244 9 0 2446860 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9824732

[startup+1.50078 s]
/proc/loadavg: 4.31 4.05 4.00 3/216 9400
/proc/meminfo: memFree=21229096/32872528 swapFree=12440/1155036
[pid=9375] ppid=9372 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/9375/stat : 9375 (java) S 9372 9375 4301 0 -1 4202496 7057 0 1 0 52 6 0 0 20 0 19 0 4695269 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140735720944480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9375/statm: 2456183 12033 2250 9 0 2446860 0
[pid=9375/tid=9377] ppid=9372 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/9375/task/9377/stat : 9377 (java) S 9372 9375 4301 0 -1 4202560 2477 0 1 0 23 0 0 0 20 0 19 0 4695270 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140666958926712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9378] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9378/stat : 9378 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140666802886824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9379] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9379/stat : 9379 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140666801834280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9380] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9380/stat : 9380 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140666800781736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9375/tid=9381] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9381/stat : 9381 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140666799729192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9382] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9382/stat : 9382 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140666798676648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9383] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9383/stat : 9383 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140666797624104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9384] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9384/stat : 9384 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140666796571560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9385] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9385/stat : 9385 (java) S 9372 9375 4301 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140666795519016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9386] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9386/stat : 9386 (java) S 9372 9375 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4695273 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140666783107176 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9387] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9387/stat : 9387 (java) S 9372 9375 4301 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4695273 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140666782053496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9388] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9388/stat : 9388 (java) S 9372 9375 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4695273 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140666781000840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9389] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9389/stat : 9389 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695276 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140666779949584 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9390] ppid=9372 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/9375/task/9390/stat : 9390 (java) S 9372 9375 4301 0 -1 4202560 2158 0 0 0 14 0 0 0 20 0 19 0 4695276 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140666778896952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9391] ppid=9372 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/9375/task/9391/stat : 9391 (java) S 9372 9375 4301 0 -1 4202560 1074 0 0 0 9 0 0 0 20 0 19 0 4695276 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140666777844408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9375/tid=9392] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9392/stat : 9392 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695276 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140666776792056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9393] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9393/stat : 9393 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695276 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140666775739720 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9396] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9396/stat : 9396 (java) S 9372 9375 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4695296 10060525568 12033 33554432000 1073741824 1073778376 140735720953344 140666772579368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 4.12 4.02 3.99 3/216 9406
/proc/meminfo: memFree=21187400/32872528 swapFree=12440/1155036
[pid=9375] ppid=9372 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/9375/stat : 9375 (java) S 9372 9375 4301 0 -1 4202496 17755 0 1 0 203 10 0 0 20 0 19 0 4695269 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140735720944480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9375/statm: 2456183 23110 2257 9 0 2446860 0
[pid=9375/tid=9377] ppid=9372 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/9375/task/9377/stat : 9377 (java) S 9372 9375 4301 0 -1 4202560 2477 0 1 0 24 0 0 0 20 0 19 0 4695270 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140666958926712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9378] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9378/stat : 9378 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140666802886824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9379] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9379/stat : 9379 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140666801834280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9380] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9380/stat : 9380 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140666800781736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9375/tid=9381] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9381/stat : 9381 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140666799729192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9382] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9382/stat : 9382 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140666798676648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9383] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9383/stat : 9383 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140666797624104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9384] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9384/stat : 9384 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140666796571560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9385] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9385/stat : 9385 (java) S 9372 9375 4301 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140666795519016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9386] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9386/stat : 9386 (java) S 9372 9375 4301 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4695273 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140666783107176 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9387] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9387/stat : 9387 (java) S 9372 9375 4301 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4695273 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140666782053496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9388] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9388/stat : 9388 (java) S 9372 9375 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4695273 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140666781000840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9389] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9389/stat : 9389 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695276 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140666779949584 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9390] ppid=9372 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/9375/task/9390/stat : 9390 (java) S 9372 9375 4301 0 -1 4202560 7731 0 0 0 51 2 0 0 20 0 19 0 4695276 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140666778896952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9391] ppid=9372 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/9375/task/9391/stat : 9391 (java) S 9372 9375 4301 0 -1 4202560 6157 0 0 0 54 0 0 0 20 0 19 0 4695276 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140666777844408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9375/tid=9392] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9392/stat : 9392 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695276 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140666776792056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9393] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9393/stat : 9393 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695276 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140666775739720 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9396] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9396/stat : 9396 (java) S 9372 9375 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4695296 10060525568 23110 33554432000 1073741824 1073778376 140735720953344 140666772579368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=18 pid=1817 uid=0 cmd=

[startup+6.30071 s]
/proc/loadavg: 4.12 4.02 3.99 4/216 9427
/proc/meminfo: memFree=21108640/32872528 swapFree=12440/1155036
[pid=9375] ppid=9372 vsize=9824732 CPUtime=3.26 cores=0,2,4,6
/proc/9375/stat : 9375 (java) S 9372 9375 4301 0 -1 4202496 18600 0 1 0 308 18 0 0 20 0 19 0 4695269 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140735720944480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9375/statm: 2456183 42655 2268 9 0 2446860 0
[pid=9375/tid=9377] ppid=9372 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/9375/task/9377/stat : 9377 (java) S 9372 9375 4301 0 -1 4202560 2480 0 1 0 25 0 0 0 20 0 19 0 4695270 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140666958926712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9378] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9378/stat : 9378 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140666802886824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9379] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9379/stat : 9379 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140666801834280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9380] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9380/stat : 9380 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140666800781736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9375/tid=9381] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9381/stat : 9381 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140666799729192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9382] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9382/stat : 9382 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140666798676648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9383] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9383/stat : 9383 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140666797624104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9384] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9384/stat : 9384 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140666796571560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9385] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9385/stat : 9385 (java) S 9372 9375 4301 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4695272 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140666795519016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9386] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9386/stat : 9386 (java) S 9372 9375 4301 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4695273 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140666783107176 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9387] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9387/stat : 9387 (java) S 9372 9375 4301 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4695273 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140666782053496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9388] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9388/stat : 9388 (java) S 9372 9375 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4695273 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140666781000840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9389] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9389/stat : 9389 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695276 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140666779949584 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9390] ppid=9372 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/9375/task/9390/stat : 9390 (java) S 9372 9375 4301 0 -1 4202560 8425 0 0 0 83 2 0 0 20 0 19 0 4695276 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140666778896952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9391] ppid=9372 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/9375/task/9391/stat : 9391 (java) S 9372 9375 4301 0 -1 4202560 6206 0 0 0 77 0 0 0 20 0 19 0 4695276 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140666777844408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9375/tid=9392] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9392/stat : 9392 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4695276 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140666776792056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9393] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9393/stat : 9393 (java) S 9372 9375 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4695276 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140666775739720 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9396] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9396/stat : 9396 (java) S 9372 9375 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4695296 10060525568 42655 33554432000 1073741824 1073778376 140735720953344 140666772579368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.26

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

/proc/9375/task/9380/stat : 9380 (java) S 9372 9375 4301 0 -1 4202560 1100 0 0 0 216 24 0 0 20 0 22 0 4695272 10060525568 700293 33554432000 1073741824 1073778376 140735720953344 140666800781736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9375/tid=9381] ppid=9372 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/9375/task/9381/stat : 9381 (java) S 9372 9375 4301 0 -1 4202560 1456 0 0 0 217 22 0 0 20 0 22 0 4695272 10060525568 700293 33554432000 1073741824 1073778376 140735720953344 140666799729192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9382] ppid=9372 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/9375/task/9382/stat : 9382 (java) S 9372 9375 4301 0 -1 4202560 1140 0 0 0 201 21 0 0 20 0 22 0 4695272 10060525568 700293 33554432000 1073741824 1073778376 140735720953344 140666798676648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9383] ppid=9372 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/9375/task/9383/stat : 9383 (java) S 9372 9375 4301 0 -1 4202560 953 0 0 0 221 22 0 0 20 0 22 0 4695272 10060525568 700293 33554432000 1073741824 1073778376 140735720953344 140666797624104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9384] ppid=9372 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/9375/task/9384/stat : 9384 (java) S 9372 9375 4301 0 -1 4202560 1201 0 0 0 205 23 0 0 20 0 22 0 4695272 10060525568 700293 33554432000 1073741824 1073778376 140735720953344 140666796571560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9385] ppid=9372 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/9375/task/9385/stat : 9385 (java) S 9372 9375 4301 0 -1 4202560 1298 0 0 0 195 18 0 0 20 0 22 0 4695272 10060525568 700293 33554432000 1073741824 1073778376 140735720953344 140666795519016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9386] ppid=9372 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/9375/task/9386/stat : 9386 (java) S 9372 9375 4301 0 -1 4202560 2390 0 0 0 242 8 0 0 20 0 22 0 4695273 10060525568 700293 33554432000 1073741824 1073778376 140735720953344 140666783107176 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9387] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9387/stat : 9387 (java) S 9372 9375 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4695273 10060525568 700293 33554432000 1073741824 1073778376 140735720953344 140666782053496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9388] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9388/stat : 9388 (java) S 9372 9375 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4695273 10060525568 700293 33554432000 1073741824 1073778376 140735720953344 140666781000840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9389] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9389/stat : 9389 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4695276 10060525568 700293 33554432000 1073741824 1073778376 140735720953344 140666779949584 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9390] ppid=9372 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/9375/task/9390/stat : 9390 (java) S 9372 9375 4301 0 -1 4202560 8971 0 0 0 157 2 0 0 20 0 22 0 4695276 10060525568 700293 33554432000 1073741824 1073778376 140735720953344 140666778896952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9391] ppid=9372 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/9375/task/9391/stat : 9391 (java) S 9372 9375 4301 0 -1 4202560 18463 0 0 0 275 3 0 0 20 0 22 0 4695276 10060525568 700293 33554432000 1073741824 1073778376 140735720953344 140666777844408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9375/tid=9392] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9392/stat : 9392 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4695276 10060525568 700293 33554432000 1073741824 1073778376 140735720953344 140666776792056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9393] ppid=9372 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/9375/task/9393/stat : 9393 (java) S 9372 9375 4301 0 -1 4202560 52 0 0 0 16 18 0 0 20 0 22 0 4695276 10060525568 700293 33554432000 1073741824 1073778376 140735720953344 140666775739720 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9396] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9396/stat : 9396 (java) S 9372 9375 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4695296 10060525568 700293 33554432000 1073741824 1073778376 140735720953344 140666772579368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9478] ppid=9372 vsize=9824732 CPUtime=855.84 cores=0,2,4,6
/proc/9375/task/9478/stat : 9478 (java) R 9372 9375 4301 0 -1 4202560 67 0 0 0 85570 14 0 0 20 0 22 0 4696961 10060525568 700293 33554432000 1073741824 1073778376 140735720953344 140666774683264 140666831357445 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9479] ppid=9372 vsize=9824732 CPUtime=855.84 cores=0,2,4,6
/proc/9375/task/9479/stat : 9479 (java) R 9372 9375 4301 0 -1 4202560 1007 0 0 0 85540 44 0 0 20 0 22 0 4696961 10060525568 700293 33554432000 1073741824 1073778376 140735720953344 140666773632088 140666831201942 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9375/tid=9480] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9480/stat : 9480 (java) S 9372 9375 4301 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4696961 10060525568 700293 33554432000 1073741824 1073778376 140735720953344 140666771527208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1752.53
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.901 s]
/proc/loadavg: 4.20 4.18 4.08 5/219 9830
/proc/meminfo: memFree=18615116/32872528 swapFree=12440/1155036
[pid=9375] ppid=9372 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/9375/stat : 9375 (java) S 9372 9375 4301 0 -1 4202496 45757 0 1 0 179721 284 0 0 20 0 22 0 4695269 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140735720944480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9375/statm: 2456183 725175 2296 9 0 2446860 0
[pid=9375/tid=9377] ppid=9372 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/9375/task/9377/stat : 9377 (java) S 9372 9375 4301 0 -1 4202560 2488 0 1 0 29 3 0 0 20 0 22 0 4695270 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666958926712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9378] ppid=9372 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/9375/task/9378/stat : 9378 (java) S 9372 9375 4301 0 -1 4202560 1260 0 0 0 223 24 0 0 20 0 22 0 4695272 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666802886824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9379] ppid=9372 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/9375/task/9379/stat : 9379 (java) S 9372 9375 4301 0 -1 4202560 1493 0 0 0 195 21 0 0 20 0 22 0 4695272 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666801834280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9380] ppid=9372 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/9375/task/9380/stat : 9380 (java) S 9372 9375 4301 0 -1 4202560 1146 0 0 0 226 24 0 0 20 0 22 0 4695272 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666800781736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9381] ppid=9372 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/9375/task/9381/stat : 9381 (java) S 9372 9375 4301 0 -1 4202560 1466 0 0 0 223 22 0 0 20 0 22 0 4695272 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666799729192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9382] ppid=9372 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/9375/task/9382/stat : 9382 (java) S 9372 9375 4301 0 -1 4202560 1252 0 0 0 213 22 0 0 20 0 22 0 4695272 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666798676648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9383] ppid=9372 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/9375/task/9383/stat : 9383 (java) S 9372 9375 4301 0 -1 4202560 976 0 0 0 229 23 0 0 20 0 22 0 4695272 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666797624104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9384] ppid=9372 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/9375/task/9384/stat : 9384 (java) S 9372 9375 4301 0 -1 4202560 1239 0 0 0 210 24 0 0 20 0 22 0 4695272 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666796571560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9385] ppid=9372 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/9375/task/9385/stat : 9385 (java) S 9372 9375 4301 0 -1 4202560 1328 0 0 0 201 20 0 0 20 0 22 0 4695272 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666795519016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9386] ppid=9372 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/9375/task/9386/stat : 9386 (java) S 9372 9375 4301 0 -1 4202560 2556 0 0 0 242 9 0 0 20 0 22 0 4695273 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666783107176 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9387] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9387/stat : 9387 (java) S 9372 9375 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4695273 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666782053496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9388] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9388/stat : 9388 (java) S 9372 9375 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4695273 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666781000840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9389] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9389/stat : 9389 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4695276 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666779949584 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9390] ppid=9372 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/9375/task/9390/stat : 9390 (java) S 9372 9375 4301 0 -1 4202560 8971 0 0 0 157 2 0 0 20 0 22 0 4695276 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666778896952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9391] ppid=9372 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/9375/task/9391/stat : 9391 (java) S 9372 9375 4301 0 -1 4202560 18463 0 0 0 275 3 0 0 20 0 22 0 4695276 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666777844408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9375/tid=9392] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9392/stat : 9392 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4695276 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666776792056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9393] ppid=9372 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9375/task/9393/stat : 9393 (java) S 9372 9375 4301 0 -1 4202560 54 0 0 0 16 19 0 0 20 0 22 0 4695276 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666775739720 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9396] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9396/stat : 9396 (java) S 9372 9375 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4695296 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666772579368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9478] ppid=9372 vsize=9824732 CPUtime=879.19 cores=0,2,4,6
/proc/9375/task/9478/stat : 9478 (java) R 9372 9375 4301 0 -1 4202560 68 0 0 0 87905 14 0 0 20 0 22 0 4696961 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666774684464 140666831137888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9479] ppid=9372 vsize=9824732 CPUtime=879.2 cores=0,2,4,6
/proc/9375/task/9479/stat : 9479 (java) R 9372 9375 4301 0 -1 4202560 1009 0 0 0 87876 44 0 0 20 0 22 0 4696961 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666773630576 140666831201907 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9375/tid=9480] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9480/stat : 9480 (java) S 9372 9375 4301 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4696961 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666771527208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 9375 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+905.901 s]
/proc/loadavg: 4.20 4.18 4.08 5/219 9830
/proc/meminfo: memFree=18615116/32872528 swapFree=12440/1155036
[pid=9375] ppid=9372 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/9375/stat : 9375 (java) S 9372 9375 4301 0 -1 4202496 45757 0 1 0 179721 284 0 0 20 0 22 0 4695269 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140735720944480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9375/statm: 2456183 725175 2296 9 0 2446860 0
[pid=9375/tid=9377] ppid=9372 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/9375/task/9377/stat : 9377 (java) S 9372 9375 4301 0 -1 4202560 2488 0 1 0 29 3 0 0 20 0 22 0 4695270 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666958926712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9378] ppid=9372 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/9375/task/9378/stat : 9378 (java) S 9372 9375 4301 0 -1 4202560 1260 0 0 0 223 24 0 0 20 0 22 0 4695272 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666802886824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9379] ppid=9372 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/9375/task/9379/stat : 9379 (java) S 9372 9375 4301 0 -1 4202560 1493 0 0 0 195 21 0 0 20 0 22 0 4695272 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666801834280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9380] ppid=9372 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/9375/task/9380/stat : 9380 (java) S 9372 9375 4301 0 -1 4202560 1146 0 0 0 226 24 0 0 20 0 22 0 4695272 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666800781736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9381] ppid=9372 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/9375/task/9381/stat : 9381 (java) S 9372 9375 4301 0 -1 4202560 1466 0 0 0 223 22 0 0 20 0 22 0 4695272 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666799729192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9382] ppid=9372 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/9375/task/9382/stat : 9382 (java) S 9372 9375 4301 0 -1 4202560 1252 0 0 0 213 22 0 0 20 0 22 0 4695272 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666798676648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9383] ppid=9372 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/9375/task/9383/stat : 9383 (java) S 9372 9375 4301 0 -1 4202560 976 0 0 0 229 23 0 0 20 0 22 0 4695272 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666797624104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9384] ppid=9372 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/9375/task/9384/stat : 9384 (java) S 9372 9375 4301 0 -1 4202560 1239 0 0 0 210 24 0 0 20 0 22 0 4695272 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666796571560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9385] ppid=9372 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/9375/task/9385/stat : 9385 (java) S 9372 9375 4301 0 -1 4202560 1328 0 0 0 201 20 0 0 20 0 22 0 4695272 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666795519016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9386] ppid=9372 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/9375/task/9386/stat : 9386 (java) S 9372 9375 4301 0 -1 4202560 2556 0 0 0 242 9 0 0 20 0 22 0 4695273 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666783107176 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9387] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9387/stat : 9387 (java) S 9372 9375 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4695273 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666782053496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9388] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9388/stat : 9388 (java) S 9372 9375 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4695273 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666781000840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9389] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9389/stat : 9389 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4695276 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666779949584 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9390] ppid=9372 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/9375/task/9390/stat : 9390 (java) S 9372 9375 4301 0 -1 4202560 8971 0 0 0 157 2 0 0 20 0 22 0 4695276 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666778896952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9391] ppid=9372 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/9375/task/9391/stat : 9391 (java) S 9372 9375 4301 0 -1 4202560 18463 0 0 0 275 3 0 0 20 0 22 0 4695276 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666777844408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9375/tid=9392] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9392/stat : 9392 (java) S 9372 9375 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4695276 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666776792056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9393] ppid=9372 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9375/task/9393/stat : 9393 (java) S 9372 9375 4301 0 -1 4202560 54 0 0 0 16 19 0 0 20 0 22 0 4695276 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666775739720 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9375/tid=9396] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9396/stat : 9396 (java) S 9372 9375 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4695296 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666772579368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9375/tid=9478] ppid=9372 vsize=9824732 CPUtime=879.19 cores=0,2,4,6
/proc/9375/task/9478/stat : 9478 (java) R 9372 9375 4301 0 -1 4202560 68 0 0 0 87905 14 0 0 20 0 22 0 4696961 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666774684464 140666831137888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9375/tid=9479] ppid=9372 vsize=9824732 CPUtime=879.2 cores=0,2,4,6
/proc/9375/task/9479/stat : 9479 (java) R 9372 9375 4301 0 -1 4202560 1009 0 0 0 87876 44 0 0 20 0 22 0 4696961 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666773630576 140666831201907 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9375/tid=9480] ppid=9372 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9480/stat : 9480 (java) S 9372 9375 4301 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4696961 10060525568 725175 33554432000 1073741824 1073778376 140735720953344 140666771527208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9375 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=708466
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=343491
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 905.962
CPU time (s): 1800.05
CPU user time (s): 1797.21
CPU system time (s): 2.84
CPU usage (%): 198.689
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.71
system time used= 3.34349
maximum resident set size= 3441872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45802
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24947
involuntary context switches= 24733

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.77412 second user time and 7.35388 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-29 23:54:38
IDJOB=4118872
IDBENCH=111542
IDSOLVER=2543
FILE ID=node114/4118872-1467237278
RUNJOBID= node114-1467233112-7067
PBS_JOBID= 19997585
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern25-06.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118872-1467237278/watcher-4118872-1467237278 -o /tmp/evaluation-result-4118872-1467237278/solver-4118872-1467237278 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467233112-7067 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118872-1467237278.opb

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

MD5SUM BENCH= 35dc0307228d50357654f68e722217b3
RANDOM SEED=201259853

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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.56
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.752
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.56
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.752
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:        21265428 kB
Buffers:          100876 kB
Cached:          5787880 kB
SwapCached:            0 kB
Active:          3891396 kB
Inactive:        5789300 kB
Active(anon):    3793160 kB
Inactive(anon):     1508 kB
Active(file):      98236 kB
Inactive(file):  5787792 kB
Unevictable:     1155036 kB
Mlocked:           12440 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               464 kB
Writeback:             0 kB
AnonPages:       4919720 kB
Mapped:            22248 kB
Shmem:               204 kB
Slab:             624892 kB
SReclaimable:      69140 kB
SUnreclaim:       555752 kB
KernelStack:        1808 kB
PageTables:        13844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5551216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4796416 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= 71668 MiB
End job on node114 at 2016-06-30 00:09:44