Trace number 4119333

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)55 1801.31 932.635

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-edgecross10-030.opb
MD5SUM88f041e88c3fe18f295c28f6b14bb355
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark1801.31
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables91
Total number of constraints481
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 400
Biggest coefficient in the objective function 184
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 1112
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 184
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 1112
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)317
Sum of products size (including duplicates)634
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c ManyCore solver with 2 solvers running in parallel
0.12/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c Expensive reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/0.10	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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.12/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4119333-1467253373.opb
0.12/0.10	c reading problem ... 
0.12/0.11	c  objective function found
0.25/0.22	c ... done. Wall clock time 0.118s.
0.25/0.22	c declared #vars     91
0.25/0.22	c internal #vars     408
0.25/0.22	c #constraints  1116
0.25/0.23	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.25/0.23	c constraints type 
0.25/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 797
0.25/0.23	c org.sat4j.specs.Constr$1 => 1
0.25/0.23	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.25/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 317
0.25/0.23	c 1116 constraints processed.
0.25/0.23	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.25/0.23	c constraints type 
0.25/0.23	c org.sat4j.specs.Constr$1 => 1
0.25/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 797
0.25/0.23	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.25/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 317
0.25/0.23	c 1116 constraints processed.
0.25/0.23	c objective function length is 400 literals
0.25/0.24	c And the winner is solver1
0.33/0.73	c SATISFIABLE
0.33/0.73	c OPTIMIZING...
0.33/0.73	c Got one! Elapsed wall clock time (in seconds):0.623
0.33/0.73	o 152
0.59/0.87	c And the winner is solver0
1.28/1.23	c Got one! Elapsed wall clock time (in seconds):1.129
1.28/1.23	o 150
1.28/1.25	c And the winner is solver0
1.36/1.74	c Got one! Elapsed wall clock time (in seconds):1.632
1.36/1.74	o 149
1.36/1.74	c And the winner is solver0
1.37/2.24	c Got one! Elapsed wall clock time (in seconds):2.135
1.37/2.24	o 147
1.37/2.25	c And the winner is solver0
1.38/2.74	c Got one! Elapsed wall clock time (in seconds):2.638
1.38/2.74	o 146
1.38/2.75	c And the winner is solver0
1.51/3.25	c Got one! Elapsed wall clock time (in seconds):3.141
1.51/3.25	o 141
1.51/3.25	c And the winner is solver0
1.55/3.75	c Got one! Elapsed wall clock time (in seconds):3.643
1.55/3.75	o 140
1.55/3.75	c And the winner is solver0
1.56/4.25	c Got one! Elapsed wall clock time (in seconds):4.145
1.56/4.25	o 137
1.56/4.27	c And the winner is solver0
1.62/4.75	c Got one! Elapsed wall clock time (in seconds):4.647
1.62/4.75	o 135
1.62/4.76	c And the winner is solver0
1.63/5.25	c Got one! Elapsed wall clock time (in seconds):5.148
1.63/5.25	o 133
1.63/5.26	c And the winner is solver0
1.66/5.76	c Got one! Elapsed wall clock time (in seconds):5.65
1.66/5.76	o 132
1.66/5.77	c And the winner is solver0
1.68/6.26	c Got one! Elapsed wall clock time (in seconds):6.152
1.68/6.26	o 130
1.68/6.26	c And the winner is solver0
2.15/6.76	c Got one! Elapsed wall clock time (in seconds):6.654
2.15/6.76	o 128
2.15/6.76	c And the winner is solver0
2.15/7.26	c Got one! Elapsed wall clock time (in seconds):7.155
2.15/7.26	o 123
2.15/7.27	c And the winner is solver0
2.17/7.76	c Got one! Elapsed wall clock time (in seconds):7.657
2.17/7.76	o 122
2.17/7.77	c And the winner is solver0
2.17/8.26	c Got one! Elapsed wall clock time (in seconds):8.158
2.17/8.26	o 121
2.17/8.27	c And the winner is solver0
2.18/8.76	c Got one! Elapsed wall clock time (in seconds):8.659
2.18/8.76	o 118
2.18/8.78	c And the winner is solver0
2.22/9.27	c Got one! Elapsed wall clock time (in seconds):9.161
2.22/9.27	o 117
2.22/9.27	c And the winner is solver0
2.22/9.77	c Got one! Elapsed wall clock time (in seconds):9.662
2.22/9.77	o 116
2.22/9.77	c And the winner is solver0
2.23/10.27	c Got one! Elapsed wall clock time (in seconds):10.163
2.23/10.27	o 115
2.23/10.28	c And the winner is solver0
2.25/10.77	c Got one! Elapsed wall clock time (in seconds):10.665
2.25/10.77	o 114
2.29/10.80	c And the winner is solver0
2.31/11.27	c Got one! Elapsed wall clock time (in seconds):11.166
2.31/11.27	o 113
2.31/11.29	c And the winner is solver0
2.37/11.77	c Got one! Elapsed wall clock time (in seconds):11.667
2.37/11.77	o 112
2.37/11.79	c And the winner is solver0
2.50/12.27	c Got one! Elapsed wall clock time (in seconds):12.169
2.50/12.27	o 111
2.50/12.28	c And the winner is solver0
2.51/12.78	c Got one! Elapsed wall clock time (in seconds):12.67
2.51/12.78	o 109
2.51/12.78	c And the winner is solver0
2.51/13.28	c Got one! Elapsed wall clock time (in seconds):13.171
2.51/13.28	o 105
2.51/13.28	c And the winner is solver0
2.55/13.78	c Got one! Elapsed wall clock time (in seconds):13.673
2.55/13.78	o 103
2.55/13.78	c And the winner is solver0
2.56/14.28	c Got one! Elapsed wall clock time (in seconds):14.174
2.56/14.28	o 101
2.56/14.28	c And the winner is solver0
2.57/14.78	c Got one! Elapsed wall clock time (in seconds):14.675
2.57/14.78	o 99
2.57/14.78	c And the winner is solver0
2.59/15.28	c Got one! Elapsed wall clock time (in seconds):15.176
2.59/15.28	o 97
2.59/15.29	c And the winner is solver0
2.59/15.78	c Got one! Elapsed wall clock time (in seconds):15.677
2.59/15.78	o 95
2.59/15.79	c And the winner is solver0
2.60/16.28	c Got one! Elapsed wall clock time (in seconds):16.178
2.60/16.28	o 94
2.60/16.28	c And the winner is solver0
20.54/32.75	c Got one! Elapsed wall clock time (in seconds):32.649
20.54/32.75	o 89
20.54/32.76	c And the winner is solver0
20.62/33.26	c Got one! Elapsed wall clock time (in seconds):33.151
20.62/33.26	o 88
20.62/33.26	c And the winner is solver0
20.65/33.76	c Got one! Elapsed wall clock time (in seconds):33.652
20.65/33.76	o 86
20.65/33.76	c And the winner is solver0
20.67/34.26	c Got one! Elapsed wall clock time (in seconds):34.154
20.67/34.26	o 84
20.67/34.26	c And the winner is solver0
20.69/34.76	c Got one! Elapsed wall clock time (in seconds):34.656
20.69/34.76	o 78
20.69/34.76	c And the winner is solver0
20.71/35.26	c Got one! Elapsed wall clock time (in seconds):35.158
20.71/35.26	o 74
20.71/35.27	c And the winner is solver0
20.74/35.76	c Got one! Elapsed wall clock time (in seconds):35.66
20.74/35.76	o 73
20.74/35.77	c And the winner is solver0
20.76/36.27	c Got one! Elapsed wall clock time (in seconds):36.161
20.76/36.27	o 72
20.76/36.27	c And the winner is solver0
20.78/36.77	c Got one! Elapsed wall clock time (in seconds):36.663
20.78/36.77	o 71
20.78/36.77	c And the winner is solver0
20.79/37.27	c Got one! Elapsed wall clock time (in seconds):37.165
20.79/37.27	o 67
20.79/37.27	c And the winner is solver0
20.79/37.77	c Got one! Elapsed wall clock time (in seconds):37.666
20.79/37.77	o 66
20.79/37.78	c And the winner is solver0
20.81/38.27	c Got one! Elapsed wall clock time (in seconds):38.168
20.81/38.27	o 65
20.81/38.29	c And the winner is solver0
20.83/38.77	c Got one! Elapsed wall clock time (in seconds):38.67
20.83/38.77	o 64
20.83/38.78	c And the winner is solver0
20.85/39.28	c Got one! Elapsed wall clock time (in seconds):39.171
20.85/39.28	o 63
20.89/39.31	c And the winner is solver0
20.95/39.78	c Got one! Elapsed wall clock time (in seconds):39.673
20.95/39.78	o 62
20.95/39.79	c And the winner is solver0
20.97/40.28	c Got one! Elapsed wall clock time (in seconds):40.175
20.97/40.28	o 61
21.00/40.37	c And the winner is solver0
21.22/40.78	c Got one! Elapsed wall clock time (in seconds):40.676
21.22/40.78	o 60
21.22/40.80	c And the winner is solver0
21.28/41.28	c Got one! Elapsed wall clock time (in seconds):41.178
21.28/41.28	o 59
21.28/41.29	c And the winner is solver0
21.30/41.79	c Got one! Elapsed wall clock time (in seconds):41.68
21.30/41.79	o 58
21.97/42.13	c And the winner is solver0
22.15/42.32	c Got one! Elapsed wall clock time (in seconds):42.215
22.15/42.32	o 57
22.15/42.34	c And the winner is solver0
22.22/42.82	c Got one! Elapsed wall clock time (in seconds):42.716
22.22/42.82	o 56
22.38/42.95	c cleaning 4836 clauses out of 9678 with flag 2094/9678
23.62/43.50	c cleaning 5421 clauses out of 10842 with flag 19533/15678
24.85/44.16	c cleaning 6207 clauses out of 12422 with flag 39145/22679
26.45/44.93	c cleaning 7103 clauses out of 14214 with flag 61829/30678
28.04/45.79	c cleaning 8056 clauses out of 16111 with flag 84670/39678
30.24/46.85	c cleaning 9028 clauses out of 18056 with flag 112078/49679
32.64/48.01	c cleaning 10014 clauses out of 20027 with flag 138966/60678
35.31/49.34	c cleaning 11003 clauses out of 22013 with flag 167407/72678
38.12/50.77	c cleaning 12003 clauses out of 24009 with flag 198193/85677
40.90/52.10	c cleaning 13004 clauses out of 26007 with flag 232383/99678
43.50/53.48	c cleaning 14001 clauses out of 28004 with flag 269385/114679
46.72/55.02	c cleaning 15001 clauses out of 30001 with flag 307149/130677
50.10/56.74	c cleaning 15996 clauses out of 32001 with flag 346846/147678
53.90/58.60	c cleaning 17002 clauses out of 34004 with flag 389089/165677
58.50/60.92	c cleaning 18000 clauses out of 36002 with flag 433678/184677
62.90/63.16	c cleaning 19001 clauses out of 38002 with flag 481797/204677
67.50/65.46	c cleaning 19994 clauses out of 40001 with flag 531583/225677
72.90/68.17	c cleaning 20998 clauses out of 42007 with flag 581406/247677
78.90/71.16	c cleaning 22004 clauses out of 44012 with flag 640099/270680
85.10/74.27	c cleaning 22992 clauses out of 46006 with flag 708775/294678
92.10/77.73	c cleaning 23999 clauses out of 48014 with flag 781760/319678
99.81/81.59	c cleaning 25003 clauses out of 50015 with flag 844677/345678
109.99/86.61	c cleaning 26007 clauses out of 52013 with flag 913598/372679
120.09/91.69	c cleaning 27002 clauses out of 54005 with flag 984595/400678
130.35/96.73	c cleaning 28000 clauses out of 56002 with flag 1057006/429677
139.95/101.59	c cleaning 29001 clauses out of 58004 with flag 1138390/459679
150.57/106.87	c cleaning 29996 clauses out of 60001 with flag 1228201/490677
160.61/111.85	c cleaning 31003 clauses out of 62006 with flag 1324959/522678
170.62/116.88	c cleaning 31996 clauses out of 64003 with flag 1416020/555678
180.81/121.94	c cleaning 33000 clauses out of 66006 with flag 1497011/589677
191.01/127.10	c cleaning 34002 clauses out of 68009 with flag 1594750/624680
202.81/132.93	c cleaning 35002 clauses out of 70005 with flag 1690283/660678
216.20/139.64	c cleaning 35996 clauses out of 72002 with flag 1795203/697677
229.40/146.21	c cleaning 37001 clauses out of 74006 with flag 1892971/735677
242.40/152.75	c cleaning 37996 clauses out of 76006 with flag 1994799/774678
255.19/159.20	c cleaning 38999 clauses out of 78009 with flag 2098453/814677
271.20/167.19	c cleaning 40000 clauses out of 80010 with flag 2199162/855677
287.39/175.23	c cleaning 41001 clauses out of 82012 with flag 2309852/897679
303.79/183.49	c cleaning 42001 clauses out of 84010 with flag 2424978/940678
320.60/191.84	c cleaning 42994 clauses out of 86008 with flag 2542498/984677
338.79/200.97	c cleaning 44005 clauses out of 88015 with flag 2662600/1029678
355.21/209.12	c cleaning 45003 clauses out of 90010 with flag 2776068/1075678
376.81/220.08	c cleaning 46003 clauses out of 92007 with flag 2907304/1122678
394.80/229.06	c cleaning 46998 clauses out of 94003 with flag 3038194/1170677
412.21/237.77	c cleaning 48000 clauses out of 96006 with flag 3154991/1219678
434.39/248.82	c cleaning 48994 clauses out of 98006 with flag 3293683/1269678
456.20/259.77	c cleaning 50004 clauses out of 100013 with flag 3431461/1320679
480.19/271.72	c cleaning 51004 clauses out of 102008 with flag 3576521/1372678
503.18/283.21	c cleaning 51998 clauses out of 104003 with flag 3711260/1425677
526.59/294.98	c cleaning 53002 clauses out of 106006 with flag 3860516/1479678
551.77/307.54	c cleaning 53988 clauses out of 108003 with flag 3994655/1534677
574.37/318.85	c cleaning 55001 clauses out of 110016 with flag 4151969/1590678
598.77/331.09	c cleaning 56004 clauses out of 112014 with flag 4302598/1647677
624.96/344.12	c cleaning 57000 clauses out of 114010 with flag 4446494/1705677
655.57/359.40	c cleaning 58003 clauses out of 116010 with flag 4607889/1764677
683.76/373.55	c cleaning 59003 clauses out of 118007 with flag 4771682/1824677
710.65/386.91	c cleaning 59993 clauses out of 120004 with flag 4912494/1885677
738.64/400.97	c cleaning 60996 clauses out of 122012 with flag 5066365/1947678
774.04/418.61	c cleaning 62007 clauses out of 124015 with flag 5230441/2010677
810.84/437.00	c cleaning 63003 clauses out of 126010 with flag 5396356/2074679
843.45/453.39	c cleaning 64001 clauses out of 128007 with flag 5570846/2139679
882.85/473.10	c cleaning 64999 clauses out of 130004 with flag 5747030/2205677
920.84/492.00	c cleaning 66000 clauses out of 132005 with flag 5938868/2272677
957.79/510.69	c cleaning 66998 clauses out of 134007 with flag 6113340/2340679
958.39/510.90	c And the winner is solver0
958.72/511.35	c Got one! Elapsed wall clock time (in seconds):511.247
958.72/511.35	o 55
961.61/512.88	c cleaning 36441 clauses out of 72897 with flag 11735/2346567
964.01/514.07	c cleaning 21220 clauses out of 42456 with flag 30460/2352567
966.02/515.06	c cleaning 14111 clauses out of 28236 with flag 50537/2359567
967.62/515.89	c cleaning 11053 clauses out of 22125 with flag 68628/2367567
969.62/516.85	c cleaning 10029 clauses out of 20073 with flag 90209/2376568
971.62/517.85	c cleaning 10018 clauses out of 20043 with flag 114813/2386567
973.82/518.96	c cleaning 10505 clauses out of 21026 with flag 143410/2397568
976.22/520.14	c cleaning 11253 clauses out of 22520 with flag 182638/2409567
978.84/521.47	c cleaning 12132 clauses out of 24267 with flag 216624/2422567
982.02/523.08	c cleaning 13067 clauses out of 26136 with flag 256894/2436568
986.06/525.00	c cleaning 14034 clauses out of 28068 with flag 301236/2451567
990.08/527.04	c cleaning 15015 clauses out of 30039 with flag 342558/2467572
994.27/529.15	c cleaning 16004 clauses out of 32020 with flag 393458/2484568
998.50/531.28	c cleaning 17006 clauses out of 34015 with flag 447540/2502567
1003.11/533.52	c cleaning 18005 clauses out of 36010 with flag 505000/2521568
1008.10/536.03	c cleaning 18998 clauses out of 38007 with flag 560980/2541570
1013.70/538.89	c cleaning 19994 clauses out of 40006 with flag 620359/2562567
1019.69/541.86	c cleaning 21002 clauses out of 42012 with flag 677205/2584567
1025.89/544.90	c cleaning 22003 clauses out of 44011 with flag 732806/2607568
1032.69/548.32	c cleaning 23000 clauses out of 46008 with flag 793414/2631568
1039.49/551.79	c cleaning 23995 clauses out of 48007 with flag 855304/2656567
1045.89/554.92	c cleaning 25006 clauses out of 50013 with flag 919856/2682568
1052.09/558.01	c cleaning 26001 clauses out of 52007 with flag 989977/2709568
1059.89/561.95	c cleaning 27001 clauses out of 54007 with flag 1065116/2737569
1068.89/566.48	c cleaning 28000 clauses out of 56004 with flag 1145308/2766567
1078.88/571.43	c cleaning 28999 clauses out of 58006 with flag 1240628/2796569
1088.73/576.38	c cleaning 30000 clauses out of 60007 with flag 1328505/2827569
1099.33/581.60	c cleaning 30999 clauses out of 62006 with flag 1427988/2859568
1110.94/587.42	c cleaning 32004 clauses out of 64007 with flag 1509157/2892568
1122.73/593.35	c cleaning 32998 clauses out of 66004 with flag 1600909/2926569
1135.14/599.59	c cleaning 33996 clauses out of 68004 with flag 1701825/2961567
1146.53/605.24	c cleaning 34998 clauses out of 70008 with flag 1794083/2997567
1160.92/612.45	c cleaning 35999 clauses out of 72010 with flag 1892110/3034567
1173.32/618.68	c cleaning 36997 clauses out of 74011 with flag 2001533/3072567
1187.32/625.66	c cleaning 38008 clauses out of 76015 with flag 2109722/3111568
1200.52/632.20	c cleaning 39004 clauses out of 78007 with flag 2211664/3151568
1216.12/640.07	c cleaning 39992 clauses out of 80003 with flag 2332791/3192568
1233.71/648.81	c cleaning 41001 clauses out of 82011 with flag 2454384/3234568
1251.31/657.68	c cleaning 42004 clauses out of 84010 with flag 2565875/3277568
1270.31/667.19	c cleaning 43000 clauses out of 86005 with flag 2710626/3321567
1290.70/677.37	c cleaning 44004 clauses out of 88007 with flag 2838680/3366569
1310.91/687.40	c cleaning 44999 clauses out of 90001 with flag 2972196/3412567
1328.50/696.27	c cleaning 45997 clauses out of 92002 with flag 3108435/3459567
1348.15/706.07	c cleaning 47002 clauses out of 94006 with flag 3242840/3507568
1366.75/715.38	c cleaning 47998 clauses out of 96004 with flag 3386748/3556568
1386.95/725.42	c cleaning 48999 clauses out of 98007 with flag 3534289/3606569
1407.15/735.51	c cleaning 49998 clauses out of 100006 with flag 3670655/3657567
1429.34/746.69	c cleaning 51002 clauses out of 102008 with flag 3820446/3709567
1451.33/757.67	c cleaning 52001 clauses out of 104006 with flag 3959461/3762567
1478.55/771.27	c cleaning 52999 clauses out of 106006 with flag 4107476/3816568
1504.53/784.24	c cleaning 54001 clauses out of 108008 with flag 4267826/3871569
1529.98/796.90	c cleaning 54995 clauses out of 110007 with flag 4418230/3927569
1555.77/809.83	c cleaning 56004 clauses out of 112011 with flag 4574580/3984568
1585.97/824.92	c cleaning 56998 clauses out of 114006 with flag 4752470/4042567
1616.98/840.48	c cleaning 58004 clauses out of 116010 with flag 4932832/4101569
1647.78/855.82	c cleaning 58992 clauses out of 118004 with flag 5086345/4161567
1676.57/870.21	c cleaning 60004 clauses out of 120014 with flag 5252321/4222569
1707.17/885.51	c cleaning 60998 clauses out of 122008 with flag 5415434/4284567
1734.55/899.29	c cleaning 61996 clauses out of 124010 with flag 5565523/4347567
1767.14/915.53	c cleaning 63003 clauses out of 126015 with flag 5734924/4411568
1800.85/932.59	c >>>>>>>>>> Solver number 0 (53 answers) <<<<<<<<<<<<<<<<<<
1800.85/932.59	c starts		: 7427
1800.85/932.59	c conflicts		: 4475405
1800.85/932.59	c decisions		: 4780035
1800.85/932.59	c propagations		: 121589277
1800.85/932.59	c inspects		: 13074245924
1800.85/932.59	c shortcuts		: 0
1800.85/932.59	c learnt literals	: 0
1800.85/932.59	c learnt binary clauses	: 0
1800.85/932.59	c learnt ternary clauses	: 716
1800.85/932.59	c learnt constraints	: 4475405
1800.85/932.59	c ignored constraints	: 0
1800.85/932.59	c root simplifications	: 0
1800.85/932.59	c removed literals (reason simplification)	: 169188797
1800.85/932.59	c reason swapping (by a shorter reason)	: 0
1800.85/932.59	c Calls to reduceDB	: 124
1800.85/932.59	c Number of update (reduction) of LBD	: 76143
1800.85/932.59	c Imported unit clauses	: 0
1800.85/932.59	c number of reductions to clauses (during analyze)	: 0
1800.85/932.59	c number of learned constraints concerned by reduction	: 0
1800.85/932.59	c number of learning phase by resolution	: 0
1800.85/932.59	c number of learning phase by cutting planes	: 0
1800.85/932.59	c speed (assignments/second)	: 130480.33769057336
1800.85/932.59	c non guided choices	79
1801.05/932.62	c learnt constraints type 
1801.05/932.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126849
1801.05/932.62	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1801.05/932.62	c starts		: 75
1801.05/932.62	c conflicts		: 3632
1801.05/932.62	c decisions		: 5935
1801.05/932.62	c propagations		: 122659
1801.05/932.62	c inspects		: 75321844
1801.05/932.62	c shortcuts		: 0
1801.05/932.62	c learnt literals	: 0
1801.05/932.62	c learnt binary clauses	: 0
1801.05/932.62	c learnt ternary clauses	: 0
1801.05/932.62	c learnt constraints	: 3619
1801.05/932.62	c ignored constraints	: 0
1801.05/932.62	c root simplifications	: 0
1801.05/932.62	c removed literals (reason simplification)	: 0
1801.05/932.62	c reason swapping (by a shorter reason)	: 0
1801.05/932.62	c Calls to reduceDB	: 0
1801.05/932.62	c Number of update (reduction) of LBD	: 0
1801.05/932.62	c Imported unit clauses	: 0
1801.05/932.62	c number of reductions to clauses (during analyze)	: 0
1801.05/932.62	c number of learned constraints concerned by reduction	: 0
1801.05/932.62	c number of learning phase by resolution	: 0
1801.05/932.62	c number of learning phase by cutting planes	: 0
1801.05/932.62	c speed (assignments/second)	: 291.16964936393657
1801.05/932.62	c non guided choices	4
1801.05/932.62	c learnt constraints type 
1801.05/932.62	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1801.05/932.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3617
1801.05/932.62	s SATISFIABLE
1801.05/932.62	c Found 54 solution(s)
1801.05/932.62	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 
1801.05/932.62	c objective function=55
1801.05/932.62	c Total wall clock time (in seconds): 932.514

