Trace number 4109361

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.08 1818.83

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216411--soft-33-100-0.wbo
MD5SUMb83b3eb7b2e3cdfc14afc5fb58fdd674
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark3.58345
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1200
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4109361-1466341889.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.065s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     233
0.09/0.18	c #constraints  101
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.09/0.19	c 101 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 64 literals
0.61/0.34	c And the winner is solver0
1.15/0.69	c SATISFIABLE
1.15/0.69	c OPTIMIZING...
1.15/0.69	c Got one! Elapsed wall clock time (in seconds):0.57
1.15/0.69	o 1388
1.17/0.76	c And the winner is solver0
1.59/1.19	c Got one! Elapsed wall clock time (in seconds):1.071
1.59/1.19	o 527
1.62/1.22	c And the winner is solver0
1.67/1.69	c Got one! Elapsed wall clock time (in seconds):1.572
1.67/1.69	o 524
1.69/1.70	c And the winner is solver0
1.71/2.19	c Got one! Elapsed wall clock time (in seconds):2.073
1.71/2.19	o 522
1.71/2.20	c And the winner is solver0
1.72/2.69	c Got one! Elapsed wall clock time (in seconds):2.574
1.72/2.69	o 515
1.72/2.70	c And the winner is solver0
1.72/3.19	c Got one! Elapsed wall clock time (in seconds):3.075
1.72/3.19	o 503
1.75/3.24	c And the winner is solver0
1.95/3.69	c Got one! Elapsed wall clock time (in seconds):3.576
1.95/3.69	o 500
1.96/3.70	c And the winner is solver0
1.96/4.19	c Got one! Elapsed wall clock time (in seconds):4.077
1.96/4.19	o 499
1.96/4.20	c And the winner is solver0
1.96/4.70	c Got one! Elapsed wall clock time (in seconds):4.578
1.96/4.70	o 495
1.96/4.74	c And the winner is solver0
2.15/5.20	c Got one! Elapsed wall clock time (in seconds):5.079
2.15/5.20	o 488
2.15/5.20	c And the winner is solver0
2.16/5.70	c Got one! Elapsed wall clock time (in seconds):5.58
2.16/5.70	o 474
2.16/5.71	c And the winner is solver0
2.23/6.20	c Got one! Elapsed wall clock time (in seconds):6.081
2.23/6.20	o 473
2.23/6.22	c And the winner is solver0
2.38/6.70	c Got one! Elapsed wall clock time (in seconds):6.583
2.38/6.70	o 467
2.39/6.71	c And the winner is solver0
2.39/7.20	c Got one! Elapsed wall clock time (in seconds):7.084
2.39/7.20	o 461
2.39/7.21	c And the winner is solver0
2.40/7.70	c Got one! Elapsed wall clock time (in seconds):7.585
2.40/7.70	o 457
2.40/7.71	c And the winner is solver0
2.40/8.20	c Got one! Elapsed wall clock time (in seconds):8.086
2.40/8.20	o 453
2.40/8.24	c And the winner is solver0
2.47/8.70	c Got one! Elapsed wall clock time (in seconds):8.587
2.47/8.70	o 451
2.47/8.72	c And the winner is solver0
2.51/9.21	c Got one! Elapsed wall clock time (in seconds):9.089
2.51/9.21	o 444
2.51/9.21	c And the winner is solver0
2.51/9.71	c Got one! Elapsed wall clock time (in seconds):9.59
2.51/9.71	o 443
2.51/9.73	c And the winner is solver0
2.58/10.21	c Got one! Elapsed wall clock time (in seconds):10.091
2.58/10.21	o 438
2.58/10.21	c And the winner is solver0
2.58/10.71	c Got one! Elapsed wall clock time (in seconds):10.592
2.58/10.71	o 417
2.58/10.74	c And the winner is solver0
2.66/11.21	c Got one! Elapsed wall clock time (in seconds):11.093
2.66/11.21	o 416
2.66/11.23	c And the winner is solver0
2.69/11.71	c Got one! Elapsed wall clock time (in seconds):11.594
2.69/11.71	o 399
2.69/11.71	c And the winner is solver0
2.70/12.21	c Got one! Elapsed wall clock time (in seconds):12.095
2.70/12.21	o 393
2.70/12.22	c And the winner is solver0
2.73/12.71	c Got one! Elapsed wall clock time (in seconds):12.596
2.73/12.71	o 391
2.73/12.72	c And the winner is solver0
2.73/13.21	c Got one! Elapsed wall clock time (in seconds):13.097
2.73/13.21	o 380
2.73/13.22	c And the winner is solver0
2.74/13.71	c Got one! Elapsed wall clock time (in seconds):13.598
2.74/13.71	o 374
2.74/13.72	c And the winner is solver0
2.74/14.22	c Got one! Elapsed wall clock time (in seconds):14.099
2.74/14.22	o 366
2.74/14.23	c And the winner is solver0
2.80/14.72	c Got one! Elapsed wall clock time (in seconds):14.6
2.80/14.72	o 354
2.80/14.73	c And the winner is solver0
2.86/15.22	c Got one! Elapsed wall clock time (in seconds):15.101
2.86/15.22	o 351
2.86/15.23	c And the winner is solver0
2.90/15.72	c Got one! Elapsed wall clock time (in seconds):15.602
2.90/15.72	o 349
2.90/15.73	c And the winner is solver0
2.91/16.22	c Got one! Elapsed wall clock time (in seconds):16.103
2.91/16.22	o 294
2.91/16.23	c And the winner is solver0
2.93/16.72	c Got one! Elapsed wall clock time (in seconds):16.604
2.93/16.72	o 290
2.93/16.73	c And the winner is solver0
2.95/17.22	c Got one! Elapsed wall clock time (in seconds):17.105
2.95/17.22	o 282
2.95/17.23	c And the winner is solver0
2.95/17.72	c Got one! Elapsed wall clock time (in seconds):17.606
2.95/17.72	o 279
2.95/17.73	c And the winner is solver0
2.97/18.22	c Got one! Elapsed wall clock time (in seconds):18.107
2.97/18.22	o 270
2.97/18.23	c And the winner is solver0
2.97/18.72	c Got one! Elapsed wall clock time (in seconds):18.608
2.97/18.72	o 267
2.97/18.77	c And the winner is solver0
3.08/19.23	c Got one! Elapsed wall clock time (in seconds):19.109
3.08/19.23	o 265
3.08/19.23	c And the winner is solver0
3.09/19.73	c Got one! Elapsed wall clock time (in seconds):19.61
3.09/19.73	o 263
3.09/19.73	c And the winner is solver0
3.09/20.23	c Got one! Elapsed wall clock time (in seconds):20.111
3.09/20.23	o 195
3.09/20.25	c And the winner is solver0
3.13/20.73	c Got one! Elapsed wall clock time (in seconds):20.612
3.13/20.73	o 192
3.13/20.73	c And the winner is solver0
3.24/21.23	c Got one! Elapsed wall clock time (in seconds):21.113
3.24/21.23	o 187
3.24/21.24	c And the winner is solver0
3.24/21.73	c Got one! Elapsed wall clock time (in seconds):21.614
3.24/21.73	o 186
3.24/21.74	c And the winner is solver0
3.30/22.23	c Got one! Elapsed wall clock time (in seconds):22.115
3.30/22.23	o 180
3.30/22.24	c And the winner is solver0
3.30/22.73	c Got one! Elapsed wall clock time (in seconds):22.616
3.30/22.73	o 164
3.30/22.74	c And the winner is solver0
3.30/23.23	c Got one! Elapsed wall clock time (in seconds):23.117
3.30/23.23	o 161
3.30/23.24	c And the winner is solver0
3.30/23.73	c Got one! Elapsed wall clock time (in seconds):23.618
3.30/23.73	o 160
3.30/23.77	c And the winner is solver0
3.40/24.24	c Got one! Elapsed wall clock time (in seconds):24.119
3.40/24.24	o 158
3.75/24.40	c cleaning 8441 clauses out of 16882 with flag 9685/16882
3.97/24.57	c And the winner is solver0
4.13/24.74	c Got one! Elapsed wall clock time (in seconds):24.62
4.13/24.74	o 156
4.13/24.76	c And the winner is solver0
4.24/25.24	c Got one! Elapsed wall clock time (in seconds):25.121
4.24/25.24	o 151
4.24/25.29	c cleaning 7098 clauses out of 14210 with flag 3207/22651
4.61/25.44	c And the winner is solver0
4.81/25.74	c Got one! Elapsed wall clock time (in seconds):25.622
4.81/25.74	o 150
4.81/25.76	c And the winner is solver0
4.86/26.24	c Got one! Elapsed wall clock time (in seconds):26.123
4.86/26.24	o 146
5.00/26.31	c cleaning 6325 clauses out of 12652 with flag 3489/28191
5.60/26.56	c cleaning 6162 clauses out of 12328 with flag 22467/34192
6.47/26.85	c cleaning 6583 clauses out of 13166 with flag 46668/41192
7.18/27.17	c cleaning 7292 clauses out of 14585 with flag 72105/49194
7.78/27.42	c And the winner is solver0
7.90/27.74	c Got one! Elapsed wall clock time (in seconds):27.624
7.90/27.74	o 131
7.90/27.77	c And the winner is solver0
7.97/28.24	c Got one! Elapsed wall clock time (in seconds):28.125
7.97/28.24	o 121
8.28/28.46	c And the winner is solver0
8.43/28.74	c Got one! Elapsed wall clock time (in seconds):28.626
8.43/28.74	o 120
8.54/28.82	c cleaning 10076 clauses out of 20152 with flag 4002/62054
8.74/28.96	c And the winner is solver0
8.91/29.24	c Got one! Elapsed wall clock time (in seconds):29.127
8.91/29.24	o 115
9.01/29.30	c And the winner is solver0
9.04/29.74	c Got one! Elapsed wall clock time (in seconds):29.628
9.04/29.74	o 113
9.04/29.75	c And the winner is solver0
9.04/30.25	c Got one! Elapsed wall clock time (in seconds):30.129
9.04/30.25	o 110
9.04/30.28	c And the winner is solver0
9.17/30.75	c Got one! Elapsed wall clock time (in seconds):30.63
9.17/30.75	o 97
9.29/30.80	c cleaning 8594 clauses out of 17199 with flag 3404/69177
9.29/30.82	c And the winner is solver0
9.38/31.25	c Got one! Elapsed wall clock time (in seconds):31.131
9.38/31.25	o 87
9.49/31.36	c And the winner is solver0
9.65/31.75	c Got one! Elapsed wall clock time (in seconds):31.632
9.65/31.75	o 86
9.65/31.76	c And the winner is solver0
9.67/32.25	c Got one! Elapsed wall clock time (in seconds):32.133
9.67/32.25	o 84
9.76/32.35	c cleaning 7230 clauses out of 14477 with flag 6523/75049
9.97/32.46	c And the winner is solver0
10.13/32.75	c Got one! Elapsed wall clock time (in seconds):32.634
10.13/32.75	o 77
10.13/32.76	c And the winner is solver0
10.19/33.25	c Got one! Elapsed wall clock time (in seconds):33.135
10.19/33.25	o 47
10.19/33.28	c And the winner is solver0
10.26/33.75	c Got one! Elapsed wall clock time (in seconds):33.636
10.26/33.75	o 41
10.26/33.76	c And the winner is solver0
18.18/41.45	c Got one! Elapsed wall clock time (in seconds):41.335
18.18/41.45	o 35
18.18/41.48	c And the winner is solver0
18.29/41.96	c Got one! Elapsed wall clock time (in seconds):41.84
18.29/41.96	o 28
18.36/42.05	c cleaning 7135 clauses out of 14272 with flag 6824/82074
18.76/42.27	c cleaning 6564 clauses out of 13136 with flag 25895/88074
19.36/42.53	c cleaning 6777 clauses out of 13572 with flag 47685/95074
19.96/42.83	c cleaning 7394 clauses out of 14795 with flag 74074/103075
20.17/42.98	c And the winner is solver0
20.84/43.51	c Got one! Elapsed wall clock time (in seconds):43.396
20.84/43.51	o 27
20.84/43.57	c cleaning 6441 clauses out of 12892 with flag 3946/108566
21.20/43.76	c And the winner is solver0
21.36/44.02	c Got one! Elapsed wall clock time (in seconds):43.901
21.36/44.02	o 26
21.72/44.25	c cleaning 8460 clauses out of 16934 with flag 17005/119049
22.32/44.50	c cleaning 7236 clauses out of 14476 with flag 37418/125052
22.72/44.78	c cleaning 7115 clauses out of 14235 with flag 62231/132049
23.53/45.12	c cleaning 7557 clauses out of 15120 with flag 91348/140049
24.32/45.52	c cleaning 8281 clauses out of 16563 with flag 126137/149049
25.15/45.98	c cleaning 9141 clauses out of 18281 with flag 164408/159049
25.76/46.28	c And the winner is solver1
25.91/46.52	c Got one! Elapsed wall clock time (in seconds):46.408
25.91/46.52	o 25
25.91/46.57	c And the winner is solver0
26.00/47.03	c Got one! Elapsed wall clock time (in seconds):46.915
26.00/47.03	o 24
26.13/47.18	c And the winner is solver0
26.33/47.54	c Got one! Elapsed wall clock time (in seconds):47.423
26.33/47.54	o 18
26.44/47.67	c And the winner is solver0
26.60/48.05	c Got one! Elapsed wall clock time (in seconds):47.93
26.60/48.05	o 17
26.60/48.07	c And the winner is solver0
26.65/48.56	c Got one! Elapsed wall clock time (in seconds):48.438
26.65/48.56	o 15
26.65/48.57	c And the winner is solver0
119.31/141.07	c Got one! Elapsed wall clock time (in seconds):140.954
119.31/141.07	o 13
119.31/141.09	c And the winner is solver0
301.27/322.89	c Got one! Elapsed wall clock time (in seconds):322.775
301.27/322.89	o 12
301.27/322.94	c And the winner is solver0
305.35/326.93	c Got one! Elapsed wall clock time (in seconds):326.812
305.35/326.93	o 9
305.35/326.97	c And the winner is solver0
836.54/857.78	c Got one! Elapsed wall clock time (in seconds):857.659
836.54/857.78	o 8
836.76/857.91	c cleaning 11952 clauses out of 23904 with flag 4931/173813
836.76/857.95	c And the winner is solver0
836.94/858.31	c Got one! Elapsed wall clock time (in seconds):858.198
836.94/858.31	o 5
837.47/858.63	c cleaning 8914 clauses out of 17831 with flag 22251/179692
838.06/858.90	c cleaning 7459 clauses out of 14918 with flag 49475/185693
838.26/859.01	c And the winner is solver0
838.38/859.35	c Got one! Elapsed wall clock time (in seconds):859.238
838.38/859.35	o 4
838.42/859.41	c And the winner is solver0
1800.08/1818.81	c >>>>>>>>>> Solver number 0 (80 answers) <<<<<<<<<<<<<<<<<<
1800.08/1818.81	c starts		: 624
1800.08/1818.81	c conflicts		: 188903
1800.08/1818.81	c decisions		: 312635
1800.08/1818.81	c propagations		: 4950084
1800.08/1818.81	c inspects		: 89501423
1800.08/1818.81	c shortcuts		: 0
1800.08/1818.81	c learnt literals	: 8
1800.08/1818.81	c learnt binary clauses	: 42
1800.08/1818.81	c learnt ternary clauses	: 384
1800.08/1818.81	c learnt constraints	: 188895
1800.08/1818.81	c ignored constraints	: 0
1800.08/1818.81	c root simplifications	: 0
1800.08/1818.81	c removed literals (reason simplification)	: 1140398
1800.08/1818.81	c reason swapping (by a shorter reason)	: 0
1800.08/1818.81	c Calls to reduceDB	: 23
1800.08/1818.81	c Number of update (reduction) of LBD	: 49533
1800.08/1818.81	c Imported unit clauses	: 0
1800.08/1818.81	c number of reductions to clauses (during analyze)	: 0
1800.08/1818.81	c number of learned constraints concerned by reduction	: 0
1800.08/1818.81	c number of learning phase by resolution	: 0
1800.08/1818.81	c number of learning phase by cutting planes	: 0
1800.08/1818.81	c speed (assignments/second)	: 2793.0645153099654
1800.08/1818.81	c non guided choices	3215
1800.08/1818.82	c learnt constraints type 
1800.08/1818.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 42
1800.08/1818.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10626
1800.08/1818.82	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.08/1818.82	c starts		: 91
1800.08/1818.82	c conflicts		: 1911
1800.08/1818.82	c decisions		: 14868
1800.08/1818.82	c propagations		: 73780
1800.08/1818.82	c inspects		: 12705108
1800.08/1818.82	c shortcuts		: 0
1800.08/1818.82	c learnt literals	: 0
1800.08/1818.82	c learnt binary clauses	: 0
1800.08/1818.82	c learnt ternary clauses	: 0
1800.08/1818.82	c learnt constraints	: 1850
1800.08/1818.82	c ignored constraints	: 0
1800.08/1818.82	c root simplifications	: 0
1800.08/1818.82	c removed literals (reason simplification)	: 0
1800.08/1818.82	c reason swapping (by a shorter reason)	: 0
1800.08/1818.82	c Calls to reduceDB	: 0
1800.08/1818.82	c Number of update (reduction) of LBD	: 0
1800.08/1818.82	c Imported unit clauses	: 0
1800.08/1818.82	c number of reductions to clauses (during analyze)	: 0
1800.08/1818.82	c number of learned constraints concerned by reduction	: 0
1800.08/1818.82	c number of learning phase by resolution	: 0
1800.08/1818.82	c number of learning phase by cutting planes	: 0
1800.08/1818.82	c speed (assignments/second)	: 76.9088841331906
1800.08/1818.82	c non guided choices	2150
1800.08/1818.82	c learnt constraints type 
1800.08/1818.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1850
1800.08/1818.82	s SATISFIABLE
1800.08/1818.82	c Found 80 solution(s)
1800.08/1818.82	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.08/1818.82	c objective function=4
1800.08/1818.82	c Total wall clock time (in seconds): 1818.702

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-4109361-1466341889/watcher-4109361-1466341889 -o /tmp/evaluation-result-4109361-1466341889/solver-4109361-1466341889 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466341826-28148 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109361-1466341889.wbo 

