Trace number 4092304

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16MSAT (TO) 1800.63 1817.62

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212476--soft-0-100-0.wbo
MD5SUM935e196b2e49c7ace79e7b55afc624f4
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark12.6821
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1139
Number of bits of the biggest sum of numbers11
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4092304-1467319326.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.065s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     270
0.10/0.17	c #constraints  101
0.10/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.17	c 101 constraints processed.
0.10/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 101 literals
0.67/0.30	c And the winner is solver0
1.08/0.68	c SATISFIABLE
1.08/0.68	c OPTIMIZING...
1.08/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
1.08/0.68	o 726
1.08/0.69	c And the winner is solver0
1.13/1.18	c Got one! Elapsed wall clock time (in seconds):1.071
1.13/1.18	o 725
1.13/1.19	c And the winner is solver0
1.15/1.68	c Got one! Elapsed wall clock time (in seconds):1.573
1.15/1.68	o 720
1.15/1.69	c And the winner is solver0
1.16/2.18	c Got one! Elapsed wall clock time (in seconds):2.075
1.16/2.18	o 717
1.22/2.28	c And the winner is solver0
1.91/2.68	c Got one! Elapsed wall clock time (in seconds):2.576
1.91/2.68	o 491
1.91/2.69	c And the winner is solver0
1.91/3.18	c Got one! Elapsed wall clock time (in seconds):3.078
1.91/3.18	o 465
1.91/3.19	c And the winner is solver0
1.99/3.69	c Got one! Elapsed wall clock time (in seconds):3.579
1.99/3.69	o 460
1.99/3.69	c And the winner is solver0
2.00/4.19	c Got one! Elapsed wall clock time (in seconds):4.08
2.00/4.19	o 448
2.00/4.19	c And the winner is solver0
2.00/4.69	c Got one! Elapsed wall clock time (in seconds):4.581
2.00/4.69	o 433
2.00/4.70	c And the winner is solver0
2.03/5.19	c Got one! Elapsed wall clock time (in seconds):5.083
2.03/5.19	o 426
2.03/5.20	c And the winner is solver0
2.07/5.69	c Got one! Elapsed wall clock time (in seconds):5.584
2.07/5.69	o 413
2.07/5.69	c And the winner is solver0
2.07/6.19	c Got one! Elapsed wall clock time (in seconds):6.085
2.07/6.19	o 408
2.07/6.20	c And the winner is solver0
2.08/6.69	c Got one! Elapsed wall clock time (in seconds):6.587
2.08/6.69	o 407
2.08/6.70	c And the winner is solver0
2.11/7.19	c Got one! Elapsed wall clock time (in seconds):7.088
2.11/7.19	o 379
2.11/7.21	c And the winner is solver0
2.15/7.70	c Got one! Elapsed wall clock time (in seconds):7.589
2.15/7.70	o 377
2.15/7.70	c And the winner is solver0
2.17/8.20	c Got one! Elapsed wall clock time (in seconds):8.09
2.17/8.20	o 375
2.17/8.24	c And the winner is solver0
2.26/8.70	c Got one! Elapsed wall clock time (in seconds):8.591
2.26/8.70	o 371
2.26/8.71	c And the winner is solver0
2.30/9.20	c Got one! Elapsed wall clock time (in seconds):9.093
2.30/9.20	o 370
2.30/9.24	c And the winner is solver0
2.39/9.70	c Got one! Elapsed wall clock time (in seconds):9.594
2.39/9.70	o 368
2.39/9.73	c And the winner is solver0
2.47/10.20	c Got one! Elapsed wall clock time (in seconds):10.095
2.47/10.20	o 366
2.47/10.21	c And the winner is solver0
2.48/10.70	c Got one! Elapsed wall clock time (in seconds):10.596
2.48/10.70	o 355
2.48/10.71	c And the winner is solver0
2.48/11.20	c Got one! Elapsed wall clock time (in seconds):11.097
2.48/11.20	o 334
2.48/11.21	c And the winner is solver0
2.48/11.70	c Got one! Elapsed wall clock time (in seconds):11.598
2.48/11.70	o 333
2.48/11.72	c And the winner is solver0
2.52/12.21	c Got one! Elapsed wall clock time (in seconds):12.099
2.52/12.21	o 328
2.52/12.28	c And the winner is solver0
2.91/12.71	c Got one! Elapsed wall clock time (in seconds):12.6
2.91/12.71	o 319
3.12/12.85	c cleaning 4799 clauses out of 9604 with flag 7469/9604
3.35/12.98	c And the winner is solver1
3.56/13.21	c Got one! Elapsed wall clock time (in seconds):13.101
3.56/13.21	o 318
3.56/13.21	c And the winner is solver0
3.56/13.71	c Got one! Elapsed wall clock time (in seconds):13.602
3.56/13.71	o 253
3.56/13.72	c And the winner is solver0
3.60/14.21	c Got one! Elapsed wall clock time (in seconds):14.103
3.60/14.21	o 250
3.60/14.23	c And the winner is solver0
3.66/14.71	c Got one! Elapsed wall clock time (in seconds):14.604
3.66/14.71	o 241
3.66/14.73	c And the winner is solver0
3.95/15.21	c Got one! Elapsed wall clock time (in seconds):15.105
3.95/15.21	o 235
3.95/15.23	c And the winner is solver0
4.03/15.71	c Got one! Elapsed wall clock time (in seconds):15.606
4.03/15.71	o 233
4.03/15.72	c And the winner is solver0
4.03/16.21	c Got one! Elapsed wall clock time (in seconds):16.107
4.03/16.21	o 222
4.03/16.24	c And the winner is solver0
4.09/16.71	c Got one! Elapsed wall clock time (in seconds):16.608
4.09/16.71	o 221
4.09/16.75	c And the winner is solver0
4.18/17.22	c Got one! Elapsed wall clock time (in seconds):17.109
4.18/17.22	o 212
4.18/17.23	c And the winner is solver0
4.22/17.72	c Got one! Elapsed wall clock time (in seconds):17.61
4.22/17.72	o 203
4.22/17.73	c And the winner is solver0
4.26/18.22	c Got one! Elapsed wall clock time (in seconds):18.112
4.26/18.22	o 195
4.26/18.23	c And the winner is solver0
4.28/18.72	c Got one! Elapsed wall clock time (in seconds):18.617
4.28/18.72	o 167
4.28/18.74	c And the winner is solver0
4.37/19.22	c Got one! Elapsed wall clock time (in seconds):19.118
4.37/19.22	o 166
4.37/19.24	c And the winner is solver0
4.43/19.72	c Got one! Elapsed wall clock time (in seconds):19.618
4.43/19.72	o 156
4.43/19.76	c And the winner is solver0
4.52/20.23	c Got one! Elapsed wall clock time (in seconds):20.119
4.52/20.23	o 155
4.52/20.24	c And the winner is solver0
4.55/20.73	c Got one! Elapsed wall clock time (in seconds):20.62
4.55/20.73	o 151
4.55/20.74	c And the winner is solver0
4.61/21.23	c Got one! Elapsed wall clock time (in seconds):21.121
4.61/21.23	o 150
4.61/21.23	c And the winner is solver0
4.61/21.73	c Got one! Elapsed wall clock time (in seconds):21.622
4.61/21.73	o 132
4.61/21.76	c And the winner is solver0
4.70/22.23	c Got one! Elapsed wall clock time (in seconds):22.123
4.70/22.23	o 131
4.70/22.24	c And the winner is solver0
4.72/22.73	c Got one! Elapsed wall clock time (in seconds):22.624
4.72/22.73	o 121
4.72/22.74	c And the winner is solver0
4.76/23.23	c Got one! Elapsed wall clock time (in seconds):23.125
4.76/23.23	o 118
4.76/23.25	c And the winner is solver0
4.82/23.73	c Got one! Elapsed wall clock time (in seconds):23.626
4.82/23.73	o 111
4.82/23.75	c And the winner is solver0
4.87/24.23	c Got one! Elapsed wall clock time (in seconds):24.127
4.87/24.23	o 104
4.87/24.27	c And the winner is solver0
4.96/24.73	c Got one! Elapsed wall clock time (in seconds):24.627
4.96/24.73	o 102
4.96/24.75	c And the winner is solver0
5.03/25.23	c Got one! Elapsed wall clock time (in seconds):25.128
5.03/25.23	o 95
5.03/25.25	c And the winner is solver0
5.07/25.74	c Got one! Elapsed wall clock time (in seconds):25.629
5.07/25.74	o 94
5.07/25.75	c And the winner is solver0
5.11/26.24	c Got one! Elapsed wall clock time (in seconds):26.13
5.11/26.24	o 90
5.11/26.28	c And the winner is solver0
5.22/26.74	c Got one! Elapsed wall clock time (in seconds):26.632
5.22/26.74	o 85
5.22/26.75	c And the winner is solver0
5.26/27.24	c Got one! Elapsed wall clock time (in seconds):27.133
5.26/27.24	o 84
5.26/27.25	c And the winner is solver0
5.30/27.74	c Got one! Elapsed wall clock time (in seconds):27.634
5.30/27.74	o 69
5.30/27.75	c And the winner is solver0
5.34/28.24	c Got one! Elapsed wall clock time (in seconds):28.136
5.34/28.24	o 67
5.34/28.27	c And the winner is solver0
5.41/28.74	c Got one! Elapsed wall clock time (in seconds):28.638
5.41/28.74	o 62
5.41/28.77	c And the winner is solver0
5.47/29.25	c Got one! Elapsed wall clock time (in seconds):29.14
5.47/29.25	o 61
5.47/29.28	c And the winner is solver0
5.55/29.75	c Got one! Elapsed wall clock time (in seconds):29.642
5.55/29.75	o 60
5.55/29.76	c And the winner is solver0
5.61/30.25	c Got one! Elapsed wall clock time (in seconds):30.145
5.61/30.25	o 59
5.61/30.26	c And the winner is solver0
5.66/30.75	c Got one! Elapsed wall clock time (in seconds):30.648
5.66/30.75	o 46
5.66/30.77	c And the winner is solver0
5.68/31.26	c Got one! Elapsed wall clock time (in seconds):31.15
5.68/31.26	o 45
5.68/31.27	c And the winner is solver0
5.72/31.76	c Got one! Elapsed wall clock time (in seconds):31.653
5.72/31.76	o 44
5.72/31.78	c And the winner is solver0
5.81/32.26	c Got one! Elapsed wall clock time (in seconds):32.156
5.81/32.26	o 34
5.81/32.27	c And the winner is solver0
5.83/32.76	c Got one! Elapsed wall clock time (in seconds):32.658
5.83/32.76	o 24
5.83/32.79	c And the winner is solver0
5.90/33.27	c Got one! Elapsed wall clock time (in seconds):33.161
5.90/33.27	o 23
5.90/33.28	c And the winner is solver0
5.95/33.77	c Got one! Elapsed wall clock time (in seconds):33.665
5.95/33.77	o 22
5.99/33.81	c And the winner is solver0
6.03/34.28	c Got one! Elapsed wall clock time (in seconds):34.168
6.03/34.28	o 21
6.07/34.31	c And the winner is solver0
6.10/34.78	c Got one! Elapsed wall clock time (in seconds):34.671
6.10/34.78	o 18
6.14/34.87	c And the winner is solver0
6.30/35.28	c Got one! Elapsed wall clock time (in seconds):35.174
6.30/35.28	o 17
6.57/35.48	c cleaning 11525 clauses out of 23049 with flag 8221/27848
6.89/35.53	c And the winner is solver0
7.18/35.78	c Got one! Elapsed wall clock time (in seconds):35.679
7.18/35.78	o 13
7.76/36.03	c And the winner is solver0
7.85/36.29	c Got one! Elapsed wall clock time (in seconds):36.184
7.85/36.29	o 12
7.87/36.37	c cleaning 9162 clauses out of 18323 with flag 4635/34647
8.31/36.56	c And the winner is solver0
8.46/36.80	c Got one! Elapsed wall clock time (in seconds):36.689
8.46/36.80	o 11
8.46/36.82	c And the winner is solver0
9.86/38.12	c Got one! Elapsed wall clock time (in seconds):38.015
9.86/38.12	o 10
9.86/38.19	c cleaning 7249 clauses out of 14504 with flag 4596/39990
10.00/38.20	c And the winner is solver0
10.02/38.63	c Got one! Elapsed wall clock time (in seconds):38.524
10.02/38.63	o 9
10.37/38.89	c cleaning 6192 clauses out of 12396 with flag 22487/45131
10.99/39.18	c cleaning 6099 clauses out of 12204 with flag 50772/51131
11.80/39.53	c cleaning 6551 clauses out of 13105 with flag 86655/58131
12.65/39.97	c cleaning 7276 clauses out of 14552 with flag 124116/66130
13.65/40.44	c cleaning 8137 clauses out of 16277 with flag 167228/75131
14.67/40.99	c cleaning 9069 clauses out of 18138 with flag 213143/85130
15.88/41.59	c cleaning 10031 clauses out of 20069 with flag 267515/96132
17.28/42.29	c cleaning 11014 clauses out of 22035 with flag 328603/108130
19.08/43.12	c cleaning 12007 clauses out of 24020 with flag 396832/121130
20.94/44.09	c cleaning 13002 clauses out of 26012 with flag 472344/135130
21.72/44.45	c And the winner is solver0
21.90/44.65	c Got one! Elapsed wall clock time (in seconds):44.534
21.90/44.65	o 7
22.39/44.99	c cleaning 11793 clauses out of 23591 with flag 25481/145712
23.19/45.35	c cleaning 8897 clauses out of 17796 with flag 59357/151712
24.05/45.78	c cleaning 7947 clauses out of 15897 with flag 97124/158711
25.06/46.21	c cleaning 7970 clauses out of 15950 with flag 138844/166711
25.85/46.69	c cleaning 8486 clauses out of 16980 with flag 187595/175714
27.05/47.24	c cleaning 9240 clauses out of 18487 with flag 243060/185711
28.25/47.88	c cleaning 10120 clauses out of 20247 with flag 304724/196711
29.85/48.64	c cleaning 11059 clauses out of 22122 with flag 372899/208712
30.05/48.74	c And the winner is solver0
30.19/49.16	c Got one! Elapsed wall clock time (in seconds):49.052
30.19/49.16	o 5
30.44/49.38	c And the winner is solver0
30.67/49.68	c Got one! Elapsed wall clock time (in seconds):49.572
30.67/49.68	o 4
30.69/49.78	c cleaning 8634 clauses out of 17284 with flag 6025/214939
30.89/49.84	c And the winner is solver0
30.99/50.20	c Got one! Elapsed wall clock time (in seconds):50.094
30.99/50.20	o 3
30.99/50.23	c And the winner is solver0
1800.01/1817.50	c >>>>>>>>>> Solver number 0 (79 answers) <<<<<<<<<<<<<<<<<<
1800.01/1817.50	c starts		: 483
1800.01/1817.50	c conflicts		: 216290
1800.01/1817.50	c decisions		: 321037
1800.01/1817.50	c propagations		: 4386423
1800.01/1817.50	c inspects		: 156254585
1800.01/1817.50	c shortcuts		: 0
1800.01/1817.50	c learnt literals	: 34
1800.01/1817.50	c learnt binary clauses	: 14
1800.01/1817.50	c learnt ternary clauses	: 168
1800.01/1817.50	c learnt constraints	: 216256
1800.01/1817.50	c ignored constraints	: 0
1800.01/1817.50	c root simplifications	: 0
1800.01/1817.50	c removed literals (reason simplification)	: 71926
1800.01/1817.50	c reason swapping (by a shorter reason)	: 0
1800.01/1817.50	c Calls to reduceDB	: 23
1800.01/1817.50	c Number of update (reduction) of LBD	: 49350
1800.01/1817.50	c Imported unit clauses	: 0
1800.01/1817.50	c number of reductions to clauses (during analyze)	: 0
1800.01/1817.50	c number of learned constraints concerned by reduction	: 0
1800.01/1817.50	c number of learning phase by resolution	: 0
1800.01/1817.50	c number of learning phase by cutting planes	: 0
1800.01/1817.50	c speed (assignments/second)	: 2431.0994426635098
1800.01/1817.50	c non guided choices	3591
1800.01/1817.51	c learnt constraints type 
1800.01/1817.51	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
1800.01/1817.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9983
1800.01/1817.51	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.01/1817.51	c starts		: 93
1800.01/1817.51	c conflicts		: 2322
1800.01/1817.51	c decisions		: 16735
1800.01/1817.51	c propagations		: 90441
1800.01/1817.51	c inspects		: 17672373
1800.01/1817.51	c shortcuts		: 0
1800.01/1817.51	c learnt literals	: 0
1800.01/1817.51	c learnt binary clauses	: 0
1800.01/1817.51	c learnt ternary clauses	: 0
1800.01/1817.51	c learnt constraints	: 2263
1800.01/1817.51	c ignored constraints	: 0
1800.01/1817.51	c root simplifications	: 0
1800.01/1817.51	c removed literals (reason simplification)	: 0
1800.01/1817.51	c reason swapping (by a shorter reason)	: 0
1800.01/1817.51	c Calls to reduceDB	: 0
1800.01/1817.51	c Number of update (reduction) of LBD	: 0
1800.01/1817.51	c Imported unit clauses	: 0
1800.01/1817.51	c number of reductions to clauses (during analyze)	: 0
1800.01/1817.51	c number of learned constraints concerned by reduction	: 0
1800.01/1817.51	c number of learning phase by resolution	: 0
1800.01/1817.51	c number of learning phase by cutting planes	: 0
1800.01/1817.51	c speed (assignments/second)	: 51.17603421807743
1800.01/1817.51	c non guided choices	1701
1800.01/1817.51	c learnt constraints type 
1800.01/1817.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2263
1800.01/1817.51	s SATISFIABLE
1800.01/1817.51	c Found 79 solution(s)
1800.01/1817.51	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 
1800.01/1817.54	c objective function=3
1800.01/1817.54	c Total wall clock time (in seconds): 1817.43

