Trace number 4109337

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.02 1805.34

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111223220--soft-33-100-0.wbo
MD5SUM27d3bd64d93eb8804d56550cbc3e68e3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark10.2744
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1230
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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4109337-1466341867.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.066s.
0.11/0.17	c declared #vars     169
0.11/0.17	c internal #vars     238
0.11/0.17	c #constraints  101
0.11/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.11/0.17	c 101 constraints processed.
0.11/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.11/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
0.11/0.17	c 101 constraints processed.
0.11/0.17	c objective function length is 69 literals
1.04/0.47	c And the winner is solver0
1.47/0.68	c SATISFIABLE
1.47/0.68	c OPTIMIZING...
1.47/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
1.47/0.68	o 994
1.47/0.68	c And the winner is solver0
1.50/1.18	c Got one! Elapsed wall clock time (in seconds):1.072
1.50/1.18	o 993
1.50/1.19	c And the winner is solver0
1.61/1.68	c Got one! Elapsed wall clock time (in seconds):1.573
1.61/1.68	o 971
1.61/1.68	c And the winner is solver0
1.63/2.18	c Got one! Elapsed wall clock time (in seconds):2.074
1.63/2.18	o 493
1.68/2.22	c And the winner is solver0
1.79/2.68	c Got one! Elapsed wall clock time (in seconds):2.575
1.79/2.68	o 492
1.79/2.69	c And the winner is solver0
1.80/3.18	c Got one! Elapsed wall clock time (in seconds):3.076
1.80/3.18	o 491
1.80/3.19	c And the winner is solver0
1.88/3.68	c Got one! Elapsed wall clock time (in seconds):3.577
1.88/3.68	o 490
1.88/3.70	c And the winner is solver0
1.94/4.18	c Got one! Elapsed wall clock time (in seconds):4.078
1.94/4.18	o 489
1.94/4.19	c And the winner is solver0
1.95/4.68	c Got one! Elapsed wall clock time (in seconds):4.579
1.95/4.68	o 458
1.97/4.70	c And the winner is solver0
1.99/5.19	c Got one! Elapsed wall clock time (in seconds):5.08
1.99/5.19	o 456
1.99/5.19	c And the winner is solver0
2.03/5.69	c Got one! Elapsed wall clock time (in seconds):5.581
2.03/5.69	o 444
2.03/5.69	c And the winner is solver0
2.05/6.19	c Got one! Elapsed wall clock time (in seconds):6.082
2.05/6.19	o 423
2.05/6.19	c And the winner is solver0
2.06/6.69	c Got one! Elapsed wall clock time (in seconds):6.583
2.06/6.69	o 415
2.08/6.71	c And the winner is solver0
2.11/7.19	c Got one! Elapsed wall clock time (in seconds):7.084
2.11/7.19	o 396
2.13/7.20	c And the winner is solver0
2.13/7.69	c Got one! Elapsed wall clock time (in seconds):7.585
2.13/7.69	o 393
2.13/7.70	c And the winner is solver0
2.14/8.19	c Got one! Elapsed wall clock time (in seconds):8.086
2.14/8.19	o 392
2.15/8.20	c And the winner is solver0
2.25/8.69	c Got one! Elapsed wall clock time (in seconds):8.587
2.25/8.69	o 391
2.61/8.81	c And the winner is solver0
2.67/9.19	c Got one! Elapsed wall clock time (in seconds):9.088
2.67/9.19	o 375
2.68/9.25	c And the winner is solver0
2.89/9.69	c Got one! Elapsed wall clock time (in seconds):9.589
2.89/9.69	o 348
2.89/9.72	c And the winner is solver0
2.95/10.20	c Got one! Elapsed wall clock time (in seconds):10.09
2.95/10.20	o 347
2.95/10.20	c And the winner is solver0
2.95/10.70	c Got one! Elapsed wall clock time (in seconds):10.591
2.95/10.70	o 343
2.95/10.71	c And the winner is solver0
3.04/11.20	c Got one! Elapsed wall clock time (in seconds):11.092
3.04/11.20	o 340
3.04/11.23	c And the winner is solver0
3.15/11.70	c Got one! Elapsed wall clock time (in seconds):11.593
3.15/11.70	o 339
3.15/11.78	c cleaning 5766 clauses out of 11531 with flag 4072/11531
3.15/11.80	c And the winner is solver0
3.38/12.20	c Got one! Elapsed wall clock time (in seconds):12.094
3.38/12.20	o 338
3.38/12.20	c And the winner is solver0
3.38/12.70	c Got one! Elapsed wall clock time (in seconds):12.595
3.38/12.70	o 298
3.38/12.73	c And the winner is solver0
3.45/13.20	c Got one! Elapsed wall clock time (in seconds):13.096
3.45/13.20	o 297
3.45/13.22	c And the winner is solver0
3.50/13.70	c Got one! Elapsed wall clock time (in seconds):13.596
3.50/13.70	o 278
3.69/13.85	c And the winner is solver0
3.82/14.20	c Got one! Elapsed wall clock time (in seconds):14.097
3.82/14.20	o 263
3.82/14.28	c And the winner is solver0
4.01/14.70	c Got one! Elapsed wall clock time (in seconds):14.598
4.01/14.70	o 258
4.01/14.76	c cleaning 6498 clauses out of 13004 with flag 3765/18770
4.41/14.92	c And the winner is solver0
4.47/15.20	c Got one! Elapsed wall clock time (in seconds):15.099
4.47/15.20	o 253
4.67/15.32	c cleaning 5960 clauses out of 11939 with flag 6900/24203
4.89/15.41	c And the winner is solver0
4.93/15.70	c Got one! Elapsed wall clock time (in seconds):15.6
4.93/15.70	o 252
5.11/15.80	c And the winner is solver0
5.15/16.21	c Got one! Elapsed wall clock time (in seconds):16.101
5.15/16.21	o 251
5.15/16.25	c And the winner is solver0
5.25/16.71	c Got one! Elapsed wall clock time (in seconds):16.602
5.25/16.71	o 248
5.25/16.73	c And the winner is solver0
5.28/17.21	c Got one! Elapsed wall clock time (in seconds):17.103
5.28/17.21	o 245
5.28/17.24	c And the winner is solver0
5.35/17.71	c Got one! Elapsed wall clock time (in seconds):17.604
5.35/17.71	o 244
5.35/17.77	c cleaning 6252 clauses out of 12517 with flag 4306/30741
5.35/17.77	c And the winner is solver0
5.50/18.21	c Got one! Elapsed wall clock time (in seconds):18.105
5.50/18.21	o 225
5.50/18.24	c And the winner is solver0
5.58/18.71	c Got one! Elapsed wall clock time (in seconds):18.605
5.58/18.71	o 224
5.58/18.76	c And the winner is solver0
5.71/19.21	c Got one! Elapsed wall clock time (in seconds):19.106
5.71/19.21	o 218
5.88/19.31	c And the winner is solver0
5.93/19.71	c Got one! Elapsed wall clock time (in seconds):19.607
5.93/19.71	o 193
5.93/19.73	c And the winner is solver0
5.98/20.21	c Got one! Elapsed wall clock time (in seconds):20.108
5.98/20.21	o 175
5.98/20.24	c And the winner is solver0
6.15/20.71	c Got one! Elapsed wall clock time (in seconds):20.609
6.15/20.71	o 170
6.15/20.72	c And the winner is solver0
6.17/21.22	c Got one! Elapsed wall clock time (in seconds):21.11
6.17/21.22	o 168
6.17/21.26	c And the winner is solver0
6.35/21.72	c Got one! Elapsed wall clock time (in seconds):21.611
6.35/21.72	o 165
6.51/21.82	c cleaning 7132 clauses out of 14280 with flag 8528/38756
6.71/21.90	c And the winner is solver0
6.76/22.22	c Got one! Elapsed wall clock time (in seconds):22.112
6.76/22.22	o 164
6.76/22.28	c And the winner is solver0
6.91/22.72	c Got one! Elapsed wall clock time (in seconds):22.613
6.91/22.72	o 153
7.06/22.81	c cleaning 6272 clauses out of 12543 with flag 9236/44151
7.47/23.01	c And the winner is solver0
7.54/23.22	c Got one! Elapsed wall clock time (in seconds):23.114
7.54/23.22	o 149
7.54/23.24	c And the winner is solver0
7.60/23.72	c Got one! Elapsed wall clock time (in seconds):23.614
7.60/23.72	o 145
7.60/23.75	c And the winner is solver0
7.71/24.22	c Got one! Elapsed wall clock time (in seconds):24.115
7.71/24.22	o 144
7.71/24.29	c cleaning 6198 clauses out of 12395 with flag 5757/50275
8.06/24.42	c And the winner is solver0
8.14/24.72	c Got one! Elapsed wall clock time (in seconds):24.616
8.14/24.72	o 142
8.14/24.75	c And the winner is solver0
8.24/25.22	c Got one! Elapsed wall clock time (in seconds):25.117
8.24/25.22	o 140
8.39/25.32	c cleaning 6018 clauses out of 12066 with flag 9708/56144
8.78/25.53	c And the winner is solver0
8.92/25.72	c Got one! Elapsed wall clock time (in seconds):25.618
8.92/25.72	o 134
8.92/25.78	c cleaning 5915 clauses out of 11868 with flag 5011/61964
9.47/26.04	c cleaning 5973 clauses out of 11954 with flag 34845/67965
9.47/26.04	c And the winner is solver0
9.63/26.22	c Got one! Elapsed wall clock time (in seconds):26.119
9.63/26.22	o 133
9.98/26.45	c cleaning 5537 clauses out of 11086 with flag 27552/73070
10.57/26.70	c cleaning 5771 clauses out of 11549 with flag 59517/79070
10.97/26.96	c And the winner is solver0
11.19/27.23	c Got one! Elapsed wall clock time (in seconds):27.12
11.19/27.23	o 130
11.36/27.39	c And the winner is solver0
11.56/27.73	c Got one! Elapsed wall clock time (in seconds):27.621
11.56/27.73	o 128
11.70/27.84	c cleaning 8511 clauses out of 17021 with flag 11532/90313
11.90/27.91	c And the winner is solver0
11.95/28.23	c Got one! Elapsed wall clock time (in seconds):28.122
11.95/28.23	o 127
11.95/28.25	c And the winner is solver0
12.02/28.73	c Got one! Elapsed wall clock time (in seconds):28.623
12.02/28.73	o 126
12.02/28.77	c And the winner is solver0
12.17/29.23	c Got one! Elapsed wall clock time (in seconds):29.123
12.17/29.23	o 124
12.17/29.28	c And the winner is solver0
12.33/29.73	c Got one! Elapsed wall clock time (in seconds):29.624
12.33/29.73	o 117
12.48/29.85	c And the winner is solver0
12.59/30.23	c Got one! Elapsed wall clock time (in seconds):30.125
12.59/30.23	o 108
12.59/30.28	c And the winner is solver0
12.77/30.73	c Got one! Elapsed wall clock time (in seconds):30.626
12.77/30.73	o 102
12.94/30.81	c cleaning 8207 clauses out of 16418 with flag 4278/98221
12.94/30.88	c And the winner is solver0
13.39/31.23	c Got one! Elapsed wall clock time (in seconds):31.126
13.39/31.23	o 97
13.52/31.39	c And the winner is solver0
13.80/31.73	c Got one! Elapsed wall clock time (in seconds):31.627
13.80/31.73	o 90
13.80/31.75	c And the winner is solver0
13.90/32.23	c Got one! Elapsed wall clock time (in seconds):32.128
13.90/32.23	o 87
14.04/32.32	c cleaning 7270 clauses out of 14556 with flag 4313/104566
14.35/32.40	c And the winner is solver0
14.68/32.73	c Got one! Elapsed wall clock time (in seconds):32.629
14.68/32.73	o 72
14.80/32.84	c And the winner is solver0
14.92/33.24	c Got one! Elapsed wall clock time (in seconds):33.131
14.92/33.24	o 71
15.04/33.34	c cleaning 6880 clauses out of 13766 with flag 7813/111046
15.64/33.60	c cleaning 6441 clauses out of 12885 with flag 28528/117045
16.24/33.90	c cleaning 6716 clauses out of 13443 with flag 53887/124044
16.44/34.01	c And the winner is solver0
16.51/34.24	c Got one! Elapsed wall clock time (in seconds):34.132
16.51/34.24	o 45
16.63/34.37	c cleaning 6242 clauses out of 12496 with flag 11368/129813
17.23/34.60	c cleaning 6128 clauses out of 12255 with flag 33689/135814
17.63/34.87	c cleaning 6560 clauses out of 13126 with flag 59839/142813
18.45/35.21	c cleaning 7277 clauses out of 14566 with flag 91862/150813
19.24/35.63	c cleaning 8141 clauses out of 16292 with flag 126793/159816
20.04/36.09	c cleaning 9072 clauses out of 18147 with flag 163523/169813
20.24/36.12	c And the winner is solver0
20.46/36.35	c Got one! Elapsed wall clock time (in seconds):36.24
20.46/36.35	o 39
20.81/36.56	c cleaning 7414 clauses out of 14837 with flag 18840/175575
21.41/36.81	c cleaning 6709 clauses out of 13425 with flag 41916/181577
21.81/37.08	c cleaning 6851 clauses out of 13716 with flag 69113/188577
22.41/37.39	c cleaning 7425 clauses out of 14864 with flag 98170/196577
23.21/37.77	c cleaning 8212 clauses out of 16436 with flag 133125/205575
24.22/38.22	c cleaning 9111 clauses out of 18225 with flag 173646/215577
24.42/38.34	c And the winner is solver0
24.42/38.35	c Got one! Elapsed wall clock time (in seconds):38.244
24.42/38.35	o 37
24.60/38.45	c cleaning 7057 clauses out of 14135 with flag 7746/220598
25.01/38.68	c cleaning 6532 clauses out of 13078 with flag 31044/226598
25.01/38.69	c And the winner is solver0
25.79/39.30	c Got one! Elapsed wall clock time (in seconds):39.199
25.79/39.30	o 36
25.97/39.50	c cleaning 5927 clauses out of 11884 with flag 18289/231937
26.59/39.72	c cleaning 5977 clauses out of 11958 with flag 38765/237938
26.97/39.99	c cleaning 6486 clauses out of 12980 with flag 62851/244937
27.77/40.32	c cleaning 7240 clauses out of 14494 with flag 90726/252939
28.37/40.70	c cleaning 8119 clauses out of 16252 with flag 124796/261938
28.58/40.76	c And the winner is solver0
29.03/41.16	c Got one! Elapsed wall clock time (in seconds):41.054
29.03/41.16	o 35
29.34/41.33	c cleaning 6859 clauses out of 13720 with flag 14784/267526
29.73/41.57	c cleaning 6425 clauses out of 12861 with flag 36255/273527
30.13/41.75	c And the winner is solver0
30.55/42.16	c Got one! Elapsed wall clock time (in seconds):42.059
30.55/42.16	o 34
30.81/42.32	c And the winner is solver0
31.54/43.07	c Got one! Elapsed wall clock time (in seconds):42.964
31.54/43.07	o 33
31.67/43.18	c cleaning 8458 clauses out of 16917 with flag 7496/284010
32.27/43.42	c cleaning 7225 clauses out of 14458 with flag 30526/290010
32.87/43.70	c cleaning 7113 clauses out of 14233 with flag 57542/297010
32.87/43.74	c And the winner is solver0
33.19/44.07	c Got one! Elapsed wall clock time (in seconds):43.969
33.19/44.07	o 30
33.24/44.17	c And the winner is solver0
33.40/44.58	c Got one! Elapsed wall clock time (in seconds):44.474
33.40/44.58	o 27
33.43/44.68	c cleaning 6457 clauses out of 12922 with flag 7647/302813
34.03/44.92	c cleaning 6231 clauses out of 12465 with flag 28844/308813
34.23/45.07	c And the winner is solver0
34.71/45.49	c Got one! Elapsed wall clock time (in seconds):45.38
34.71/45.49	o 26
34.81/45.58	c cleaning 6101 clauses out of 12205 with flag 7953/314786
35.40/45.80	c cleaning 6045 clauses out of 12102 with flag 30016/320786
35.81/46.08	c cleaning 6523 clauses out of 13053 with flag 55844/327786
36.22/46.24	c And the winner is solver0
36.43/46.49	c Got one! Elapsed wall clock time (in seconds):46.385
36.43/46.49	o 25
36.44/46.54	c cleaning 5983 clauses out of 11970 with flag 3697/333226
36.44/46.58	c And the winner is solver0
36.64/47.00	c Got one! Elapsed wall clock time (in seconds):46.89
36.64/47.00	o 24
36.84/47.11	c And the winner is solver0
37.64/47.90	c Got one! Elapsed wall clock time (in seconds):47.796
37.64/47.90	o 18
37.84/48.00	c cleaning 5995 clauses out of 12003 with flag 7766/339245
37.84/48.04	c And the winner is solver0
38.68/48.81	c Got one! Elapsed wall clock time (in seconds):48.705
38.68/48.81	o 14
38.85/48.98	c cleaning 5590 clauses out of 11192 with flag 15966/344431
39.25/49.18	c And the winner is solver0
39.94/49.72	c Got one! Elapsed wall clock time (in seconds):49.61
39.94/49.72	o 13
39.94/49.76	c And the winner is solver0
40.03/50.22	c Got one! Elapsed wall clock time (in seconds):50.116
40.03/50.22	o 12
40.03/50.23	c And the winner is solver0
1800.02/1805.30	c >>>>>>>>>> Solver number 0 (82 answers) <<<<<<<<<<<<<<<<<<
1800.02/1805.30	c starts		: 205
1800.02/1805.30	c conflicts		: 350588
1800.02/1805.30	c decisions		: 588105
1800.02/1805.30	c propagations		: 9336352
1800.02/1805.30	c inspects		: 154585121
1800.02/1805.30	c shortcuts		: 0
1800.02/1805.30	c learnt literals	: 36
1800.02/1805.30	c learnt binary clauses	: 83
1800.02/1805.30	c learnt ternary clauses	: 1032
1800.02/1805.30	c learnt constraints	: 350551
1800.02/1805.30	c ignored constraints	: 0
1800.02/1805.30	c root simplifications	: 0
1800.02/1805.30	c removed literals (reason simplification)	: 1458464
1800.02/1805.30	c reason swapping (by a shorter reason)	: 0
1800.02/1805.30	c Calls to reduceDB	: 50
1800.02/1805.30	c Number of update (reduction) of LBD	: 97547
1800.02/1805.30	c Imported unit clauses	: 0
1800.02/1805.30	c number of reductions to clauses (during analyze)	: 0
1800.02/1805.30	c number of learned constraints concerned by reduction	: 0
1800.02/1805.30	c number of learning phase by resolution	: 0
1800.02/1805.30	c number of learning phase by cutting planes	: 0
1800.02/1805.30	c speed (assignments/second)	: 5172.136001661935
1800.02/1805.30	c non guided choices	3332
1800.02/1805.31	c learnt constraints type 
1800.02/1805.31	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 83
1800.02/1805.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11666
1800.02/1805.31	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/1805.31	c starts		: 90
1800.02/1805.31	c conflicts		: 1840
1800.02/1805.31	c decisions		: 14134
1800.02/1805.31	c propagations		: 70702
1800.02/1805.31	c inspects		: 10239155
1800.02/1805.31	c shortcuts		: 0
1800.02/1805.31	c learnt literals	: 0
1800.02/1805.31	c learnt binary clauses	: 0
1800.02/1805.31	c learnt ternary clauses	: 0
1800.02/1805.31	c learnt constraints	: 1768
1800.02/1805.31	c ignored constraints	: 0
1800.02/1805.31	c root simplifications	: 0
1800.02/1805.31	c removed literals (reason simplification)	: 0
1800.02/1805.31	c reason swapping (by a shorter reason)	: 0
1800.02/1805.31	c Calls to reduceDB	: 0
1800.02/1805.31	c Number of update (reduction) of LBD	: 0
1800.02/1805.31	c Imported unit clauses	: 0
1800.02/1805.31	c number of reductions to clauses (during analyze)	: 0
1800.02/1805.31	c number of learned constraints concerned by reduction	: 0
1800.02/1805.31	c number of learning phase by resolution	: 0
1800.02/1805.31	c number of learning phase by cutting planes	: 0
1800.02/1805.31	c speed (assignments/second)	: 40.284203569068076
1800.02/1805.31	c non guided choices	1768
1800.02/1805.31	c learnt constraints type 
1800.02/1805.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1768
1800.02/1805.31	s SATISFIABLE
1800.02/1805.31	c Found 81 solution(s)
1800.02/1805.32	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.02/1805.32	c objective function=12
1800.02/1805.32	c Total wall clock time (in seconds): 1805.211

