Trace number 3718123

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 2012-05-28OPTIMUM 26.62 25.265

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213868--soft-66-100-0.wbo
MD5SUMf6f5996763a3538cd959432d54a4a5d7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark1.20682
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 1199
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version 2.3.2.v20120528
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5f934ad
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose 2 learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3718123-1338251777.wbo
0.06/0.13	c reading problem ... 
0.06/0.19	c ... done. Wall clock time 0.053s.
0.06/0.19	c declared #vars     169
0.06/0.19	c internal #vars     211
0.06/0.19	c #constraints  101
0.06/0.19	c constraints type 
0.06/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.06/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.06/0.19	c ignored satisfied constraints => 1
0.06/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.06/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.06/0.19	c 102 constraints processed.
0.06/0.19	c objective function length is 42 literals
0.21/0.28	c SATISFIABLE
0.21/0.28	c OPTIMIZING...
0.21/0.28	c Got one! Elapsed wall clock time (in seconds):0.141
0.21/0.28	o 1042
0.21/0.29	c Got one! Elapsed wall clock time (in seconds):0.161
0.21/0.29	o 1019
0.49/0.31	c Got one! Elapsed wall clock time (in seconds):0.175
0.49/0.31	o 995
0.49/0.31	c Got one! Elapsed wall clock time (in seconds):0.18
0.49/0.31	o 568
0.49/0.32	c Got one! Elapsed wall clock time (in seconds):0.189
0.49/0.32	o 561
0.49/0.34	c Got one! Elapsed wall clock time (in seconds):0.209
0.49/0.34	o 557
0.49/0.35	c Got one! Elapsed wall clock time (in seconds):0.215
0.49/0.35	o 495
0.49/0.36	c Got one! Elapsed wall clock time (in seconds):0.225
0.49/0.36	o 492
0.49/0.38	c Got one! Elapsed wall clock time (in seconds):0.244
0.49/0.38	o 491
0.49/0.39	c Got one! Elapsed wall clock time (in seconds):0.251
0.49/0.39	o 466
0.49/0.39	c Got one! Elapsed wall clock time (in seconds):0.257
0.49/0.39	o 456
0.66/0.40	c Got one! Elapsed wall clock time (in seconds):0.266
0.66/0.40	o 435
0.66/0.41	c Got one! Elapsed wall clock time (in seconds):0.28
0.66/0.41	o 419
0.66/0.43	c Got one! Elapsed wall clock time (in seconds):0.294
0.66/0.43	o 406
0.66/0.45	c Got one! Elapsed wall clock time (in seconds):0.317
0.66/0.45	o 402
0.66/0.45	c Got one! Elapsed wall clock time (in seconds):0.32
0.66/0.45	o 401
0.66/0.47	c Got one! Elapsed wall clock time (in seconds):0.333
0.66/0.47	o 398
0.66/0.47	c Got one! Elapsed wall clock time (in seconds):0.341
0.66/0.47	o 397
0.66/0.49	c Got one! Elapsed wall clock time (in seconds):0.355
0.66/0.49	o 394
0.84/0.51	c Got one! Elapsed wall clock time (in seconds):0.375
0.84/0.51	o 387
0.84/0.55	c Got one! Elapsed wall clock time (in seconds):0.415
0.84/0.55	o 383
0.84/0.56	c Got one! Elapsed wall clock time (in seconds):0.423
0.84/0.56	o 359
0.84/0.58	c Got one! Elapsed wall clock time (in seconds):0.448
0.84/0.58	o 357
0.97/0.63	c Got one! Elapsed wall clock time (in seconds):0.497
0.97/0.63	o 356
0.97/0.67	c Got one! Elapsed wall clock time (in seconds):0.537
0.97/0.67	o 339
0.97/0.68	c Got one! Elapsed wall clock time (in seconds):0.549
0.97/0.68	o 334
0.97/0.69	c Got one! Elapsed wall clock time (in seconds):0.552
0.97/0.69	o 322
1.11/0.71	c Got one! Elapsed wall clock time (in seconds):0.572
1.11/0.71	o 321
1.11/0.71	c Got one! Elapsed wall clock time (in seconds):0.576
1.11/0.71	o 320
1.11/0.78	c cleaning 7795 clauses out of 15590 with flag 3427/15590
1.11/0.79	c Got one! Elapsed wall clock time (in seconds):0.659
1.11/0.79	o 319
1.24/0.83	c Got one! Elapsed wall clock time (in seconds):0.692
1.24/0.83	o 318
1.24/0.89	c Got one! Elapsed wall clock time (in seconds):0.755
1.24/0.89	o 315
1.35/0.93	c Got one! Elapsed wall clock time (in seconds):0.8
1.35/0.93	o 310
1.35/0.95	c Got one! Elapsed wall clock time (in seconds):0.817
1.35/0.95	o 307
1.35/0.97	c Got one! Elapsed wall clock time (in seconds):0.837
1.35/0.97	o 300
1.46/1.01	c cleaning 7679 clauses out of 15358 with flag 3861/23153
1.46/1.05	c Got one! Elapsed wall clock time (in seconds):0.911
1.46/1.05	o 287
1.61/1.11	c Got one! Elapsed wall clock time (in seconds):0.973
1.61/1.11	o 285
1.61/1.17	c Got one! Elapsed wall clock time (in seconds):1.034
1.61/1.17	o 276
1.71/1.24	c cleaning 7384 clauses out of 14792 with flag 7907/30266
1.83/1.30	c Got one! Elapsed wall clock time (in seconds):1.171
1.83/1.30	o 274
1.83/1.31	c Got one! Elapsed wall clock time (in seconds):1.176
1.83/1.31	o 269
1.83/1.33	c Got one! Elapsed wall clock time (in seconds):1.195
1.83/1.33	o 268
1.83/1.34	c Got one! Elapsed wall clock time (in seconds):1.207
1.83/1.34	o 267
1.83/1.35	c Got one! Elapsed wall clock time (in seconds):1.22
1.83/1.35	o 261
1.94/1.43	c Got one! Elapsed wall clock time (in seconds):1.292
1.94/1.43	o 258
1.94/1.47	c cleaning 7645 clauses out of 15326 with flag 4652/38184
2.05/1.53	c Got one! Elapsed wall clock time (in seconds):1.392
2.05/1.53	o 246
2.15/1.65	c cleaning 6672 clauses out of 13345 with flag 17150/43848
2.15/1.67	c Got one! Elapsed wall clock time (in seconds):1.533
2.15/1.67	o 245
2.37/1.82	c cleaning 6098 clauses out of 12198 with flag 22519/49373
2.37/1.89	c Got one! Elapsed wall clock time (in seconds):1.76
2.37/1.89	o 242
2.49/1.95	c cleaning 5654 clauses out of 11320 with flag 8422/54593
2.59/2.00	c Got one! Elapsed wall clock time (in seconds):1.863
2.59/2.00	o 233
2.59/2.02	c Got one! Elapsed wall clock time (in seconds):1.887
2.59/2.02	o 229
2.73/2.14	c cleaning 6126 clauses out of 12258 with flag 17473/61185
2.73/2.19	c Got one! Elapsed wall clock time (in seconds):2.06
2.73/2.19	o 225
2.83/2.29	c Got one! Elapsed wall clock time (in seconds):2.157
2.83/2.29	o 223
2.93/2.33	c cleaning 6173 clauses out of 12351 with flag 4514/67404
3.13/2.50	c cleaning 6084 clauses out of 12178 with flag 30189/73404
3.23/2.63	c Got one! Elapsed wall clock time (in seconds):2.494
3.23/2.63	o 220
3.23/2.66	c cleaning 6017 clauses out of 12054 with flag 4944/79364
3.33/2.75	c Got one! Elapsed wall clock time (in seconds):2.611
3.33/2.75	o 218
3.45/2.81	c cleaning 5623 clauses out of 11273 with flag 9274/84600
3.45/2.87	c Got one! Elapsed wall clock time (in seconds):2.733
3.45/2.87	o 212
3.55/2.96	c cleaning 5456 clauses out of 10917 with flag 13523/89867
3.65/3.03	c Got one! Elapsed wall clock time (in seconds):2.897
3.65/3.03	o 206
3.75/3.12	c cleaning 5617 clauses out of 11243 with flag 14213/95649
3.87/3.27	c Got one! Elapsed wall clock time (in seconds):3.139
3.87/3.27	o 200
4.07/3.44	c cleaning 7994 clauses out of 16005 with flag 24058/106028
4.28/3.63	c cleaning 6989 clauses out of 14011 with flag 52715/112028
4.40/3.77	c Got one! Elapsed wall clock time (in seconds):3.639
4.40/3.77	o 194
4.50/3.83	c Got one! Elapsed wall clock time (in seconds):3.695
4.50/3.83	o 191
4.59/3.90	c Got one! Elapsed wall clock time (in seconds):3.765
4.59/3.90	o 190
4.59/3.98	c cleaning 9334 clauses out of 18696 with flag 9738/123702
4.85/4.14	c cleaning 7678 clauses out of 15364 with flag 31812/129704
4.85/4.17	c Got one! Elapsed wall clock time (in seconds):4.037
4.85/4.17	o 183
4.96/4.30	c cleaning 6628 clauses out of 13261 with flag 19034/135279
5.07/4.31	c Got one! Elapsed wall clock time (in seconds):4.181
5.07/4.31	o 176
5.17/4.46	c cleaning 5923 clauses out of 11851 with flag 22764/140497
5.17/4.47	c Got one! Elapsed wall clock time (in seconds):4.339
5.17/4.47	o 173
5.36/4.62	c cleaning 5552 clauses out of 11123 with flag 24855/145692
5.58/4.81	c cleaning 5767 clauses out of 11570 with flag 52063/151691
5.71/4.93	c Got one! Elapsed wall clock time (in seconds):4.795
5.71/4.93	o 169
5.71/4.99	c cleaning 5808 clauses out of 11630 with flag 9393/157518
5.92/5.17	c cleaning 5895 clauses out of 11822 with flag 35644/163518
6.12/5.38	c cleaning 6453 clauses out of 12927 with flag 68173/170518
6.33/5.52	c Got one! Elapsed wall clock time (in seconds):5.39
6.33/5.52	o 165
6.43/5.61	c Got one! Elapsed wall clock time (in seconds):5.474
6.43/5.61	o 156
6.43/5.65	c Got one! Elapsed wall clock time (in seconds):5.513
6.43/5.65	o 151
6.43/5.69	c cleaning 8685 clauses out of 17386 with flag 4609/181430
6.54/5.77	c Got one! Elapsed wall clock time (in seconds):5.638
6.54/5.77	o 147
6.63/5.87	c cleaning 7166 clauses out of 14350 with flag 14488/187079
6.74/5.93	c Got one! Elapsed wall clock time (in seconds):5.797
6.74/5.93	o 146
6.84/6.02	c cleaning 6086 clauses out of 12193 with flag 13847/192088
6.93/6.18	c Got one! Elapsed wall clock time (in seconds):6.05
6.93/6.18	o 141
7.13/6.39	c cleaning 8359 clauses out of 16738 with flag 27165/202719
7.46/6.61	c cleaning 7177 clauses out of 14378 with flag 59373/208718
7.57/6.71	c Got one! Elapsed wall clock time (in seconds):6.579
7.57/6.71	o 135
7.57/6.78	c cleaning 6228 clauses out of 12469 with flag 10384/213986
7.79/6.98	c cleaning 6117 clauses out of 12241 with flag 40034/219986
8.00/7.19	c cleaning 6545 clauses out of 13123 with flag 73312/226985
8.20/7.38	c Got one! Elapsed wall clock time (in seconds):7.249
8.20/7.38	o 132
8.40/7.57	c cleaning 9338 clauses out of 18696 with flag 25343/239103
8.63/7.78	c cleaning 7666 clauses out of 15362 with flag 55985/245107
8.93/8.00	c cleaning 7328 clauses out of 14693 with flag 90444/252104
9.13/8.22	c Got one! Elapsed wall clock time (in seconds):8.083
9.13/8.22	o 127
9.13/8.22	c Got one! Elapsed wall clock time (in seconds):8.089
9.13/8.22	o 122
9.23/8.38	c cleaning 9875 clauses out of 19757 with flag 19460/264496
9.43/8.54	c cleaning 7932 clauses out of 15882 with flag 43055/270496
9.53/8.69	c Got one! Elapsed wall clock time (in seconds):8.554
9.53/8.69	o 109
9.74/8.84	c cleaning 9229 clauses out of 18459 with flag 21135/281005
9.84/8.98	c Got one! Elapsed wall clock time (in seconds):8.841
9.84/8.98	o 102
9.94/9.02	c cleaning 7509 clauses out of 15022 with flag 5220/286797
10.16/9.22	c cleaning 6750 clauses out of 13516 with flag 37004/292800
10.36/9.40	c Got one! Elapsed wall clock time (in seconds):9.268
10.36/9.40	o 100
10.56/9.60	c cleaning 8845 clauses out of 17702 with flag 25964/303736
10.77/9.81	c cleaning 7417 clauses out of 14857 with flag 56301/309736
10.98/10.04	c cleaning 7212 clauses out of 14440 with flag 92744/316736
11.08/10.14	c Got one! Elapsed wall clock time (in seconds):10.002
11.08/10.14	o 99
11.18/10.20	c cleaning 6234 clauses out of 12481 with flag 10651/321989
11.28/10.39	c cleaning 6111 clauses out of 12246 with flag 40183/327988
11.58/10.61	c cleaning 6555 clauses out of 13135 with flag 74093/334988
11.78/10.87	c cleaning 7286 clauses out of 14581 with flag 113501/342989
11.99/11.08	c Got one! Elapsed wall clock time (in seconds):10.945
11.99/11.08	o 98
12.18/11.27	c cleaning 9617 clauses out of 19261 with flag 26671/354955
12.39/11.48	c cleaning 7800 clauses out of 15643 with flag 58745/360954
12.70/11.72	c cleaning 7417 clauses out of 14844 with flag 93765/367955
12.90/11.98	c cleaning 7705 clauses out of 15426 with flag 135999/375954
13.20/12.29	c cleaning 8349 clauses out of 16722 with flag 183826/384955
13.50/12.53	c Got one! Elapsed wall clock time (in seconds):12.398
13.50/12.53	o 97
13.70/12.71	c cleaning 10605 clauses out of 21212 with flag 23537/397794
13.81/12.84	c Got one! Elapsed wall clock time (in seconds):12.703
13.81/12.84	o 88
13.81/12.88	c cleaning 7884 clauses out of 15775 with flag 5335/402962
14.01/13.08	c cleaning 6940 clauses out of 13890 with flag 35766/408961
14.12/13.14	c Got one! Elapsed wall clock time (in seconds):13.003
14.12/13.14	o 79
14.22/13.23	c cleaning 6025 clauses out of 12060 with flag 15880/414071
14.31/13.31	c Got one! Elapsed wall clock time (in seconds):13.177
14.31/13.31	o 74
14.41/13.41	c cleaning 5759 clauses out of 11564 with flag 15769/419600
14.62/13.61	c cleaning 5889 clauses out of 11804 with flag 46900/425599
14.82/13.81	c cleaning 6450 clauses out of 12912 with flag 79921/432596
14.82/13.83	c Got one! Elapsed wall clock time (in seconds):13.697
14.82/13.83	o 68
14.93/13.98	c cleaning 5872 clauses out of 11778 with flag 26720/437912
15.13/14.18	c cleaning 5949 clauses out of 11908 with flag 57622/443914
15.35/14.39	c cleaning 6466 clauses out of 12957 with flag 92122/450912
15.45/14.41	c Got one! Elapsed wall clock time (in seconds):14.278
15.45/14.41	o 67
15.55/14.57	c cleaning 5964 clauses out of 11955 with flag 26578/456376
15.76/14.77	c cleaning 5982 clauses out of 11993 with flag 57814/462378
15.97/15.00	c cleaning 6487 clauses out of 13009 with flag 94258/469376
16.26/15.27	c cleaning 7256 clauses out of 14522 with flag 137865/477376
16.58/15.54	c cleaning 8129 clauses out of 16267 with flag 176160/486378
16.88/15.84	c cleaning 9063 clauses out of 18137 with flag 221851/496377
17.19/16.17	c cleaning 10030 clauses out of 20073 with flag 272216/507376
17.50/16.42	c Got one! Elapsed wall clock time (in seconds):16.29
17.50/16.42	o 63
17.69/16.62	c cleaning 12047 clauses out of 24105 with flag 27138/521439
17.89/16.85	c cleaning 9020 clauses out of 18057 with flag 60397/527438
18.10/17.09	c cleaning 8005 clauses out of 16036 with flag 97592/534437
18.40/17.36	c cleaning 8005 clauses out of 16030 with flag 140951/542436
18.71/17.69	c cleaning 8500 clauses out of 17025 with flag 191257/551436
19.11/18.00	c cleaning 9262 clauses out of 18527 with flag 239443/561438
19.22/18.19	c Got one! Elapsed wall clock time (in seconds):18.059
19.22/18.19	o 59
19.42/18.39	c cleaning 10432 clauses out of 20892 with flag 28373/573066
19.77/18.63	c cleaning 8224 clauses out of 16464 with flag 61977/579070
19.96/18.87	c cleaning 7599 clauses out of 15236 with flag 99827/586066
20.27/19.14	c cleaning 7796 clauses out of 15637 with flag 143815/594066
20.57/19.46	c cleaning 8405 clauses out of 16843 with flag 195408/603068
20.88/19.80	c cleaning 9208 clauses out of 18437 with flag 248399/613067
21.28/20.18	c cleaning 10100 clauses out of 20230 with flag 307132/624068
21.68/20.57	c cleaning 11056 clauses out of 22127 with flag 366940/636066
22.09/20.91	c Got one! Elapsed wall clock time (in seconds):20.78
22.09/20.91	o 51
22.29/21.14	c cleaning 13624 clauses out of 27257 with flag 29707/652252
22.50/21.35	c cleaning 9804 clauses out of 19632 with flag 62037/658251
22.71/21.58	c cleaning 8409 clauses out of 16829 with flag 97154/665252
23.02/21.82	c cleaning 8195 clauses out of 16417 with flag 136925/673250
23.13/21.93	c Got one! Elapsed wall clock time (in seconds):21.796
23.13/21.93	o 40
23.23/22.00	c cleaning 7039 clauses out of 14090 with flag 11220/679118
23.32/22.18	c cleaning 6510 clauses out of 13051 with flag 40844/685118
23.53/22.32	c Got one! Elapsed wall clock time (in seconds):22.189
23.53/22.32	o 28
23.73/22.50	c cleaning 8542 clauses out of 17105 with flag 25616/695684
23.93/22.71	c cleaning 7269 clauses out of 14563 with flag 56879/701684
24.13/22.94	c cleaning 7141 clauses out of 14295 with flag 93661/708685
24.33/23.16	c cleaning 7569 clauses out of 15151 with flag 129785/716684
24.63/23.43	c cleaning 8285 clauses out of 16580 with flag 171475/725684
24.93/23.71	c cleaning 9143 clauses out of 18291 with flag 219016/735685
25.23/24.04	c cleaning 10069 clauses out of 20145 with flag 271625/746685
25.23/24.09	c Got one! Elapsed wall clock time (in seconds):23.959
25.23/24.09	o 15
25.44/24.23	c cleaning 7933 clauses out of 15878 with flag 22119/752487
25.63/24.43	c cleaning 6962 clauses out of 13947 with flag 54793/758489
25.83/24.66	c cleaning 6986 clauses out of 13982 with flag 91662/765486
26.14/24.93	c cleaning 7495 clauses out of 14996 with flag 134202/773486
26.24/25.08	c Got one! Elapsed wall clock time (in seconds):24.947
26.24/25.08	o 14
26.34/25.14	c cleaning 6734 clauses out of 13473 with flag 5344/779463
26.53/25.25	c starts		: 260
26.53/25.25	c conflicts		: 782329
26.53/25.25	c decisions		: 1121058
26.53/25.25	c propagations		: 15661052
26.53/25.25	c inspects		: 195186485
26.53/25.25	c shortcuts		: 0
26.53/25.25	c learnt literals	: 33
26.53/25.25	c learnt binary clauses	: 8
26.53/25.25	c learnt ternary clauses	: 431
26.53/25.25	c learnt constraints	: 782295
26.53/25.25	c ignored constraints	: 0
26.53/25.25	c root simplifications	: 0
26.53/25.25	c removed literals (reason simplification)	: 0
26.53/25.25	c reason swapping (by a shorter reason)	: 0
26.53/25.25	c Calls to reduceDB	: 102
26.53/25.25	c Number of update (reduction) of LBD	: 177174
26.53/25.25	c number of reductions to clauses (during analyze)	: 0
26.53/25.25	c number of learned constraints concerned by reduction	: 0
26.53/25.25	c number of learning phase by resolution	: 0
26.53/25.25	c number of learning phase by cutting planes	: 0
26.53/25.25	c speed (assignments/second)	: 625091.8815358825
26.53/25.25	c non guided choices	3199
26.53/25.25	c learnt constraints type 
26.53/25.25	c constraints type 
26.53/25.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
26.53/25.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
26.53/25.25	c ignored satisfied constraints => 1
26.53/25.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
26.53/25.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
26.53/25.25	c 102 constraints processed.
26.53/25.25	s OPTIMUM FOUND
26.53/25.25	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 
26.53/25.25	c objective function=14
26.53/25.25	c Total wall clock time (in seconds): 25.112