Verifier Data

OK	55

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-4119333-1467253373/watcher-4119333-1467253373 -o /tmp/evaluation-result-4119333-1467253373/solver-4119333-1467253373 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467248675-9332 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119333-1467253373.opb 

pid=11952
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.99 4.02 3.93 4/197 11955
/proc/meminfo: memFree=28598424/32872528 swapFree=7620/7620
[pid=11955] ppid=11952 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11955/stat : 11955 (java) S 11952 11955 8968 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 6233449 98570240 978 33554432000 1073741824 1073778376 140735924353440 140735924344576 218238058557 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11955/statm: 24065 978 744 9 0 16771 0
[pid=11955/tid=11956] ppid=11952 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11956/stat : 11956 (java) R 11952 11955 8968 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 6233450 98570240 978 33554432000 1073741824 1073778376 140735924353440 139953235820072 218234701184 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 3.99 4.02 3.93 4/197 11955
/proc/meminfo: memFree=28598424/32872528 swapFree=7620/7620
[pid=11955] ppid=11952 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/11955/stat : 11955 (java) S 11952 11955 8968 0 -1 4202496 4510 0 1 0 10 2 0 0 20 0 18 0 6233449 9787879424 6134 33554432000 1073741824 1073778376 140735924353440 140735924344576 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11955/statm: 2389619 6134 2158 9 0 2380296 0
[pid=11955/tid=11956] ppid=11952 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/11955/task/11956/stat : 11956 (java) R 11952 11955 8968 0 -1 4202560 2388 0 1 0 6 2 0 0 20 0 18 0 6233450 9787879424 6134 33554432000 1073741824 1073778376 140735924353440 139953235823520 218238084365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 3.99 4.02 3.93 4/197 11955
/proc/meminfo: memFree=28598424/32872528 swapFree=7620/7620
[pid=11955] ppid=11952 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/11955/stat : 11955 (java) S 11952 11955 8968 0 -1 4202496 4765 0 1 0 23 2 0 0 20 0 18 0 6233449 9787879424 7394 33554432000 1073741824 1073778376 140735924353440 140735924344576 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11955/statm: 2389619 7394 2213 9 0 2380296 0
[pid=11955/tid=11956] ppid=11952 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/11955/task/11956/stat : 11956 (java) R 11952 11955 8968 0 -1 4202560 2408 0 1 0 16 2 0 0 20 0 18 0 6233450 9787879424 7394 33554432000 1073741824 1073778376 140735924353440 139953235824600 139953069734480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30032 s]
/proc/loadavg: 3.99 4.02 3.93 4/197 11955
/proc/meminfo: memFree=28598424/32872528 swapFree=7620/7620
[pid=11955] ppid=11952 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/11955/stat : 11955 (java) S 11952 11955 8968 0 -1 4202496 4909 0 1 0 30 3 0 0 20 0 19 0 6233449 10060525568 8477 33554432000 1073741824 1073778376 140735924353440 140735924344576 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11955/statm: 2456183 8477 2232 9 0 2446860 0
[pid=11955/tid=11956] ppid=11952 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/11955/task/11956/stat : 11956 (java) S 11952 11955 8968 0 -1 4202560 2420 0 1 0 19 2 0 0 20 0 19 0 6233450 10060525568 8477 33554432000 1073741824 1073778376 140735924353440 139953235825528 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9824732

