Trace number 4109377

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.8 1810.28

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973670--soft-66-100-0.wbo
MD5SUMdd52e3f19057175797858802a2db3ee5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark7.8758
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4109377-1466341905.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.063s.
0.11/0.17	c declared #vars     169
0.11/0.17	c internal #vars     211
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 => 41
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
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 => 41
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.11/0.17	c 101 constraints processed.
0.11/0.17	c objective function length is 42 literals
0.67/0.39	c And the winner is solver0
1.29/0.67	c SATISFIABLE
1.29/0.67	c OPTIMIZING...
1.29/0.67	c Got one! Elapsed wall clock time (in seconds):0.568
1.29/0.67	o 1055
1.29/0.68	c And the winner is solver0
1.31/1.17	c Got one! Elapsed wall clock time (in seconds):1.069
1.31/1.17	o 659
1.39/1.21	c And the winner is solver0
1.54/1.68	c Got one! Elapsed wall clock time (in seconds):1.57
1.54/1.68	o 658
1.54/1.69	c And the winner is solver0
1.58/2.18	c Got one! Elapsed wall clock time (in seconds):2.071
1.58/2.18	o 656
1.58/2.18	c And the winner is solver0
1.59/2.68	c Got one! Elapsed wall clock time (in seconds):2.572
1.59/2.68	o 655
1.59/2.68	c And the winner is solver0
1.60/3.18	c Got one! Elapsed wall clock time (in seconds):3.073
1.60/3.18	o 513
1.60/3.19	c And the winner is solver0
1.61/3.68	c Got one! Elapsed wall clock time (in seconds):3.574
1.61/3.68	o 499
1.61/3.69	c And the winner is solver0
1.63/4.18	c Got one! Elapsed wall clock time (in seconds):4.075
1.63/4.18	o 486
1.63/4.18	c And the winner is solver0
1.63/4.68	c Got one! Elapsed wall clock time (in seconds):4.576
1.63/4.68	o 446
1.63/4.69	c And the winner is solver0
1.64/5.18	c Got one! Elapsed wall clock time (in seconds):5.077
1.64/5.18	o 445
1.64/5.20	c And the winner is solver0
1.76/5.68	c Got one! Elapsed wall clock time (in seconds):5.578
1.76/5.68	o 438
1.76/5.69	c And the winner is solver0
1.83/6.18	c Got one! Elapsed wall clock time (in seconds):6.079
1.83/6.18	o 427
1.83/6.19	c And the winner is solver0
1.83/6.69	c Got one! Elapsed wall clock time (in seconds):6.58
1.83/6.69	o 414
1.83/6.70	c And the winner is solver0
1.87/7.19	c Got one! Elapsed wall clock time (in seconds):7.081
1.87/7.19	o 413
1.87/7.19	c And the winner is solver0
1.87/7.69	c Got one! Elapsed wall clock time (in seconds):7.582
1.87/7.69	o 412
1.87/7.69	c And the winner is solver0
1.87/8.19	c Got one! Elapsed wall clock time (in seconds):8.083
1.87/8.19	o 405
1.89/8.20	c And the winner is solver0
1.91/8.69	c Got one! Elapsed wall clock time (in seconds):8.584
1.91/8.69	o 404
1.91/8.69	c And the winner is solver0
1.91/9.19	c Got one! Elapsed wall clock time (in seconds):9.085
1.91/9.19	o 395
1.92/9.20	c And the winner is solver0
1.92/9.69	c Got one! Elapsed wall clock time (in seconds):9.586
1.92/9.69	o 383
1.92/9.70	c And the winner is solver0
1.94/10.19	c Got one! Elapsed wall clock time (in seconds):10.087
1.94/10.19	o 381
1.94/10.21	c And the winner is solver0
2.01/10.69	c Got one! Elapsed wall clock time (in seconds):10.588
2.01/10.69	o 379
2.02/10.70	c And the winner is solver0
2.02/11.19	c Got one! Elapsed wall clock time (in seconds):11.089
2.02/11.19	o 378
2.02/11.21	c And the winner is solver0
2.04/11.70	c Got one! Elapsed wall clock time (in seconds):11.59
2.04/11.70	o 364
2.04/11.70	c And the winner is solver0
2.04/12.20	c Got one! Elapsed wall clock time (in seconds):12.091
2.04/12.20	o 352
2.04/12.21	c And the winner is solver0
2.09/12.70	c Got one! Elapsed wall clock time (in seconds):12.595
2.09/12.70	o 348
2.09/12.73	c And the winner is solver0
2.19/13.20	c Got one! Elapsed wall clock time (in seconds):13.096
2.19/13.20	o 342
2.19/13.21	c And the winner is solver0
2.26/13.70	c Got one! Elapsed wall clock time (in seconds):13.596
2.26/13.70	o 334
2.26/13.71	c And the winner is solver0
2.26/14.20	c Got one! Elapsed wall clock time (in seconds):14.097
2.26/14.20	o 322
2.26/14.24	c And the winner is solver0
2.38/14.70	c Got one! Elapsed wall clock time (in seconds):14.598
2.38/14.70	o 321
2.38/14.71	c And the winner is solver0
2.39/15.20	c Got one! Elapsed wall clock time (in seconds):15.099
2.39/15.20	o 313
2.39/15.23	c And the winner is solver0
2.48/15.71	c Got one! Elapsed wall clock time (in seconds):15.6
2.48/15.71	o 305
2.48/15.72	c And the winner is solver0
2.53/16.21	c Got one! Elapsed wall clock time (in seconds):16.101
2.53/16.21	o 295
2.53/16.22	c And the winner is solver0
2.54/16.71	c Got one! Elapsed wall clock time (in seconds):16.602
2.54/16.71	o 292
2.54/16.72	c And the winner is solver0
2.58/17.21	c Got one! Elapsed wall clock time (in seconds):17.102
2.58/17.21	o 288
2.58/17.21	c And the winner is solver0
2.58/17.71	c Got one! Elapsed wall clock time (in seconds):17.603
2.58/17.71	o 283
2.58/17.72	c And the winner is solver0
2.63/18.21	c Got one! Elapsed wall clock time (in seconds):18.104
2.63/18.21	o 278
2.63/18.25	c And the winner is solver0
2.74/18.71	c Got one! Elapsed wall clock time (in seconds):18.605
2.74/18.71	o 273
2.74/18.72	c And the winner is solver0
2.80/19.21	c Got one! Elapsed wall clock time (in seconds):19.106
2.80/19.21	o 265
2.80/19.25	c And the winner is solver0
2.90/19.71	c Got one! Elapsed wall clock time (in seconds):19.607
2.90/19.71	o 262
2.90/19.72	c And the winner is solver0
2.90/20.21	c Got one! Elapsed wall clock time (in seconds):20.108
2.90/20.21	o 261
2.90/20.24	c And the winner is solver0
2.96/20.71	c Got one! Elapsed wall clock time (in seconds):20.609
2.96/20.71	o 257
3.16/20.83	c And the winner is solver0
3.23/21.22	c Got one! Elapsed wall clock time (in seconds):21.11
3.23/21.22	o 251
3.23/21.25	c And the winner is solver0
3.31/21.72	c Got one! Elapsed wall clock time (in seconds):21.611
3.31/21.72	o 242
3.31/21.75	c And the winner is solver0
3.39/22.22	c Got one! Elapsed wall clock time (in seconds):22.112
3.39/22.22	o 240
3.39/22.23	c And the winner is solver0
3.40/22.72	c Got one! Elapsed wall clock time (in seconds):22.613
3.40/22.72	o 232
3.57/22.85	c cleaning 9398 clauses out of 18796 with flag 5693/18796
3.89/22.96	c And the winner is solver0
4.05/23.22	c Got one! Elapsed wall clock time (in seconds):23.113
4.05/23.22	o 231
4.05/23.25	c And the winner is solver0
4.13/23.72	c Got one! Elapsed wall clock time (in seconds):23.614
4.13/23.72	o 224
4.13/23.75	c And the winner is solver0
4.21/24.22	c Got one! Elapsed wall clock time (in seconds):24.115
4.21/24.22	o 219
4.21/24.26	c And the winner is solver0
4.36/24.72	c Got one! Elapsed wall clock time (in seconds):24.616
4.36/24.72	o 218
4.36/24.73	c And the winner is solver0
4.38/25.22	c Got one! Elapsed wall clock time (in seconds):25.117
4.38/25.22	o 216
4.38/25.23	c And the winner is solver0
4.38/25.72	c Got one! Elapsed wall clock time (in seconds):25.618
4.38/25.72	o 175
4.38/25.74	c And the winner is solver0
4.43/26.22	c Got one! Elapsed wall clock time (in seconds):26.118
4.43/26.22	o 164
4.43/26.24	c And the winner is solver0
4.48/26.73	c Got one! Elapsed wall clock time (in seconds):26.619
4.48/26.73	o 163
4.48/26.75	c And the winner is solver0
4.54/27.23	c Got one! Elapsed wall clock time (in seconds):27.12
4.54/27.23	o 138
4.70/27.35	c cleaning 9356 clauses out of 18712 with flag 7549/28110
4.70/27.38	c And the winner is solver0
4.91/27.73	c Got one! Elapsed wall clock time (in seconds):27.621
4.91/27.73	o 135
4.91/27.74	c And the winner is solver0
4.93/28.23	c Got one! Elapsed wall clock time (in seconds):28.122
4.93/28.23	o 133
5.07/28.32	c And the winner is solver0
5.13/28.73	c Got one! Elapsed wall clock time (in seconds):28.623
5.13/28.73	o 131
5.27/28.86	c cleaning 7977 clauses out of 15963 with flag 10913/34717
5.93/29.11	c cleaning 6984 clauses out of 13986 with flag 32477/40717
6.23/29.21	c And the winner is solver0
6.23/29.28	c Got one! Elapsed wall clock time (in seconds):29.173
6.23/29.28	o 130
6.66/29.42	c cleaning 6490 clauses out of 12987 with flag 10676/46702
6.98/29.59	c And the winner is solver0
7.39/29.78	c Got one! Elapsed wall clock time (in seconds):29.674
7.39/29.78	o 126
7.65/29.95	c And the winner is solver0
7.82/30.28	c Got one! Elapsed wall clock time (in seconds):30.175
7.82/30.28	o 125
7.87/30.36	c cleaning 8532 clauses out of 17064 with flag 3685/57269
8.10/30.42	c And the winner is solver0
8.26/30.78	c Got one! Elapsed wall clock time (in seconds):30.676
8.26/30.78	o 105
8.51/30.94	c cleaning 7149 clauses out of 14302 with flag 15133/63039
8.69/31.04	c And the winner is solver0
8.80/31.28	c Got one! Elapsed wall clock time (in seconds):31.177
8.80/31.28	o 104
8.82/31.36	c cleaning 6269 clauses out of 12537 with flag 8366/68423
9.44/31.60	c cleaning 6133 clauses out of 12266 with flag 35497/74421
9.64/31.74	c And the winner is solver0
9.64/31.78	c Got one! Elapsed wall clock time (in seconds):31.678
9.64/31.78	o 103
9.77/31.84	c cleaning 5651 clauses out of 11307 with flag 4270/79595
10.19/32.06	c cleaning 5829 clauses out of 11661 with flag 36808/85600
10.80/32.33	c cleaning 6410 clauses out of 12828 with flag 78166/92596
11.40/32.65	c cleaning 7203 clauses out of 14418 with flag 122828/100596
12.23/33.03	c cleaning 8101 clauses out of 16217 with flag 175197/109598
12.23/33.07	c And the winner is solver0
12.43/33.28	c Got one! Elapsed wall clock time (in seconds):33.178
12.43/33.28	o 95
12.45/33.32	c And the winner is solver0
12.52/33.79	c Got one! Elapsed wall clock time (in seconds):33.679
12.52/33.79	o 90
12.74/33.94	c cleaning 7206 clauses out of 14412 with flag 17209/115894
13.16/34.15	c cleaning 6600 clauses out of 13205 with flag 42795/121893
13.76/34.44	c cleaning 6798 clauses out of 13605 with flag 75015/128893
14.35/34.75	c cleaning 7405 clauses out of 14809 with flag 110644/136895
14.75/34.97	c And the winner is solver0
14.93/35.29	c Got one! Elapsed wall clock time (in seconds):35.181
14.93/35.29	o 82
14.96/35.34	c And the winner is solver0
15.07/35.79	c Got one! Elapsed wall clock time (in seconds):35.682
15.07/35.79	o 69
15.28/35.97	c cleaning 9268 clauses out of 18547 with flag 18805/148038
15.48/36.01	c And the winner is solver0
15.56/36.29	c Got one! Elapsed wall clock time (in seconds):36.185
15.56/36.29	o 64
15.79/36.45	c cleaning 7350 clauses out of 14703 with flag 17370/153462
15.97/36.58	c And the winner is solver0
16.18/36.79	c Got one! Elapsed wall clock time (in seconds):36.687
16.18/36.79	o 60
16.18/36.84	c cleaning 6233 clauses out of 12469 with flag 4325/158578
16.58/37.05	c cleaning 6117 clauses out of 12235 with flag 28932/164577
16.98/37.29	c And the winner is solver0
17.29/37.45	c Got one! Elapsed wall clock time (in seconds):37.34
17.29/37.45	o 57
17.59/37.67	c cleaning 8976 clauses out of 17958 with flag 22935/176418
18.19/37.90	c cleaning 7490 clauses out of 14982 with flag 49233/182418
18.58/38.17	c cleaning 7238 clauses out of 14492 with flag 80346/189418
19.18/38.47	c cleaning 7625 clauses out of 15255 with flag 115696/197419
19.98/38.83	c cleaning 8313 clauses out of 16629 with flag 160167/206418
20.18/38.92	c And the winner is solver0
20.32/39.05	c Got one! Elapsed wall clock time (in seconds):38.943
20.32/39.05	o 56
20.44/39.17	c cleaning 6917 clauses out of 13845 with flag 15216/211948
20.84/39.36	c And the winner is solver0
21.11/39.56	c Got one! Elapsed wall clock time (in seconds):39.446
21.11/39.56	o 54
21.43/39.78	c cleaning 8625 clauses out of 17251 with flag 23887/222272
22.01/40.01	c cleaning 7312 clauses out of 14625 with flag 51394/228272
22.43/40.28	c cleaning 7154 clauses out of 14314 with flag 84306/235273
23.02/40.57	c cleaning 7575 clauses out of 15159 with flag 121341/243272
23.22/40.60	c And the winner is solver0
23.41/41.06	c Got one! Elapsed wall clock time (in seconds):40.95
23.41/41.06	o 53
23.69/41.21	c cleaning 6308 clauses out of 12630 with flag 19013/248318
24.09/41.42	c cleaning 6161 clauses out of 12321 with flag 45196/254317
24.49/41.68	c cleaning 6572 clauses out of 13158 with flag 73898/261316
25.10/41.97	c cleaning 7291 clauses out of 14585 with flag 108728/269315
25.89/42.33	c cleaning 8148 clauses out of 16295 with flag 152815/278316
26.69/42.73	c cleaning 9067 clauses out of 18145 with flag 197402/288315
26.89/42.83	c And the winner is solver0
27.13/43.06	c Got one! Elapsed wall clock time (in seconds):42.954
27.13/43.06	o 38
27.22/43.18	c cleaning 7447 clauses out of 14902 with flag 13016/294139
27.62/43.39	c cleaning 6719 clauses out of 13454 with flag 38173/300139
28.22/43.64	c cleaning 6864 clauses out of 13735 with flag 67071/307140
28.82/43.95	c cleaning 7424 clauses out of 14868 with flag 100539/315139
29.04/44.01	c And the winner is solver0
29.24/44.26	c Got one! Elapsed wall clock time (in seconds):44.157
29.24/44.26	o 34
29.56/44.42	c cleaning 6703 clauses out of 13408 with flag 18453/321103
29.96/44.62	c cleaning 6345 clauses out of 12702 with flag 42569/327102
30.36/44.88	c cleaning 6677 clauses out of 13355 with flag 73345/334101
30.76/45.09	c And the winner is solver0
31.27/45.47	c Got one! Elapsed wall clock time (in seconds):45.362
31.27/45.47	o 33
31.79/45.70	c cleaning 8910 clauses out of 17825 with flag 23270/345250
32.19/45.94	c cleaning 7451 clauses out of 14913 with flag 51079/351250
32.59/46.20	c cleaning 7223 clauses out of 14459 with flag 83022/358250
32.80/46.21	c And the winner is solver0
32.85/46.47	c Got one! Elapsed wall clock time (in seconds):46.366
32.85/46.47	o 29
32.89/46.52	c And the winner is solver0
32.96/46.98	c Got one! Elapsed wall clock time (in seconds):46.871
32.96/46.98	o 23
33.00/47.09	c And the winner is solver0
33.33/47.48	c Got one! Elapsed wall clock time (in seconds):47.375
33.33/47.48	o 22
33.33/47.49	c And the winner is solver0
1800.08/1810.20	c >>>>>>>>>> Solver number 0 (80 answers) <<<<<<<<<<<<<<<<<<
1800.08/1810.20	c starts		: 396
1800.08/1810.20	c conflicts		: 362184
1800.08/1810.20	c decisions		: 582675
1800.08/1810.20	c propagations		: 8761733
1800.08/1810.20	c inspects		: 147155287
1800.08/1810.20	c shortcuts		: 0
1800.08/1810.20	c learnt literals	: 22
1800.08/1810.20	c learnt binary clauses	: 141
1800.08/1810.20	c learnt ternary clauses	: 926
1800.08/1810.20	c learnt constraints	: 362162
1800.08/1810.20	c ignored constraints	: 0
1800.08/1810.20	c root simplifications	: 0
1800.08/1810.20	c removed literals (reason simplification)	: 3327280
1800.08/1810.20	c reason swapping (by a shorter reason)	: 0
1800.08/1810.20	c Calls to reduceDB	: 48
1800.08/1810.20	c Number of update (reduction) of LBD	: 105581
1800.08/1810.20	c Imported unit clauses	: 0
1800.08/1810.20	c number of reductions to clauses (during analyze)	: 0
1800.08/1810.20	c number of learned constraints concerned by reduction	: 0
1800.08/1810.20	c number of learning phase by resolution	: 0
1800.08/1810.20	c number of learning phase by cutting planes	: 0
1800.08/1810.20	c speed (assignments/second)	: 4840.66425528459
1800.08/1810.20	c non guided choices	2566
1800.08/1810.21	c learnt constraints type 
1800.08/1810.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 141
1800.08/1810.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11027
1800.08/1810.21	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/1810.21	c starts		: 88
1800.08/1810.21	c conflicts		: 2466
1800.08/1810.21	c decisions		: 14959
1800.08/1810.21	c propagations		: 90272
1800.08/1810.21	c inspects		: 18454642
1800.08/1810.21	c shortcuts		: 0
1800.08/1810.21	c learnt literals	: 0
1800.08/1810.21	c learnt binary clauses	: 0
1800.08/1810.21	c learnt ternary clauses	: 0
1800.08/1810.21	c learnt constraints	: 2404
1800.08/1810.21	c ignored constraints	: 0
1800.08/1810.21	c root simplifications	: 0
1800.08/1810.21	c removed literals (reason simplification)	: 0
1800.08/1810.21	c reason swapping (by a shorter reason)	: 0
1800.08/1810.21	c Calls to reduceDB	: 0
1800.08/1810.21	c Number of update (reduction) of LBD	: 0
1800.08/1810.21	c Imported unit clauses	: 0
1800.08/1810.21	c number of reductions to clauses (during analyze)	: 0
1800.08/1810.21	c number of learned constraints concerned by reduction	: 0
1800.08/1810.21	c number of learning phase by resolution	: 0
1800.08/1810.21	c number of learning phase by cutting planes	: 0
1800.08/1810.21	c speed (assignments/second)	: 51.21185079624239
1800.08/1810.21	c non guided choices	1924
1800.08/1810.21	c learnt constraints type 
1800.08/1810.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.08/1810.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2403
1800.08/1810.21	s SATISFIABLE
1800.08/1810.21	c Found 79 solution(s)
1800.08/1810.21	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/1810.24	c objective function=22
1800.08/1810.24	c Total wall clock time (in seconds): 1810.137