Verifier Data

OK	14

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3718123-1338251777/watcher-3718123-1338251777 -o /tmp/evaluation-result-3718123-1338251777/solver-3718123-1338251777 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718123-1338251777.wbo 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 1725
/proc/meminfo: memFree=26310524/32873844 swapFree=7628/7628
[pid=1725] ppid=1723 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/1725/stat : 1725 (runsolver) D 1723 1725 31640 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 291302056 12095488 56 33554432000 4194304 5436572 140733708082640 140733708078520 5057063 0 0 4096 24578 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/1725/statm: 2953 56 36 304 0 2645 0

[startup+0.023808 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 1725
/proc/meminfo: memFree=26310524/32873844 swapFree=7628/7628
[pid=1725] ppid=1723 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/1725/stat : 1725 (java) S 1723 1725 31640 0 -1 4202496 1272 0 0 0 0 0 0 0 20 0 2 0 291302056 98570240 973 33554432000 1073741824 1073778376 140736580796784 140736580787920 254753669181 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1725/statm: 24065 973 740 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100319 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 1725
/proc/meminfo: memFree=26310524/32873844 swapFree=7628/7628
[pid=1725] ppid=1723 vsize=9558416 CPUtime=0.06 cores=1,3,5,7
/proc/1725/stat : 1725 (java) S 1723 1725 31640 0 -1 4202496 3350 0 1 0 5 1 0 0 20 0 18 0 291302056 9787817984 4558 33554432000 1073741824 1073778376 140736580796784 140736580787920 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1725/statm: 2389604 4559 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558416

[startup+0.300273 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 1725
/proc/meminfo: memFree=26310524/32873844 swapFree=7628/7628
[pid=1725] ppid=1723 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/1725/stat : 1725 (java) S 1723 1725 31640 0 -1 4202496 7037 0 1 0 47 2 0 0 20 0 19 0 291302056 9855979520 7786 33554432000 1073741824 1073778376 140736580796784 140736580787920 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1725/statm: 2406245 7786 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9624980

[startup+0.700234 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 1725
/proc/meminfo: memFree=26310524/32873844 swapFree=7628/7628
[pid=1725] ppid=1723 vsize=9624980 CPUtime=1.11 cores=1,3,5,7
/proc/1725/stat : 1725 (java) S 1723 1725 31640 0 -1 4202496 8060 0 1 0 109 2 0 0 20 0 19 0 291302056 9855979520 9344 33554432000 1073741824 1073778376 140736580796784 140736580787920 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1725/statm: 2406245 9344 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9624980

[startup+1.50069 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 1744
/proc/meminfo: memFree=26150372/32873844 swapFree=7628/7628
[pid=1725] ppid=1723 vsize=9624980 CPUtime=2.05 cores=1,3,5,7
/proc/1725/stat : 1725 (java) S 1723 1725 31640 0 -1 4202496 8799 0 1 0 203 2 0 0 20 0 19 0 291302056 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140736580787920 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1725/statm: 2406245 12038 2269 9 0 2396937 0
[pid=1725/tid=1727] ppid=1723 vsize=9624980 CPUtime=1.39 cores=1,3,5,7
/proc/1725/task/1727/stat : 1727 (java) R 1723 1725 31640 0 -1 4202560 2465 0 1 0 138 1 0 0 20 0 19 0 291302058 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140498146550168 140497994025573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1728] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1728/stat : 1728 (java) S 1723 1725 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302059 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140498119002536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1729] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1729/stat : 1729 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302059 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140498117949992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1725/tid=1730] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1730/stat : 1730 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302059 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140498116896936 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1731] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1731/stat : 1731 (java) S 1723 1725 31640 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291302059 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140498115844392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1732] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1732/stat : 1732 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302059 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140498114792360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1733] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1733/stat : 1733 (java) S 1723 1725 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291302059 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140498113739816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1734] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1734/stat : 1734 (java) S 1723 1725 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291302059 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140498112686760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1735] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1735/stat : 1735 (java) S 1723 1725 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291302059 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140497982630696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1725/tid=1736] ppid=1723 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/1725/task/1736/stat : 1736 (java) S 1723 1725 31640 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 291302060 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140497499683176 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1725/tid=1737] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1737/stat : 1737 (java) S 1723 1725 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302061 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140497498629496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1738] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1738/stat : 1738 (java) S 1723 1725 31640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291302061 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140497497576328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1739] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1739/stat : 1739 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140497496525072 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1740] ppid=1723 vsize=9624980 CPUtime=0.21 cores=1,3,5,7
/proc/1725/task/1740/stat : 1740 (java) S 1723 1725 31640 0 -1 4202560 1799 0 0 0 21 0 0 0 20 0 19 0 291302064 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140497495472952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1741] ppid=1723 vsize=9624980 CPUtime=0.34 cores=1,3,5,7
/proc/1725/task/1741/stat : 1741 (java) S 1723 1725 31640 0 -1 4202560 3288 0 0 0 34 0 0 0 20 0 19 0 291302064 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140497494420408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1742] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1742/stat : 1742 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140497493367544 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1743] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1743/stat : 1743 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140497492315208 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1744] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1744/stat : 1744 (java) S 1723 1725 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302075 9855979520 12038 33554432000 1073741824 1073778376 140736580796784 140497491260456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9624980