[startup+0.700251 s]
/proc/loadavg: 3.99 4.02 3.93 4/197 11955
/proc/meminfo: memFree=28598424/32872528 swapFree=7620/7620
[pid=11955] ppid=11952 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/11955/stat : 11955 (java) S 11952 11955 8968 0 -1 4202496 4909 0 1 0 30 3 0 0 20 0 19 0 6233449 10060525568 8477 33554432000 1073741824 1073778376 140735924353440 140735924344576 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11955/statm: 2456183 8477 2232 9 0 2446860 0
[pid=11955/tid=11956] ppid=11952 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/11955/task/11956/stat : 11956 (java) S 11952 11955 8968 0 -1 4202560 2420 0 1 0 19 2 0 0 20 0 19 0 6233450 10060525568 8477 33554432000 1073741824 1073778376 140735924353440 139953235825528 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 3.99 4.02 3.93 3/216 11980
/proc/meminfo: memFree=28542092/32872528 swapFree=7620/7620
[pid=11955] ppid=11952 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/11955/stat : 11955 (java) S 11952 11955 8968 0 -1 4202496 15384 0 1 0 127 9 0 0 20 0 19 0 6233449 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 140735924344576 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11955/statm: 2456183 17485 2259 9 0 2446860 0
[pid=11955/tid=11956] ppid=11952 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/11955/task/11956/stat : 11956 (java) S 11952 11955 8968 0 -1 4202560 2421 0 1 0 20 2 0 0 20 0 19 0 6233450 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 139953235825528 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11958] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11958/stat : 11958 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233451 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 139953197316776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11959] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11959/stat : 11959 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233451 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 139953196264232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11960] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11960/stat : 11960 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233451 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 139953195211688 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11961] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11961/stat : 11961 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233451 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 139953194159144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11955/tid=11962] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11962/stat : 11962 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233451 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 139953193105576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11963] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11963/stat : 11963 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233451 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 139953192053032 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11955/tid=11964] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11964/stat : 11964 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233451 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 139953191000488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11965] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11965/stat : 11965 (java) S 11952 11955 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6233451 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 139953189947944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11966] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11966/stat : 11966 (java) S 11952 11955 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6233452 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 139953059928680 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11967] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11967/stat : 11967 (java) S 11952 11955 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6233452 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 139953058875000 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11968] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11968/stat : 11968 (java) S 11952 11955 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6233452 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 139953057822344 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11969] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11969/stat : 11969 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233454 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 139953056771088 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11970] ppid=11952 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/11955/task/11970/stat : 11970 (java) S 11952 11955 8968 0 -1 4202560 4949 0 0 0 37 0 0 0 20 0 19 0 6233454 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 139953055717432 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11971] ppid=11952 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/11955/task/11971/stat : 11971 (java) S 11952 11955 8968 0 -1 4202560 6656 0 0 0 38 2 0 0 20 0 19 0 6233454 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 139953054664888 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11972] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11972/stat : 11972 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233454 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 139952180423160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11973] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11973/stat : 11973 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233454 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 139952179370824 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11980] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11980/stat : 11980 (java) S 11952 11955 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6233524 10060525568 17485 33554432000 1073741824 1073778376 140735924353440 139952175158312 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 3.99 4.02 3.93 3/216 11986
/proc/meminfo: memFree=28503524/32872528 swapFree=7620/7620
[pid=11955] ppid=11952 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/11955/stat : 11955 (java) S 11952 11955 8968 0 -1 4202496 15469 0 1 0 142 9 0 0 20 0 19 0 6233449 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 140735924344576 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11955/statm: 2456183 21128 2259 9 0 2446860 0
[pid=11955/tid=11956] ppid=11952 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/11955/task/11956/stat : 11956 (java) S 11952 11955 8968 0 -1 4202560 2422 0 1 0 20 2 0 0 20 0 19 0 6233450 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 139953235825528 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11958] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11958/stat : 11958 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233451 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 139953197316776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11959] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11959/stat : 11959 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233451 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 139953196264232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11960] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11960/stat : 11960 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233451 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 139953195211688 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11961] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11961/stat : 11961 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233451 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 139953194159144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11955/tid=11962] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11962/stat : 11962 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233451 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 139953193105576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11963] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11963/stat : 11963 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233451 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 139953192053032 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11955/tid=11964] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11964/stat : 11964 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233451 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 139953191000488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11965] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11965/stat : 11965 (java) S 11952 11955 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6233451 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 139953189947944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11966] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11966/stat : 11966 (java) S 11952 11955 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6233452 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 139953059928680 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11967] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11967/stat : 11967 (java) S 11952 11955 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6233452 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 139953058875000 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11968] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11968/stat : 11968 (java) S 11952 11955 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6233452 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 139953057822344 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11969] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11969/stat : 11969 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233454 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 139953056771088 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11970] ppid=11952 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/11955/task/11970/stat : 11970 (java) S 11952 11955 8968 0 -1 4202560 4949 0 0 0 38 0 0 0 20 0 19 0 6233454 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 139953055717432 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11971] ppid=11952 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/11955/task/11971/stat : 11971 (java) S 11952 11955 8968 0 -1 4202560 6714 0 0 0 51 2 0 0 20 0 19 0 6233454 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 139953054664888 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11972] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11972/stat : 11972 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233454 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 139952180423160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11973] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11973/stat : 11973 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6233454 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 139952179370824 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11980] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11980/stat : 11980 (java) S 11952 11955 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6233524 10060525568 21128 33554432000 1073741824 1073778376 140735924353440 139952175158312 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30073 s]
/proc/loadavg: 3.83 3.98 3.92 3/216 12007
/proc/meminfo: memFree=28126500/32872528 swapFree=7620/7620
[pid=11955] ppid=11952 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/11955/stat : 11955 (java) S 11952 11955 8968 0 -1 4202496 15578 0 1 0 167 12 0 0 20 0 21 0 6233449 10060525568 30857 33554432000 1073741824 1073778376 140735924353440 140735924344576 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11955/statm: 2456183 30857 2262 9 0 2446860 0
[pid=11955/tid=11956] ppid=11952 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/11955/task/11956/stat : 11956 (java) S 11952 11955 8968 0 -1 4202560 2424 0 1 0 21 2 0 0 20 0 21 0 6233450 10060525568 30857 33554432000 1073741824 1073778376 140735924353440 139953235825528 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11958] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11958/stat : 11958 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 6233451 10060525568 30857 33554432000 1073741824 1073778376 140735924353440 139953197316776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11959] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11959/stat : 11959 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 6233451 10060525568 30857 33554432000 1073741824 1073778376 140735924353440 139953196264232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11960] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11960/stat : 11960 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 6233451 10060525568 30857 33554432000 1073741824 1073778376 140735924353440 139953195211688 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11961] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11961/stat : 11961 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 6233451 10060525568 30857 33554432000 1073741824 1073778376 140735924353440 139953194159144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11955/tid=11962] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11962/stat : 11962 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 6233451 10060525568 30857 33554432000 1073741824 1073778376 140735924353440 139953193105576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11963] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11963/stat : 11963 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 6233451 10060525568 30857 33554432000 1073741824 1073778376 140735924353440 139953192053032 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11955/tid=11964] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11964/stat : 11964 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 6233451 10060525568 30857 33554432000 1073741824 1073778376 140735924353440 139953191000488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11965] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11965/stat : 11965 (java) S 11952 11955 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 6233451 10060525568 30857 33554432000 1073741824 1073778376 140735924353440 139953189947944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11966] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11966/stat : 11966 (java) S 11952 11955 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 6233452 10060525568 30857 33554432000 1073741824 1073778376 140735924353440 139953059928680 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11955/tid=11967] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11967/stat : 11967 (java) S 11952 11955 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 21 0 6233452 10060525568 30857 33554432000 1073741824 1073778376 140735924353440 139953058875000 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11968] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11968/stat : 11968 (java) S 11952 11955 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 6233452 10060525568 30857 33554432000 1073741824 1073778376 140735924353440 139953057822344 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11969] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11969/stat : 11969 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 6233454 10060525568 30857 33554432000 1073741824 1073778376 140735924353440 139953056771088 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11970] ppid=11952 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/11955/task/11970/stat : 11970 (java) R 11952 11955 8968 0 -1 4202560 4949 0 0 0 46 0 0 0 20 0 21 0 6233454 10060525568 30857 33554432000 1073741824 1073778376 140735924353440 139953055717432 139953238844187 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0

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