Verifier Data

OK	22

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-4109377-1466341905/watcher-4109377-1466341905 -o /tmp/evaluation-result-4109377-1466341905/solver-4109377-1466341905 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466341797-18606 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109377-1466341905.wbo 

pid=19832
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: 1.59 0.61 0.27 3/196 19835
/proc/meminfo: memFree=31056972/32872528 swapFree=496868/529572
[pid=19835] ppid=19832 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/19835/stat : 19835 (java) S 19832 19835 18590 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 36235913 98570240 977 33554432000 1073741824 1073778376 140736813636560 140736813627696 211462160445 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19835/statm: 24065 977 743 9 0 16771 0
[pid=19835/tid=19836] ppid=19832 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19836/stat : 19836 (java) R 19832 19835 18590 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36235914 98570240 978 33554432000 1073741824 1073778376 140736813636560 140081113701928 211458803072 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 1.59 0.61 0.27 3/196 19835
/proc/meminfo: memFree=31056972/32872528 swapFree=496868/529572
[pid=19835] ppid=19832 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/19835/stat : 19835 (java) S 19832 19835 18590 0 -1 4202496 4509 0 1 0 10 1 0 0 20 0 18 0 36235913 9787879424 6134 33554432000 1073741824 1073778376 140736813636560 140736813627696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19835/statm: 2389619 6134 2158 9 0 2380296 0
[pid=19835/tid=19836] ppid=19832 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/19835/task/19836/stat : 19836 (java) R 19832 19835 18590 0 -1 4202560 2388 0 1 0 6 1 0 0 20 0 18 0 36235914 9787879424 6134 33554432000 1073741824 1073778376 140736813636560 140081113705160 211462186253 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.200268 s]
/proc/loadavg: 1.59 0.61 0.27 3/196 19835
/proc/meminfo: memFree=31056972/32872528 swapFree=496868/529572
[pid=19835] ppid=19832 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/19835/stat : 19835 (java) S 19832 19835 18590 0 -1 4202496 4832 0 1 0 25 2 0 0 20 0 22 0 36235913 10060525568 7953 33554432000 1073741824 1073778376 140736813636560 140736813627696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19835/statm: 2456183 7953 2219 9 0 2446860 0
[pid=19835/tid=19836] ppid=19832 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/19835/task/19836/stat : 19836 (java) S 19832 19835 18590 0 -1 4202560 2417 0 1 0 14 1 0 0 20 0 22 0 36235914 10060525568 7953 33554432000 1073741824 1073778376 140736813636560 140081113707384 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.300265 s]
/proc/loadavg: 1.59 0.61 0.27 3/196 19835
/proc/meminfo: memFree=31056972/32872528 swapFree=496868/529572
[pid=19835] ppid=19832 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/19835/stat : 19835 (java) S 19832 19835 18590 0 -1 4202496 8776 0 1 0 64 3 0 0 20 0 22 0 36235913 10060525568 10365 33554432000 1073741824 1073778376 140736813636560 140736813627696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19835/statm: 2456183 10365 2247 9 0 2446860 0
[pid=19835/tid=19836] ppid=19832 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/19835/task/19836/stat : 19836 (java) S 19832 19835 18590 0 -1 4202560 2417 0 1 0 14 1 0 0 20 0 22 0 36235914 10060525568 10365 33554432000 1073741824 1073778376 140736813636560 140081113707384 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9824732