[startup+3.10074 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 1744
/proc/meminfo: memFree=26145532/32873844 swapFree=7628/7628
[pid=1725] ppid=1723 vsize=9624980 CPUtime=3.75 cores=1,3,5,7
/proc/1725/stat : 1725 (java) S 1723 1725 31640 0 -1 4202496 9223 0 1 0 373 2 0 0 20 0 19 0 291302056 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140736580787920 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1725/statm: 2406245 12054 2270 9 0 2396937 0
[pid=1725/tid=1727] ppid=1723 vsize=9624980 CPUtime=2.89 cores=1,3,5,7
/proc/1725/task/1727/stat : 1727 (java) R 1723 1725 31640 0 -1 4202560 2472 0 1 0 288 1 0 0 20 0 19 0 291302058 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140498146550168 140497994197826 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1728] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1728/stat : 1728 (java) S 1723 1725 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302059 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140498119002536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1729] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1729/stat : 1729 (java) S 1723 1725 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291302059 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140498117949992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1730] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1730/stat : 1730 (java) S 1723 1725 31640 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291302059 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140498116896936 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1731] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1731/stat : 1731 (java) S 1723 1725 31640 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291302059 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140498115844392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1725/tid=1732] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1732/stat : 1732 (java) S 1723 1725 31640 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291302059 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140498114792360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1733] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1733/stat : 1733 (java) S 1723 1725 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291302059 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140498113739816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1734] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1734/stat : 1734 (java) S 1723 1725 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291302059 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140498112686760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1735] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1735/stat : 1735 (java) S 1723 1725 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291302059 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140497982630696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1725/tid=1736] ppid=1723 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/1725/task/1736/stat : 1736 (java) S 1723 1725 31640 0 -1 4202560 31 0 0 0 11 0 0 0 20 0 19 0 291302060 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140497499683176 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1737] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1737/stat : 1737 (java) S 1723 1725 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302061 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140497498629496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1738] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1738/stat : 1738 (java) S 1723 1725 31640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291302061 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140497497576328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1739] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1739/stat : 1739 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140497496525072 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1740] ppid=1723 vsize=9624980 CPUtime=0.3 cores=1,3,5,7
/proc/1725/task/1740/stat : 1740 (java) S 1723 1725 31640 0 -1 4202560 2208 0 0 0 30 0 0 0 20 0 19 0 291302064 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140497495472952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1741] ppid=1723 vsize=9624980 CPUtime=0.34 cores=1,3,5,7
/proc/1725/task/1741/stat : 1741 (java) S 1723 1725 31640 0 -1 4202560 3288 0 0 0 34 0 0 0 20 0 19 0 291302064 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140497494420408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1742] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1742/stat : 1742 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140497493367544 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1743] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1743/stat : 1743 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140497492315208 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1744] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1744/stat : 1744 (java) S 1723 1725 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302075 9855979520 12054 33554432000 1073741824 1073778376 140736580796784 140497491260456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9624980

