Trace number 4092317

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 PB16OPTIMUM 58.2491 72.4975

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111228076--soft-0-100-0.wbo
MD5SUM769102c4365831847599c548efd52eec
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark9.08762
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1225
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4092317-1467322048.wbo
0.09/0.12	c reading problem ... 
0.09/0.19	c ... done. Wall clock time 0.065s.
0.09/0.19	c declared #vars     169
0.09/0.19	c internal #vars     270
0.09/0.19	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 => 30
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
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.OriginalHTClausePB => 30
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 101 literals
0.91/0.43	c And the winner is solver0
1.40/0.69	c SATISFIABLE
1.40/0.69	c OPTIMIZING...
1.40/0.69	c Got one! Elapsed wall clock time (in seconds):0.57
1.40/0.69	o 725
1.42/0.70	c And the winner is solver0
1.42/1.19	c Got one! Elapsed wall clock time (in seconds):1.071
1.42/1.19	o 694
1.42/1.20	c And the winner is solver0
1.42/1.69	c Got one! Elapsed wall clock time (in seconds):1.573
1.42/1.69	o 686
1.42/1.70	c And the winner is solver0
1.43/2.20	c Got one! Elapsed wall clock time (in seconds):2.074
1.43/2.20	o 683
1.43/2.20	c And the winner is solver0
1.45/2.70	c Got one! Elapsed wall clock time (in seconds):2.576
1.45/2.70	o 671
1.45/2.71	c And the winner is solver0
1.66/3.20	c Got one! Elapsed wall clock time (in seconds):3.077
1.66/3.20	o 670
1.68/3.21	c And the winner is solver0
1.69/3.70	c Got one! Elapsed wall clock time (in seconds):3.579
1.69/3.70	o 630
1.69/3.71	c And the winner is solver0
1.71/4.20	c Got one! Elapsed wall clock time (in seconds):4.08
1.71/4.20	o 593
1.71/4.21	c And the winner is solver0
1.77/4.70	c Got one! Elapsed wall clock time (in seconds):4.581
1.77/4.70	o 586
1.77/4.71	c And the winner is solver0
1.78/5.20	c Got one! Elapsed wall clock time (in seconds):5.082
1.78/5.20	o 582
1.78/5.21	c And the winner is solver0
1.79/5.70	c Got one! Elapsed wall clock time (in seconds):5.584
1.79/5.70	o 548
1.79/5.71	c And the winner is solver0
1.80/6.21	c Got one! Elapsed wall clock time (in seconds):6.085
1.80/6.21	o 540
1.80/6.21	c And the winner is solver0
1.80/6.71	c Got one! Elapsed wall clock time (in seconds):6.586
1.80/6.71	o 538
1.80/6.78	c And the winner is solver0
2.08/7.21	c Got one! Elapsed wall clock time (in seconds):7.087
2.08/7.21	o 528
2.08/7.21	c And the winner is solver0
2.08/7.71	c Got one! Elapsed wall clock time (in seconds):7.589
2.08/7.71	o 503
2.08/7.71	c And the winner is solver0
2.09/8.21	c Got one! Elapsed wall clock time (in seconds):8.09
2.09/8.21	o 453
2.09/8.22	c And the winner is solver0
2.09/8.71	c Got one! Elapsed wall clock time (in seconds):8.591
2.09/8.71	o 451
2.09/8.72	c And the winner is solver0
2.09/9.21	c Got one! Elapsed wall clock time (in seconds):9.092
2.09/9.21	o 443
2.09/9.22	c And the winner is solver0
2.91/9.71	c Got one! Elapsed wall clock time (in seconds):9.593
2.91/9.71	o 432
2.91/9.72	c And the winner is solver0
2.91/10.22	c Got one! Elapsed wall clock time (in seconds):10.094
2.91/10.22	o 404
2.91/10.24	c And the winner is solver0
2.97/10.72	c Got one! Elapsed wall clock time (in seconds):10.595
2.97/10.72	o 403
2.97/10.72	c And the winner is solver0
2.98/11.22	c Got one! Elapsed wall clock time (in seconds):11.096
2.98/11.22	o 390
2.98/11.22	c And the winner is solver0
2.98/11.72	c Got one! Elapsed wall clock time (in seconds):11.598
2.98/11.72	o 331
2.98/11.72	c And the winner is solver0
2.98/12.22	c Got one! Elapsed wall clock time (in seconds):12.099
2.98/12.22	o 320
2.98/12.30	c And the winner is solver0
3.27/12.72	c Got one! Elapsed wall clock time (in seconds):12.6
3.27/12.72	o 282
3.27/12.73	c And the winner is solver0
3.29/13.22	c Got one! Elapsed wall clock time (in seconds):13.101
3.29/13.22	o 272
3.29/13.23	c And the winner is solver0
3.29/13.72	c Got one! Elapsed wall clock time (in seconds):13.602
3.29/13.72	o 266
3.29/13.73	c And the winner is solver0
3.30/14.22	c Got one! Elapsed wall clock time (in seconds):14.103
3.30/14.22	o 252
3.47/14.40	c cleaning 4872 clauses out of 9749 with flag 13724/9749
3.73/14.47	c And the winner is solver0
3.88/14.73	c Got one! Elapsed wall clock time (in seconds):14.604
3.88/14.73	o 250
3.88/14.78	c And the winner is solver0
4.01/15.23	c Got one! Elapsed wall clock time (in seconds):15.105
4.01/15.23	o 239
4.01/15.24	c And the winner is solver0
4.07/15.73	c Got one! Elapsed wall clock time (in seconds):15.606
4.07/15.73	o 224
4.07/15.74	c And the winner is solver0
4.10/16.23	c Got one! Elapsed wall clock time (in seconds):16.107
4.10/16.23	o 222
4.23/16.33	c And the winner is solver0
4.31/16.73	c Got one! Elapsed wall clock time (in seconds):16.608
4.31/16.73	o 214
4.44/16.84	c cleaning 6162 clauses out of 12333 with flag 7943/17205
4.64/16.96	c And the winner is solver0
4.82/17.23	c Got one! Elapsed wall clock time (in seconds):17.11
4.82/17.23	o 205
4.82/17.26	c And the winner is solver0
4.90/17.73	c Got one! Elapsed wall clock time (in seconds):17.612
4.90/17.73	o 202
5.03/17.81	c And the winner is solver0
5.14/18.23	c Got one! Elapsed wall clock time (in seconds):18.113
5.14/18.23	o 200
5.14/18.29	c cleaning 6204 clauses out of 12417 with flag 4151/23451
5.50/18.41	c And the winner is solver0
5.60/18.73	c Got one! Elapsed wall clock time (in seconds):18.614
5.60/18.73	o 196
5.74/18.86	c cleaning 5918 clauses out of 11840 with flag 12085/29078
6.32/19.14	c cleaning 5962 clauses out of 11923 with flag 38360/35079
6.52/19.27	c And the winner is solver0
6.71/19.74	c Got one! Elapsed wall clock time (in seconds):19.615
6.71/19.74	o 194
6.71/19.76	c And the winner is solver0
6.78/20.24	c Got one! Elapsed wall clock time (in seconds):20.116
6.78/20.24	o 192
6.78/20.29	c And the winner is solver0
6.92/20.74	c Got one! Elapsed wall clock time (in seconds):20.616
6.92/20.74	o 188
6.92/20.76	c And the winner is solver0
7.01/21.24	c Got one! Elapsed wall clock time (in seconds):21.118
7.01/21.24	o 185
7.13/21.30	c cleaning 6074 clauses out of 12151 with flag 4121/41269
7.13/21.33	c And the winner is solver0
7.32/21.74	c Got one! Elapsed wall clock time (in seconds):21.618
7.32/21.74	o 171
7.62/21.93	c And the winner is solver0
7.86/22.24	c Got one! Elapsed wall clock time (in seconds):22.119
7.86/22.24	o 168
7.96/22.31	c cleaning 6046 clauses out of 12091 with flag 4380/47283
8.36/22.52	c And the winner is solver0
8.49/22.74	c Got one! Elapsed wall clock time (in seconds):22.62
8.49/22.74	o 164
8.80/22.91	c And the winner is solver0
8.84/23.24	c Got one! Elapsed wall clock time (in seconds):23.121
8.84/23.24	o 162
8.95/23.37	c And the winner is solver0
9.22/23.74	c Got one! Elapsed wall clock time (in seconds):23.622
9.22/23.74	o 160
9.32/23.80	c And the winner is solver0
9.35/24.24	c Got one! Elapsed wall clock time (in seconds):24.123
9.35/24.24	o 138
9.35/24.27	c And the winner is solver0
9.43/24.75	c Got one! Elapsed wall clock time (in seconds):24.624
9.43/24.75	o 133
9.52/24.83	c cleaning 9173 clauses out of 18357 with flag 4417/59595
9.52/24.86	c And the winner is solver0
9.73/25.25	c Got one! Elapsed wall clock time (in seconds):25.125
9.73/25.25	o 131
9.73/25.27	c And the winner is solver0
9.82/25.75	c Got one! Elapsed wall clock time (in seconds):25.626
9.82/25.75	o 126
9.82/25.78	c And the winner is solver0
9.91/26.25	c Got one! Elapsed wall clock time (in seconds):26.127
9.91/26.25	o 125
9.91/26.27	c And the winner is solver0
9.99/26.75	c Got one! Elapsed wall clock time (in seconds):26.628
9.99/26.75	o 116
9.99/26.79	c And the winner is solver0
10.10/27.25	c Got one! Elapsed wall clock time (in seconds):27.129
10.10/27.25	o 110
10.10/27.28	c And the winner is solver0
10.17/27.75	c Got one! Elapsed wall clock time (in seconds):27.63
10.17/27.75	o 108
10.68/28.04	c cleaning 8714 clauses out of 17430 with flag 22436/67841
10.68/28.09	c And the winner is solver0
11.09/28.25	c Got one! Elapsed wall clock time (in seconds):28.131
11.09/28.25	o 91
11.19/28.30	c And the winner is solver0
11.23/28.75	c Got one! Elapsed wall clock time (in seconds):28.632
11.23/28.75	o 90
11.34/28.88	c And the winner is solver0
11.59/29.25	c Got one! Elapsed wall clock time (in seconds):29.133
11.59/29.25	o 89
11.67/29.34	c cleaning 7313 clauses out of 14635 with flag 4233/73760
11.67/29.34	c And the winner is solver0
12.22/29.76	c Got one! Elapsed wall clock time (in seconds):29.635
12.22/29.76	o 87
12.49/29.94	c And the winner is solver0
12.76/30.26	c Got one! Elapsed wall clock time (in seconds):30.136
12.76/30.26	o 85
12.85/30.31	c cleaning 6314 clauses out of 12635 with flag 3769/79073
12.85/30.35	c And the winner is solver0
13.05/30.76	c Got one! Elapsed wall clock time (in seconds):30.638
13.05/30.76	o 83
13.05/30.78	c And the winner is solver0
13.10/31.26	c Got one! Elapsed wall clock time (in seconds):31.14
13.10/31.26	o 77
13.17/31.34	c And the winner is solver0
13.36/31.76	c Got one! Elapsed wall clock time (in seconds):31.642
13.36/31.76	o 74
13.64/31.91	c cleaning 6331 clauses out of 12698 with flag 11569/85450
14.02/32.16	c And the winner is solver0
14.19/32.26	c Got one! Elapsed wall clock time (in seconds):32.144
14.19/32.26	o 70
14.66/32.55	c cleaning 8449 clauses out of 16906 with flag 23388/95989
15.26/32.83	c cleaning 7223 clauses out of 14457 with flag 50834/101989
15.90/33.16	c cleaning 7116 clauses out of 14232 with flag 80693/108987
16.48/33.44	c And the winner is solver0
16.62/33.77	c Got one! Elapsed wall clock time (in seconds):33.646
16.62/33.77	o 69
17.08/34.05	c cleaning 9154 clauses out of 18308 with flag 27324/120179
17.29/34.13	c And the winner is solver0
17.40/34.27	c Got one! Elapsed wall clock time (in seconds):34.15
17.40/34.27	o 67
17.65/34.47	c cleaning 7453 clauses out of 14909 with flag 17210/125934
18.25/34.74	c cleaning 6721 clauses out of 13457 with flag 44323/131935
18.25/34.76	c And the winner is solver0
18.83/35.28	c Got one! Elapsed wall clock time (in seconds):35.154
18.83/35.28	o 66
19.29/35.51	c cleaning 6154 clauses out of 12309 with flag 25857/137508
19.29/35.52	c And the winner is solver0
19.37/35.78	c Got one! Elapsed wall clock time (in seconds):35.658
19.37/35.78	o 64
19.60/35.99	c cleaning 5628 clauses out of 11263 with flag 25526/142616
19.80/36.08	c And the winner is solver0
20.39/36.58	c Got one! Elapsed wall clock time (in seconds):36.462
20.39/36.58	o 62
20.49/36.62	c And the winner is solver0
20.56/37.09	c Got one! Elapsed wall clock time (in seconds):36.965
20.56/37.09	o 60
20.78/37.22	c cleaning 5912 clauses out of 11834 with flag 12253/148815
20.98/37.34	c And the winner is solver0
21.09/37.59	c Got one! Elapsed wall clock time (in seconds):37.469
21.09/37.59	o 49
21.09/37.63	c And the winner is solver0
21.20/38.09	c Got one! Elapsed wall clock time (in seconds):37.973
21.20/38.09	o 48
21.20/38.13	c And the winner is solver0
21.30/38.60	c Got one! Elapsed wall clock time (in seconds):38.479
21.30/38.60	o 46
21.30/38.63	c And the winner is solver0
21.40/39.11	c Got one! Elapsed wall clock time (in seconds):38.984
21.40/39.11	o 45
21.40/39.12	c And the winner is solver0
21.44/39.61	c Got one! Elapsed wall clock time (in seconds):39.49
21.44/39.61	o 41
21.44/39.62	c And the winner is solver0
45.62/63.14	c Got one! Elapsed wall clock time (in seconds):63.018
45.62/63.14	o 34
45.74/63.25	c cleaning 7065 clauses out of 14134 with flag 7279/157027
45.94/63.35	c And the winner is solver0
46.08/63.65	c Got one! Elapsed wall clock time (in seconds):63.532
46.08/63.65	o 31
46.15/63.78	c cleaning 6455 clauses out of 12912 with flag 8665/162870
46.36/63.89	c And the winner is solver0
46.58/64.17	c Got one! Elapsed wall clock time (in seconds):64.049
46.58/64.17	o 30
46.65/64.28	c cleaning 5796 clauses out of 11593 with flag 6424/168007
47.03/64.49	c cleaning 5890 clauses out of 11798 with flag 26603/174008
47.24/64.53	c And the winner is solver0
47.37/64.69	c Got one! Elapsed wall clock time (in seconds):64.566
47.37/64.69	o 29
47.59/64.85	c cleaning 5601 clauses out of 11217 with flag 12863/179317
48.00/65.07	c cleaning 5800 clauses out of 11616 with flag 32493/185317
48.19/65.12	c And the winner is solver0
48.31/65.25	c Got one! Elapsed wall clock time (in seconds):65.133
48.31/65.25	o 18
48.61/65.42	c cleaning 5718 clauses out of 11443 with flag 13989/190944
49.01/65.63	c cleaning 5861 clauses out of 11726 with flag 34464/196945
49.41/65.89	c cleaning 6432 clauses out of 12864 with flag 59092/203944
50.02/66.12	c And the winner is solver0
50.07/66.27	c Got one! Elapsed wall clock time (in seconds):66.151
50.07/66.27	o 15
50.09/66.37	c And the winner is solver0
50.26/66.79	c Got one! Elapsed wall clock time (in seconds):66.672
50.26/66.79	o 14
50.26/66.89	c And the winner is solver0
50.46/67.32	c Got one! Elapsed wall clock time (in seconds):67.194
50.46/67.32	o 9
50.82/67.50	c And the winner is solver0
50.85/67.84	c Got one! Elapsed wall clock time (in seconds):67.719
50.85/67.84	o 5
50.94/67.93	c cleaning 9964 clauses out of 19937 with flag 4418/217450
51.34/68.19	c cleaning 7977 clauses out of 15972 with flag 28440/223449
51.94/68.44	c And the winner is solver0
52.05/68.86	c Got one! Elapsed wall clock time (in seconds):68.742
52.05/68.86	o 4
52.49/69.12	c And the winner is solver0
52.60/69.39	c Got one! Elapsed wall clock time (in seconds):69.266
52.60/69.39	o 3
52.62/69.49	c cleaning 10303 clauses out of 20623 with flag 5064/236079
53.20/69.75	c cleaning 8157 clauses out of 16317 with flag 31210/242077
53.80/70.08	c cleaning 7573 clauses out of 15160 with flag 63305/249077
54.61/70.45	c cleaning 7791 clauses out of 15585 with flag 99906/257077
55.39/70.89	c cleaning 8391 clauses out of 16793 with flag 143310/266078
56.39/71.38	c cleaning 9192 clauses out of 18398 with flag 194187/276079
57.61/71.95	c cleaning 10097 clauses out of 20198 with flag 248511/287080
57.81/72.04	c And the winner is solver0
58.06/72.49	c >>>>>>>>>> Solver number 0 (86 answers) <<<<<<<<<<<<<<<<<<
58.06/72.49	c starts		: 216
58.06/72.49	c conflicts		: 289275
58.06/72.49	c decisions		: 489374
58.06/72.49	c propagations		: 8621627
58.06/72.49	c inspects		: 143811059
58.06/72.49	c shortcuts		: 0
58.06/72.49	c learnt literals	: 40
58.06/72.49	c learnt binary clauses	: 23
58.06/72.49	c learnt ternary clauses	: 542
58.06/72.49	c learnt constraints	: 289234
58.06/72.49	c ignored constraints	: 0
58.06/72.49	c root simplifications	: 0
58.06/72.49	c removed literals (reason simplification)	: 210689
58.06/72.49	c reason swapping (by a shorter reason)	: 0
58.06/72.49	c Calls to reduceDB	: 39
58.06/72.49	c Number of update (reduction) of LBD	: 92344
58.06/72.49	c Imported unit clauses	: 0
58.06/72.49	c number of reductions to clauses (during analyze)	: 0
58.06/72.49	c number of learned constraints concerned by reduction	: 0
58.06/72.49	c number of learning phase by resolution	: 0
58.06/72.49	c number of learning phase by cutting planes	: 0
58.06/72.49	c speed (assignments/second)	: 119259.49953660795
58.06/72.49	c non guided choices	3932
58.06/72.49	c learnt constraints type 
58.06/72.49	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
58.06/72.49	c starts		: 91
58.06/72.49	c conflicts		: 1172
58.06/72.49	c decisions		: 14422
58.06/72.49	c propagations		: 58120
58.06/72.49	c inspects		: 6304309
58.06/72.49	c shortcuts		: 0
58.06/72.49	c learnt literals	: 0
58.06/72.49	c learnt binary clauses	: 0
58.06/72.49	c learnt ternary clauses	: 0
58.06/72.49	c learnt constraints	: 1105
58.06/72.49	c ignored constraints	: 0
58.06/72.49	c root simplifications	: 0
58.06/72.49	c removed literals (reason simplification)	: 0
58.06/72.49	c reason swapping (by a shorter reason)	: 0
58.06/72.49	c Calls to reduceDB	: 0
58.06/72.49	c Number of update (reduction) of LBD	: 0
58.06/72.49	c Imported unit clauses	: 0
58.06/72.49	c number of reductions to clauses (during analyze)	: 0
58.06/72.49	c number of learned constraints concerned by reduction	: 0
58.06/72.49	c number of learning phase by resolution	: 0
58.06/72.49	c number of learning phase by cutting planes	: 0
58.06/72.49	c speed (assignments/second)	: 19175.189706367535
58.06/72.49	c non guided choices	1690
58.06/72.49	c learnt constraints type 
58.06/72.49	s OPTIMUM FOUND
58.06/72.49	c Found 85 solution(s)
58.06/72.49	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 
58.06/72.49	c objective function=3
58.06/72.49	c Total wall clock time (in seconds): 72.366