Verifier Data

OK	12

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-4109337-1466341867/watcher-4109337-1466341867 -o /tmp/evaluation-result-4109337-1466341867/solver-4109337-1466341867 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466341823-29626 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109337-1466341867.wbo 

pid=30225
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.25 0.13 0.03 2/194 30228
/proc/meminfo: memFree=30994176/32872528 swapFree=241348/274052
[pid=30228] ppid=30225 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 29610 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 36236767 98570240 978 33554432000 1073741824 1073778376 140733263541536 140733263532672 251146567741 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 24065 978 744 9 0 16771 0
[pid=30228/tid=30229] ppid=30225 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30229/stat : 30229 (java) R 30225 30228 29610 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36236768 98570240 978 33554432000 1073741824 1073778376 140733263541536 140717300583976 251143210368 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 0.25 0.13 0.03 2/194 30228
/proc/meminfo: memFree=30994176/32872528 swapFree=241348/274052
[pid=30228] ppid=30225 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 29610 0 -1 4202496 4483 0 1 0 10 1 0 0 20 0 18 0 36236767 9787879424 6124 33554432000 1073741824 1073778376 140733263541536 140733263532672 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2389619 6124 2158 9 0 2380296 0
[pid=30228/tid=30229] ppid=30225 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/30228/task/30229/stat : 30229 (java) R 30225 30228 29610 0 -1 4202560 2392 0 1 0 7 0 0 0 20 0 18 0 36236768 9787879424 6124 33554432000 1073741824 1073778376 140733263541536 140717300587424 251146593549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200258 s]
/proc/loadavg: 0.25 0.13 0.03 2/194 30228
/proc/meminfo: memFree=30994176/32872528 swapFree=241348/274052
[pid=30228] ppid=30225 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 29610 0 -1 4202496 4833 0 1 0 25 1 0 0 20 0 22 0 36236767 10060525568 7955 33554432000 1073741824 1073778376 140733263541536 140733263532672 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2456183 7955 2220 9 0 2446860 0
[pid=30228/tid=30229] ppid=30225 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/30228/task/30229/stat : 30229 (java) S 30225 30228 29610 0 -1 4202560 2421 0 1 0 14 1 0 0 20 0 22 0 36236768 10060525568 7955 33554432000 1073741824 1073778376 140733263541536 140717300589432 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.30025 s]
/proc/loadavg: 0.25 0.13 0.03 2/194 30228
/proc/meminfo: memFree=30994176/32872528 swapFree=241348/274052
[pid=30228] ppid=30225 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 29610 0 -1 4202496 7162 0 1 0 62 2 0 0 20 0 22 0 36236767 10060525568 9673 33554432000 1073741824 1073778376 140733263541536 140733263532672 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2456183 9673 2247 9 0 2446860 0
[pid=30228/tid=30229] ppid=30225 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/30228/task/30229/stat : 30229 (java) S 30225 30228 29610 0 -1 4202560 2421 0 1 0 14 1 0 0 20 0 22 0 36236768 10060525568 9673 33554432000 1073741824 1073778376 140733263541536 140717300589432 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 9824732