[startup+6.30065 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 1744
/proc/meminfo: memFree=26145468/32873844 swapFree=7628/7628
[pid=1725] ppid=1723 vsize=9624980 CPUtime=7.13 cores=1,3,5,7
/proc/1725/stat : 1725 (java) S 1723 1725 31640 0 -1 4202496 9617 0 1 0 710 3 0 0 20 0 19 0 291302056 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140736580787920 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1725/statm: 2406245 11839 2271 9 0 2396937 0
[pid=1725/tid=1727] ppid=1723 vsize=9624980 CPUtime=5.87 cores=1,3,5,7
/proc/1725/task/1727/stat : 1727 (java) R 1723 1725 31640 0 -1 4202560 2488 0 1 0 586 1 0 0 20 0 19 0 291302058 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140498146550048 140497994025010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1728] ppid=1723 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1725/task/1728/stat : 1728 (java) S 1723 1725 31640 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291302059 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140498119002536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1729] ppid=1723 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1725/task/1729/stat : 1729 (java) S 1723 1725 31640 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 291302059 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140498117949992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1725/tid=1730] ppid=1723 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1725/task/1730/stat : 1730 (java) S 1723 1725 31640 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 19 0 291302059 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140498116896936 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1731] ppid=1723 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1725/task/1731/stat : 1731 (java) S 1723 1725 31640 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 291302059 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140498115844392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1732] ppid=1723 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1725/task/1732/stat : 1732 (java) S 1723 1725 31640 0 -1 4202560 3 0 0 0 2 0 0 0 20 0 19 0 291302059 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140498114792360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1733] ppid=1723 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1725/task/1733/stat : 1733 (java) S 1723 1725 31640 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291302059 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140498113739816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1734] ppid=1723 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1725/task/1734/stat : 1734 (java) S 1723 1725 31640 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291302059 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140498112686760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1735] ppid=1723 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1725/task/1735/stat : 1735 (java) S 1723 1725 31640 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291302059 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140497982630696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1736] ppid=1723 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/1725/task/1736/stat : 1736 (java) S 1723 1725 31640 0 -1 4202560 31 0 0 0 25 0 0 0 20 0 19 0 291302060 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140497499683176 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1737] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1737/stat : 1737 (java) S 1723 1725 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302061 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140497498629496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1738] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1738/stat : 1738 (java) S 1723 1725 31640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291302061 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140497497576328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1739] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1739/stat : 1739 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140497496525072 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1740] ppid=1723 vsize=9624980 CPUtime=0.31 cores=1,3,5,7
/proc/1725/task/1740/stat : 1740 (java) S 1723 1725 31640 0 -1 4202560 2208 0 0 0 31 0 0 0 20 0 19 0 291302064 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140497495472952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1741] ppid=1723 vsize=9624980 CPUtime=0.37 cores=1,3,5,7
/proc/1725/task/1741/stat : 1741 (java) S 1723 1725 31640 0 -1 4202560 3659 0 0 0 37 0 0 0 20 0 19 0 291302064 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140497494420408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1742] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1742/stat : 1742 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140497493367544 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1743] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1743/stat : 1743 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140497492315208 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1744] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1744/stat : 1744 (java) S 1723 1725 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302075 9855979520 11839 33554432000 1073741824 1073778376 140736580796784 140497491260456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/1725/task/1728/stat : 1728 (java) S 1723 1725 31640 0 -1 4202560 11 0 0 0 8 0 0 0 20 0 19 0 291302059 9855979520 12396 33554432000 1073741824 1073778376 140736580796784 140498119002536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1729] ppid=1723 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1725/task/1729/stat : 1729 (java) S 1723 1725 31640 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 291302059 9855979520 12396 33554432000 1073741824 1073778376 140736580796784 140498117949992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1725/tid=1730] ppid=1723 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1725/task/1730/stat : 1730 (java) S 1723 1725 31640 0 -1 4202560 6 0 0 0 7 0 0 0 20 0 19 0 291302059 9855979520 12396 33554432000 1073741824 1073778376 140736580796784 140498116896936 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1731] ppid=1723 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1725/task/1731/stat : 1731 (java) S 1723 1725 31640 0 -1 4202560 17 0 0 0 9 0 0 0 20 0 19 0 291302059 9855979520 12396 33554432000 1073741824 1073778376 140736580796784 140498115844392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1732] ppid=1723 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1725/task/1732/stat : 1732 (java) S 1723 1725 31640 0 -1 4202560 6 0 0 0 9 0 0 0 20 0 19 0 291302059 9855979520 12396 33554432000 1073741824 1073778376 140736580796784 140498114792360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1733] ppid=1723 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1725/task/1733/stat : 1733 (java) S 1723 1725 31640 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 291302059 9855979520 12396 33554432000 1073741824 1073778376 140736580796784 140498113739816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1734] ppid=1723 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/1725/task/1734/stat : 1734 (java) S 1723 1725 31640 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 19 0 291302059 9855979520 12396 33554432000 1073741824 1073778376 140736580796784 140498112686760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1725/tid=1735] ppid=1723 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1725/task/1735/stat : 1735 (java) S 1723 1725 31640 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291302059 9855979520 12396 33554432000 1073741824 1073778376 140736580796784 140497982630696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1736] ppid=1723 vsize=9624980 CPUtime=0.95 cores=1,3,5,7
/proc/1725/task/1736/stat : 1736 (java) S 1723 1725 31640 0 -1 4202560 31 0 0 0 95 0 0 0 20 0 19 0 291302060 9855979520 12396 33554432000 1073741824 1073778376 140736580796784 140497499683176 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1737] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1737/stat : 1737 (java) S 1723 1725 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302061 9855979520 12396 33554432000 1073741824 1073778376 140736580796784 140497498629496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1738] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1738/stat : 1738 (java) S 1723 1725 31640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291302061 9855979520 12396 33554432000 1073741824 1073778376 140736580796784 140497497576328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1739] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1739/stat : 1739 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 12396 33554432000 1073741824 1073778376 140736580796784 140497496525072 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1740] ppid=1723 vsize=9624980 CPUtime=0.31 cores=1,3,5,7
/proc/1725/task/1740/stat : 1740 (java) S 1723 1725 31640 0 -1 4202560 2208 0 0 0 31 0 0 0 20 0 19 0 291302064 9855979520 12396 33554432000 1073741824 1073778376 140736580796784 140497495472952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1741] ppid=1723 vsize=9624980 CPUtime=0.39 cores=1,3,5,7
/proc/1725/task/1741/stat : 1741 (java) S 1723 1725 31640 0 -1 4202560 3659 0 0 0 39 0 0 0 20 0 19 0 291302064 9855979520 12396 33554432000 1073741824 1073778376 140736580796784 140497494420408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1742] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1742/stat : 1742 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 12396 33554432000 1073741824 1073778376 140736580796784 140497493367544 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1743] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1743/stat : 1743 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 12396 33554432000 1073741824 1073778376 140736580796784 140497492315208 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1744] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1744/stat : 1744 (java) S 1723 1725 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302075 9855979520 12396 33554432000 1073741824 1073778376 140736580796784 140497491260456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 9624980