Verifier Data

OK	2

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-4092304-1467319326/watcher-4092304-1467319326 -o /tmp/evaluation-result-4092304-1467319326/solver-4092304-1467319326 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1467319279-29205 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4092304-1467319326.wbo 

pid=30164
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: 2.96 3.01 2.37 2/195 30167
/proc/meminfo: memFree=30006464/32872528 swapFree=1427768/1542232
[pid=30167] ppid=30164 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/30167/stat : 30167 (java) S 30164 30167 15544 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 12893607 98570240 977 33554432000 1073741824 1073778376 140736450969552 140736450960688 266439000125 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30167/statm: 24065 977 743 9 0 16771 0
[pid=30167/tid=30168] ppid=30164 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30168/stat : 30168 (java) R 30164 30167 15544 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 12893607 98570240 977 33554432000 1073741824 1073778376 140736450969552 140271492578856 266435642752 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100161 s]
/proc/loadavg: 2.96 3.01 2.37 2/195 30167
/proc/meminfo: memFree=30006464/32872528 swapFree=1427768/1542232
[pid=30167] ppid=30164 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/30167/stat : 30167 (java) S 30164 30167 15544 0 -1 4202496 4510 0 1 0 9 1 0 0 20 0 18 0 12893607 9787879424 6138 33554432000 1073741824 1073778376 140736450969552 140736450960688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30167/statm: 2389619 6138 2156 9 0 2380296 0
[pid=30167/tid=30168] ppid=30164 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/30167/task/30168/stat : 30168 (java) R 30164 30167 15544 0 -1 4202560 2394 0 1 0 6 1 0 0 20 0 18 0 12893607 9787879424 6138 33554432000 1073741824 1073778376 140736450969552 140271492582104 140271499773028 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200278 s]
/proc/loadavg: 2.96 3.01 2.37 2/195 30167
/proc/meminfo: memFree=30006464/32872528 swapFree=1427768/1542232
[pid=30167] ppid=30164 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/30167/stat : 30167 (java) S 30164 30167 15544 0 -1 4202496 4856 0 1 0 26 1 0 0 20 0 22 0 12893607 10060525568 7945 33554432000 1073741824 1073778376 140736450969552 140736450960688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30167/statm: 2456183 7945 2223 9 0 2446860 0
[pid=30167/tid=30168] ppid=30164 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/30167/task/30168/stat : 30168 (java) S 30164 30167 15544 0 -1 4202560 2424 0 1 0 14 1 0 0 20 0 22 0 12893607 10060525568 7945 33554432000 1073741824 1073778376 140736450969552 140271492584312 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.300262 s]
/proc/loadavg: 2.96 3.01 2.37 2/195 30167
/proc/meminfo: memFree=30006464/32872528 swapFree=1427768/1542232
[pid=30167] ppid=30164 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/30167/stat : 30167 (java) S 30164 30167 15544 0 -1 4202496 7562 0 1 0 65 2 0 0 20 0 22 0 12893607 10060525568 9999 33554432000 1073741824 1073778376 140736450969552 140736450960688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30167/statm: 2456183 9999 2248 9 0 2446860 0
[pid=30167/tid=30168] ppid=30164 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/30167/task/30168/stat : 30168 (java) S 30164 30167 15544 0 -1 4202560 2424 0 1 0 14 1 0 0 20 0 22 0 12893607 10060525568 9999 33554432000 1073741824 1073778376 140736450969552 140271492584312 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9824732