Verifier Data

OK	3

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

pid=22978
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: 3.84 3.22 2.59 3/173 22983
/proc/meminfo: memFree=28075292/32872528 swapFree=1634416/1797936
[pid=22983] ppid=22978 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22983/stat : 22983 (java) D 22978 22983 22185 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 11230854 9515008 183 33554432000 1073741824 1073778376 140735196258016 140735196249048 260190322357 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/22983/statm: 2323 183 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 3.84 3.22 2.59 3/173 22983
/proc/meminfo: memFree=28075292/32872528 swapFree=1634416/1797936
[pid=22983] ppid=22978 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22983/stat : 22983 (java) S 22978 22983 22185 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 11230854 9787879424 6045 33554432000 1073741824 1073778376 140733457675584 140733457666720 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22983/statm: 2389619 6045 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 3.84 3.22 2.59 3/173 22983
/proc/meminfo: memFree=28075292/32872528 swapFree=1634416/1797936
[pid=22983] ppid=22978 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/22983/stat : 22983 (java) S 22978 22983 22185 0 -1 4202496 4824 0 1 0 22 1 0 0 20 0 22 0 11230854 10060525568 7913 33554432000 1073741824 1073778376 140733457675584 140733457666720 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22983/statm: 2456183 7913 2221 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.300279 s]
/proc/loadavg: 3.84 3.22 2.59 3/173 22983
/proc/meminfo: memFree=28075292/32872528 swapFree=1634416/1797936
[pid=22983] ppid=22978 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/22983/stat : 22983 (java) S 22978 22983 22185 0 -1 4202496 7268 0 1 0 49 2 0 0 20 0 22 0 11230854 10060525568 9918 33554432000 1073741824 1073778376 140733457675584 140733457666720 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22983/statm: 2456183 9918 2242 9 0 2446860 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9824732