[startup+0.700198 s]
/proc/loadavg: 1.59 0.61 0.27 3/196 19835
/proc/meminfo: memFree=31056972/32872528 swapFree=496868/529572
[pid=19835] ppid=19832 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/19835/stat : 19835 (java) S 19832 19835 18590 0 -1 4202496 15280 0 1 0 125 6 0 0 20 0 19 0 36235913 10060525568 14369 33554432000 1073741824 1073778376 140736813636560 140736813627696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19835/statm: 2456183 14369 2253 9 0 2446860 0
[pid=19835/tid=19836] ppid=19832 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/19835/task/19836/stat : 19836 (java) S 19832 19835 18590 0 -1 4202560 2417 0 1 0 14 1 0 0 20 0 19 0 36235914 10060525568 14369 33554432000 1073741824 1073778376 140736813636560 140081113707384 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 1.59 0.61 0.27 2/215 19860
/proc/meminfo: memFree=31007020/32872528 swapFree=496868/529572
[pid=19835] ppid=19832 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/19835/stat : 19835 (java) S 19832 19835 18590 0 -1 4202496 16327 0 1 0 145 9 0 0 20 0 19 0 36235913 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140736813627696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19835/statm: 2456183 16476 2254 9 0 2446860 0
[pid=19835/tid=19836] ppid=19832 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/19835/task/19836/stat : 19836 (java) S 19832 19835 18590 0 -1 4202560 2418 0 1 0 14 1 0 0 20 0 19 0 36235914 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140081113707384 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19838] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19838/stat : 19838 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140081102768808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19839] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19839/stat : 19839 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140081101716264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19840] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19840/stat : 19840 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140081100663720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19841] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19841/stat : 19841 (java) S 19832 19835 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140081099611176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19842] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19842/stat : 19842 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140081098557608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19843] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19843/stat : 19843 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140080951540008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19844] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19844/stat : 19844 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140080950487464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19845] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19845/stat : 19845 (java) S 19832 19835 18590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140080949434920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19846] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19846/stat : 19846 (java) S 19832 19835 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36235915 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140080937237096 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19847] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19847/stat : 19847 (java) S 19832 19835 18590 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36235916 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140080936183416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19848] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19848/stat : 19848 (java) S 19832 19835 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36235916 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140080935130760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19849] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19849/stat : 19849 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235918 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140080934079504 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19850] ppid=19832 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/19835/task/19850/stat : 19850 (java) S 19832 19835 18590 0 -1 4202560 4907 0 0 0 38 2 0 0 20 0 19 0 36235918 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140080933025848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19851] ppid=19832 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/19835/task/19851/stat : 19851 (java) S 19832 19835 18590 0 -1 4202560 7650 0 0 0 40 2 0 0 20 0 19 0 36235918 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140080931973304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19852] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19852/stat : 19852 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235918 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140080930920952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19853] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19853/stat : 19853 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235918 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140080929868616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19856] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19856/stat : 19856 (java) S 19832 19835 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36235931 10060525568 16476 33554432000 1073741824 1073778376 140736813636560 140080926709288 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 1.59 0.61 0.27 2/215 19869
/proc/meminfo: memFree=30990008/32872528 swapFree=496868/529572
[pid=19835] ppid=19832 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/19835/stat : 19835 (java) S 19832 19835 18590 0 -1 4202496 16355 0 1 0 150 10 0 0 20 0 19 0 36235913 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140736813627696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19835/statm: 2456183 19039 2257 9 0 2446860 0
[pid=19835/tid=19836] ppid=19832 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/19835/task/19836/stat : 19836 (java) S 19832 19835 18590 0 -1 4202560 2419 0 1 0 14 2 0 0 20 0 19 0 36235914 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140081113707384 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19838] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19838/stat : 19838 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140081102768808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19839] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19839/stat : 19839 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140081101716264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19840] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19840/stat : 19840 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140081100663720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19841] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19841/stat : 19841 (java) S 19832 19835 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140081099611176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19842] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19842/stat : 19842 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140081098557608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19843] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19843/stat : 19843 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140080951540008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19844] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19844/stat : 19844 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140080950487464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19845] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19845/stat : 19845 (java) S 19832 19835 18590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140080949434920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19846] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19846/stat : 19846 (java) S 19832 19835 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36235915 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140080937237096 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19847] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19847/stat : 19847 (java) S 19832 19835 18590 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36235916 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140080936183416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19848] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19848/stat : 19848 (java) S 19832 19835 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36235916 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140080935130760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19849] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19849/stat : 19849 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235918 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140080934079504 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19850] ppid=19832 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/19835/task/19850/stat : 19850 (java) S 19832 19835 18590 0 -1 4202560 4910 0 0 0 41 2 0 0 20 0 19 0 36235918 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140080933025848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19851] ppid=19832 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/19835/task/19851/stat : 19851 (java) S 19832 19835 18590 0 -1 4202560 7650 0 0 0 41 2 0 0 20 0 19 0 36235918 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140080931973304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19852] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19852/stat : 19852 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235918 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140080930920952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19853] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19853/stat : 19853 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235918 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140080929868616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19856] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19856/stat : 19856 (java) S 19832 19835 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36235931 10060525568 19039 33554432000 1073741824 1073778376 140736813636560 140080926709288 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=11 pid=1811 uid=0 cmd=