[startup+0.700401 s]
/proc/loadavg: 2.96 3.01 2.37 2/195 30167
/proc/meminfo: memFree=30006464/32872528 swapFree=1427768/1542232
[pid=30167] ppid=30164 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/30167/stat : 30167 (java) S 30164 30167 15544 0 -1 4202496 16020 0 1 0 107 5 0 0 20 0 21 0 12893607 10060525568 15905 33554432000 1073741824 1073778376 140736450969552 140736450960688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30167/statm: 2456183 15905 2253 9 0 2446860 0
[pid=30167/tid=30168] ppid=30164 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/30167/task/30168/stat : 30168 (java) S 30164 30167 15544 0 -1 4202560 2424 0 1 0 14 2 0 0 20 0 21 0 12893607 10060525568 15905 33554432000 1073741824 1073778376 140736450969552 140271492584312 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 2.96 3.01 2.37 1/214 30198
/proc/meminfo: memFree=29939808/32872528 swapFree=1427768/1542232
[pid=30167] ppid=30164 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/30167/stat : 30167 (java) S 30164 30167 15544 0 -1 4202496 16167 0 1 0 110 5 0 0 20 0 19 0 12893607 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140736450960688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30167/statm: 2456183 16952 2253 9 0 2446860 0
[pid=30167/tid=30168] ppid=30164 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/30167/task/30168/stat : 30168 (java) S 30164 30167 15544 0 -1 4202560 2425 0 1 0 14 2 0 0 20 0 19 0 12893607 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140271492584312 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30170] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30170/stat : 30170 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140271336458408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30171] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30171/stat : 30171 (java) S 30164 30167 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140271335405864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30167/tid=30172] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30172/stat : 30172 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140271334353320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30173] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30173/stat : 30173 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140271333300776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30174] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30174/stat : 30174 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140271332248232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30175] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30175/stat : 30175 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140271331195688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30176] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30176/stat : 30176 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140271330143144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30177] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30177/stat : 30177 (java) S 30164 30167 15544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140271329090600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30178] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30178/stat : 30178 (java) S 30164 30167 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12893609 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140271316678760 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30179] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30179/stat : 30179 (java) S 30164 30167 15544 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12893609 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140271315625080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30180] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30180/stat : 30180 (java) S 30164 30167 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12893609 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140271314572424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30181] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30181/stat : 30181 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893611 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140271313521168 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30182] ppid=30164 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/30167/task/30182/stat : 30182 (java) S 30164 30167 15544 0 -1 4202560 4849 0 0 0 34 0 0 0 20 0 19 0 12893611 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140271312468536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30183] ppid=30164 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/30167/task/30183/stat : 30183 (java) S 30164 30167 15544 0 -1 4202560 7545 0 0 0 35 2 0 0 20 0 19 0 12893611 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140271311415992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30184] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30184/stat : 30184 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893611 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140271310363640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30167/tid=30185] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30185/stat : 30185 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893611 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140271309311304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30192] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30192/stat : 30192 (java) S 30164 30167 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12893625 10060525568 16952 33554432000 1073741824 1073778376 140736450969552 140271305098408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 2.96 3.01 2.37 6/217 30216
/proc/meminfo: memFree=29903212/32872528 swapFree=1427768/1542232
[pid=30167] ppid=30164 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/30167/stat : 30167 (java) S 30164 30167 15544 0 -1 4202496 22531 0 1 0 182 9 0 0 20 0 19 0 12893607 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140736450960688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30167/statm: 2456183 25370 2259 9 0 2446860 0
[pid=30167/tid=30168] ppid=30164 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/30167/task/30168/stat : 30168 (java) S 30164 30167 15544 0 -1 4202560 2426 0 1 0 14 2 0 0 20 0 19 0 12893607 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140271492584312 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30170] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30170/stat : 30170 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140271336458408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30171] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30171/stat : 30171 (java) S 30164 30167 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140271335405864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30167/tid=30172] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30172/stat : 30172 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140271334353320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30173] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30173/stat : 30173 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140271333300776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30174] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30174/stat : 30174 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140271332248232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30175] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30175/stat : 30175 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140271331195688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30176] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30176/stat : 30176 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140271330143144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30177] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30177/stat : 30177 (java) S 30164 30167 15544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140271329090600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30178] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30178/stat : 30178 (java) S 30164 30167 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12893609 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140271316678760 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30179] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30179/stat : 30179 (java) S 30164 30167 15544 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12893609 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140271315625080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30180] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30180/stat : 30180 (java) S 30164 30167 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12893609 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140271314572424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30181] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30181/stat : 30181 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893611 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140271313521168 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30182] ppid=30164 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/30167/task/30182/stat : 30182 (java) S 30164 30167 15544 0 -1 4202560 7566 0 0 0 59 1 0 0 20 0 19 0 12893611 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140271312468536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30183] ppid=30164 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/30167/task/30183/stat : 30183 (java) S 30164 30167 15544 0 -1 4202560 11159 0 0 0 61 3 0 0 20 0 19 0 12893611 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140271311415992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30184] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30184/stat : 30184 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893611 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140271310363640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30167/tid=30185] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30185/stat : 30185 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893611 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140271309311304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30192] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30192/stat : 30192 (java) S 30164 30167 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12893625 10060525568 25370 33554432000 1073741824 1073778376 140736450969552 140271305098408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=27 pid=1781 uid=0 cmd=