[startup+0.700204 s]
/proc/loadavg: 3.84 3.22 2.59 3/173 22983
/proc/meminfo: memFree=28075292/32872528 swapFree=1634416/1797936
[pid=22983] ppid=22978 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/22983/stat : 22983 (java) S 22978 22983 22185 0 -1 4202496 16595 0 1 0 137 5 0 0 20 0 22 0 11230854 10060525568 14688 33554432000 1073741824 1073778376 140733457675584 140733457666720 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22983/statm: 2456183 14688 2255 9 0 2446860 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 3.84 3.22 2.59 1/214 23036
/proc/meminfo: memFree=27968508/32872528 swapFree=1634416/1797936
[pid=22983] ppid=22978 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/22983/stat : 22983 (java) S 22978 22983 22185 0 -1 4202496 16605 0 1 0 137 5 0 0 20 0 19 0 11230854 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 140733457666720 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22983/statm: 2456183 15706 2255 9 0 2446860 0
[pid=22983/tid=22989] ppid=22978 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/22983/task/22989/stat : 22989 (java) S 22978 22983 22185 0 -1 4202560 2416 0 1 0 16 0 0 0 20 0 19 0 11230855 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 139903248302968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=22992] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/22992/stat : 22992 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 139903209793704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=22994] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/22994/stat : 22994 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 139903208741160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=22996] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/22996/stat : 22996 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 139903207688616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22983/tid=22998] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/22998/stat : 22998 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 139903206636072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22983/tid=23000] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23000/stat : 23000 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 139903205583528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23002] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23002/stat : 23002 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 139903204530984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22983/tid=23004] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23004/stat : 23004 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 139903203478440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23006] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23006/stat : 23006 (java) S 22978 22983 22185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 139903202425896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23007] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23007/stat : 23007 (java) S 22978 22983 22185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11230857 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 139903072458856 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23010] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23010/stat : 23010 (java) S 22978 22983 22185 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11230858 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 139903071405176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23011] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23011/stat : 23011 (java) S 22978 22983 22185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11230858 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 139903070352520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23013] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23013/stat : 23013 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230860 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 139903069301264 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23015] ppid=22978 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/22983/task/23015/stat : 23015 (java) S 22978 22983 22185 0 -1 4202560 5653 0 0 0 38 0 0 0 20 0 19 0 11230860 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 139903068248632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22983/tid=23017] ppid=22978 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/22983/task/23017/stat : 23017 (java) S 22978 22983 22185 0 -1 4202560 7183 0 0 0 35 2 0 0 20 0 19 0 11230860 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 139903067196088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23019] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23019/stat : 23019 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230860 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 139903066143736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23021] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23021/stat : 23021 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230860 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 139903065091400 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23029] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23029/stat : 23029 (java) S 22978 22983 22185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11230874 10060525568 15706 33554432000 1073741824 1073778376 140733457675584 139903060878504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 3.84 3.22 2.59 3/214 23048
/proc/meminfo: memFree=27947608/32872528 swapFree=1634416/1797936
[pid=22983] ppid=22978 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/22983/stat : 22983 (java) S 22978 22983 22185 0 -1 4202496 18360 0 1 0 160 6 0 0 20 0 19 0 11230854 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 140733457666720 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22983/statm: 2456183 20076 2258 9 0 2446860 0
[pid=22983/tid=22989] ppid=22978 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/22983/task/22989/stat : 22989 (java) S 22978 22983 22185 0 -1 4202560 2416 0 1 0 16 0 0 0 20 0 19 0 11230855 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 139903248302968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=22992] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/22992/stat : 22992 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 139903209793704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=22994] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/22994/stat : 22994 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 139903208741160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=22996] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/22996/stat : 22996 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 139903207688616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22983/tid=22998] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/22998/stat : 22998 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 139903206636072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22983/tid=23000] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23000/stat : 23000 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 139903205583528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23002] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23002/stat : 23002 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 139903204530984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22983/tid=23004] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23004/stat : 23004 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 139903203478440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23006] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23006/stat : 23006 (java) S 22978 22983 22185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 139903202425896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23007] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23007/stat : 23007 (java) S 22978 22983 22185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11230857 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 139903072458856 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23010] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23010/stat : 23010 (java) S 22978 22983 22185 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11230858 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 139903071405176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23011] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23011/stat : 23011 (java) S 22978 22983 22185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11230858 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 139903070352520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23013] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23013/stat : 23013 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230860 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 139903069301264 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23015] ppid=22978 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/22983/task/23015/stat : 23015 (java) S 22978 22983 22185 0 -1 4202560 6761 0 0 0 47 1 0 0 20 0 19 0 11230860 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 139903068248632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23017] ppid=22978 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/22983/task/23017/stat : 23017 (java) S 22978 22983 22185 0 -1 4202560 7802 0 0 0 47 2 0 0 20 0 19 0 11230860 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 139903067196088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23019] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23019/stat : 23019 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230860 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 139903066143736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23021] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23021/stat : 23021 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230860 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 139903065091400 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23029] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23029/stat : 23029 (java) S 22978 22983 22185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11230874 10060525568 20076 33554432000 1073741824 1073778376 140733457675584 139903060878504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=32 pid=1815 uid=0 cmd=