[startup+24.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 1744
/proc/meminfo: memFree=25969652/32873844 swapFree=7628/7628
[pid=1725] ppid=1723 vsize=9624980 CPUtime=25.94 cores=1,3,5,7
/proc/1725/stat : 1725 (java) S 1723 1725 31640 0 -1 4202496 9738 0 1 0 2589 5 0 0 20 0 19 0 291302056 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140736580787920 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1725/statm: 2406245 12397 2271 9 0 2396937 0
[pid=1725/tid=1727] ppid=1723 vsize=9624980 CPUtime=23.29 cores=1,3,5,7
/proc/1725/task/1727/stat : 1727 (java) R 1723 1725 31640 0 -1 4202560 2560 0 1 0 2328 1 0 0 20 0 19 0 291302058 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140498146550168 140497994105416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1728] ppid=1723 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1725/task/1728/stat : 1728 (java) S 1723 1725 31640 0 -1 4202560 11 0 0 0 8 0 0 0 20 0 19 0 291302059 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140498119002536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1729] ppid=1723 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1725/task/1729/stat : 1729 (java) S 1723 1725 31640 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 291302059 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140498117949992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1725/tid=1730] ppid=1723 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1725/task/1730/stat : 1730 (java) S 1723 1725 31640 0 -1 4202560 6 0 0 0 8 0 0 0 20 0 19 0 291302059 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140498116896936 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1725/tid=1731] ppid=1723 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1725/task/1731/stat : 1731 (java) S 1723 1725 31640 0 -1 4202560 18 0 0 0 9 0 0 0 20 0 19 0 291302059 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140498115844392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1732] ppid=1723 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1725/task/1732/stat : 1732 (java) S 1723 1725 31640 0 -1 4202560 6 0 0 0 9 0 0 0 20 0 19 0 291302059 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140498114792360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1733] ppid=1723 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1725/task/1733/stat : 1733 (java) S 1723 1725 31640 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 291302059 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140498113739816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1734] ppid=1723 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/1725/task/1734/stat : 1734 (java) S 1723 1725 31640 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 19 0 291302059 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140498112686760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1725/tid=1735] ppid=1723 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1725/task/1735/stat : 1735 (java) S 1723 1725 31640 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291302059 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140497982630696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1736] ppid=1723 vsize=9624980 CPUtime=0.99 cores=1,3,5,7
/proc/1725/task/1736/stat : 1736 (java) S 1723 1725 31640 0 -1 4202560 31 0 0 0 99 0 0 0 20 0 19 0 291302060 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140497499683176 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1737] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1737/stat : 1737 (java) S 1723 1725 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302061 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140497498629496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1738] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1738/stat : 1738 (java) S 1723 1725 31640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291302061 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140497497576328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1739] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1739/stat : 1739 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140497496525072 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1740] ppid=1723 vsize=9624980 CPUtime=0.31 cores=1,3,5,7
/proc/1725/task/1740/stat : 1740 (java) S 1723 1725 31640 0 -1 4202560 2208 0 0 0 31 0 0 0 20 0 19 0 291302064 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140497495472952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1741] ppid=1723 vsize=9624980 CPUtime=0.39 cores=1,3,5,7
/proc/1725/task/1741/stat : 1741 (java) S 1723 1725 31640 0 -1 4202560 3659 0 0 0 39 0 0 0 20 0 19 0 291302064 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140497494420408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1742] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1742/stat : 1742 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140497493367544 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1743] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1743/stat : 1743 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140497492315208 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1744] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1744/stat : 1744 (java) S 1723 1725 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302075 9855979520 12397 33554432000 1073741824 1073778376 140736580796784 140497491260456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.94
Current children cumulated vsize (KiB) 9624980