[startup+6.30088 s]
/proc/loadavg: 1.55 0.61 0.27 2/215 19887
/proc/meminfo: memFree=30968620/32872528 swapFree=496868/529572
[pid=19835] ppid=19832 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/19835/stat : 19835 (java) S 19832 19835 18590 0 -1 4202496 16457 0 1 0 171 12 0 0 20 0 19 0 36235913 10060525568 25829 33554432000 1073741824 1073778376 140736813636560 140736813627696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19835/statm: 2456183 25829 2266 9 0 2446860 0
[pid=19835/tid=19836] ppid=19832 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/19835/task/19836/stat : 19836 (java) S 19832 19835 18590 0 -1 4202560 2421 0 1 0 14 2 0 0 20 0 19 0 36235914 10060525568 25829 33554432000 1073741824 1073778376 140736813636560 140081113707384 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19838] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19838/stat : 19838 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 25829 33554432000 1073741824 1073778376 140736813636560 140081102768808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19839] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19839/stat : 19839 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 25829 33554432000 1073741824 1073778376 140736813636560 140081101716264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19840] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19840/stat : 19840 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 25829 33554432000 1073741824 1073778376 140736813636560 140081100663720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19841] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19841/stat : 19841 (java) S 19832 19835 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 25829 33554432000 1073741824 1073778376 140736813636560 140081099611176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19842] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19842/stat : 19842 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 25829 33554432000 1073741824 1073778376 140736813636560 140081098557608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19843] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19843/stat : 19843 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 25829 33554432000 1073741824 1073778376 140736813636560 140080951540008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19844] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19844/stat : 19844 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 25829 33554432000 1073741824 1073778376 140736813636560 140080950487464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19845] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19845/stat : 19845 (java) S 19832 19835 18590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36235914 10060525568 25829 33554432000 1073741824 1073778376 140736813636560 140080949434920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19846] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19846/stat : 19846 (java) S 19832 19835 18590 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36235915 10060525568 25829 33554432000 1073741824 1073778376 140736813636560 140080937237096 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19847] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19847/stat : 19847 (java) S 19832 19835 18590 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36235916 10060525568 25829 33554432000 1073741824 1073778376 140736813636560 140080936183416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19848] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19848/stat : 19848 (java) S 19832 19835 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36235916 10060525568 25829 33554432000 1073741824 1073778376 140736813636560 140080935130760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19849] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19849/stat : 19849 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36235918 10060525568 25829 33554432000 1073741824 1073778376 140736813636560 140080934079504 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19850] ppid=19832 vsize=9824732 CPUtime=0.47 cores=0,2,4,6

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

