Trace number 4081131

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)191 1800.75 909.356

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32b1.opb
MD5SUMeb2e849a72ed563d78cdb83a394edb27
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark191
Best CPU time to get the best result obtained on this benchmark6.20606
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 191
Optimality of the best value was proved YES
Number of variables456
Total number of constraints1602
Number of constraints which are clauses1602
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 456
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 456
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 456
Number of bits of the biggest sum of numbers9
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-4081131-1465225963.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.25/0.29	c ... done. Wall clock time 0.168s.
0.25/0.29	c declared #vars     456
0.25/0.29	c #constraints  1602
0.25/0.29	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.25/0.29	c constraints type 
0.25/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 126
0.25/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1476
0.25/0.29	c 1602 constraints processed.
0.25/0.29	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.25/0.29	c constraints type 
0.25/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1476
0.25/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 126
0.25/0.29	c 1602 constraints processed.
0.25/0.29	c objective function length is 456 literals
0.53/0.33	c And the winner is solver0
0.73/0.79	c SATISFIABLE
0.73/0.79	c OPTIMIZING...
0.73/0.79	c Got one! Elapsed wall clock time (in seconds):0.674
0.73/0.79	o 226
0.73/0.81	c And the winner is solver0
0.79/1.30	c Got one! Elapsed wall clock time (in seconds):1.179
0.79/1.30	o 224
0.79/1.31	c And the winner is solver0
0.86/1.80	c Got one! Elapsed wall clock time (in seconds):1.682
0.86/1.80	o 223
0.86/1.81	c And the winner is solver0
0.89/2.30	c Got one! Elapsed wall clock time (in seconds):2.185
0.89/2.30	o 216
0.89/2.32	c And the winner is solver0
1.01/2.81	c Got one! Elapsed wall clock time (in seconds):2.689
1.01/2.81	o 215
1.01/2.87	c And the winner is solver1
1.76/3.31	c Got one! Elapsed wall clock time (in seconds):3.191
1.76/3.31	o 214
1.76/3.34	c And the winner is solver0
2.01/3.81	c Got one! Elapsed wall clock time (in seconds):3.693
2.01/3.81	o 213
2.01/3.83	c And the winner is solver0
2.12/4.31	c Got one! Elapsed wall clock time (in seconds):4.195
2.12/4.31	o 212
2.12/4.33	c And the winner is solver0
2.25/4.82	c Got one! Elapsed wall clock time (in seconds):4.696
2.25/4.82	o 211
2.25/4.82	c And the winner is solver0
2.26/5.32	c Got one! Elapsed wall clock time (in seconds):5.198
2.26/5.32	o 210
2.26/5.32	c And the winner is solver0
2.28/5.82	c Got one! Elapsed wall clock time (in seconds):5.699
2.28/5.82	o 209
2.28/5.82	c And the winner is solver0
2.31/6.32	c Got one! Elapsed wall clock time (in seconds):6.2
2.31/6.32	o 208
2.31/6.37	c And the winner is solver0
2.47/6.82	c Got one! Elapsed wall clock time (in seconds):6.701
2.47/6.82	o 207
2.47/6.86	c And the winner is solver0
2.57/7.32	c Got one! Elapsed wall clock time (in seconds):7.203
2.57/7.32	o 206
2.57/7.35	c And the winner is solver0
2.70/7.82	c Got one! Elapsed wall clock time (in seconds):7.704
2.70/7.82	o 205
2.70/7.86	c And the winner is solver0
2.79/8.32	c Got one! Elapsed wall clock time (in seconds):8.205
2.79/8.32	o 204
2.79/8.38	c And the winner is solver0
2.98/8.83	c Got one! Elapsed wall clock time (in seconds):8.706
2.98/8.83	o 203
2.98/8.83	c And the winner is solver0
2.98/9.33	c Got one! Elapsed wall clock time (in seconds):9.207
2.98/9.33	o 202
2.98/9.37	c And the winner is solver0
3.08/9.83	c Got one! Elapsed wall clock time (in seconds):9.708
3.08/9.83	o 201
3.08/9.83	c And the winner is solver0
3.08/10.33	c Got one! Elapsed wall clock time (in seconds):10.209
3.08/10.33	o 197
3.08/10.35	c And the winner is solver0
3.15/10.83	c Got one! Elapsed wall clock time (in seconds):10.71
3.15/10.83	o 196
3.98/11.23	c cleaning 4602 clauses out of 9203 with flag 12999/9203
4.48/11.46	c And the winner is solver0
4.66/11.83	c Got one! Elapsed wall clock time (in seconds):11.712
4.66/11.83	o 195
5.04/12.01	c cleaning 5209 clauses out of 10418 with flag 5503/15020
5.25/12.17	c And the winner is solver1
5.43/12.33	c Got one! Elapsed wall clock time (in seconds):12.213
5.43/12.33	o 194
5.43/12.34	c And the winner is solver0
5.46/12.83	c Got one! Elapsed wall clock time (in seconds):12.714
5.46/12.83	o 193
5.79/13.08	c cleaning 5220 clauses out of 10475 with flag 9425/20286
6.76/13.49	c cleaning 5628 clauses out of 11256 with flag 27171/26287
8.02/14.01	c cleaning 6309 clauses out of 12627 with flag 50368/33286
9.07/14.54	c And the winner is solver0
9.19/14.83	c Got one! Elapsed wall clock time (in seconds):14.715
9.19/14.83	o 192
9.91/15.22	c cleaning 9608 clauses out of 19215 with flag 14773/46183
10.71/15.68	c cleaning 7803 clauses out of 15607 with flag 34304/52183
11.77/16.19	c And the winner is solver0
12.05/16.34	c Got one! Elapsed wall clock time (in seconds):16.216
12.05/16.34	o 191
12.80/16.73	c cleaning 9862 clauses out of 19762 with flag 15838/64141
13.79/17.20	c cleaning 7936 clauses out of 15896 with flag 34248/70137
14.60/17.62	c cleaning 7458 clauses out of 14958 with flag 54373/77135
15.83/18.28	c cleaning 7746 clauses out of 15502 with flag 76581/85137
17.23/18.98	c cleaning 8377 clauses out of 16754 with flag 103513/94135
18.64/19.63	c cleaning 9186 clauses out of 18377 with flag 132536/104135
20.30/20.46	c cleaning 10095 clauses out of 20191 with flag 164311/115135
21.90/21.23	c cleaning 11041 clauses out of 22096 with flag 198510/127135
23.71/22.18	c cleaning 12020 clauses out of 24055 with flag 235348/140135
25.77/23.15	c cleaning 13011 clauses out of 26035 with flag 270443/154135
27.97/24.20	c cleaning 14002 clauses out of 28024 with flag 307712/169135
29.95/25.27	c cleaning 15005 clauses out of 30023 with flag 346272/185136
32.36/26.49	c cleaning 16008 clauses out of 32017 with flag 389276/202135
35.03/27.79	c cleaning 16998 clauses out of 34010 with flag 435228/220136
37.62/29.06	c cleaning 18002 clauses out of 36012 with flag 483990/239136
40.23/30.37	c cleaning 19003 clauses out of 38010 with flag 534012/259136
43.22/31.82	c cleaning 20002 clauses out of 40006 with flag 582993/280135
46.29/33.34	c cleaning 20999 clauses out of 42004 with flag 636701/302135
49.49/34.99	c cleaning 21998 clauses out of 44005 with flag 693806/325135
54.43/37.38	c cleaning 23004 clauses out of 46007 with flag 755461/349135
59.13/39.56	c cleaning 23997 clauses out of 48003 with flag 821096/374135
64.19/41.83	c cleaning 25002 clauses out of 50006 with flag 886580/400135
69.44/44.33	c cleaning 25999 clauses out of 52004 with flag 952567/427135
74.74/46.95	c cleaning 27003 clauses out of 54006 with flag 1020160/455136
80.74/49.92	c cleaning 27996 clauses out of 56003 with flag 1092902/484136
86.55/52.90	c cleaning 29003 clauses out of 58007 with flag 1166381/514136
94.22/56.68	c cleaning 29996 clauses out of 60003 with flag 1240378/545135
100.43/59.76	c cleaning 31001 clauses out of 62008 with flag 1322060/577136
107.29/63.12	c cleaning 31999 clauses out of 64009 with flag 1405330/610138
113.69/66.38	c cleaning 32990 clauses out of 66007 with flag 1489495/644135
119.94/69.42	c cleaning 34009 clauses out of 68017 with flag 1574705/679135
126.13/72.57	c cleaning 35004 clauses out of 70008 with flag 1664828/715135
132.79/75.90	c cleaning 35993 clauses out of 72004 with flag 1754633/752135
140.19/79.58	c cleaning 37004 clauses out of 74012 with flag 1844852/790136
148.04/83.45	c cleaning 38002 clauses out of 76007 with flag 1938955/829135
156.07/87.40	c cleaning 39001 clauses out of 78005 with flag 2032704/869135
165.34/92.04	c cleaning 39998 clauses out of 80005 with flag 2129857/910136
174.73/96.77	c cleaning 40998 clauses out of 82006 with flag 2234422/952135
184.99/101.80	c cleaning 42000 clauses out of 84008 with flag 2339400/995135
195.87/107.26	c cleaning 42999 clauses out of 86008 with flag 2445475/1039135
206.27/112.47	c cleaning 44002 clauses out of 88009 with flag 2556859/1084135
217.13/117.84	c cleaning 45001 clauses out of 90008 with flag 2672162/1130136
227.93/123.23	c cleaning 45997 clauses out of 92006 with flag 2787419/1177135
239.36/128.94	c cleaning 47001 clauses out of 94010 with flag 2903643/1225136
253.20/135.82	c cleaning 48002 clauses out of 96008 with flag 3015252/1274135
266.48/142.48	c cleaning 48999 clauses out of 98008 with flag 3134668/1324137
280.75/149.57	c cleaning 50004 clauses out of 100008 with flag 3255370/1375136
293.61/155.93	c cleaning 50993 clauses out of 102003 with flag 3379386/1427135
306.17/162.44	c cleaning 52000 clauses out of 104010 with flag 3504227/1480135
317.62/168.15	c cleaning 53001 clauses out of 106010 with flag 3634707/1534135
330.48/174.53	c cleaning 54005 clauses out of 108010 with flag 3765965/1589136
343.94/181.28	c cleaning 54997 clauses out of 110004 with flag 3898924/1645135
359.18/188.87	c cleaning 55990 clauses out of 112007 with flag 4030096/1702135
374.04/196.29	c cleaning 57003 clauses out of 114017 with flag 4167038/1760135
389.50/203.93	c cleaning 58001 clauses out of 116015 with flag 4314474/1819136
404.55/211.45	c cleaning 59007 clauses out of 118014 with flag 4468694/1879136
420.39/219.34	c cleaning 60004 clauses out of 120007 with flag 4615375/1940136
434.59/226.41	c cleaning 60993 clauses out of 122002 with flag 4769537/2002135
450.06/234.13	c cleaning 61998 clauses out of 124009 with flag 4942358/2065135
465.55/241.82	c cleaning 63000 clauses out of 126011 with flag 5097767/2129135
479.95/249.09	c cleaning 64006 clauses out of 128011 with flag 5257270/2194135
494.56/256.35	c cleaning 64991 clauses out of 130005 with flag 5425250/2260135
509.14/263.62	c cleaning 65999 clauses out of 132016 with flag 5589874/2327137
523.54/270.89	c cleaning 67004 clauses out of 134016 with flag 5756097/2395136
540.54/279.31	c cleaning 68007 clauses out of 136013 with flag 5922770/2464137
561.70/290.16	c cleaning 68999 clauses out of 138005 with flag 6090982/2534136
586.20/302.38	c cleaning 70000 clauses out of 140005 with flag 6258872/2605135
610.08/314.30	c cleaning 71002 clauses out of 142007 with flag 6430627/2677137
632.33/325.39	c cleaning 72000 clauses out of 144003 with flag 6613780/2750135
656.54/337.40	c cleaning 73002 clauses out of 146003 with flag 6798272/2824135
681.55/349.96	c cleaning 73996 clauses out of 148006 with flag 6975684/2899140
708.93/363.60	c cleaning 74999 clauses out of 150005 with flag 7154118/2975135
736.54/377.49	c cleaning 76003 clauses out of 152007 with flag 7335708/3052136
765.39/391.86	c cleaning 76998 clauses out of 154003 with flag 7520760/3130135
792.78/405.50	c cleaning 78002 clauses out of 156005 with flag 7712856/3209135
821.77/420.01	c cleaning 79000 clauses out of 158003 with flag 7907418/3289135
851.76/435.02	c cleaning 79993 clauses out of 160003 with flag 8101861/3370135
882.36/450.30	c cleaning 81004 clauses out of 162010 with flag 8303068/3452135
914.95/466.68	c cleaning 82002 clauses out of 164006 with flag 8498926/3535135
946.15/482.20	c cleaning 83000 clauses out of 166004 with flag 8700381/3619135
981.54/499.92	c cleaning 83999 clauses out of 168004 with flag 8901484/3704135
1013.34/515.89	c cleaning 84998 clauses out of 170005 with flag 9109955/3790135
1047.28/532.72	c cleaning 85999 clauses out of 172007 with flag 9332373/3877135
1082.27/550.27	c cleaning 86996 clauses out of 174009 with flag 9540429/3965136
1132.73/575.46	c cleaning 88002 clauses out of 176012 with flag 9754348/4054135
1193.75/606.14	c cleaning 89002 clauses out of 178010 with flag 9972919/4144135
1263.33/640.95	c cleaning 90000 clauses out of 180008 with flag 10193919/4235135
1335.93/677.25	c cleaning 91002 clauses out of 182009 with flag 10417350/4327136
1398.36/708.48	c cleaning 91999 clauses out of 184006 with flag 10642595/4420135
1439.94/729.29	c cleaning 93005 clauses out of 186009 with flag 10861431/4514137
1480.20/749.35	c cleaning 93994 clauses out of 188002 with flag 11083831/4609135
1513.39/765.94	c cleaning 95000 clauses out of 190008 with flag 11320670/4705135
1545.18/781.81	c cleaning 95999 clauses out of 192008 with flag 11554762/4802135
1581.57/800.08	c cleaning 97005 clauses out of 194010 with flag 11796174/4900136
1615.37/816.94	c cleaning 98001 clauses out of 196004 with flag 12032563/4999135
1649.76/834.18	c cleaning 98989 clauses out of 198003 with flag 12271232/5099135
1685.75/852.14	c cleaning 100006 clauses out of 200015 with flag 12520497/5200136
1722.15/870.35	c cleaning 100993 clauses out of 202008 with flag 12772157/5302135
1761.35/889.98	c cleaning 102000 clauses out of 204016 with flag 13034263/5405136
1791.34/904.93	c cleaning 103006 clauses out of 206015 with flag 13282731/5509135
1800.14/909.30	c >>>>>>>>>> Solver number 0 (24 answers) <<<<<<<<<<<<<<<<<<
1800.14/909.30	c starts		: 6248
1800.14/909.30	c conflicts		: 5550231
1800.14/909.30	c decisions		: 10513967
1800.14/909.30	c propagations		: 67870556
1800.14/909.30	c inspects		: 14351009772
1800.14/909.30	c shortcuts		: 0
1800.14/909.30	c learnt literals	: 0
1800.14/909.30	c learnt binary clauses	: 1
1800.14/909.30	c learnt ternary clauses	: 38
1800.14/909.30	c learnt constraints	: 5550231
1800.14/909.30	c ignored constraints	: 0
1800.14/909.30	c root simplifications	: 0
1800.14/909.30	c removed literals (reason simplification)	: 933387915
1800.14/909.30	c reason swapping (by a shorter reason)	: 0
1800.14/909.30	c Calls to reduceDB	: 107
1800.14/909.30	c Number of update (reduction) of LBD	: 1303344
1800.14/909.30	c Imported unit clauses	: 0
1800.14/909.30	c number of reductions to clauses (during analyze)	: 0
1800.14/909.30	c number of learned constraints concerned by reduction	: 0
1800.14/909.30	c number of learning phase by resolution	: 0
1800.14/909.30	c number of learning phase by cutting planes	: 0
1800.14/909.30	c speed (assignments/second)	: 75666.47268024572
1800.14/909.30	c non guided choices	0
1800.14/909.33	c learnt constraints type 
1800.14/909.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.14/909.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 144104
1800.14/909.33	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
1800.14/909.33	c starts		: 50
1800.14/909.33	c conflicts		: 5180
1800.14/909.33	c decisions		: 11748
1800.14/909.33	c propagations		: 264127
1800.14/909.33	c inspects		: 268327187
1800.14/909.33	c shortcuts		: 0
1800.14/909.33	c learnt literals	: 0
1800.14/909.33	c learnt binary clauses	: 0
1800.14/909.33	c learnt ternary clauses	: 0
1800.14/909.33	c learnt constraints	: 5160
1800.14/909.33	c ignored constraints	: 0
1800.14/909.33	c root simplifications	: 0
1800.14/909.33	c removed literals (reason simplification)	: 0
1800.14/909.33	c reason swapping (by a shorter reason)	: 0
1800.14/909.33	c Calls to reduceDB	: 0
1800.14/909.33	c Number of update (reduction) of LBD	: 0
1800.14/909.33	c Imported unit clauses	: 0
1800.14/909.33	c number of reductions to clauses (during analyze)	: 0
1800.14/909.33	c number of learned constraints concerned by reduction	: 0
1800.14/909.33	c number of learning phase by resolution	: 0
1800.14/909.33	c number of learning phase by cutting planes	: 0
1800.14/909.33	c speed (assignments/second)	: 295.7782281996439
1800.14/909.33	c non guided choices	0
1800.14/909.33	c learnt constraints type 
1800.14/909.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 830
1800.14/909.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 119
1800.14/909.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4211
1800.14/909.33	s SATISFIABLE
1800.14/909.33	c Found 26 solution(s)
1800.14/909.33	v x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 x9 -x10 x11 -x12 x13 -x14 -x15 x16 x17 -x18 -x19 -x20 x21 -x22 x23 -x24 -x25 -x26 x27 -x28 x29 -x30 x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 x43 -x44 x45 -x46 x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 x57 -x58 x59 -x60 -x61 -x62 x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 x73 -x74 x75 -x76 x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 x89 -x90 x91 -x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100 x101 -x102 -x103 -x104 x105 -x106 x107 -x108 -x109 -x110 x111 -x112 x113 -x114 x115 -x116 -x117 -x118 x119 -x120 -x121 x122 x123 -x124 -x125 -x126 x127 -x128 x129 -x130 x131 -x132 x133 -x134 x135 -x136 x137 -x138 x139 -x140 x141 -x142 x143 -x144 x145 -x146 x147 -x148 x149 -x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160 x161 -x162 x163 -x164 x165 -x166 x167 -x168 x169 -x170 x171 -x172 x173 -x174 x175 -x176 x177 -x178 x179 -x180 x181 -x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190 x191 -x192 x193 -x194 x195 -x196 x197 -x198 x199 -x200 -x201 x202 x203 -x204 x205 -x206 x207 -x208 x209 -x210 x211 -x212 x213 -x214 x215 -x216 x217 -x218 -x219 x220 x221 -x222 x223 -x224 x225 -x226 x227 -x228 -x229 x230 x231 -x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 x241 -x242 x243 -x244 x245 -x246 x247 -x248 x249 -x250 x251 -x252 x253 -x254 x255 -x256 -x257 -x258 x259 -x260 -x261 -x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 -x275 -x276 x277 -x278 x279 -x280 x281 -x282 -x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 -x295 x296 x297 -x298 x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 x307 -x308 x309 -x310 -x311 -x312 -x313 -x314 x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 x323 -x324 -x325 x326 x327 -x328 x329 -x330 -x331 -x332 x333 -x334 x335 -x336 x337 -x338 -x339 -x340 x341 -x342 x343 -x344 x345 -x346 -x347 -x348 -x349 -x350 x351 -x352 x353 -x354 x355 -x356 -x357 -x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 -x367 -x368 x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 x377 -x378 x379 -x380 -x381 x382 x383 -x384 x385 -x386 -x387 x388 -x389 x390 -x391 x392 x393 -x394 -x395 x396 -x397 x398 x399 -x400 -x401 x402 -x403 x404 x405 -x406 -x407 x408 -x409 x410 x411 -x412 -x413 x414 -x415 x416 -x417 x418 x419 -x420 -x421 x422 x423 -x424 -x425 x426 -x427 x428 x429 -x430 -x431 x432 -x433 x434 x435 -x436 -x437 x438 x439 -x440 -x441 x442 -x443 x444 -x445 x446 -x447 x448 x449 -x450 -x451 x452 x453 -x454 -x455 x456 
1800.14/909.33	c objective function=191
1800.14/909.33	c Total wall clock time (in seconds): 909.211