[startup+25.1007 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 1744
/proc/meminfo: memFree=25969652/32873844 swapFree=7628/7628
[pid=1725] ppid=1723 vsize=9624980 CPUtime=26.34 cores=1,3,5,7
/proc/1725/stat : 1725 (java) S 1723 1725 31640 0 -1 4202496 9741 0 1 0 2629 5 0 0 20 0 19 0 291302056 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140736580787920 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1725/statm: 2406245 12398 2272 9 0 2396937 0
[pid=1725/tid=1727] ppid=1723 vsize=9624980 CPUtime=23.68 cores=1,3,5,7
/proc/1725/task/1727/stat : 1727 (java) R 1723 1725 31640 0 -1 4202560 2562 0 1 0 2367 1 0 0 20 0 19 0 291302058 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140498146540696 140497994105430 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1728] ppid=1723 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1725/task/1728/stat : 1728 (java) S 1723 1725 31640 0 -1 4202560 11 0 0 0 8 0 0 0 20 0 19 0 291302059 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140498119002536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1729] ppid=1723 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1725/task/1729/stat : 1729 (java) S 1723 1725 31640 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 291302059 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140498117949992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1725/tid=1730] ppid=1723 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1725/task/1730/stat : 1730 (java) S 1723 1725 31640 0 -1 4202560 6 0 0 0 8 0 0 0 20 0 19 0 291302059 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140498116896936 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1725/tid=1731] ppid=1723 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1725/task/1731/stat : 1731 (java) S 1723 1725 31640 0 -1 4202560 18 0 0 0 9 0 0 0 20 0 19 0 291302059 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140498115844392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1732] ppid=1723 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1725/task/1732/stat : 1732 (java) S 1723 1725 31640 0 -1 4202560 6 0 0 0 9 0 0 0 20 0 19 0 291302059 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140498114792360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1733] ppid=1723 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1725/task/1733/stat : 1733 (java) S 1723 1725 31640 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 291302059 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140498113739816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1734] ppid=1723 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/1725/task/1734/stat : 1734 (java) S 1723 1725 31640 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 19 0 291302059 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140498112686760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1725/tid=1735] ppid=1723 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1725/task/1735/stat : 1735 (java) S 1723 1725 31640 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291302059 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140497982630696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1736] ppid=1723 vsize=9624980 CPUtime=1 cores=1,3,5,7
/proc/1725/task/1736/stat : 1736 (java) S 1723 1725 31640 0 -1 4202560 32 0 0 0 100 0 0 0 20 0 19 0 291302060 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140497499683176 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1737] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1737/stat : 1737 (java) S 1723 1725 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302061 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140497498629496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1738] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1738/stat : 1738 (java) S 1723 1725 31640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291302061 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140497497576328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1739] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1739/stat : 1739 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140497496525072 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1740] ppid=1723 vsize=9624980 CPUtime=0.31 cores=1,3,5,7
/proc/1725/task/1740/stat : 1740 (java) S 1723 1725 31640 0 -1 4202560 2208 0 0 0 31 0 0 0 20 0 19 0 291302064 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140497495472952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1741] ppid=1723 vsize=9624980 CPUtime=0.39 cores=1,3,5,7
/proc/1725/task/1741/stat : 1741 (java) S 1723 1725 31640 0 -1 4202560 3659 0 0 0 39 0 0 0 20 0 19 0 291302064 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140497494420408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1742] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1742/stat : 1742 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140497493367544 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1743] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1743/stat : 1743 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140497492315208 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1744] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1744/stat : 1744 (java) S 1723 1725 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302075 9855979520 12398 33554432000 1073741824 1073778376 140736580796784 140497491260456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 26.34
Current children cumulated vsize (KiB) 9624980