/proc/meminfo: memFree=30267692/32872528 swapFree=496868/529572
[pid=19835] ppid=19832 vsize=9824732 CPUtime=1712.14 cores=0,2,4,6
/proc/19835/stat : 19835 (java) S 19832 19835 18590 0 -1 4202496 30451 0 1 0 171004 210 0 0 20 0 21 0 36235913 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140736813627696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19835/statm: 2456183 227220 2294 9 0 2446860 0
[pid=19835/tid=19836] ppid=19832 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/19835/task/19836/stat : 19836 (java) S 19832 19835 18590 0 -1 4202560 2456 0 1 0 41 12 0 0 20 0 21 0 36235914 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140081113707512 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19838] ppid=19832 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/19835/task/19838/stat : 19838 (java) S 19832 19835 18590 0 -1 4202560 205 0 0 0 68 8 0 0 20 0 21 0 36235914 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140081102768808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19839] ppid=19832 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/19835/task/19839/stat : 19839 (java) S 19832 19835 18590 0 -1 4202560 246 0 0 0 76 8 0 0 20 0 21 0 36235914 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140081101716264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19840] ppid=19832 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/19835/task/19840/stat : 19840 (java) S 19832 19835 18590 0 -1 4202560 245 0 0 0 64 10 0 0 20 0 21 0 36235914 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140081100663720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19841] ppid=19832 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/19835/task/19841/stat : 19841 (java) S 19832 19835 18590 0 -1 4202560 283 0 0 0 70 7 0 0 20 0 21 0 36235914 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140081099611176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19842] ppid=19832 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/19835/task/19842/stat : 19842 (java) S 19832 19835 18590 0 -1 4202560 268 0 0 0 70 7 0 0 20 0 21 0 36235914 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140081098557608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19843] ppid=19832 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/19835/task/19843/stat : 19843 (java) S 19832 19835 18590 0 -1 4202560 223 0 0 0 72 7 0 0 20 0 21 0 36235914 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080951540008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19844] ppid=19832 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/19835/task/19844/stat : 19844 (java) S 19832 19835 18590 0 -1 4202560 255 0 0 0 65 10 0 0 20 0 21 0 36235914 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080950487464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19845] ppid=19832 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/19835/task/19845/stat : 19845 (java) S 19832 19835 18590 0 -1 4202560 138 0 0 0 72 7 0 0 20 0 21 0 36235914 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080949434920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19846] ppid=19832 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/19835/task/19846/stat : 19846 (java) S 19832 19835 18590 0 -1 4202560 1004 0 0 0 60 8 0 0 20 0 21 0 36235915 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080937237096 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19847] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19847/stat : 19847 (java) S 19832 19835 18590 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36235916 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080936183416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19848] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19848/stat : 19848 (java) S 19832 19835 18590 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 21 0 36235916 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080935130760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19849] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19849/stat : 19849 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36235918 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080934079504 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19850] ppid=19832 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/19835/task/19850/stat : 19850 (java) S 19832 19835 18590 0 -1 4202560 4942 0 0 0 70 2 0 0 20 0 21 0 36235918 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080933025848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19851] ppid=19832 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/19835/task/19851/stat : 19851 (java) S 19832 19835 18590 0 -1 4202560 16443 0 0 0 187 3 0 0 20 0 21 0 36235918 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080931973304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19852] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19852/stat : 19852 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36235918 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080930920952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19853] ppid=19832 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/19835/task/19853/stat : 19853 (java) S 19832 19835 18590 0 -1 4202560 100 0 0 0 12 12 0 0 20 0 21 0 36235918 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080929868616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19856] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19856/stat : 19856 (java) S 19832 19835 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36235931 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080926709288 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=20094] ppid=19832 vsize=9824732 CPUtime=1672.14 cores=0,2,4,6
/proc/19835/task/20094/stat : 20094 (java) R 19832 19835 18590 0 -1 4202560 1355 0 0 0 167176 38 0 0 20 0 21 0 36240662 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080927759760 140080979758478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=20095] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/20095/stat : 20095 (java) S 19832 19835 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36240663 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080928814376 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1712.14
Current children cumulated vsize (KiB) 9824732

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.75 3/217 20482
/proc/meminfo: memFree=28575000/32872528 swapFree=496868/529572
[pid=19835] ppid=19832 vsize=9824732 CPUtime=1772.14 cores=0,2,4,6
/proc/19835/stat : 19835 (java) S 19832 19835 18590 0 -1 4202496 30455 0 1 0 177004 210 0 0 20 0 21 0 36235913 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140736813627696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19835/statm: 2456183 227220 2294 9 0 2446860 0
[pid=19835/tid=19836] ppid=19832 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/19835/task/19836/stat : 19836 (java) S 19832 19835 18590 0 -1 4202560 2456 0 1 0 41 13 0 0 20 0 21 0 36235914 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140081113707512 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19838] ppid=19832 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/19835/task/19838/stat : 19838 (java) S 19832 19835 18590 0 -1 4202560 205 0 0 0 68 8 0 0 20 0 21 0 36235914 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140081102768808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19839] ppid=19832 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/19835/task/19839/stat : 19839 (java) S 19832 19835 18590 0 -1 4202560 246 0 0 0 76 8 0 0 20 0 21 0 36235914 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140081101716264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19840] ppid=19832 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/19835/task/19840/stat : 19840 (java) S 19832 19835 18590 0 -1 4202560 245 0 0 0 64 10 0 0 20 0 21 0 36235914 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140081100663720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19841] ppid=19832 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/19835/task/19841/stat : 19841 (java) S 19832 19835 18590 0 -1 4202560 283 0 0 0 70 7 0 0 20 0 21 0 36235914 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140081099611176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19842] ppid=19832 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/19835/task/19842/stat : 19842 (java) S 19832 19835 18590 0 -1 4202560 268 0 0 0 70 7 0 0 20 0 21 0 36235914 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140081098557608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19843] ppid=19832 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/19835/task/19843/stat : 19843 (java) S 19832 19835 18590 0 -1 4202560 223 0 0 0 72 7 0 0 20 0 21 0 36235914 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080951540008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19844] ppid=19832 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/19835/task/19844/stat : 19844 (java) S 19832 19835 18590 0 -1 4202560 255 0 0 0 65 10 0 0 20 0 21 0 36235914 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080950487464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19845] ppid=19832 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/19835/task/19845/stat : 19845 (java) S 19832 19835 18590 0 -1 4202560 138 0 0 0 72 7 0 0 20 0 21 0 36235914 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080949434920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19846] ppid=19832 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/19835/task/19846/stat : 19846 (java) S 19832 19835 18590 0 -1 4202560 1004 0 0 0 60 8 0 0 20 0 21 0 36235915 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080937237096 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19847] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19847/stat : 19847 (java) S 19832 19835 18590 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36235916 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080936183416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19848] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19848/stat : 19848 (java) S 19832 19835 18590 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 21 0 36235916 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080935130760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19849] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19849/stat : 19849 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36235918 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080934079504 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19850] ppid=19832 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/19835/task/19850/stat : 19850 (java) S 19832 19835 18590 0 -1 4202560 4942 0 0 0 70 2 0 0 20 0 21 0 36235918 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080933025848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19851] ppid=19832 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/19835/task/19851/stat : 19851 (java) S 19832 19835 18590 0 -1 4202560 16443 0 0 0 187 3 0 0 20 0 21 0 36235918 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080931973304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19852] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19852/stat : 19852 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36235918 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080930920952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19853] ppid=19832 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/19835/task/19853/stat : 19853 (java) S 19832 19835 18590 0 -1 4202560 104 0 0 0 13 12 0 0 20 0 21 0 36235918 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080929868616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19856] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19856/stat : 19856 (java) S 19832 19835 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36235931 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080926709288 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=20094] ppid=19832 vsize=9824732 CPUtime=1732.13 cores=0,2,4,6
/proc/19835/task/20094/stat : 20094 (java) R 19832 19835 18590 0 -1 4202560 1355 0 0 0 173174 39 0 0 20 0 21 0 36240662 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080927759760 140080979758516 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=20095] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/20095/stat : 20095 (java) S 19832 19835 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36240663 10060525568 227220 33554432000 1073741824 1073778376 140736813636560 140080928814376 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1772.14
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.2 s]
/proc/loadavg: 1.99 2.00 1.76 3/217 20482
/proc/meminfo: memFree=28525344/32872528 swapFree=496868/529572
[pid=19835] ppid=19832 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/19835/stat : 19835 (java) S 19832 19835 18590 0 -1 4202496 30468 0 1 0 179795 212 0 0 20 0 21 0 36235913 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140736813627696 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19835/statm: 2456183 229268 2294 9 0 2446860 0
[pid=19835/tid=19836] ppid=19832 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/19835/task/19836/stat : 19836 (java) S 19832 19835 18590 0 -1 4202560 2456 0 1 0 41 13 0 0 20 0 21 0 36235914 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140081113707512 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19838] ppid=19832 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/19835/task/19838/stat : 19838 (java) S 19832 19835 18590 0 -1 4202560 207 0 0 0 68 8 0 0 20 0 21 0 36235914 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140081102768808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19839] ppid=19832 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/19835/task/19839/stat : 19839 (java) S 19832 19835 18590 0 -1 4202560 246 0 0 0 76 8 0 0 20 0 21 0 36235914 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140081101716264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19840] ppid=19832 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/19835/task/19840/stat : 19840 (java) S 19832 19835 18590 0 -1 4202560 245 0 0 0 64 10 0 0 20 0 21 0 36235914 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140081100663720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19841] ppid=19832 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/19835/task/19841/stat : 19841 (java) S 19832 19835 18590 0 -1 4202560 285 0 0 0 70 7 0 0 20 0 21 0 36235914 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140081099611176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19842] ppid=19832 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/19835/task/19842/stat : 19842 (java) S 19832 19835 18590 0 -1 4202560 268 0 0 0 70 7 0 0 20 0 21 0 36235914 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140081098557608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19843] ppid=19832 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/19835/task/19843/stat : 19843 (java) S 19832 19835 18590 0 -1 4202560 225 0 0 0 72 7 0 0 20 0 21 0 36235914 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140080951540008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19844] ppid=19832 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/19835/task/19844/stat : 19844 (java) S 19832 19835 18590 0 -1 4202560 257 0 0 0 65 10 0 0 20 0 21 0 36235914 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140080950487464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19845] ppid=19832 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/19835/task/19845/stat : 19845 (java) S 19832 19835 18590 0 -1 4202560 140 0 0 0 73 7 0 0 20 0 21 0 36235914 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140080949434920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19846] ppid=19832 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/19835/task/19846/stat : 19846 (java) S 19832 19835 18590 0 -1 4202560 1006 0 0 0 60 8 0 0 20 0 21 0 36235915 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140080937237096 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=19847] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19847/stat : 19847 (java) S 19832 19835 18590 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36235916 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140080936183416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19848] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19848/stat : 19848 (java) S 19832 19835 18590 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 21 0 36235916 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140080935130760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19849] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19849/stat : 19849 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36235918 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140080934079504 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19850] ppid=19832 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/19835/task/19850/stat : 19850 (java) S 19832 19835 18590 0 -1 4202560 4942 0 0 0 70 2 0 0 20 0 21 0 36235918 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140080933025848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19851] ppid=19832 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/19835/task/19851/stat : 19851 (java) S 19832 19835 18590 0 -1 4202560 16443 0 0 0 187 3 0 0 20 0 21 0 36235918 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140080931973304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19835/tid=19852] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19852/stat : 19852 (java) S 19832 19835 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36235918 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140080930920952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=19853] ppid=19832 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/19835/task/19853/stat : 19853 (java) S 19832 19835 18590 0 -1 4202560 104 0 0 0 13 12 0 0 20 0 21 0 36235918 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140080929868616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19835/tid=19856] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/19856/stat : 19856 (java) S 19832 19835 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36235931 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140080926709288 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19835/tid=20094] ppid=19832 vsize=9824732 CPUtime=1760.03 cores=0,2,4,6
/proc/19835/task/20094/stat : 20094 (java) R 19832 19835 18590 0 -1 4202560 1356 0 0 0 175964 39 0 0 20 0 21 0 36240662 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140080927759600 140080979758461 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19835/tid=20095] ppid=19832 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19835/task/20095/stat : 20095 (java) S 19832 19835 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36240663 10060525568 229268 33554432000 1073741824 1073778376 140736813636560 140080928814376 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 19835 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# 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.00999999
#  lost CPU user time (s): 0
#  lost CPU system time (s): 0.01