[startup+0.700298 s]
/proc/loadavg: 0.25 0.13 0.03 2/194 30228
/proc/meminfo: memFree=30994176/32872528 swapFree=241348/274052
[pid=30228] ppid=30225 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 29610 0 -1 4202496 14124 0 1 0 144 5 0 0 20 0 19 0 36236767 10060525568 15307 33554432000 1073741824 1073778376 140733263541536 140733263532672 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2456183 15307 2253 9 0 2446860 0
[pid=30228/tid=30229] ppid=30225 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/30228/task/30229/stat : 30229 (java) S 30225 30228 29610 0 -1 4202560 2421 0 1 0 14 2 0 0 20 0 19 0 36236768 10060525568 15307 33554432000 1073741824 1073778376 140733263541536 140717300589432 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 0.25 0.13 0.03 3/216 30262
/proc/meminfo: memFree=30943756/32872528 swapFree=241348/274052
[pid=30228] ppid=30225 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 29610 0 -1 4202496 15795 0 1 0 156 5 0 0 20 0 19 0 36236767 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140733263532672 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2456183 16847 2256 9 0 2446860 0
[pid=30228/tid=30229] ppid=30225 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/30228/task/30229/stat : 30229 (java) S 30225 30228 29610 0 -1 4202560 2422 0 1 0 14 2 0 0 20 0 19 0 36236768 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140717300589432 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30231] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236768 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140717289650728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30232] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236768 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140717143570856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30233] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236769 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140717142518056 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30234] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236769 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140717141465256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30235] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236769 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140717140413480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30236] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236769 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140717139360680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30237] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236769 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140717138307880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30238] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30225 30228 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36236769 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140717137255080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30239] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) S 30225 30228 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36236770 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140717124844008 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30240] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30225 30228 29610 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36236770 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140717123790072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30242] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30225 30228 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36236770 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140717122737160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30245] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30245/stat : 30245 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236772 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140717121685648 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30246] ppid=30225 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/30228/task/30246/stat : 30246 (java) S 30225 30228 29610 0 -1 4202560 5593 0 0 0 47 1 0 0 20 0 19 0 36236772 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140717120633784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30247] ppid=30225 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/30228/task/30247/stat : 30247 (java) S 30225 30228 29610 0 -1 4202560 6432 0 0 0 35 0 0 0 20 0 19 0 36236772 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140717119580984 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30248] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30248/stat : 30248 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236772 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140717118528376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30249] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30249/stat : 30249 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236772 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140717117475784 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30253] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30253/stat : 30253 (java) S 30225 30228 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36236786 10060525568 16847 33554432000 1073741824 1073778376 140733263541536 140717113213736 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 0.25 0.13 0.03 5/219 30277
/proc/meminfo: memFree=30931376/32872528 swapFree=241348/274052
[pid=30228] ppid=30225 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 29610 0 -1 4202496 15860 0 1 0 173 7 0 0 20 0 19 0 36236767 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140733263532672 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2456183 20468 2257 9 0 2446860 0
[pid=30228/tid=30229] ppid=30225 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/30228/task/30229/stat : 30229 (java) S 30225 30228 29610 0 -1 4202560 2423 0 1 0 15 2 0 0 20 0 19 0 36236768 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140717300589432 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30231] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236768 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140717289650728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30232] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236768 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140717143570856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30233] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236769 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140717142518056 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30234] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236769 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140717141465256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30235] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236769 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140717140413480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30236] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236769 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140717139360680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30237] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236769 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140717138307880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30238] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30225 30228 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36236769 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140717137255080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30239] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) S 30225 30228 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36236770 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140717124844008 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30240] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30225 30228 29610 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36236770 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140717123790072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30242] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30225 30228 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36236770 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140717122737160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30245] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30245/stat : 30245 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236772 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140717121685648 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30246] ppid=30225 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/30228/task/30246/stat : 30246 (java) S 30225 30228 29610 0 -1 4202560 5594 0 0 0 54 2 0 0 20 0 19 0 36236772 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140717120633784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30247] ppid=30225 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/30228/task/30247/stat : 30247 (java) S 30225 30228 29610 0 -1 4202560 6468 0 0 0 41 0 0 0 20 0 19 0 36236772 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140717119580984 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30248] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30248/stat : 30248 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236772 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140717118528376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30249] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30249/stat : 30249 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236772 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140717117475784 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30253] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30253/stat : 30253 (java) S 30225 30228 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36236786 10060525568 20468 33554432000 1073741824 1073778376 140733263541536 140717113213736 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30085 s]
/proc/loadavg: 0.23 0.12 0.03 1/213 30298
/proc/meminfo: memFree=30902232/32872528 swapFree=241348/274052
[pid=30228] ppid=30225 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 29610 0 -1 4202496 15964 0 1 0 193 13 0 0 20 0 19 0 36236767 10060525568 29280 33554432000 1073741824 1073778376 140733263541536 140733263532672 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2456183 29280 2267 9 0 2446860 0
[pid=30228/tid=30229] ppid=30225 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/30228/task/30229/stat : 30229 (java) S 30225 30228 29610 0 -1 4202560 2425 0 1 0 15 2 0 0 20 0 19 0 36236768 10060525568 29280 33554432000 1073741824 1073778376 140733263541536 140717300589432 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30231] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236768 10060525568 29280 33554432000 1073741824 1073778376 140733263541536 140717289650728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30232] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236768 10060525568 29280 33554432000 1073741824 1073778376 140733263541536 140717143570856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30233] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236769 10060525568 29280 33554432000 1073741824 1073778376 140733263541536 140717142518056 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30234] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236769 10060525568 29280 33554432000 1073741824 1073778376 140733263541536 140717141465256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30235] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236769 10060525568 29280 33554432000 1073741824 1073778376 140733263541536 140717140413480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30236] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236769 10060525568 29280 33554432000 1073741824 1073778376 140733263541536 140717139360680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30237] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236769 10060525568 29280 33554432000 1073741824 1073778376 140733263541536 140717138307880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30238] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30225 30228 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36236769 10060525568 29280 33554432000 1073741824 1073778376 140733263541536 140717137255080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30239] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) S 30225 30228 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36236770 10060525568 29280 33554432000 1073741824 1073778376 140733263541536 140717124844008 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30240] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30225 30228 29610 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36236770 10060525568 29280 33554432000 1073741824 1073778376 140733263541536 140717123790072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30242] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30225 30228 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36236770 10060525568 29280 33554432000 1073741824 1073778376 140733263541536 140717122737160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30245] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30245/stat : 30245 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236772 10060525568 29280 33554432000 1073741824 1073778376 140733263541536 140717121685648 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30246] ppid=30225 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/30228/task/30246/stat : 30246 (java) S 30225 30228 29610 0 -1 4202560 5597 0 0 0 57 2 0 0 20 0 19 0 36236772 10060525568 29280 33554432000 1073741824 1073778376 140733263541536 140717120633784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=30228/tid=30235] ppid=30225 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30225 30228 29610 0 -1 4202560 296 0 0 0 86 8 0 0 20 0 21 0 36236769 10060525568 280419 33554432000 1073741824 1073778376 140733263541536 140717140413480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30236] ppid=30225 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30225 30228 29610 0 -1 4202560 270 0 0 0 84 8 0 0 20 0 21 0 36236769 10060525568 280419 33554432000 1073741824 1073778376 140733263541536 140717139360680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30237] ppid=30225 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30225 30228 29610 0 -1 4202560 327 0 0 0 78 9 0 0 20 0 21 0 36236769 10060525568 280419 33554432000 1073741824 1073778376 140733263541536 140717138307880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30238] ppid=30225 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30225 30228 29610 0 -1 4202560 239 0 0 0 84 9 0 0 20 0 21 0 36236769 10060525568 280419 33554432000 1073741824 1073778376 140733263541536 140717137255080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30239] ppid=30225 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) S 30225 30228 29610 0 -1 4202560 1072 0 0 0 49 12 0 0 20 0 21 0 36236770 10060525568 280419 33554432000 1073741824 1073778376 140733263541536 140717124844008 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30240] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30225 30228 29610 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36236770 10060525568 280419 33554432000 1073741824 1073778376 140733263541536 140717123790072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30242] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30225 30228 29610 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 21 0 36236770 10060525568 280419 33554432000 1073741824 1073778376 140733263541536 140717122737160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30245] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30245/stat : 30245 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36236772 10060525568 280419 33554432000 1073741824 1073778376 140733263541536 140717121685648 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30246] ppid=30225 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/30228/task/30246/stat : 30246 (java) S 30225 30228 29610 0 -1 4202560 11682 0 0 0 144 3 0 0 20 0 21 0 36236772 10060525568 280419 33554432000 1073741824 1073778376 140733263541536 140717120633784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30247] ppid=30225 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/30228/task/30247/stat : 30247 (java) S 30225 30228 29610 0 -1 4202560 10190 0 0 0 112 2 0 0 20 0 21 0 36236772 10060525568 280419 33554432000 1073741824 1073778376 140733263541536 140717119580984 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30248] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30248/stat : 30248 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36236772 10060525568 280419 33554432000 1073741824 1073778376 140733263541536 140717118528376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30249] ppid=30225 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/30228/task/30249/stat : 30249 (java) S 30225 30228 29610 0 -1 4202560 104 0 0 0 11 12 0 0 20 0 21 0 36236772 10060525568 280419 33554432000 1073741824 1073778376 140733263541536 140717117475784 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30253] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30253/stat : 30253 (java) S 30225 30228 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36236786 10060525568 280419 33554432000 1073741824 1073778376 140733263541536 140717113213736 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30827] ppid=30225 vsize=9824732 CPUtime=1724.6 cores=0,2,4,6
/proc/30228/task/30827/stat : 30827 (java) R 30225 30228 29610 0 -1 4202560 6637 0 0 0 172416 44 0 0 20 0 21 0 36241790 10060525568 280419 33554432000 1073741824 1073778376 140733263541536 140717116370496 140717171790257 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30828] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30828/stat : 30828 (java) S 30225 30228 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36241791 10060525568 280419 33554432000 1073741824 1073778376 140733263541536 140717114267048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1776.93
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.3 s]
/proc/loadavg: 2.00 2.01 1.68 3/217 659
/proc/meminfo: memFree=29459056/32872528 swapFree=241348/274052
[pid=30228] ppid=30225 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 29610 0 -1 4202496 36742 0 1 0 179746 254 0 0 20 0 21 0 36236767 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140733263532672 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2456183 277836 2294 9 0 2446860 0
[pid=30228/tid=30229] ppid=30225 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/30228/task/30229/stat : 30229 (java) S 30225 30228 29610 0 -1 4202560 2448 0 1 0 41 12 0 0 20 0 21 0 36236768 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717300589560 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30231] ppid=30225 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30225 30228 29610 0 -1 4202560 197 0 0 0 78 8 0 0 20 0 21 0 36236768 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717289650728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30232] ppid=30225 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30225 30228 29610 0 -1 4202560 536 0 0 0 92 10 0 0 20 0 21 0 36236768 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717143570856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30233] ppid=30225 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30225 30228 29610 0 -1 4202560 363 0 0 0 83 9 0 0 20 0 21 0 36236769 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717142518056 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30234] ppid=30225 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30225 30228 29610 0 -1 4202560 302 0 0 0 89 8 0 0 20 0 21 0 36236769 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717141465256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30235] ppid=30225 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30225 30228 29610 0 -1 4202560 296 0 0 0 88 8 0 0 20 0 21 0 36236769 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717140413480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30236] ppid=30225 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30225 30228 29610 0 -1 4202560 271 0 0 0 87 8 0 0 20 0 21 0 36236769 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717139360680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30237] ppid=30225 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30225 30228 29610 0 -1 4202560 327 0 0 0 80 9 0 0 20 0 21 0 36236769 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717138307880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30238] ppid=30225 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30225 30228 29610 0 -1 4202560 240 0 0 0 86 9 0 0 20 0 21 0 36236769 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717137255080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30239] ppid=30225 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) S 30225 30228 29610 0 -1 4202560 1074 0 0 0 49 12 0 0 20 0 21 0 36236770 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717124844008 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30240] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30225 30228 29610 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36236770 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717123790072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30242] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30225 30228 29610 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 21 0 36236770 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717122737160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30245] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30245/stat : 30245 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36236772 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717121685648 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30246] ppid=30225 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/30228/task/30246/stat : 30246 (java) S 30225 30228 29610 0 -1 4202560 11682 0 0 0 144 3 0 0 20 0 21 0 36236772 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717120633784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30247] ppid=30225 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/30228/task/30247/stat : 30247 (java) S 30225 30228 29610 0 -1 4202560 10190 0 0 0 112 2 0 0 20 0 21 0 36236772 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717119580984 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30248] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30248/stat : 30248 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36236772 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717118528376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30249] ppid=30225 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/30228/task/30249/stat : 30249 (java) S 30225 30228 29610 0 -1 4202560 104 0 0 0 11 12 0 0 20 0 21 0 36236772 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717117475784 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30253] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30253/stat : 30253 (java) S 30225 30228 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36236786 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717113213736 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30827] ppid=30225 vsize=9824732 CPUtime=1747.51 cores=0,2,4,6
/proc/30228/task/30827/stat : 30827 (java) R 30225 30228 29610 0 -1 4202560 6640 0 0 0 174707 44 0 0 20 0 21 0 36241790 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717116370544 140717171909718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30828] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30828/stat : 30828 (java) S 30225 30228 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36241791 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717114267048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 30228 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1805.3 s]
/proc/loadavg: 2.00 2.01 1.68 3/217 659
/proc/meminfo: memFree=29459056/32872528 swapFree=241348/274052
[pid=30228] ppid=30225 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/30228/stat : 30228 (java) S 30225 30228 29610 0 -1 4202496 36742 0 1 0 179746 254 0 0 20 0 21 0 36236767 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140733263532672 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30228/statm: 2456183 277836 2294 9 0 2446860 0
[pid=30228/tid=30229] ppid=30225 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/30228/task/30229/stat : 30229 (java) S 30225 30228 29610 0 -1 4202560 2448 0 1 0 41 12 0 0 20 0 21 0 36236768 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717300589560 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30231] ppid=30225 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/30228/task/30231/stat : 30231 (java) S 30225 30228 29610 0 -1 4202560 197 0 0 0 78 8 0 0 20 0 21 0 36236768 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717289650728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30232] ppid=30225 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/30228/task/30232/stat : 30232 (java) S 30225 30228 29610 0 -1 4202560 536 0 0 0 92 10 0 0 20 0 21 0 36236768 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717143570856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30233] ppid=30225 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/30228/task/30233/stat : 30233 (java) S 30225 30228 29610 0 -1 4202560 363 0 0 0 83 9 0 0 20 0 21 0 36236769 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717142518056 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30234] ppid=30225 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/30228/task/30234/stat : 30234 (java) S 30225 30228 29610 0 -1 4202560 302 0 0 0 89 8 0 0 20 0 21 0 36236769 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717141465256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30235] ppid=30225 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/30228/task/30235/stat : 30235 (java) S 30225 30228 29610 0 -1 4202560 296 0 0 0 88 8 0 0 20 0 21 0 36236769 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717140413480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30236] ppid=30225 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/30228/task/30236/stat : 30236 (java) S 30225 30228 29610 0 -1 4202560 271 0 0 0 87 8 0 0 20 0 21 0 36236769 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717139360680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30228/tid=30237] ppid=30225 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/30228/task/30237/stat : 30237 (java) S 30225 30228 29610 0 -1 4202560 327 0 0 0 80 9 0 0 20 0 21 0 36236769 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717138307880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30238] ppid=30225 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/30228/task/30238/stat : 30238 (java) S 30225 30228 29610 0 -1 4202560 240 0 0 0 86 9 0 0 20 0 21 0 36236769 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717137255080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30239] ppid=30225 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/30228/task/30239/stat : 30239 (java) S 30225 30228 29610 0 -1 4202560 1074 0 0 0 49 12 0 0 20 0 21 0 36236770 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717124844008 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30240] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30240/stat : 30240 (java) S 30225 30228 29610 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36236770 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717123790072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30242] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30242/stat : 30242 (java) S 30225 30228 29610 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 21 0 36236770 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717122737160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30245] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30245/stat : 30245 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36236772 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717121685648 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30228/tid=30246] ppid=30225 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/30228/task/30246/stat : 30246 (java) S 30225 30228 29610 0 -1 4202560 11682 0 0 0 144 3 0 0 20 0 21 0 36236772 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717120633784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30247] ppid=30225 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/30228/task/30247/stat : 30247 (java) S 30225 30228 29610 0 -1 4202560 10190 0 0 0 112 2 0 0 20 0 21 0 36236772 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717119580984 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30248] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30248/stat : 30248 (java) S 30225 30228 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36236772 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717118528376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30228/tid=30249] ppid=30225 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/30228/task/30249/stat : 30249 (java) S 30225 30228 29610 0 -1 4202560 104 0 0 0 11 12 0 0 20 0 21 0 36236772 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717117475784 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30253] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30253/stat : 30253 (java) S 30225 30228 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36236786 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717113213736 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30827] ppid=30225 vsize=9824732 CPUtime=1747.51 cores=0,2,4,6
/proc/30228/task/30827/stat : 30827 (java) R 30225 30228 29610 0 -1 4202560 6640 0 0 0 174707 44 0 0 20 0 21 0 36241790 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717116370544 140717171909718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30228/tid=30828] ppid=30225 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30228/task/30828/stat : 30828 (java) S 30225 30228 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36241791 10060525568 277836 33554432000 1073741824 1073778376 140733263541536 140717114267048 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