Verifier Data

OK	191

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-4081131-1465225963/watcher-4081131-1465225963 -o /tmp/evaluation-result-4081131-1465225963/solver-4081131-1465225963 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3987 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081131-1465225963.opb 

pid=10764
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.03 4.05 4.08 4/197 10767
/proc/meminfo: memFree=28346276/32872528 swapFree=10608/190480
[pid=10767] ppid=10764 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/10767/stat : 10767 (java) D 10764 10767 3970 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 104531618 9515008 183 33554432000 1073741824 1073778376 140736490589552 140736490580584 249650036405 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/10767/statm: 2323 183 140 9 0 71 0

[startup+0.100095 s]
/proc/loadavg: 4.03 4.05 4.08 4/197 10767
/proc/meminfo: memFree=28346276/32872528 swapFree=10608/190480
[pid=10767] ppid=10764 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/10767/stat : 10767 (java) S 10764 10767 3970 0 -1 4202496 4395 0 1 0 8 1 0 0 20 0 18 0 104531618 9787879424 6022 33554432000 1073741824 1073778376 140735712856848 140735712847984 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10767/statm: 2389619 6022 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200231 s]
/proc/loadavg: 4.03 4.05 4.08 4/197 10767
/proc/meminfo: memFree=28346276/32872528 swapFree=10608/190480
[pid=10767] ppid=10764 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/10767/stat : 10767 (java) S 10764 10767 3970 0 -1 4202496 4904 0 1 0 24 1 0 0 20 0 18 0 104531618 9787879424 6929 33554432000 1073741824 1073778376 140735712856848 140735712847984 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10767/statm: 2389619 6929 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30024 s]
/proc/loadavg: 4.03 4.05 4.08 4/197 10767
/proc/meminfo: memFree=28346276/32872528 swapFree=10608/190480
[pid=10767] ppid=10764 vsize=9691604 CPUtime=0.53 cores=1,3,5,7
/proc/10767/stat : 10767 (java) S 10764 10767 3970 0 -1 4202496 7143 0 1 0 51 2 0 0 20 0 20 0 104531618 9924202496 10546 33554432000 1073741824 1073778376 140735712856848 140735712847984 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10767/statm: 2422901 10546 2239 9 0 2413578 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9691604