Real time (s): 1810.28
CPU time (s): 1800.8
CPU user time (s): 1798.19
CPU system time (s): 2.6136
CPU usage (%): 99.4766
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.19
system time used= 2.6036
maximum resident set size= 979436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30493
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81983
involuntary context switches= 44070

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4914 second user time and 13.5439 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-19 15:11:45
IDJOB=4109377
IDBENCH=78793
IDSOLVER=2552
FILE ID=node141/4109377-1466341905
RUNJOBID= node141-1466341797-18606
PBS_JOBID= 19922012
Free space on /tmp= 71728 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.1110973670--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109377-1466341905/watcher-4109377-1466341905 -o /tmp/evaluation-result-4109377-1466341905/solver-4109377-1466341905 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466341797-18606 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109377-1466341905.wbo

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

MD5SUM BENCH= dd52e3f19057175797858802a2db3ee5
RANDOM SEED=1552575210

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.547
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.547
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31057872 kB
Buffers:           83032 kB
Cached:           171660 kB
SwapCached:         2228 kB
Active:           366136 kB
Inactive:         171444 kB
Active(anon):     282460 kB
Inactive(anon):     2396 kB
Active(file):      83676 kB
Inactive(file):   169048 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099196 kB
Dirty:               500 kB
Writeback:             0 kB
AnonPages:        777952 kB
Mapped:            15528 kB
Shmem:                 0 kB
Slab:             608924 kB
SReclaimable:      52384 kB
SUnreclaim:       556540 kB
KernelStack:        1776 kB
PageTables:         5900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1221068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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= 71728 MiB
End job on node141 at 2016-06-19 15:41:55