[startup+6.30086 s]
/proc/loadavg: 2.96 3.01 2.37 1/214 30252
/proc/meminfo: memFree=29804172/32872528 swapFree=1427768/1542232
[pid=30167] ppid=30164 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/30167/stat : 30167 (java) S 30164 30167 15544 0 -1 4202496 23781 0 1 0 199 9 0 0 20 0 19 0 12893607 10060525568 33959 33554432000 1073741824 1073778376 140736450969552 140736450960688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30167/statm: 2456183 33959 2265 9 0 2446860 0
[pid=30167/tid=30168] ppid=30164 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/30167/task/30168/stat : 30168 (java) S 30164 30167 15544 0 -1 4202560 2429 0 1 0 15 2 0 0 20 0 19 0 12893607 10060525568 33959 33554432000 1073741824 1073778376 140736450969552 140271492584312 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30170] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30170/stat : 30170 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 33959 33554432000 1073741824 1073778376 140736450969552 140271336458408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30171] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30171/stat : 30171 (java) S 30164 30167 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 33959 33554432000 1073741824 1073778376 140736450969552 140271335405864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30167/tid=30172] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30172/stat : 30172 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 33959 33554432000 1073741824 1073778376 140736450969552 140271334353320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30173] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30173/stat : 30173 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 33959 33554432000 1073741824 1073778376 140736450969552 140271333300776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30174] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30174/stat : 30174 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 33959 33554432000 1073741824 1073778376 140736450969552 140271332248232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30175] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30175/stat : 30175 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 33959 33554432000 1073741824 1073778376 140736450969552 140271331195688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30176] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30176/stat : 30176 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 33959 33554432000 1073741824 1073778376 140736450969552 140271330143144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30177] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30177/stat : 30177 (java) S 30164 30167 15544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12893608 10060525568 33959 33554432000 1073741824 1073778376 140736450969552 140271329090600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30178] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30178/stat : 30178 (java) S 30164 30167 15544 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12893609 10060525568 33959 33554432000 1073741824 1073778376 140736450969552 140271316678760 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30179] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30179/stat : 30179 (java) S 30164 30167 15544 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12893609 10060525568 33959 33554432000 1073741824 1073778376 140736450969552 140271315625080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30180] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30180/stat : 30180 (java) S 30164 30167 15544 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12893609 10060525568 33959 33554432000 1073741824 1073778376 140736450969552 140271314572424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30181] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30181/stat : 30181 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893611 10060525568 33959 33554432000 1073741824 1073778376 140736450969552 140271313521168 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30182] ppid=30164 vsize=9824732 CPUtime=0.6 cores=1,3,5,7

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