[pid=11955/tid=12165] ppid=11952 vsize=9824732 CPUtime=370.68 cores=1,3,5,7
/proc/11955/task/12165/stat : 12165 (java) R 11952 11955 8968 0 -1 4202560 7 0 0 0 37063 5 0 0 20 0 22 0 6284585 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139952177254544 139953070144151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11955/tid=12166] ppid=11952 vsize=9824732 CPUtime=370.73 cores=1,3,5,7
/proc/11955/task/12166/stat : 12166 (java) R 11952 11955 8968 0 -1 4202560 3 0 0 0 37066 7 0 0 20 0 22 0 6284585 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139952178313808 139953070763008 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=12167] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/12167/stat : 12167 (java) S 11952 11955 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6284585 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139952176211496 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1700.77
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+932.001 s]
/proc/loadavg: 3.19 3.83 3.90 5/219 12550
/proc/meminfo: memFree=25746408/32872528 swapFree=7620/7620
[pid=11955] ppid=11952 vsize=9824732 CPUtime=1800.14 cores=1,3,5,7
/proc/11955/stat : 11955 (java) S 11952 11955 8968 0 -1 4202496 20595 0 1 0 179814 200 0 0 20 0 22 0 6233449 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 140735924344576 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11955/statm: 2456183 694013 2295 9 0 2446860 0
[pid=11955/tid=11956] ppid=11952 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/11955/task/11956/stat : 11956 (java) S 11952 11955 8968 0 -1 4202560 2435 0 1 0 28 4 0 0 20 0 22 0 6233450 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139953235825528 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11958] ppid=11952 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/11955/task/11958/stat : 11958 (java) S 11952 11955 8968 0 -1 4202560 315 0 0 0 44 11 0 0 20 0 22 0 6233451 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139953197316776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11959] ppid=11952 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/11955/task/11959/stat : 11959 (java) S 11952 11955 8968 0 -1 4202560 203 0 0 0 36 10 0 0 20 0 22 0 6233451 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139953196264232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11955/tid=11960] ppid=11952 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/11955/task/11960/stat : 11960 (java) S 11952 11955 8968 0 -1 4202560 222 0 0 0 37 10 0 0 20 0 22 0 6233451 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139953195211688 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11961] ppid=11952 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/11955/task/11961/stat : 11961 (java) S 11952 11955 8968 0 -1 4202560 252 0 0 0 39 13 0 0 20 0 22 0 6233451 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139953194159144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11962] ppid=11952 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/11955/task/11962/stat : 11962 (java) S 11952 11955 8968 0 -1 4202560 249 0 0 0 35 9 0 0 20 0 22 0 6233451 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139953193105576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11963] ppid=11952 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/11955/task/11963/stat : 11963 (java) S 11952 11955 8968 0 -1 4202560 233 0 0 0 33 10 0 0 20 0 22 0 6233451 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139953192053032 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11964] ppid=11952 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/11955/task/11964/stat : 11964 (java) S 11952 11955 8968 0 -1 4202560 203 0 0 0 37 8 0 0 20 0 22 0 6233451 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139953191000488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11965] ppid=11952 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/11955/task/11965/stat : 11965 (java) S 11952 11955 8968 0 -1 4202560 232 0 0 0 32 8 0 0 20 0 22 0 6233451 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139953189947944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11966] ppid=11952 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/11955/task/11966/stat : 11966 (java) S 11952 11955 8968 0 -1 4202560 1468 0 0 0 79 6 0 0 20 0 22 0 6233452 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139953059928680 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11967] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11967/stat : 11967 (java) S 11952 11955 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6233452 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139953058875000 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11968] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11968/stat : 11968 (java) S 11952 11955 8968 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 22 0 6233452 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139953057822344 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11969] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11969/stat : 11969 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6233454 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139953056771088 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11970] ppid=11952 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/11955/task/11970/stat : 11970 (java) S 11952 11955 8968 0 -1 4202560 4982 0 0 0 111 0 0 0 20 0 22 0 6233454 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139953055717432 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11971] ppid=11952 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/11955/task/11971/stat : 11971 (java) S 11952 11955 8968 0 -1 4202560 6763 0 0 0 109 2 0 0 20 0 22 0 6233454 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139953054664888 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11972] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11972/stat : 11972 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6233454 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139952180423160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11973] ppid=11952 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/11955/task/11973/stat : 11973 (java) S 11952 11955 8968 0 -1 4202560 54 0 0 0 8 19 0 0 20 0 22 0 6233454 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139952179370824 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11955/tid=11980] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11980/stat : 11980 (java) S 11952 11955 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6233524 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139952175158312 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=12165] ppid=11952 vsize=9824732 CPUtime=420.36 cores=1,3,5,7
/proc/11955/task/12165/stat : 12165 (java) R 11952 11955 8968 0 -1 4202560 7 0 0 0 42030 6 0 0 20 0 22 0 6284585 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139952177254544 139953070212389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11955/tid=12166] ppid=11952 vsize=9824732 CPUtime=420.42 cores=1,3,5,7
/proc/11955/task/12166/stat : 12166 (java) R 11952 11955 8968 0 -1 4202560 3 0 0 0 42034 8 0 0 20 0 22 0 6284585 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139952178313808 139953070407790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=12167] ppid=11952 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11955/task/12167/stat : 12167 (java) S 11952 11955 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6284585 10060525568 694013 33554432000 1073741824 1073778376 140735924353440 139952176211496 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 11955 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+932.401 s]
/proc/loadavg: 3.19 3.83 3.90 5/219 12550
/proc/meminfo: memFree=25746408/32872528 swapFree=7620/7620
[pid=11955] ppid=11952 vsize=9957860 CPUtime=1800.75 cores=1,3,5,7
/proc/11955/stat : 11955 (java) S 11952 11955 8968 0 -1 4202496 20758 0 1 0 179870 205 0 0 20 0 23 0 6233449 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 140735924344576 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11955/statm: 2489465 689172 2295 9 0 2480142 0
[pid=11955/tid=11956] ppid=11952 vsize=9957860 CPUtime=0.32 cores=1,3,5,7
/proc/11955/task/11956/stat : 11956 (java) S 11952 11955 8968 0 -1 4202560 2435 0 1 0 28 4 0 0 20 0 23 0 6233450 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139953235825528 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11958] ppid=11952 vsize=9957860 CPUtime=0.57 cores=1,3,5,7
/proc/11955/task/11958/stat : 11958 (java) S 11952 11955 8968 0 -1 4202560 318 0 0 0 46 11 0 0 20 0 23 0 6233451 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139953197316776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11959] ppid=11952 vsize=9957860 CPUtime=0.52 cores=1,3,5,7
/proc/11955/task/11959/stat : 11959 (java) S 11952 11955 8968 0 -1 4202560 223 0 0 0 41 11 0 0 20 0 23 0 6233451 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139953196264232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11955/tid=11960] ppid=11952 vsize=9957860 CPUtime=0.5 cores=1,3,5,7
/proc/11955/task/11960/stat : 11960 (java) S 11952 11955 8968 0 -1 4202560 244 0 0 0 39 11 0 0 20 0 23 0 6233451 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139953195211688 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11961] ppid=11952 vsize=9957860 CPUtime=0.54 cores=1,3,5,7
/proc/11955/task/11961/stat : 11961 (java) S 11952 11955 8968 0 -1 4202560 256 0 0 0 41 13 0 0 20 0 23 0 6233451 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139953194159144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11962] ppid=11952 vsize=9957860 CPUtime=0.46 cores=1,3,5,7
/proc/11955/task/11962/stat : 11962 (java) S 11952 11955 8968 0 -1 4202560 255 0 0 0 37 9 0 0 20 0 23 0 6233451 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139953193105576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11963] ppid=11952 vsize=9957860 CPUtime=0.45 cores=1,3,5,7
/proc/11955/task/11963/stat : 11963 (java) S 11952 11955 8968 0 -1 4202560 251 0 0 0 34 11 0 0 20 0 23 0 6233451 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139953192053032 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11964] ppid=11952 vsize=9957860 CPUtime=0.51 cores=1,3,5,7
/proc/11955/task/11964/stat : 11964 (java) S 11952 11955 8968 0 -1 4202560 244 0 0 0 42 9 0 0 20 0 23 0 6233451 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139953191000488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11965] ppid=11952 vsize=9957860 CPUtime=0.42 cores=1,3,5,7
/proc/11955/task/11965/stat : 11965 (java) S 11952 11955 8968 0 -1 4202560 249 0 0 0 34 8 0 0 20 0 23 0 6233451 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139953189947944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11966] ppid=11952 vsize=9957860 CPUtime=1.17 cores=1,3,5,7
/proc/11955/task/11966/stat : 11966 (java) R 11952 11955 8968 0 -1 4202560 1469 0 0 0 110 7 0 0 20 0 23 0 6233452 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139953059927432 139953242333300 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11967] ppid=11952 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11967/stat : 11967 (java) S 11952 11955 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 6233452 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139953058875000 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11968] ppid=11952 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11968/stat : 11968 (java) S 11952 11955 8968 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 23 0 6233452 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139953057822344 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11969] ppid=11952 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11969/stat : 11969 (java) S 11952 11955 8968 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 6233454 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139953056771088 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11970] ppid=11952 vsize=9957860 CPUtime=1.11 cores=1,3,5,7
/proc/11955/task/11970/stat : 11970 (java) S 11952 11955 8968 0 -1 4202560 4982 0 0 0 111 0 0 0 20 0 23 0 6233454 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139953055717432 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11971] ppid=11952 vsize=9957860 CPUtime=1.11 cores=1,3,5,7
/proc/11955/task/11971/stat : 11971 (java) S 11952 11955 8968 0 -1 4202560 6763 0 0 0 109 2 0 0 20 0 23 0 6233454 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139953054664888 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11972] ppid=11952 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11972/stat : 11972 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 6233454 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139952180423160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11973] ppid=11952 vsize=9957860 CPUtime=0.27 cores=1,3,5,7
/proc/11955/task/11973/stat : 11973 (java) S 11952 11955 8968 0 -1 4202560 54 0 0 0 8 19 0 0 20 0 23 0 6233454 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139952179370824 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=12165] ppid=11952 vsize=9957860 CPUtime=420.38 cores=1,3,5,7
/proc/11955/task/12165/stat : 12165 (java) S 11952 11955 8968 0 -1 4202560 8 0 0 0 42032 6 0 0 20 0 23 0 6284585 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139952177263704 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11955/tid=12166] ppid=11952 vsize=9957860 CPUtime=420.45 cores=1,3,5,7
/proc/11955/task/12166/stat : 12166 (java) S 11952 11955 8968 0 -1 4202560 3 0 0 0 42037 8 0 0 20 0 23 0 6284585 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139952178314056 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=12167] ppid=11952 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/11955/task/12167/stat : 12167 (java) S 11952 11955 8968 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 23 0 6284585 10196848640 689172 33554432000 1073741824 1073778376 140735924353440 139952176211208 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.75
Current children cumulated vsize (KiB) 9957860