Child status: 143

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


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

Real time (s): 1805.34
CPU time (s): 1800.02
CPU user time (s): 1797.48
CPU system time (s): 2.54
CPU usage (%): 99.7054
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.09
system time used= 3.01254
maximum resident set size= 1169500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36771
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84412
involuntary context switches= 56647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6211 second user time and 10.9143 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-19 15:11:07
IDJOB=4109337
IDBENCH=78781
IDSOLVER=2552
FILE ID=node107/4109337-1466341867
RUNJOBID= node107-1466341823-29626
PBS_JOBID= 19922041
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= 27d3bd64d93eb8804d56550cbc3e68e3
RANDOM SEED=169042050

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30994820 kB
Buffers:          180944 kB
Cached:           467316 kB
SwapCached:         3140 kB
Active:           334236 kB
Inactive:         520256 kB
Active(anon):     205836 kB
Inactive(anon):     2968 kB
Active(file):     128400 kB
Inactive(file):   517288 kB
Unevictable:      274052 kB
Mlocked:          241348 kB
SwapTotal:      67108856 kB
SwapFree:       67099728 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:        447928 kB
Mapped:            17100 kB
Shmem:                 0 kB
Slab:             618332 kB
SReclaimable:      61820 kB
SUnreclaim:       556512 kB
KernelStack:        1784 kB
PageTables:         5360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     939644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 71704 MiB
End job on node107 at 2016-06-19 15:41:13