[pid=30167/tid=30184] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30184/stat : 30184 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 12893611 10060525568 422740 33554432000 1073741824 1073778376 140736450969552 140271310363640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30167/tid=30185] ppid=30164 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/30167/task/30185/stat : 30185 (java) S 30164 30167 15544 0 -1 4202560 100 0 0 0 10 16 0 0 20 0 21 0 12893611 10060525568 422740 33554432000 1073741824 1073778376 140736450969552 140271309311304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30342] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30342/stat : 30342 (java) S 30164 30167 15544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 12894928 10060525568 422740 33554432000 1073741824 1073778376 140736450969552 140271305098152 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30661] ppid=30164 vsize=9824732 CPUtime=1671.12 cores=1,3,5,7
/proc/30167/task/30661/stat : 30661 (java) R 30164 30167 15544 0 -1 4202560 400 0 0 0 167075 37 0 0 20 0 21 0 12898629 10060525568 422740 33554432000 1073741824 1073778376 140736450969552 140271308254688 140271365835997 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30167/tid=30662] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30662/stat : 30662 (java) S 30164 30167 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 12898633 10060525568 422740 33554432000 1073741824 1073778376 140736450969552 140271306151592 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1704.65
Current children cumulated vsize (KiB) 9824732

[startup+1782.3 s]
/proc/loadavg: 1.36 1.29 1.44 2/189 31978
/proc/meminfo: memFree=28439568/32872528 swapFree=1427768/1542232
[pid=30167] ppid=30164 vsize=9824732 CPUtime=1764.82 cores=1,3,5,7
/proc/30167/stat : 30167 (java) S 30164 30167 15544 0 -1 4202496 32467 0 1 0 176245 237 0 0 20 0 21 0 12893607 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140736450960688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30167/statm: 2456183 404280 2293 9 0 2446860 0
[pid=30167/tid=30168] ppid=30164 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/30167/task/30168/stat : 30168 (java) S 30164 30167 15544 0 -1 4202560 2456 0 1 0 49 14 0 0 20 0 21 0 12893607 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271492584440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30167/tid=30170] ppid=30164 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/30167/task/30170/stat : 30170 (java) S 30164 30167 15544 0 -1 4202560 169 0 0 0 32 11 0 0 20 0 21 0 12893608 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271336458408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30171] ppid=30164 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/30167/task/30171/stat : 30171 (java) S 30164 30167 15544 0 -1 4202560 141 0 0 0 25 9 0 0 20 0 21 0 12893608 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271335405864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30172] ppid=30164 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/30167/task/30172/stat : 30172 (java) S 30164 30167 15544 0 -1 4202560 102 0 0 0 22 7 0 0 20 0 21 0 12893608 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271334353320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30167/tid=30173] ppid=30164 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/30167/task/30173/stat : 30173 (java) S 30164 30167 15544 0 -1 4202560 138 0 0 0 30 7 0 0 20 0 21 0 12893608 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271333300776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30174] ppid=30164 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/30167/task/30174/stat : 30174 (java) S 30164 30167 15544 0 -1 4202560 137 0 0 0 26 8 0 0 20 0 21 0 12893608 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271332248232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30175] ppid=30164 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/30167/task/30175/stat : 30175 (java) S 30164 30167 15544 0 -1 4202560 116 0 0 0 27 7 0 0 20 0 21 0 12893608 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271331195688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30176] ppid=30164 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/30167/task/30176/stat : 30176 (java) S 30164 30167 15544 0 -1 4202560 132 0 0 0 29 8 0 0 20 0 21 0 12893608 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271330143144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30177] ppid=30164 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/30167/task/30177/stat : 30177 (java) S 30164 30167 15544 0 -1 4202560 151 0 0 0 27 8 0 0 20 0 21 0 12893608 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271329090600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30178] ppid=30164 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/30167/task/30178/stat : 30178 (java) S 30164 30167 15544 0 -1 4202560 1086 0 0 0 43 7 0 0 20 0 21 0 12893609 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271316678760 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30179] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30179/stat : 30179 (java) S 30164 30167 15544 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 12893609 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271315625112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30180] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30180/stat : 30180 (java) S 30164 30167 15544 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 21 0 12893609 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271314572456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30181] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30181/stat : 30181 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 12893611 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271313521168 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30182] ppid=30164 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/30167/task/30182/stat : 30182 (java) S 30164 30167 15544 0 -1 4202560 9561 0 0 0 106 2 0 0 20 0 21 0 12893611 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271312468536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30183] ppid=30164 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/30167/task/30183/stat : 30183 (java) S 30164 30167 15544 0 -1 4202560 15013 0 0 0 179 3 0 0 20 0 21 0 12893611 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271311415992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30184] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30184/stat : 30184 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 12893611 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271310363640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30167/tid=30185] ppid=30164 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/30167/task/30185/stat : 30185 (java) S 30164 30167 15544 0 -1 4202560 104 0 0 0 11 17 0 0 20 0 21 0 12893611 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271309311304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30342] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30342/stat : 30342 (java) S 30164 30167 15544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 12894928 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271305098152 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30661] ppid=30164 vsize=9824732 CPUtime=1731.04 cores=1,3,5,7
/proc/30167/task/30661/stat : 30661 (java) R 30164 30167 15544 0 -1 4202560 406 0 0 0 173066 38 0 0 20 0 21 0 12898629 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271308254560 140271365410606 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30167/tid=30662] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30662/stat : 30662 (java) S 30164 30167 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 12898633 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271306151592 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1764.82
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.5 s]
/proc/loadavg: 1.27 1.27 1.42 3/190 31980
/proc/meminfo: memFree=28439312/32872528 swapFree=1427768/1542232
[pid=30167] ppid=30164 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/30167/stat : 30167 (java) S 30164 30167 15544 0 -1 4202496 32469 0 1 0 179764 237 0 0 20 0 21 0 12893607 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140736450960688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30167/statm: 2456183 404280 2293 9 0 2446860 0
[pid=30167/tid=30168] ppid=30164 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/30167/task/30168/stat : 30168 (java) S 30164 30167 15544 0 -1 4202560 2456 0 1 0 49 14 0 0 20 0 21 0 12893607 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271492584440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30167/tid=30170] ppid=30164 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/30167/task/30170/stat : 30170 (java) S 30164 30167 15544 0 -1 4202560 169 0 0 0 32 11 0 0 20 0 21 0 12893608 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271336458408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30171] ppid=30164 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/30167/task/30171/stat : 30171 (java) S 30164 30167 15544 0 -1 4202560 141 0 0 0 25 9 0 0 20 0 21 0 12893608 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271335405864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30172] ppid=30164 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/30167/task/30172/stat : 30172 (java) S 30164 30167 15544 0 -1 4202560 102 0 0 0 22 7 0 0 20 0 21 0 12893608 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271334353320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30167/tid=30173] ppid=30164 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/30167/task/30173/stat : 30173 (java) S 30164 30167 15544 0 -1 4202560 138 0 0 0 30 7 0 0 20 0 21 0 12893608 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271333300776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30174] ppid=30164 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/30167/task/30174/stat : 30174 (java) S 30164 30167 15544 0 -1 4202560 137 0 0 0 26 8 0 0 20 0 21 0 12893608 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271332248232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30175] ppid=30164 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/30167/task/30175/stat : 30175 (java) S 30164 30167 15544 0 -1 4202560 116 0 0 0 27 7 0 0 20 0 21 0 12893608 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271331195688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30176] ppid=30164 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/30167/task/30176/stat : 30176 (java) S 30164 30167 15544 0 -1 4202560 132 0 0 0 29 8 0 0 20 0 21 0 12893608 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271330143144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30177] ppid=30164 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/30167/task/30177/stat : 30177 (java) S 30164 30167 15544 0 -1 4202560 151 0 0 0 27 8 0 0 20 0 21 0 12893608 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271329090600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30178] ppid=30164 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/30167/task/30178/stat : 30178 (java) S 30164 30167 15544 0 -1 4202560 1086 0 0 0 43 7 0 0 20 0 21 0 12893609 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271316678760 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30179] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30179/stat : 30179 (java) S 30164 30167 15544 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 12893609 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271315625112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30180] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30180/stat : 30180 (java) S 30164 30167 15544 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 21 0 12893609 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271314572456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30181] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30181/stat : 30181 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 12893611 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271313521168 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30182] ppid=30164 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/30167/task/30182/stat : 30182 (java) S 30164 30167 15544 0 -1 4202560 9561 0 0 0 106 2 0 0 20 0 21 0 12893611 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271312468536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30183] ppid=30164 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/30167/task/30183/stat : 30183 (java) S 30164 30167 15544 0 -1 4202560 15013 0 0 0 179 3 0 0 20 0 21 0 12893611 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271311415992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30184] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30184/stat : 30184 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 12893611 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271310363640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30167/tid=30185] ppid=30164 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/30167/task/30185/stat : 30185 (java) S 30164 30167 15544 0 -1 4202560 106 0 0 0 11 17 0 0 20 0 21 0 12893611 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271309311304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30342] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30342/stat : 30342 (java) S 30164 30167 15544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 12894928 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271305098152 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30661] ppid=30164 vsize=9824732 CPUtime=1766.24 cores=1,3,5,7
/proc/30167/task/30661/stat : 30661 (java) R 30164 30167 15544 0 -1 4202560 406 0 0 0 176586 38 0 0 20 0 21 0 12898629 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271308254560 140271365410574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30167/tid=30662] ppid=30164 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30662/stat : 30662 (java) S 30164 30167 15544 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 12898633 10060525568 404280 33554432000 1073741824 1073778376 140736450969552 140271306151592 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 30167 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1817.61 s]
/proc/loadavg: 1.27 1.27 1.42 3/190 31980
/proc/meminfo: memFree=28439312/32872528 swapFree=1427768/1542232
[pid=30167] ppid=30164 vsize=9891296 CPUtime=1800.14 cores=1,3,5,7
/proc/30167/stat : 30167 (java) S 30164 30167 15544 0 -1 4202496 32516 0 1 0 179774 240 0 0 20 0 19 0 12893607 10128687104 404314 33554432000 1073741824 1073778376 140736450969552 140736450960688 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30167/statm: 2472824 404314 2297 9 0 2463501 0
[pid=30167/tid=30168] ppid=30164 vsize=9891296 CPUtime=0.63 cores=1,3,5,7
/proc/30167/task/30168/stat : 30168 (java) S 30164 30167 15544 0 -1 4202560 2456 0 1 0 49 14 0 0 20 0 19 0 12893607 10128687104 404314 33554432000 1073741824 1073778376 140736450969552 140271492584152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30167/tid=30170] ppid=30164 vsize=9891296 CPUtime=0.43 cores=1,3,5,7
/proc/30167/task/30170/stat : 30170 (java) S 30164 30167 15544 0 -1 4202560 169 0 0 0 32 11 0 0 20 0 19 0 12893608 10128687104 404314 33554432000 1073741824 1073778376 140736450969552 140271336458408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30171] ppid=30164 vsize=9891296 CPUtime=0.34 cores=1,3,5,7
/proc/30167/task/30171/stat : 30171 (java) S 30164 30167 15544 0 -1 4202560 141 0 0 0 25 9 0 0 20 0 19 0 12893608 10128687104 404314 33554432000 1073741824 1073778376 140736450969552 140271335405864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30172] ppid=30164 vsize=9891296 CPUtime=0.29 cores=1,3,5,7
/proc/30167/task/30172/stat : 30172 (java) S 30164 30167 15544 0 -1 4202560 102 0 0 0 22 7 0 0 20 0 19 0 12893608 10128687104 404314 33554432000 1073741824 1073778376 140736450969552 140271334353320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30167/tid=30173] ppid=30164 vsize=9891296 CPUtime=0.37 cores=1,3,5,7
/proc/30167/task/30173/stat : 30173 (java) S 30164 30167 15544 0 -1 4202560 138 0 0 0 30 7 0 0 20 0 19 0 12893608 10128687104 404314 33554432000 1073741824 1073778376 140736450969552 140271333300776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30174] ppid=30164 vsize=9891296 CPUtime=0.34 cores=1,3,5,7
/proc/30167/task/30174/stat : 30174 (java) S 30164 30167 15544 0 -1 4202560 137 0 0 0 26 8 0 0 20 0 19 0 12893608 10128687104 404314 33554432000 1073741824 1073778376 140736450969552 140271332248232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30175] ppid=30164 vsize=9891296 CPUtime=0.34 cores=1,3,5,7
/proc/30167/task/30175/stat : 30175 (java) S 30164 30167 15544 0 -1 4202560 116 0 0 0 27 7 0 0 20 0 19 0 12893608 10128687104 404314 33554432000 1073741824 1073778376 140736450969552 140271331195688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30176] ppid=30164 vsize=9891296 CPUtime=0.37 cores=1,3,5,7
/proc/30167/task/30176/stat : 30176 (java) S 30164 30167 15544 0 -1 4202560 132 0 0 0 29 8 0 0 20 0 19 0 12893608 10128687104 404314 33554432000 1073741824 1073778376 140736450969552 140271330143144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30177] ppid=30164 vsize=9891296 CPUtime=0.35 cores=1,3,5,7
/proc/30167/task/30177/stat : 30177 (java) S 30164 30167 15544 0 -1 4202560 151 0 0 0 27 8 0 0 20 0 19 0 12893608 10128687104 404314 33554432000 1073741824 1073778376 140736450969552 140271329090600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30178] ppid=30164 vsize=9891296 CPUtime=0.59 cores=1,3,5,7
/proc/30167/task/30178/stat : 30178 (java) R 30164 30167 15544 0 -1 4202560 1087 0 0 0 46 13 0 0 20 0 19 0 12893609 10128687104 404314 33554432000 1073741824 1073778376 140736450969552 140271316678760 266435595399 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30179] ppid=30164 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30179/stat : 30179 (java) S 30164 30167 15544 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12893609 10128687104 404314 33554432000 1073741824 1073778376 140736450969552 140271315625112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30180] ppid=30164 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30180/stat : 30180 (java) S 30164 30167 15544 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 12893609 10128687104 404314 33554432000 1073741824 1073778376 140736450969552 140271314572456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30167/tid=30181] ppid=30164 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30181/stat : 30181 (java) S 30164 30167 15544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12893611 10128687104 404314 33554432000 1073741824 1073778376 140736450969552 140271313520712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30167/tid=30182] ppid=30164 vsize=9891296 CPUtime=1.09 cores=1,3,5,7
/proc/30167/task/30182/stat : 30182 (java) S 30164 30167 15544 0 -1 4202560 9578 0 0 0 107 2 0 0 20 0 19 0 12893611 10128687104 404314 33554432000 1073741824 1073778376 140736450969552 140271312444984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30183] ppid=30164 vsize=9891296 CPUtime=1.82 cores=1,3,5,7
/proc/30167/task/30183/stat : 30183 (java) S 30164 30167 15544 0 -1 4202560 15014 0 0 0 179 3 0 0 20 0 19 0 12893611 10128687104 404314 33554432000 1073741824 1073778376 140736450969552 140271311415992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30167/tid=30184] ppid=30164 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/30167/task/30184/stat : 30184 (java) S 30164 30167 15544 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12893611 10128687104 404314 33554432000 1073741824 1073778376 140736450969552 140271310363640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30167/tid=30661] ppid=30164 vsize=9891296 CPUtime=1766.34 cores=1,3,5,7
/proc/30167/task/30661/stat : 30661 (java) R 30164 30167 15544 0 -1 4202560 406 0 0 0 176596 38 0 0 20 0 19 0 12898629 10128687104 404314 33554432000 1073741824 1073778376 140736450969552 140271308254096 140271365410561 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9891296