[startup+932.601 s]
/proc/loadavg: 3.19 3.83 3.90 5/219 12550
/proc/meminfo: memFree=25746408/32872528 swapFree=7620/7620
[pid=11955] ppid=11952 vsize=9957860 CPUtime=1801.05 cores=1,3,5,7
/proc/11955/stat : 11955 (java) S 11952 11955 8968 0 -1 4202496 20878 0 1 0 179893 212 0 0 20 0 21 0 6233449 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 140735924344576 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11955/statm: 2489465 689286 2295 9 0 2480142 0
[pid=11955/tid=11956] ppid=11952 vsize=9957860 CPUtime=0.32 cores=1,3,5,7
/proc/11955/task/11956/stat : 11956 (java) S 11952 11955 8968 0 -1 4202560 2435 0 1 0 28 4 0 0 20 0 21 0 6233450 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 139953235825528 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11958] ppid=11952 vsize=9957860 CPUtime=0.57 cores=1,3,5,7
/proc/11955/task/11958/stat : 11958 (java) S 11952 11955 8968 0 -1 4202560 318 0 0 0 46 11 0 0 20 0 21 0 6233451 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 139953197316776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11959] ppid=11952 vsize=9957860 CPUtime=0.52 cores=1,3,5,7
/proc/11955/task/11959/stat : 11959 (java) S 11952 11955 8968 0 -1 4202560 223 0 0 0 41 11 0 0 20 0 21 0 6233451 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 139953196264232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11955/tid=11960] ppid=11952 vsize=9957860 CPUtime=0.5 cores=1,3,5,7
/proc/11955/task/11960/stat : 11960 (java) S 11952 11955 8968 0 -1 4202560 244 0 0 0 39 11 0 0 20 0 21 0 6233451 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 139953195211688 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11961] ppid=11952 vsize=9957860 CPUtime=0.54 cores=1,3,5,7
/proc/11955/task/11961/stat : 11961 (java) S 11952 11955 8968 0 -1 4202560 256 0 0 0 41 13 0 0 20 0 21 0 6233451 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 139953194159144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11962] ppid=11952 vsize=9957860 CPUtime=0.46 cores=1,3,5,7
/proc/11955/task/11962/stat : 11962 (java) S 11952 11955 8968 0 -1 4202560 255 0 0 0 37 9 0 0 20 0 21 0 6233451 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 139953193105576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11963] ppid=11952 vsize=9957860 CPUtime=0.45 cores=1,3,5,7
/proc/11955/task/11963/stat : 11963 (java) S 11952 11955 8968 0 -1 4202560 251 0 0 0 34 11 0 0 20 0 21 0 6233451 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 139953192053032 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11964] ppid=11952 vsize=9957860 CPUtime=0.51 cores=1,3,5,7
/proc/11955/task/11964/stat : 11964 (java) S 11952 11955 8968 0 -1 4202560 244 0 0 0 42 9 0 0 20 0 21 0 6233451 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 139953191000488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11965] ppid=11952 vsize=9957860 CPUtime=0.42 cores=1,3,5,7
/proc/11955/task/11965/stat : 11965 (java) S 11952 11955 8968 0 -1 4202560 249 0 0 0 34 8 0 0 20 0 21 0 6233451 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 139953189947944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11966] ppid=11952 vsize=9957860 CPUtime=1.36 cores=1,3,5,7
/proc/11955/task/11966/stat : 11966 (java) S 11952 11955 8968 0 -1 4202560 1587 0 0 0 129 7 0 0 20 0 21 0 6233452 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 139953059928680 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11955/tid=11967] ppid=11952 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11967/stat : 11967 (java) S 11952 11955 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 6233452 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 139953058875000 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11968] ppid=11952 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11968/stat : 11968 (java) S 11952 11955 8968 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 21 0 6233452 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 139953057822344 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11969] ppid=11952 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11969/stat : 11969 (java) S 11952 11955 8968 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 6233454 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 139953056771088 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11955/tid=11970] ppid=11952 vsize=9957860 CPUtime=1.11 cores=1,3,5,7
/proc/11955/task/11970/stat : 11970 (java) S 11952 11955 8968 0 -1 4202560 4982 0 0 0 111 0 0 0 20 0 21 0 6233454 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 139953055717432 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=11971] ppid=11952 vsize=9957860 CPUtime=1.11 cores=1,3,5,7
/proc/11955/task/11971/stat : 11971 (java) S 11952 11955 8968 0 -1 4202560 6763 0 0 0 109 2 0 0 20 0 21 0 6233454 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 139953054664888 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11972] ppid=11952 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/11955/task/11972/stat : 11972 (java) S 11952 11955 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 6233454 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 139952180423160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11955/tid=11973] ppid=11952 vsize=9957860 CPUtime=0.27 cores=1,3,5,7
/proc/11955/task/11973/stat : 11973 (java) S 11952 11955 8968 0 -1 4202560 54 0 0 0 8 19 0 0 20 0 21 0 6233454 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 139952179370824 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11955/tid=12166] ppid=11952 vsize=9957860 CPUtime=420.46 cores=1,3,5,7
/proc/11955/task/12166/stat : 12166 (java) R 11952 11955 8968 0 -1 4202560 3 0 0 0 42038 8 0 0 20 0 21 0 6284585 10196848640 689286 33554432000 1073741824 1073778376 140735924353440 139952178314056 139953070407741 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1801.05
Current children cumulated vsize (KiB) 9957860