[startup+0.700221 s]
/proc/loadavg: 4.03 4.05 4.08 4/197 10767
/proc/meminfo: memFree=28346276/32872528 swapFree=10608/190480
[pid=10767] ppid=10764 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/10767/stat : 10767 (java) S 10764 10767 3970 0 -1 4202496 7938 0 1 0 69 4 0 0 20 0 19 0 104531618 10060525568 10739 33554432000 1073741824 1073778376 140735712856848 140735712847984 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10767/statm: 2456183 10739 2248 9 0 2446860 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 4.03 4.05 4.08 3/216 10792
/proc/meminfo: memFree=28306728/32872528 swapFree=10608/190480
[pid=10767] ppid=10764 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/10767/stat : 10767 (java) S 10764 10767 3970 0 -1 4202496 8041 0 1 0 80 6 0 0 20 0 19 0 104531618 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140735712847984 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10767/statm: 2456183 12797 2253 9 0 2446860 0
[pid=10767/tid=10769] ppid=10764 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/10767/task/10769/stat : 10769 (java) S 10764 10767 3970 0 -1 4202560 2424 0 1 0 25 2 0 0 20 0 19 0 104531619 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140249419502456 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10770] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10770/stat : 10770 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140249408563368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10771] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10771/stat : 10771 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140249407510824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10772] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10772/stat : 10772 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140249260571048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10767/tid=10773] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10773/stat : 10773 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140249259518504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10767/tid=10774] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10774/stat : 10774 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140249258465960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10775] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10775/stat : 10775 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140249257413416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10767/tid=10776] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10776/stat : 10776 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140249256360872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10777] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10777/stat : 10777 (java) S 10764 10767 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140249255308328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10778] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10778/stat : 10778 (java) S 10764 10767 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104531621 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140249243109480 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10779] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10779/stat : 10779 (java) S 10764 10767 3970 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104531621 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140249242055800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10780] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10780/stat : 10780 (java) S 10764 10767 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104531622 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140249241003144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10781] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10781/stat : 10781 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531624 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140249239951888 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10782] ppid=10764 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/10767/task/10782/stat : 10782 (java) S 10764 10767 3970 0 -1 4202560 2149 0 0 0 21 0 0 0 20 0 19 0 104531624 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140249238899256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10783] ppid=10764 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/10767/task/10783/stat : 10783 (java) S 10764 10767 3970 0 -1 4202560 2125 0 0 0 23 0 0 0 20 0 19 0 104531624 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140249237846712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10767/tid=10784] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10784/stat : 10784 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531624 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140249236794360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10785] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10785/stat : 10785 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531624 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140249235742024 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10788] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10788/stat : 10788 (java) S 10764 10767 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104531648 10060525568 12797 33554432000 1073741824 1073778376 140735712856848 140249232581672 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 4.03 4.05 4.08 3/216 10798
/proc/meminfo: memFree=28298272/32872528 swapFree=10608/190480
[pid=10767] ppid=10764 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/10767/stat : 10767 (java) S 10764 10767 3970 0 -1 4202496 17544 0 1 0 146 9 0 0 20 0 19 0 104531618 10060525568 21798 33554432000 1073741824 1073778376 140735712856848 140735712847984 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10767/statm: 2456183 21798 2255 9 0 2446860 0
[pid=10767/tid=10769] ppid=10764 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/10767/task/10769/stat : 10769 (java) S 10764 10767 3970 0 -1 4202560 2425 0 1 0 26 2 0 0 20 0 19 0 104531619 10060525568 21798 33554432000 1073741824 1073778376 140735712856848 140249419502456 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10770] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10770/stat : 10770 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 21798 33554432000 1073741824 1073778376 140735712856848 140249408563368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10771] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10771/stat : 10771 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 21799 33554432000 1073741824 1073778376 140735712856848 140249407510824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10772] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10772/stat : 10772 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 21799 33554432000 1073741824 1073778376 140735712856848 140249260571048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10767/tid=10773] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10773/stat : 10773 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 21799 33554432000 1073741824 1073778376 140735712856848 140249259518504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10767/tid=10774] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10774/stat : 10774 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 21799 33554432000 1073741824 1073778376 140735712856848 140249258465960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10775] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10775/stat : 10775 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 21799 33554432000 1073741824 1073778376 140735712856848 140249257413416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10767/tid=10776] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10776/stat : 10776 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 21799 33554432000 1073741824 1073778376 140735712856848 140249256360872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10777] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10777/stat : 10777 (java) S 10764 10767 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 21799 33554432000 1073741824 1073778376 140735712856848 140249255308328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10778] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10778/stat : 10778 (java) S 10764 10767 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104531621 10060525568 21800 33554432000 1073741824 1073778376 140735712856848 140249243109480 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10779] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10779/stat : 10779 (java) S 10764 10767 3970 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104531621 10060525568 21800 33554432000 1073741824 1073778376 140735712856848 140249242055800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10780] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10780/stat : 10780 (java) S 10764 10767 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104531622 10060525568 21800 33554432000 1073741824 1073778376 140735712856848 140249241003144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10781] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10781/stat : 10781 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531624 10060525568 21800 33554432000 1073741824 1073778376 140735712856848 140249239951888 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10782] ppid=10764 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/10767/task/10782/stat : 10782 (java) S 10764 10767 3970 0 -1 4202560 3963 0 0 0 45 0 0 0 20 0 19 0 104531624 10060525568 21800 33554432000 1073741824 1073778376 140735712856848 140249238899256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10783] ppid=10764 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/10767/task/10783/stat : 10783 (java) R 10764 10767 3970 0 -1 4202560 9778 0 0 0 54 1 0 0 20 0 19 0 104531624 10060525568 21800 33554432000 1073741824 1073778376 140735712856848 140249237846552 140249425956675 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10767/tid=10784] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10784/stat : 10784 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531624 10060525568 21800 33554432000 1073741824 1073778376 140735712856848 140249236794360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10785] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10785/stat : 10785 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531624 10060525568 21800 33554432000 1073741824 1073778376 140735712856848 140249235742024 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30077 s]
/proc/loadavg: 4.19 4.09 4.09 3/216 10819
/proc/meminfo: memFree=28246904/32872528 swapFree=10608/190480
[pid=10767] ppid=10764 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/10767/stat : 10767 (java) S 10764 10767 3970 0 -1 4202496 21147 0 1 0 215 16 0 0 20 0 19 0 104531618 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140735712847984 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10767/statm: 2456183 27307 2262 9 0 2446860 0
[pid=10767/tid=10769] ppid=10764 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/10767/task/10769/stat : 10769 (java) S 10764 10767 3970 0 -1 4202560 2427 0 1 0 27 2 0 0 20 0 19 0 104531619 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140249419502456 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10770] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10770/stat : 10770 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140249408563368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10771] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10771/stat : 10771 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140249407510824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10772] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10772/stat : 10772 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140249260571048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10767/tid=10773] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10773/stat : 10773 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140249259518504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10767/tid=10774] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10774/stat : 10774 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140249258465960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10775] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10775/stat : 10775 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140249257413416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10767/tid=10776] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10776/stat : 10776 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140249256360872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10777] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10777/stat : 10777 (java) S 10764 10767 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104531620 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140249255308328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10778] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10778/stat : 10778 (java) S 10764 10767 3970 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 104531621 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140249243109480 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10779] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10779/stat : 10779 (java) S 10764 10767 3970 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104531621 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140249242055800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10780] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10780/stat : 10780 (java) S 10764 10767 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104531622 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140249241003144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10781] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10781/stat : 10781 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531624 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140249239951888 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10782] ppid=10764 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/10767/task/10782/stat : 10782 (java) S 10764 10767 3970 0 -1 4202560 3973 0 0 0 58 0 0 0 20 0 19 0 104531624 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140249238899256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10767/tid=10783] ppid=10764 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/10767/task/10783/stat : 10783 (java) S 10764 10767 3970 0 -1 4202560 13301 0 0 0 101 3 0 0 20 0 19 0 104531624 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140249237846712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10767/tid=10784] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10784/stat : 10784 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104531624 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140249236794360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10785] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10785/stat : 10785 (java) S 10764 10767 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104531624 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140249235742024 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10807] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10807/stat : 10807 (java) S 10764 10767 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104531949 10060525568 27307 33554432000 1073741824 1073778376 140735712856848 140249232582056 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9824732
heavy processes:


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