pid=29025
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: 0.68 0.18 0.06 3/194 29028
/proc/meminfo: memFree=31197172/32872528 swapFree=249320/249320
[pid=29028] ppid=29025 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/29028/stat : 29028 (java) D 29025 29028 28131 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 36239357 9515008 176 33554432000 1073741824 1073778376 140735851357632 140735851340360 247064249232 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/29028/statm: 2323 176 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 0.68 0.18 0.06 3/194 29028
/proc/meminfo: memFree=31197172/32872528 swapFree=249320/249320
[pid=29028] ppid=29025 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/29028/stat : 29028 (java) S 29025 29028 28131 0 -1 4202496 4410 0 1 0 8 1 0 0 20 0 18 0 36239357 9787879424 6043 33554432000 1073741824 1073778376 140735851357632 140735851348768 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29028/statm: 2389619 6043 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200262 s]
/proc/loadavg: 0.68 0.18 0.06 3/194 29028
/proc/meminfo: memFree=31197172/32872528 swapFree=249320/249320
[pid=29028] ppid=29025 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/29028/stat : 29028 (java) S 29025 29028 28131 0 -1 4202496 4775 0 1 0 22 1 0 0 20 0 22 0 36239357 10060525568 7889 33554432000 1073741824 1073778376 140735851357632 140735851348768 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29028/statm: 2456183 7889 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.300229 s]
/proc/loadavg: 0.68 0.18 0.06 3/194 29028
/proc/meminfo: memFree=31197172/32872528 swapFree=249320/249320
[pid=29028] ppid=29025 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/29028/stat : 29028 (java) S 29025 29028 28131 0 -1 4202496 7716 0 1 0 59 2 0 0 20 0 22 0 36239357 10060525568 9812 33554432000 1073741824 1073778376 140735851357632 140735851348768 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29028/statm: 2456183 9812 2243 9 0 2446860 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9824732