[startup+6.30083 s]
/proc/loadavg: 3.53 3.17 2.58 1/214 23090
/proc/meminfo: memFree=27878436/32872528 swapFree=1634416/1797936
[pid=22983] ppid=22978 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/22983/stat : 22983 (java) S 22978 22983 22185 0 -1 4202496 18467 0 1 0 173 7 0 0 20 0 19 0 11230854 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 140733457666720 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22983/statm: 2456183 29762 2264 9 0 2446860 0
[pid=22983/tid=22989] ppid=22978 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/22983/task/22989/stat : 22989 (java) S 22978 22983 22185 0 -1 4202560 2419 0 1 0 17 0 0 0 20 0 19 0 11230855 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 139903248302968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=22992] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/22992/stat : 22992 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 139903209793704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=22994] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/22994/stat : 22994 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 139903208741160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=22996] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/22996/stat : 22996 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 139903207688616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22983/tid=22998] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/22998/stat : 22998 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 139903206636072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22983/tid=23000] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23000/stat : 23000 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 139903205583528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23002] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23002/stat : 23002 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 139903204530984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22983/tid=23004] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23004/stat : 23004 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 139903203478440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23006] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23006/stat : 23006 (java) S 22978 22983 22185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11230856 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 139903202425896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23007] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23007/stat : 23007 (java) S 22978 22983 22185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11230857 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 139903072458856 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22983/tid=23010] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23010/stat : 23010 (java) S 22978 22983 22185 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11230858 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 139903071405176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23011] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23011/stat : 23011 (java) S 22978 22983 22185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11230858 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 139903070352520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23013] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23013/stat : 23013 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230860 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 139903069301264 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23015] ppid=22978 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/22983/task/23015/stat : 23015 (java) S 22978 22983 22185 0 -1 4202560 6774 0 0 0 54 2 0 0 20 0 19 0 11230860 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 139903068248632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22983/tid=23017] ppid=22978 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/22983/task/23017/stat : 23017 (java) S 22978 22983 22185 0 -1 4202560 7806 0 0 0 53 2 0 0 20 0 19 0 11230860 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 139903067196088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23019] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23019/stat : 23019 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230860 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 139903066143736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23021] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23021/stat : 23021 (java) S 22978 22983 22185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11230860 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 139903065091400 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23029] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23029/stat : 23029 (java) S 22978 22983 22185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11230874 10060525568 29762 33554432000 1073741824 1073778376 140733457675584 139903060878504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.8

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