[startup+25.2007 s]
/proc/loadavg: 2.00 2.00 2.00 4/214 1744
/proc/meminfo: memFree=25962212/32873844 swapFree=7628/7628
[pid=1725] ppid=1723 vsize=9624980 CPUtime=26.53 cores=1,3,5,7
/proc/1725/stat : 1725 (java) S 1723 1725 31640 0 -1 4202496 13041 0 1 0 2647 6 0 0 20 0 19 0 291302056 9855979520 14497 33554432000 1073741824 1073778376 140736580796784 140736580787920 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1725/statm: 2406245 14497 2272 9 0 2396937 0
[pid=1725/tid=1727] ppid=1723 vsize=9624980 CPUtime=23.78 cores=1,3,5,7
/proc/1725/task/1727/stat : 1727 (java) R 1723 1725 31640 0 -1 4202560 2562 0 1 0 2377 1 0 0 20 0 19 0 291302058 9855979520 14537 33554432000 1073741824 1073778376 140736580796784 140498146550168 140497994028832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1728] ppid=1723 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1725/task/1728/stat : 1728 (java) S 1723 1725 31640 0 -1 4202560 11 0 0 0 8 0 0 0 20 0 19 0 291302059 9855979520 14545 33554432000 1073741824 1073778376 140736580796784 140498119002536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1729] ppid=1723 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1725/task/1729/stat : 1729 (java) S 1723 1725 31640 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 291302059 9855979520 14548 33554432000 1073741824 1073778376 140736580796784 140498117949992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1725/tid=1730] ppid=1723 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1725/task/1730/stat : 1730 (java) S 1723 1725 31640 0 -1 4202560 6 0 0 0 8 0 0 0 20 0 19 0 291302059 9855979520 14558 33554432000 1073741824 1073778376 140736580796784 140498116896936 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1725/tid=1731] ppid=1723 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/1725/task/1731/stat : 1731 (java) S 1723 1725 31640 0 -1 4202560 18 0 0 0 10 0 0 0 20 0 19 0 291302059 9855979520 14575 33554432000 1073741824 1073778376 140736580796784 140498115844392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1732] ppid=1723 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1725/task/1732/stat : 1732 (java) S 1723 1725 31640 0 -1 4202560 6 0 0 0 9 0 0 0 20 0 19 0 291302059 9855979520 14589 33554432000 1073741824 1073778376 140736580796784 140498114792360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1733] ppid=1723 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/1725/task/1733/stat : 1733 (java) S 1723 1725 31640 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 291302059 9855979520 14603 33554432000 1073741824 1073778376 140736580796784 140498113739816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1734] ppid=1723 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/1725/task/1734/stat : 1734 (java) S 1723 1725 31640 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 19 0 291302059 9855979520 14618 33554432000 1073741824 1073778376 140736580796784 140498112686760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1735] ppid=1723 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1725/task/1735/stat : 1735 (java) S 1723 1725 31640 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291302059 9855979520 14631 33554432000 1073741824 1073778376 140736580796784 140497982630696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1736] ppid=1723 vsize=9624980 CPUtime=1.01 cores=1,3,5,7
/proc/1725/task/1736/stat : 1736 (java) S 1723 1725 31640 0 -1 4202560 50 0 0 0 101 0 0 0 20 0 19 0 291302060 9855979520 14635 33554432000 1073741824 1073778376 140736580796784 140497499683176 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1737] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1737/stat : 1737 (java) S 1723 1725 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302061 9855979520 14650 33554432000 1073741824 1073778376 140736580796784 140497498629496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1738] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1738/stat : 1738 (java) S 1723 1725 31640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291302061 9855979520 14671 33554432000 1073741824 1073778376 140736580796784 140497497576328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1739] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1739/stat : 1739 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 14689 33554432000 1073741824 1073778376 140736580796784 140497496525072 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1725/tid=1740] ppid=1723 vsize=9624980 CPUtime=0.32 cores=1,3,5,7
/proc/1725/task/1740/stat : 1740 (java) S 1723 1725 31640 0 -1 4202560 2208 0 0 0 32 0 0 0 20 0 19 0 291302064 9855979520 14699 33554432000 1073741824 1073778376 140736580796784 140497495472952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1741] ppid=1723 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/1725/task/1741/stat : 1741 (java) R 1723 1725 31640 0 -1 4202560 7145 0 0 0 46 1 0 0 20 0 19 0 291302064 9855979520 14701 33554432000 1073741824 1073778376 140736580796784 140497494410488 140498153004788 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1742] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1742/stat : 1742 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 14702 33554432000 1073741824 1073778376 140736580796784 140497493367544 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1725/tid=1743] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1743/stat : 1743 (java) S 1723 1725 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302064 9855979520 14702 33554432000 1073741824 1073778376 140736580796784 140497492315208 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1725/tid=1744] ppid=1723 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1725/task/1744/stat : 1744 (java) S 1723 1725 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302075 9855979520 14704 33554432000 1073741824 1073778376 140736580796784 140497491260456 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 26.53
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 25.265
CPU time (s): 26.62
CPU user time (s): 26.467
CPU system time (s): 0.152976
CPU usage (%): 105.363
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.467
system time used= 0.152976
maximum resident set size= 64004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15026
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3511
involuntary context switches= 3551