[startup+0.700305 s]
/proc/loadavg: 0.68 0.18 0.06 3/194 29028
/proc/meminfo: memFree=31197172/32872528 swapFree=249320/249320
[pid=29028] ppid=29025 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/29028/stat : 29028 (java) S 29025 29028 28131 0 -1 4202496 15075 0 1 0 112 5 0 0 20 0 22 0 36239357 10060525568 15317 33554432000 1073741824 1073778376 140735851357632 140735851348768 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29028/statm: 2456183 15317 2253 9 0 2446860 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 0.68 0.18 0.06 1/213 29059
/proc/meminfo: memFree=31134896/32872528 swapFree=249320/249320
[pid=29028] ppid=29025 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/29028/stat : 29028 (java) S 29025 29028 28131 0 -1 4202496 15785 0 1 0 158 9 0 0 20 0 19 0 36239357 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 140735851348768 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29028/statm: 2456183 18596 2261 9 0 2446860 0
[pid=29028/tid=29030] ppid=29025 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/29028/task/29030/stat : 29030 (java) S 29025 29028 28131 0 -1 4202560 2413 0 1 0 16 0 0 0 20 0 19 0 36239358 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 139691118453624 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29031] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29031/stat : 29031 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239359 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 139691079944744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29032] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29032/stat : 29032 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239359 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 139691078891944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29033] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29033/stat : 29033 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239359 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 139691077839144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29028/tid=29034] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29034/stat : 29034 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239359 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 139691076786344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29028/tid=29035] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29035/stat : 29035 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239359 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 139691075734568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29036] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29036/stat : 29036 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239359 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 139691074681768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29028/tid=29037] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29037/stat : 29037 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239359 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 139691073628968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29038] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29038/stat : 29038 (java) S 29025 29028 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36239359 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 139691072576168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29039] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29039/stat : 29039 (java) S 29025 29028 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36239360 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 139690942392808 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29040] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29040/stat : 29040 (java) S 29025 29028 28131 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36239361 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 139690941338872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29041] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29041/stat : 29041 (java) S 29025 29028 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36239361 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 139690940285960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29042] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29042/stat : 29042 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239363 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 139690939234448 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29043] ppid=29025 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/29028/task/29043/stat : 29043 (java) S 29025 29028 28131 0 -1 4202560 4483 0 0 0 47 0 0 0 20 0 19 0 36239363 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 139690938182584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29028/tid=29044] ppid=29025 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/29028/task/29044/stat : 29044 (java) S 29025 29028 28131 0 -1 4202560 7535 0 0 0 46 2 0 0 20 0 19 0 36239363 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 139690937129784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29045] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29045/stat : 29045 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239363 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 139690936077176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29046] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29046/stat : 29046 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239363 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 139690935024584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29052] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29052/stat : 29052 (java) S 29025 29028 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36239377 10060525568 18596 33554432000 1073741824 1073778376 140735851357632 139690931864488 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 0.68 0.18 0.06 4/216 29077
/proc/meminfo: memFree=31118504/32872528 swapFree=249320/249320
[pid=29028] ppid=29025 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/29028/stat : 29028 (java) S 29025 29028 28131 0 -1 4202496 15815 0 1 0 162 10 0 0 20 0 19 0 36239357 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 140735851348768 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29028/statm: 2456183 22694 2262 9 0 2446860 0
[pid=29028/tid=29030] ppid=29025 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/29028/task/29030/stat : 29030 (java) S 29025 29028 28131 0 -1 4202560 2414 0 1 0 16 0 0 0 20 0 19 0 36239358 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 139691118453624 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29031] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29031/stat : 29031 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239359 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 139691079944744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29032] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29032/stat : 29032 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239359 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 139691078891944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29033] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29033/stat : 29033 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239359 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 139691077839144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29028/tid=29034] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29034/stat : 29034 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239359 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 139691076786344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29028/tid=29035] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29035/stat : 29035 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239359 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 139691075734568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29036] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29036/stat : 29036 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239359 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 139691074681768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29028/tid=29037] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29037/stat : 29037 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239359 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 139691073628968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29038] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29038/stat : 29038 (java) S 29025 29028 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36239359 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 139691072576168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29039] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29039/stat : 29039 (java) S 29025 29028 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36239360 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 139690942392808 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29040] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29040/stat : 29040 (java) S 29025 29028 28131 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36239361 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 139690941338872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29041] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29041/stat : 29041 (java) S 29025 29028 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36239361 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 139690940285960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29042] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29042/stat : 29042 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239363 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 139690939234448 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29043] ppid=29025 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/29028/task/29043/stat : 29043 (java) S 29025 29028 28131 0 -1 4202560 4484 0 0 0 49 0 0 0 20 0 19 0 36239363 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 139690938182584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29044] ppid=29025 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/29028/task/29044/stat : 29044 (java) S 29025 29028 28131 0 -1 4202560 7535 0 0 0 48 2 0 0 20 0 19 0 36239363 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 139690937129784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29045] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29045/stat : 29045 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239363 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 139690936077176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29046] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29046/stat : 29046 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36239363 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 139690935024584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29052] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29052/stat : 29052 (java) S 29025 29028 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36239377 10060525568 22694 33554432000 1073741824 1073778376 140735851357632 139690931864488 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 9824732
heavy processes:

############
# WARNING:
# current cumulated CPU time (1.95 s) is less than in the last sample (1.96 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.00999999 s) to the 'lost time'.

[startup+3.7007 s]
/proc/loadavg: 0.68 0.18 0.06 2/213 29089
/proc/meminfo: memFree=31099664/32872528 swapFree=249320/249320
[pid=29028] ppid=29025 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/29028/stat : 29028 (java) S 29025 29028 28131 0 -1 4202496 16357 0 1 0 184 12 0 0 20 0 22 0 36239357 10060525568 26801 33554432000 1073741824 1073778376 140735851357632 140735851348768 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29028/statm: 2456183 26801 2266 9 0 2446860 0
[pid=29028/tid=29030] ppid=29025 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/29028/task/29030/stat : 29030 (java) S 29025 29028 28131 0 -1 4202560 2414 0 1 0 16 0 0 0 20 0 22 0 36239358 10060525568 26801 33554432000 1073741824 1073778376 140735851357632 139691118453624 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29031] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29031/stat : 29031 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36239359 10060525568 26801 33554432000 1073741824 1073778376 140735851357632 139691079944744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29032] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29032/stat : 29032 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36239359 10060525568 26801 33554432000 1073741824 1073778376 140735851357632 139691078891944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29033] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29033/stat : 29033 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36239359 10060525568 26801 33554432000 1073741824 1073778376 140735851357632 139691077839144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29028/tid=29034] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29034/stat : 29034 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36239359 10060525568 26801 33554432000 1073741824 1073778376 140735851357632 139691076786344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29028/tid=29035] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29035/stat : 29035 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36239359 10060525568 26801 33554432000 1073741824 1073778376 140735851357632 139691075734568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29036] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29036/stat : 29036 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36239359 10060525568 26801 33554432000 1073741824 1073778376 140735851357632 139691074681768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29028/tid=29037] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29037/stat : 29037 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36239359 10060525568 26801 33554432000 1073741824 1073778376 140735851357632 139691073628968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29038] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29038/stat : 29038 (java) S 29025 29028 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36239359 10060525568 26801 33554432000 1073741824 1073778376 140735851357632 139691072576168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29039] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29039/stat : 29039 (java) S 29025 29028 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36239360 10060525568 26801 33554432000 1073741824 1073778376 140735851357632 139690942392808 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29040] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29040/stat : 29040 (java) S 29025 29028 28131 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 36239361 10060525568 26801 33554432000 1073741824 1073778376 140735851357632 139690941338872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29041] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29041/stat : 29041 (java) S 29025 29028 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36239361 10060525568 26801 33554432000 1073741824 1073778376 140735851357632 139690940285960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29042] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29042/stat : 29042 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36239363 10060525568 26801 33554432000 1073741824 1073778376 140735851357632 139690939234448 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29043] ppid=29025 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/29028/task/29043/stat : 29043 (java) S 29025 29028 28131 0 -1 4202560 5005 0 0 0 57 0 0 0 20 0 22 0 36239363 10060525568 26801 33554432000 1073741824 1073778376 140735851357632 139690938182584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29044] ppid=29025 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/29028/task/29044/stat : 29044 (java) S 29025 29028 28131 0 -1 4202560 7536 0 0 0 53 2 0 0 20 0 22 0 36239363 10060525568 26801 33554432000 1073741824 1073778376 140735851357632 139690937129784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29045] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