Child status: 143
Real time (s): 1817.62
CPU time (s): 1800.63
CPU user time (s): 1797.77
CPU system time (s): 2.86056
CPU usage (%): 99.0654
Max. virtual memory (cumulated for all children) (KiB): 9891296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.77
system time used= 2.86056
maximum resident set size= 1888056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32516
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77009
involuntary context switches= 15147

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2393 second user time and 11.8462 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-30 22:42:06
IDJOB=4092304
IDBENCH=79197
IDSOLVER=2552
FILE ID=node116/4092304-1467319326
RUNJOBID= node116-1467319279-29205
PBS_JOBID= 20005287
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111212476--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4092304-1467319326/watcher-4092304-1467319326 -o /tmp/evaluation-result-4092304-1467319326/solver-4092304-1467319326 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1467319279-29205 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4092304-1467319326.wbo

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

MD5SUM BENCH= 935e196b2e49c7ace79e7b55afc624f4
RANDOM SEED=1656382511

node116.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.426
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.85
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.426
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.426
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.426
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.426
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.426
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.426
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.426
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:        30007372 kB
Buffers:           69600 kB
Cached:           435416 kB
SwapCached:            0 kB
Active:           224148 kB
Inactive:         341904 kB
Active(anon):      50272 kB
Inactive(anon):    13296 kB
Active(file):     173876 kB
Inactive(file):   328608 kB
Unevictable:     1542232 kB
Mlocked:         1427768 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1692 kB
Writeback:             0 kB
AnonPages:       1594832 kB
Mapped:            21692 kB
Shmem:               204 kB
Slab:             623900 kB
SReclaimable:      66764 kB
SUnreclaim:       557136 kB
KernelStack:        1592 kB
PageTables:         7152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2238600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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= 71724 MiB
End job on node116 at 2016-06-30 23:12:24