runsolver used 0.080987 second user time and 0.217966 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-29 02:36:17
IDJOB=3718123
IDBENCH=78873
IDSOLVER=2301
FILE ID=node145/3718123-1338251777
RUNJOBID= node145-1338246945-1113
PBS_JOBID= 14624633
Free space on /tmp= 71536 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111213868--soft-66-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718123-1338251777/watcher-3718123-1338251777 -o /tmp/evaluation-result-3718123-1338251777/solver-3718123-1338251777 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718123-1338251777.wbo

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

MD5SUM BENCH= f6f5996763a3538cd959432d54a4a5d7
RANDOM SEED=1422762091

node145.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26311052 kB
Buffers:          392236 kB
Cached:          1896724 kB
SwapCached:            0 kB
Active:          4190848 kB
Inactive:        1517440 kB
Active(anon):    3410432 kB
Inactive(anon):    10912 kB
Active(file):     780416 kB
Inactive(file):  1506528 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               500 kB
Writeback:             0 kB
AnonPages:       3426492 kB
Mapped:            22300 kB
Shmem:               200 kB
Slab:             708004 kB
SReclaimable:     149592 kB
SUnreclaim:       558412 kB
KernelStack:        1616 kB
PageTables:        10892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3832864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3364864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71536 MiB
End job on node145 at 2012-05-29 02:36:42