[pid=29028/tid=29035] ppid=29025 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/29028/task/29035/stat : 29035 (java) S 29025 29028 28131 0 -1 4202560 614 0 0 0 54 7 0 0 20 0 21 0 36239359 10060525568 196059 33554432000 1073741824 1073778376 140735851357632 139691075734568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29028/tid=29036] ppid=29025 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/29028/task/29036/stat : 29036 (java) S 29025 29028 28131 0 -1 4202560 124 0 0 0 49 6 0 0 20 0 21 0 36239359 10060525568 196059 33554432000 1073741824 1073778376 140735851357632 139691074681768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29037] ppid=29025 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/29028/task/29037/stat : 29037 (java) S 29025 29028 28131 0 -1 4202560 153 0 0 0 50 7 0 0 20 0 21 0 36239359 10060525568 196059 33554432000 1073741824 1073778376 140735851357632 139691073628968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29038] ppid=29025 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/29028/task/29038/stat : 29038 (java) S 29025 29028 28131 0 -1 4202560 198 0 0 0 55 9 0 0 20 0 21 0 36239359 10060525568 196059 33554432000 1073741824 1073778376 140735851357632 139691072576168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29028/tid=29039] ppid=29025 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/29028/task/29039/stat : 29039 (java) S 29025 29028 28131 0 -1 4202560 811 0 0 0 31 9 0 0 20 0 21 0 36239360 10060525568 196059 33554432000 1073741824 1073778376 140735851357632 139690942392808 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29040] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29040/stat : 29040 (java) S 29025 29028 28131 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36239361 10060525568 196059 33554432000 1073741824 1073778376 140735851357632 139690941338904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29041] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29041/stat : 29041 (java) S 29025 29028 28131 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 21 0 36239361 10060525568 196059 33554432000 1073741824 1073778376 140735851357632 139690940285992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29042] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29042/stat : 29042 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36239363 10060525568 196059 33554432000 1073741824 1073778376 140735851357632 139690939234448 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29043] ppid=29025 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/29028/task/29043/stat : 29043 (java) S 29025 29028 28131 0 -1 4202560 5991 0 0 0 102 1 0 0 20 0 21 0 36239363 10060525568 196059 33554432000 1073741824 1073778376 140735851357632 139690938182584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29028/tid=29044] ppid=29025 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/29028/task/29044/stat : 29044 (java) S 29025 29028 28131 0 -1 4202560 13548 0 0 0 151 3 0 0 20 0 21 0 36239363 10060525568 196059 33554432000 1073741824 1073778376 140735851357632 139690937129784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29045] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29045/stat : 29045 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36239363 10060525568 196059 33554432000 1073741824 1073778376 140735851357632 139690936077176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29046] ppid=29025 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/29028/task/29046/stat : 29046 (java) S 29025 29028 28131 0 -1 4202560 100 0 0 0 10 13 0 0 20 0 21 0 36239363 10060525568 196059 33554432000 1073741824 1073778376 140735851357632 139690935024584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29525] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29525/stat : 29525 (java) S 29025 29028 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36244011 10060525568 196059 33554432000 1073741824 1073778376 140735851357632 139690931865256 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29028/tid=1547] ppid=29025 vsize=9824732 CPUtime=859.13 cores=1,3,5,7
/proc/29028/task/1547/stat : 1547 (java) R 29025 29028 28131 0 -1 4202560 407 0 0 0 85898 15 0 0 20 0 21 0 36325297 10060525568 196059 33554432000 1073741824 1073778376 140735851357632 139690932915168 139690942998096 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=1548] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/1548/stat : 1548 (java) S 29025 29028 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36325308 10060525568 196059 33554432000 1073741824 1073778376 140735851357632 139690933969992 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1701.64
Current children cumulated vsize (KiB) 9824732

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 1.66 3/217 1623
/proc/meminfo: memFree=30181300/32872528 swapFree=249320/249320
[pid=29028] ppid=29025 vsize=9824732 CPUtime=1761.78 cores=1,3,5,7
/proc/29028/stat : 29028 (java) S 29025 29028 28131 0 -1 4202496 27699 0 1 0 175967 211 0 0 20 0 21 0 36239357 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 140735851348768 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29028/statm: 2456183 194287 2294 9 0 2446860 0
[pid=29028/tid=29030] ppid=29025 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/29028/task/29030/stat : 29030 (java) S 29025 29028 28131 0 -1 4202560 2460 0 1 0 61 16 0 0 20 0 21 0 36239358 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139691118453640 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29031] ppid=29025 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/29028/task/29031/stat : 29031 (java) S 29025 29028 28131 0 -1 4202560 160 0 0 0 56 5 0 0 20 0 21 0 36239359 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139691079944744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29028/tid=29032] ppid=29025 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/29028/task/29032/stat : 29032 (java) S 29025 29028 28131 0 -1 4202560 163 0 0 0 54 7 0 0 20 0 21 0 36239359 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139691078891944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29033] ppid=29025 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/29028/task/29033/stat : 29033 (java) S 29025 29028 28131 0 -1 4202560 94 0 0 0 50 5 0 0 20 0 21 0 36239359 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139691077839144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29028/tid=29034] ppid=29025 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/29028/task/29034/stat : 29034 (java) S 29025 29028 28131 0 -1 4202560 173 0 0 0 53 8 0 0 20 0 21 0 36239359 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139691076786344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29035] ppid=29025 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/29028/task/29035/stat : 29035 (java) S 29025 29028 28131 0 -1 4202560 614 0 0 0 56 7 0 0 20 0 21 0 36239359 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139691075734568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29028/tid=29036] ppid=29025 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/29028/task/29036/stat : 29036 (java) S 29025 29028 28131 0 -1 4202560 124 0 0 0 51 6 0 0 20 0 21 0 36239359 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139691074681768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29037] ppid=29025 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/29028/task/29037/stat : 29037 (java) S 29025 29028 28131 0 -1 4202560 154 0 0 0 51 7 0 0 20 0 21 0 36239359 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139691073628968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29038] ppid=29025 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/29028/task/29038/stat : 29038 (java) S 29025 29028 28131 0 -1 4202560 201 0 0 0 57 9 0 0 20 0 21 0 36239359 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139691072576168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29039] ppid=29025 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/29028/task/29039/stat : 29039 (java) S 29025 29028 28131 0 -1 4202560 815 0 0 0 32 9 0 0 20 0 21 0 36239360 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139690942392808 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29040] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29040/stat : 29040 (java) S 29025 29028 28131 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36239361 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139690941338904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29041] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29041/stat : 29041 (java) S 29025 29028 28131 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 21 0 36239361 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139690940285992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29042] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29042/stat : 29042 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36239363 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139690939234448 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29043] ppid=29025 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/29028/task/29043/stat : 29043 (java) S 29025 29028 28131 0 -1 4202560 5991 0 0 0 102 1 0 0 20 0 21 0 36239363 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139690938182584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29028/tid=29044] ppid=29025 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/29028/task/29044/stat : 29044 (java) S 29025 29028 28131 0 -1 4202560 13548 0 0 0 151 3 0 0 20 0 21 0 36239363 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139690937129784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29045] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29045/stat : 29045 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36239363 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139690936077176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29046] ppid=29025 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/29028/task/29046/stat : 29046 (java) S 29025 29028 28131 0 -1 4202560 104 0 0 0 11 14 0 0 20 0 21 0 36239363 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139690935024584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29525] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29525/stat : 29525 (java) S 29025 29028 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36244011 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139690931865256 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29028/tid=1547] ppid=29025 vsize=9824732 CPUtime=918.91 cores=1,3,5,7
/proc/29028/task/1547/stat : 1547 (java) R 29025 29028 28131 0 -1 4202560 413 0 0 0 91876 15 0 0 20 0 21 0 36325297 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139690932915424 139690942998190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=1548] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/1548/stat : 1548 (java) S 29025 29028 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36325308 10060525568 194287 33554432000 1073741824 1073778376 140735851357632 139690933969992 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1761.78
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.8 s]
/proc/loadavg: 2.03 2.02 1.67 3/217 1623
/proc/meminfo: memFree=30190256/32872528 swapFree=249320/249320
[pid=29028] ppid=29025 vsize=9824732 CPUtime=1798.35 cores=1,3,5,7
/proc/29028/stat : 29028 (java) S 29025 29028 28131 0 -1 4202496 27708 0 1 0 179623 212 0 0 20 0 21 0 36239357 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 140735851348768 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29028/statm: 2456183 192651 2294 9 0 2446860 0
[pid=29028/tid=29030] ppid=29025 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/29028/task/29030/stat : 29030 (java) S 29025 29028 28131 0 -1 4202560 2460 0 1 0 61 16 0 0 20 0 21 0 36239358 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139691118453640 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29031] ppid=29025 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/29028/task/29031/stat : 29031 (java) S 29025 29028 28131 0 -1 4202560 162 0 0 0 58 5 0 0 20 0 21 0 36239359 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139691079944744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29028/tid=29032] ppid=29025 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/29028/task/29032/stat : 29032 (java) S 29025 29028 28131 0 -1 4202560 163 0 0 0 55 7 0 0 20 0 21 0 36239359 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139691078891944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29033] ppid=29025 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/29028/task/29033/stat : 29033 (java) S 29025 29028 28131 0 -1 4202560 94 0 0 0 51 5 0 0 20 0 21 0 36239359 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139691077839144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29028/tid=29034] ppid=29025 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/29028/task/29034/stat : 29034 (java) S 29025 29028 28131 0 -1 4202560 173 0 0 0 54 8 0 0 20 0 21 0 36239359 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139691076786344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29035] ppid=29025 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/29028/task/29035/stat : 29035 (java) S 29025 29028 28131 0 -1 4202560 614 0 0 0 58 7 0 0 20 0 21 0 36239359 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139691075734568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29028/tid=29036] ppid=29025 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/29028/task/29036/stat : 29036 (java) S 29025 29028 28131 0 -1 4202560 124 0 0 0 52 6 0 0 20 0 21 0 36239359 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139691074681768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29037] ppid=29025 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/29028/task/29037/stat : 29037 (java) S 29025 29028 28131 0 -1 4202560 154 0 0 0 52 7 0 0 20 0 21 0 36239359 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139691073628968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29038] ppid=29025 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/29028/task/29038/stat : 29038 (java) S 29025 29028 28131 0 -1 4202560 201 0 0 0 58 10 0 0 20 0 21 0 36239359 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139691072576168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29039] ppid=29025 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/29028/task/29039/stat : 29039 (java) S 29025 29028 28131 0 -1 4202560 817 0 0 0 32 9 0 0 20 0 21 0 36239360 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139690942392808 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29040] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29040/stat : 29040 (java) S 29025 29028 28131 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36239361 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139690941338904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29041] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29041/stat : 29041 (java) S 29025 29028 28131 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 21 0 36239361 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139690940285992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29042] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29042/stat : 29042 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36239363 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139690939234448 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29043] ppid=29025 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/29028/task/29043/stat : 29043 (java) S 29025 29028 28131 0 -1 4202560 5991 0 0 0 102 1 0 0 20 0 21 0 36239363 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139690938182584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29028/tid=29044] ppid=29025 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/29028/task/29044/stat : 29044 (java) S 29025 29028 28131 0 -1 4202560 13548 0 0 0 151 3 0 0 20 0 21 0 36239363 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139690937129784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29045] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29045/stat : 29045 (java) S 29025 29028 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36239363 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139690936077176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29028/tid=29046] ppid=29025 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/29028/task/29046/stat : 29046 (java) S 29025 29028 28131 0 -1 4202560 106 0 0 0 11 14 0 0 20 0 21 0 36239363 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139690935024584 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=29525] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/29525/stat : 29525 (java) S 29025 29028 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36244011 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139690931865256 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29028/tid=1547] ppid=29025 vsize=9824732 CPUtime=955.28 cores=1,3,5,7
/proc/29028/task/1547/stat : 1547 (java) R 29025 29028 28131 0 -1 4202560 416 0 0 0 95512 16 0 0 20 0 21 0 36325297 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139690932915360 139690943257319 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29028/tid=1548] ppid=29025 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29028/task/1548/stat : 1548 (java) S 29025 29028 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36325308 10060525568 192651 33554432000 1073741824 1073778376 140735851357632 139690933969992 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1798.35
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 29028 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29028 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=739310
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=410633
# CPU time returned by wait4() is 1796.15
# while last known CPU time is 1798.35
#
# 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): 1.72997
#  lost CPU user time (s): 1.85998
#  lost CPU system time (s): -0.13