[startup+882.308 s]
/proc/loadavg: 4.00 4.00 4.02 5/219 11205
/proc/meminfo: memFree=25833000/32872528 swapFree=10608/190480
[pid=10767] ppid=10764 vsize=9824732 CPUtime=1746.16 cores=1,3,5,7
/proc/10767/stat : 10767 (java) S 10764 10767 3970 0 -1 4202496 35766 0 1 0 174437 179 0 0 20 0 22 0 104531618 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140735712847984 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10767/statm: 2456183 586589 2295 9 0 2446860 0
[pid=10767/tid=10769] ppid=10764 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/10767/task/10769/stat : 10769 (java) S 10764 10767 3970 0 -1 4202560 2432 0 1 0 30 3 0 0 20 0 22 0 104531619 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249419502456 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10770] ppid=10764 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/10767/task/10770/stat : 10770 (java) S 10764 10767 3970 0 -1 4202560 417 0 0 0 69 9 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249408563368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10771] ppid=10764 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/10767/task/10771/stat : 10771 (java) S 10764 10767 3970 0 -1 4202560 335 0 0 0 86 10 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249407510824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10772] ppid=10764 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/10767/task/10772/stat : 10772 (java) S 10764 10767 3970 0 -1 4202560 404 0 0 0 82 9 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249260571048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10773] ppid=10764 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/10767/task/10773/stat : 10773 (java) S 10764 10767 3970 0 -1 4202560 397 0 0 0 78 9 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249259518504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10774] ppid=10764 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/10767/task/10774/stat : 10774 (java) S 10764 10767 3970 0 -1 4202560 407 0 0 0 90 9 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249258465960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10767/tid=10775] ppid=10764 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/10767/task/10775/stat : 10775 (java) S 10764 10767 3970 0 -1 4202560 426 0 0 0 81 10 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249257413416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10767/tid=10776] ppid=10764 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/10767/task/10776/stat : 10776 (java) S 10764 10767 3970 0 -1 4202560 379 0 0 0 86 10 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249256360872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10777] ppid=10764 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/10767/task/10777/stat : 10777 (java) S 10764 10767 3970 0 -1 4202560 287 0 0 0 89 9 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249255308328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10767/tid=10778] ppid=10764 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/10767/task/10778/stat : 10778 (java) S 10764 10767 3970 0 -1 4202560 1592 0 0 0 163 9 0 0 20 0 22 0 104531621 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249243109480 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10767/tid=10779] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10779/stat : 10779 (java) S 10764 10767 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104531621 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249242055800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10780] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10780/stat : 10780 (java) S 10764 10767 3970 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 22 0 104531622 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249241003144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10781] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10781/stat : 10781 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104531624 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249239951888 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10782] ppid=10764 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/10767/task/10782/stat : 10782 (java) S 10764 10767 3970 0 -1 4202560 3995 0 0 0 93 0 0 0 20 0 22 0 104531624 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249238899256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10783] ppid=10764 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/10767/task/10783/stat : 10783 (java) S 10764 10767 3970 0 -1 4202560 21322 0 0 0 253 4 0 0 20 0 22 0 104531624 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249237846712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10767/tid=10784] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10784/stat : 10784 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104531624 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249236794360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10785] ppid=10764 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/10767/task/10785/stat : 10785 (java) S 10764 10767 3970 0 -1 4202560 51 0 0 0 11 17 0 0 20 0 22 0 104531624 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249235742024 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10858] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10858/stat : 10858 (java) S 10764 10767 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104532851 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249232581416 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10865] ppid=10764 vsize=9824732 CPUtime=862.15 cores=1,3,5,7
/proc/10767/task/10865/stat : 10865 (java) R 10764 10767 3970 0 -1 4202560 41 0 0 0 86199 16 0 0 20 0 22 0 104533252 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249231520256 140249288761513 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10866] ppid=10764 vsize=9824732 CPUtime=862.31 cores=1,3,5,7
/proc/10767/task/10866/stat : 10866 (java) R 10764 10767 3970 0 -1 4202560 1003 0 0 0 86188 43 0 0 20 0 22 0 104533252 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249233631840 140249289394832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10767/tid=10867] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10867/stat : 10867 (java) S 10764 10767 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104533252 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249234686888 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1746.16
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+909.301 s]
/proc/loadavg: 4.00 4.00 4.01 5/219 11205
/proc/meminfo: memFree=25839576/32872528 swapFree=10608/190480
[pid=10767] ppid=10764 vsize=9824732 CPUtime=1800.14 cores=1,3,5,7
/proc/10767/stat : 10767 (java) S 10764 10767 3970 0 -1 4202496 35768 0 1 0 179834 180 0 0 20 0 22 0 104531618 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140735712847984 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10767/statm: 2456183 586589 2295 9 0 2446860 0
[pid=10767/tid=10769] ppid=10764 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/10767/task/10769/stat : 10769 (java) S 10764 10767 3970 0 -1 4202560 2432 0 1 0 31 3 0 0 20 0 22 0 104531619 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249419502456 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10770] ppid=10764 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/10767/task/10770/stat : 10770 (java) S 10764 10767 3970 0 -1 4202560 417 0 0 0 69 9 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249408563368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10771] ppid=10764 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/10767/task/10771/stat : 10771 (java) S 10764 10767 3970 0 -1 4202560 335 0 0 0 86 10 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249407510824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10772] ppid=10764 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/10767/task/10772/stat : 10772 (java) S 10764 10767 3970 0 -1 4202560 404 0 0 0 82 9 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249260571048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10773] ppid=10764 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/10767/task/10773/stat : 10773 (java) S 10764 10767 3970 0 -1 4202560 397 0 0 0 78 9 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249259518504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10774] ppid=10764 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/10767/task/10774/stat : 10774 (java) S 10764 10767 3970 0 -1 4202560 407 0 0 0 90 9 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249258465960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10767/tid=10775] ppid=10764 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/10767/task/10775/stat : 10775 (java) S 10764 10767 3970 0 -1 4202560 426 0 0 0 81 10 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249257413416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10767/tid=10776] ppid=10764 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/10767/task/10776/stat : 10776 (java) S 10764 10767 3970 0 -1 4202560 379 0 0 0 86 10 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249256360872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10777] ppid=10764 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/10767/task/10777/stat : 10777 (java) S 10764 10767 3970 0 -1 4202560 287 0 0 0 89 9 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249255308328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10767/tid=10778] ppid=10764 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/10767/task/10778/stat : 10778 (java) S 10764 10767 3970 0 -1 4202560 1592 0 0 0 163 9 0 0 20 0 22 0 104531621 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249243109480 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10767/tid=10779] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10779/stat : 10779 (java) S 10764 10767 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104531621 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249242055800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10780] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10780/stat : 10780 (java) S 10764 10767 3970 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 22 0 104531622 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249241003144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10781] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10781/stat : 10781 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104531624 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249239951888 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10782] ppid=10764 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/10767/task/10782/stat : 10782 (java) S 10764 10767 3970 0 -1 4202560 3995 0 0 0 93 0 0 0 20 0 22 0 104531624 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249238899256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10783] ppid=10764 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/10767/task/10783/stat : 10783 (java) S 10764 10767 3970 0 -1 4202560 21322 0 0 0 253 4 0 0 20 0 22 0 104531624 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249237846712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10767/tid=10784] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10784/stat : 10784 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104531624 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249236794360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10785] ppid=10764 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/10767/task/10785/stat : 10785 (java) S 10764 10767 3970 0 -1 4202560 53 0 0 0 11 18 0 0 20 0 22 0 104531624 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249235742024 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10767/tid=10858] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10858/stat : 10858 (java) S 10764 10767 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104532851 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249232581416 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10865] ppid=10764 vsize=9824732 CPUtime=889.14 cores=1,3,5,7
/proc/10767/task/10865/stat : 10865 (java) R 10764 10767 3970 0 -1 4202560 41 0 0 0 88898 16 0 0 20 0 22 0 104533252 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249231520256 140249288761481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10866] ppid=10764 vsize=9824732 CPUtime=889.31 cores=1,3,5,7
/proc/10767/task/10866/stat : 10866 (java) R 10764 10767 3970 0 -1 4202560 1003 0 0 0 88888 43 0 0 20 0 22 0 104533252 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249233631840 140249289394832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10767/tid=10867] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10867/stat : 10867 (java) S 10764 10767 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104533252 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249234686888 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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 10767 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+909.301 s]
/proc/loadavg: 4.00 4.00 4.01 5/219 11205
/proc/meminfo: memFree=25839576/32872528 swapFree=10608/190480
[pid=10767] ppid=10764 vsize=9824732 CPUtime=1800.14 cores=1,3,5,7
/proc/10767/stat : 10767 (java) S 10764 10767 3970 0 -1 4202496 35768 0 1 0 179834 180 0 0 20 0 22 0 104531618 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140735712847984 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10767/statm: 2456183 586589 2295 9 0 2446860 0
[pid=10767/tid=10769] ppid=10764 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/10767/task/10769/stat : 10769 (java) S 10764 10767 3970 0 -1 4202560 2432 0 1 0 31 3 0 0 20 0 22 0 104531619 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249419502456 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10770] ppid=10764 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/10767/task/10770/stat : 10770 (java) S 10764 10767 3970 0 -1 4202560 417 0 0 0 69 9 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249408563368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10771] ppid=10764 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/10767/task/10771/stat : 10771 (java) S 10764 10767 3970 0 -1 4202560 335 0 0 0 86 10 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249407510824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10772] ppid=10764 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/10767/task/10772/stat : 10772 (java) S 10764 10767 3970 0 -1 4202560 404 0 0 0 82 9 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249260571048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10773] ppid=10764 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/10767/task/10773/stat : 10773 (java) S 10764 10767 3970 0 -1 4202560 397 0 0 0 78 9 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249259518504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10774] ppid=10764 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/10767/task/10774/stat : 10774 (java) S 10764 10767 3970 0 -1 4202560 407 0 0 0 90 9 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249258465960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10767/tid=10775] ppid=10764 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/10767/task/10775/stat : 10775 (java) S 10764 10767 3970 0 -1 4202560 426 0 0 0 81 10 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249257413416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10767/tid=10776] ppid=10764 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/10767/task/10776/stat : 10776 (java) S 10764 10767 3970 0 -1 4202560 379 0 0 0 86 10 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249256360872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10777] ppid=10764 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/10767/task/10777/stat : 10777 (java) S 10764 10767 3970 0 -1 4202560 287 0 0 0 89 9 0 0 20 0 22 0 104531620 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249255308328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10767/tid=10778] ppid=10764 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/10767/task/10778/stat : 10778 (java) S 10764 10767 3970 0 -1 4202560 1592 0 0 0 163 9 0 0 20 0 22 0 104531621 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249243109480 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10767/tid=10779] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10779/stat : 10779 (java) S 10764 10767 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104531621 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249242055800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10780] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10780/stat : 10780 (java) S 10764 10767 3970 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 22 0 104531622 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249241003144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10781] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10781/stat : 10781 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104531624 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249239951888 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10782] ppid=10764 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/10767/task/10782/stat : 10782 (java) S 10764 10767 3970 0 -1 4202560 3995 0 0 0 93 0 0 0 20 0 22 0 104531624 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249238899256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10767/tid=10783] ppid=10764 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/10767/task/10783/stat : 10783 (java) S 10764 10767 3970 0 -1 4202560 21322 0 0 0 253 4 0 0 20 0 22 0 104531624 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249237846712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10767/tid=10784] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10784/stat : 10784 (java) S 10764 10767 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104531624 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249236794360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10785] ppid=10764 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/10767/task/10785/stat : 10785 (java) S 10764 10767 3970 0 -1 4202560 53 0 0 0 11 18 0 0 20 0 22 0 104531624 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249235742024 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10767/tid=10858] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10858/stat : 10858 (java) S 10764 10767 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104532851 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249232581416 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10865] ppid=10764 vsize=9824732 CPUtime=889.14 cores=1,3,5,7
/proc/10767/task/10865/stat : 10865 (java) R 10764 10767 3970 0 -1 4202560 41 0 0 0 88898 16 0 0 20 0 22 0 104533252 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249231520256 140249288761481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10767/tid=10866] ppid=10764 vsize=9824732 CPUtime=889.31 cores=1,3,5,7
/proc/10767/task/10866/stat : 10866 (java) R 10764 10767 3970 0 -1 4202560 1003 0 0 0 88888 43 0 0 20 0 22 0 104533252 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249233631840 140249289394832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10767/tid=10867] ppid=10764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10767/task/10867/stat : 10867 (java) S 10764 10767 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104533252 10060525568 586589 33554432000 1073741824 1073778376 140735712856848 140249234686888 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 909.356
CPU time (s): 1800.75
CPU user time (s): 1798.49
CPU system time (s): 2.26366
CPU usage (%): 198.025
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.49
system time used= 2.26365
maximum resident set size= 2937364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35813
page faults= 1
swaps= 0
block input operations= 0
block output operations= 784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24307
involuntary context switches= 24142

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.82311 second user time and 7.39588 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-06 17:12:43
IDJOB=4081131
IDBENCH=2171
IDSOLVER=2543
FILE ID=node102/4081131-1465225963
RUNJOBID= node102-1465216787-3987
PBS_JOBID= 19843204
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32b1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081131-1465225963/watcher-4081131-1465225963 -o /tmp/evaluation-result-4081131-1465225963/solver-4081131-1465225963 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3987 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081131-1465225963.opb

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

MD5SUM BENCH= eb2e849a72ed563d78cdb83a394edb27
RANDOM SEED=935590485

node102.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.470
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	: 5332.94
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.470
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.470
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.470
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.56
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.470
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.56
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.470
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.470
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.470
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:        28347184 kB
Buffers:           16832 kB
Cached:            51432 kB
SwapCached:         2320 kB
Active:          3585976 kB
Inactive:          44300 kB
Active(anon):    3562416 kB
Inactive(anon):     1568 kB
Active(file):      23560 kB
Inactive(file):    42732 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098420 kB
Dirty:               908 kB
Writeback:             0 kB
AnonPages:       3751076 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             566052 kB
SReclaimable:       9968 kB
SUnreclaim:       556084 kB
KernelStack:        1592 kB
PageTables:        11528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3925864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3680256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node102 at 2016-06-06 17:27:52