Child status: 143
Real time (s): 932.635
CPU time (s): 1801.31
CPU user time (s): 1798.94
CPU system time (s): 2.37264
CPU usage (%): 193.142
Max. virtual memory (cumulated for all children) (KiB): 9957860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 2.37264
maximum resident set size= 3087956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20890
page faults= 1
swaps= 0
block input operations= 0
block output operations= 680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24122
involuntary context switches= 21507

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.35319 second user time and 8.16576 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 04:22:53
IDJOB=4119333
IDBENCH=111704
IDSOLVER=2543
FILE ID=node106/4119333-1467253373
RUNJOBID= node106-1467248675-9332
PBS_JOBID= 20004477
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-edgecross10-030.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119333-1467253373/watcher-4119333-1467253373 -o /tmp/evaluation-result-4119333-1467253373/solver-4119333-1467253373 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467248675-9332 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119333-1467253373.opb

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

MD5SUM BENCH= 88f041e88c3fe18f295c28f6b14bb355
RANDOM SEED=1061995969

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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.495
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.495
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:        28599216 kB
Buffers:           37392 kB
Cached:          2859560 kB
SwapCached:            0 kB
Active:          2827120 kB
Inactive:         677808 kB
Active(anon):     594304 kB
Inactive(anon):    16164 kB
Active(file):    2232816 kB
Inactive(file):   661644 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1672 kB
Writeback:             0 kB
AnonPages:        631692 kB
Mapped:            23548 kB
Shmem:               204 kB
Slab:             623924 kB
SReclaimable:      67176 kB
SUnreclaim:       556748 kB
KernelStack:        1808 kB
PageTables:         5084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1212160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    577536 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= 71748 MiB
End job on node106 at 2016-06-30 04:38:26