Real time (s): 1818.83
CPU time (s): 1800.08
CPU user time (s): 1798.09
CPU system time (s): 1.99
CPU usage (%): 98.9693
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.74
system time used= 2.41063
maximum resident set size= 954300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27743
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81235
involuntary context switches= 31791

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7314 second user time and 13.095 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-19 15:11:29
IDJOB=4109361
IDBENCH=78789
IDSOLVER=2552
FILE ID=node103/4109361-1466341889
RUNJOBID= node103-1466341826-28148
PBS_JOBID= 19922045
Free space on /tmp= 71732 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.1111216411--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109361-1466341889/watcher-4109361-1466341889 -o /tmp/evaluation-result-4109361-1466341889/solver-4109361-1466341889 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466341826-28148 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109361-1466341889.wbo

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

MD5SUM BENCH= b83b3eb7b2e3cdfc14afc5fb58fdd674
RANDOM SEED=833960257

node103.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		: 2667.278
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	: 5334.55
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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:        31197808 kB
Buffers:          165876 kB
Cached:           326620 kB
SwapCached:         2492 kB
Active:           322120 kB
Inactive:         354688 kB
Active(anon):     183488 kB
Inactive(anon):     3408 kB
Active(file):     138632 kB
Inactive(file):   351280 kB
Unevictable:      249320 kB
Mlocked:          249320 kB
SwapTotal:      67108856 kB
SwapFree:       67099656 kB
Dirty:              1908 kB
Writeback:             0 kB
AnonPages:        534912 kB
Mapped:            16644 kB
Shmem:                 0 kB
Slab:             617172 kB
SReclaimable:      60952 kB
SUnreclaim:       556220 kB
KernelStack:        1784 kB
PageTables:         5088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     939508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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= 71732 MiB
End job on node103 at 2016-06-19 15:41:48