[pid=22983/tid=23013] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23013/stat : 23013 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11230860 10060525568 170366 33554432000 1073741824 1073778376 140733457675584 139903069301264 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23015] ppid=22978 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/22983/task/23015/stat : 23015 (java) S 22978 22983 22185 0 -1 4202560 18820 0 0 0 162 3 0 0 20 0 22 0 11230860 10060525568 170366 33554432000 1073741824 1073778376 140733457675584 139903068248632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22983/tid=23017] ppid=22978 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/22983/task/23017/stat : 23017 (java) S 22978 22983 22185 0 -1 4202560 10150 0 0 0 121 2 0 0 20 0 22 0 11230860 10060525568 170366 33554432000 1073741824 1073778376 140733457675584 139903067196088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23019] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23019/stat : 23019 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11230860 10060525568 170366 33554432000 1073741824 1073778376 140733457675584 139903066143736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23021] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23021/stat : 23021 (java) S 22978 22983 22185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 11230860 10060525568 170366 33554432000 1073741824 1073778376 140733457675584 139903065091400 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23029] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23029/stat : 23029 (java) S 22978 22983 22185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11230874 10060525568 170366 33554432000 1073741824 1073778376 140733457675584 139903060878504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23654] ppid=22978 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/22983/task/23654/stat : 23654 (java) R 22978 22983 22185 0 -1 4202560 3 0 0 0 98 0 0 0 20 0 22 0 11237795 10060525568 170366 33554432000 1073741824 1073778376 140733457675584 139903061931256 139903073960496 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23655] ppid=22978 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/22983/task/23655/stat : 23655 (java) R 22978 22983 22185 0 -1 4202560 2 0 0 0 98 0 0 0 20 0 22 0 11237795 10060525568 170366 33554432000 1073741824 1073778376 140733457675584 139903064034056 139903074167809 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22983/tid=23656] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23656/stat : 23656 (java) S 22978 22983 22185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11237800 10060525568 170366 33554432000 1073741824 1073778376 140733457675584 139903062983464 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 54.61
Current children cumulated vsize (KiB) 9824732

[startup+71.2009 s]
/proc/loadavg: 2.38 2.88 2.52 3/216 23662
/proc/meminfo: memFree=27243296/32872528 swapFree=1634416/1797936
[pid=22983] ppid=22978 vsize=9824732 CPUtime=56.19 cores=1,3,5,7
/proc/22983/stat : 22983 (java) S 22978 22983 22185 0 -1 4202496 35233 0 1 0 5461 158 0 0 20 0 22 0 11230854 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 140733457666720 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22983/statm: 2456183 170878 2287 9 0 2446860 0
[pid=22983/tid=22989] ppid=22978 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/22983/task/22989/stat : 22989 (java) S 22978 22983 22185 0 -1 4202560 2429 0 1 0 46 2 0 0 20 0 22 0 11230855 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903248302968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=22992] ppid=22978 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/22983/task/22992/stat : 22992 (java) S 22978 22983 22185 0 -1 4202560 39 0 0 0 13 2 0 0 20 0 22 0 11230856 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903209793704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=22994] ppid=22978 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/22983/task/22994/stat : 22994 (java) S 22978 22983 22185 0 -1 4202560 42 0 0 0 14 1 0 0 20 0 22 0 11230856 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903208741160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22983/tid=22996] ppid=22978 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/22983/task/22996/stat : 22996 (java) S 22978 22983 22185 0 -1 4202560 47 0 0 0 14 3 0 0 20 0 22 0 11230856 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903207688616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22983/tid=22998] ppid=22978 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/22983/task/22998/stat : 22998 (java) S 22978 22983 22185 0 -1 4202560 42 0 0 0 12 2 0 0 20 0 22 0 11230856 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903206636072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23000] ppid=22978 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/22983/task/23000/stat : 23000 (java) S 22978 22983 22185 0 -1 4202560 32 0 0 0 12 2 0 0 20 0 22 0 11230856 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903205583528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23002] ppid=22978 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/22983/task/23002/stat : 23002 (java) S 22978 22983 22185 0 -1 4202560 40 0 0 0 14 2 0 0 20 0 22 0 11230856 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903204530984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23004] ppid=22978 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/22983/task/23004/stat : 23004 (java) S 22978 22983 22185 0 -1 4202560 36 0 0 0 13 2 0 0 20 0 22 0 11230856 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903203478440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22983/tid=23006] ppid=22978 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/22983/task/23006/stat : 23006 (java) S 22978 22983 22185 0 -1 4202560 50 0 0 0 16 2 0 0 20 0 22 0 11230856 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903202425896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23007] ppid=22978 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/22983/task/23007/stat : 23007 (java) S 22978 22983 22185 0 -1 4202560 317 0 0 0 2 9 0 0 20 0 22 0 11230857 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903072458856 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23010] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23010/stat : 23010 (java) S 22978 22983 22185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11230858 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903071405176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23011] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23011/stat : 23011 (java) S 22978 22983 22185 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 22 0 11230858 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903070352520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23013] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23013/stat : 23013 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11230860 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903069301264 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23015] ppid=22978 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/22983/task/23015/stat : 23015 (java) S 22978 22983 22185 0 -1 4202560 18820 0 0 0 162 3 0 0 20 0 22 0 11230860 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903068248632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22983/tid=23017] ppid=22978 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/22983/task/23017/stat : 23017 (java) S 22978 22983 22185 0 -1 4202560 10150 0 0 0 121 2 0 0 20 0 22 0 11230860 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903067196088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23019] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23019/stat : 23019 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11230860 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903066143736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23021] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23021/stat : 23021 (java) S 22978 22983 22185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 11230860 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903065091400 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23029] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23029/stat : 23029 (java) S 22978 22983 22185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11230874 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903060878504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23654] ppid=22978 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/22983/task/23654/stat : 23654 (java) R 22978 22983 22185 0 -1 4202560 3 0 0 0 177 0 0 0 20 0 22 0 11237795 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903061922192 139903074063431 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23655] ppid=22978 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/22983/task/23655/stat : 23655 (java) R 22978 22983 22185 0 -1 4202560 3 0 0 0 177 0 0 0 20 0 22 0 11237795 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903064033936 139903074167793 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22983/tid=23656] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23656/stat : 23656 (java) S 22978 22983 22185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11237800 10060525568 170878 33554432000 1073741824 1073778376 140733457675584 139903062983464 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 56.19
Current children cumulated vsize (KiB) 9824732

[startup+72.0009 s]
/proc/loadavg: 2.38 2.88 2.52 3/216 23668
/proc/meminfo: memFree=27225836/32872528 swapFree=1634416/1797936
[pid=22983] ppid=22978 vsize=9824732 CPUtime=57.81 cores=1,3,5,7
/proc/22983/stat : 22983 (java) S 22978 22983 22185 0 -1 4202496 35719 0 1 0 5622 159 0 0 20 0 22 0 11230854 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 140733457666720 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22983/statm: 2456183 174418 2287 9 0 2446860 0
[pid=22983/tid=22989] ppid=22978 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/22983/task/22989/stat : 22989 (java) S 22978 22983 22185 0 -1 4202560 2429 0 1 0 46 2 0 0 20 0 22 0 11230855 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903248302968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=22992] ppid=22978 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/22983/task/22992/stat : 22992 (java) S 22978 22983 22185 0 -1 4202560 207 0 0 0 13 3 0 0 20 0 22 0 11230856 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903209793704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=22994] ppid=22978 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/22983/task/22994/stat : 22994 (java) S 22978 22983 22185 0 -1 4202560 42 0 0 0 15 1 0 0 20 0 22 0 11230856 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903208741160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22983/tid=22996] ppid=22978 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/22983/task/22996/stat : 22996 (java) S 22978 22983 22185 0 -1 4202560 49 0 0 0 14 3 0 0 20 0 22 0 11230856 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903207688616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22983/tid=22998] ppid=22978 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/22983/task/22998/stat : 22998 (java) S 22978 22983 22185 0 -1 4202560 44 0 0 0 12 2 0 0 20 0 22 0 11230856 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903206636072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23000] ppid=22978 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/22983/task/23000/stat : 23000 (java) S 22978 22983 22185 0 -1 4202560 32 0 0 0 12 2 0 0 20 0 22 0 11230856 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903205583528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23002] ppid=22978 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/22983/task/23002/stat : 23002 (java) S 22978 22983 22185 0 -1 4202560 127 0 0 0 14 2 0 0 20 0 22 0 11230856 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903204530984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23004] ppid=22978 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/22983/task/23004/stat : 23004 (java) S 22978 22983 22185 0 -1 4202560 255 0 0 0 14 2 0 0 20 0 22 0 11230856 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903203478440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22983/tid=23006] ppid=22978 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/22983/task/23006/stat : 23006 (java) S 22978 22983 22185 0 -1 4202560 52 0 0 0 16 3 0 0 20 0 22 0 11230856 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903202425896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23007] ppid=22978 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/22983/task/23007/stat : 23007 (java) S 22978 22983 22185 0 -1 4202560 321 0 0 0 2 9 0 0 20 0 22 0 11230857 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903072458856 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23010] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23010/stat : 23010 (java) S 22978 22983 22185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11230858 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903071405176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23011] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23011/stat : 23011 (java) S 22978 22983 22185 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 22 0 11230858 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903070352520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23013] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23013/stat : 23013 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11230860 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903069301264 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23015] ppid=22978 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/22983/task/23015/stat : 23015 (java) S 22978 22983 22185 0 -1 4202560 18820 0 0 0 162 3 0 0 20 0 22 0 11230860 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903068248632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22983/tid=23017] ppid=22978 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/22983/task/23017/stat : 23017 (java) S 22978 22983 22185 0 -1 4202560 10150 0 0 0 121 2 0 0 20 0 22 0 11230860 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903067196088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23019] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23019/stat : 23019 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11230860 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903066143736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23021] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23021/stat : 23021 (java) S 22978 22983 22185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 11230860 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903065091400 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23029] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23029/stat : 23029 (java) S 22978 22983 22185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11230874 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903060878504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23654] ppid=22978 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/22983/task/23654/stat : 23654 (java) R 22978 22983 22185 0 -1 4202560 4 0 0 0 255 0 0 0 20 0 22 0 11237795 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903061931072 139903073988279 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23655] ppid=22978 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/22983/task/23655/stat : 23655 (java) R 22978 22983 22185 0 -1 4202560 4 0 0 0 255 0 0 0 20 0 22 0 11237795 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903064035120 139903074577383 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22983/tid=23656] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23656/stat : 23656 (java) S 22978 22983 22185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11237800 10060525568 174418 33554432000 1073741824 1073778376 140733457675584 139903062983464 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 57.81
Current children cumulated vsize (KiB) 9824732

[startup+72.4008 s]
/proc/loadavg: 2.38 2.88 2.52 3/216 23668
/proc/meminfo: memFree=27225836/32872528 swapFree=1634416/1797936
[pid=22983] ppid=22978 vsize=9824732 CPUtime=58.06 cores=1,3,5,7
/proc/22983/stat : 22983 (java) S 22978 22983 22185 0 -1 4202496 35719 0 1 0 5645 161 0 0 20 0 19 0 11230854 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 140733457666720 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22983/statm: 2456183 174412 2287 9 0 2446860 0
[pid=22983/tid=22989] ppid=22978 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/22983/task/22989/stat : 22989 (java) S 22978 22983 22185 0 -1 4202560 2429 0 1 0 46 2 0 0 20 0 19 0 11230855 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 139903248302968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=22992] ppid=22978 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/22983/task/22992/stat : 22992 (java) S 22978 22983 22185 0 -1 4202560 207 0 0 0 13 3 0 0 20 0 19 0 11230856 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 139903209793704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=22994] ppid=22978 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/22983/task/22994/stat : 22994 (java) S 22978 22983 22185 0 -1 4202560 42 0 0 0 15 1 0 0 20 0 19 0 11230856 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 139903208741160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22983/tid=22996] ppid=22978 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/22983/task/22996/stat : 22996 (java) S 22978 22983 22185 0 -1 4202560 49 0 0 0 14 3 0 0 20 0 19 0 11230856 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 139903207688616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22983/tid=22998] ppid=22978 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/22983/task/22998/stat : 22998 (java) S 22978 22983 22185 0 -1 4202560 44 0 0 0 12 2 0 0 20 0 19 0 11230856 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 139903206636072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23000] ppid=22978 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/22983/task/23000/stat : 23000 (java) S 22978 22983 22185 0 -1 4202560 32 0 0 0 12 2 0 0 20 0 19 0 11230856 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 139903205583528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23002] ppid=22978 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/22983/task/23002/stat : 23002 (java) S 22978 22983 22185 0 -1 4202560 127 0 0 0 14 2 0 0 20 0 19 0 11230856 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 139903204530984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23004] ppid=22978 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/22983/task/23004/stat : 23004 (java) S 22978 22983 22185 0 -1 4202560 255 0 0 0 14 2 0 0 20 0 19 0 11230856 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 139903203478440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22983/tid=23006] ppid=22978 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/22983/task/23006/stat : 23006 (java) S 22978 22983 22185 0 -1 4202560 52 0 0 0 16 3 0 0 20 0 19 0 11230856 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 139903202425896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23007] ppid=22978 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/22983/task/23007/stat : 23007 (java) S 22978 22983 22185 0 -1 4202560 321 0 0 0 2 9 0 0 20 0 19 0 11230857 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 139903072458856 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23010] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23010/stat : 23010 (java) S 22978 22983 22185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11230858 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 139903071405176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23011] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23011/stat : 23011 (java) S 22978 22983 22185 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 19 0 11230858 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 139903070352520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23013] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23013/stat : 23013 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230860 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 139903069301264 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23015] ppid=22978 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/22983/task/23015/stat : 23015 (java) S 22978 22983 22185 0 -1 4202560 18820 0 0 0 162 3 0 0 20 0 19 0 11230860 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 139903068248632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22983/tid=23017] ppid=22978 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/22983/task/23017/stat : 23017 (java) S 22978 22983 22185 0 -1 4202560 10150 0 0 0 121 2 0 0 20 0 19 0 11230860 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 139903067196088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23019] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23019/stat : 23019 (java) S 22978 22983 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11230860 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 139903066143736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22983/tid=23021] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23021/stat : 23021 (java) S 22978 22983 22185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 11230860 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 139903065091400 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22983/tid=23029] ppid=22978 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22983/task/23029/stat : 23029 (java) S 22978 22983 22185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11230874 10060525568 174412 33554432000 1073741824 1073778376 140733457675584 139903060878504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 58.06
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 72.4975
CPU time (s): 58.2491
CPU user time (s): 56.4724
CPU system time (s): 1.77673
CPU usage (%): 80.3465
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.4724
system time used= 1.77673
maximum resident set size= 697672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35732
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5776
involuntary context switches= 4622

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.544917 second user time and 0.695894 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-30 23:27:28
IDJOB=4092317
IDBENCH=79238
IDSOLVER=2552
FILE ID=node123/4092317-1467322048
RUNJOBID= node123-1467322048-22958
PBS_JOBID= 20005295
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 769102c4365831847599c548efd52eec
RANDOM SEED=1725846145

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.387
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.387
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.54
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.387
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.387
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.387
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:        28076928 kB
Buffers:          214612 kB
Cached:          1999256 kB
SwapCached:            0 kB
Active:           348208 kB
Inactive:        1879332 kB
Active(anon):      16552 kB
Inactive(anon):        0 kB
Active(file):     331656 kB
Inactive(file):  1879332 kB
Unevictable:     1797936 kB
Mlocked:         1634416 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              4072 kB
Writeback:             0 kB
AnonPages:       1811408 kB
Mapped:            13920 kB
Shmem:               204 kB
Slab:             637344 kB
SReclaimable:      80388 kB
SUnreclaim:       556956 kB
KernelStack:        1384 kB
PageTables:         7596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1897660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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 node123 at 2016-06-30 23:28:41