Trace number 4110405

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16MSAT (TO) 1800.24 1789.76

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900575442--soft-0-100-0.wbo
MD5SUMf554cc9691e9826ab6aa59c7fc9c497b
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark15.5716
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 667
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4110405-1466347311.wbo
0.09/0.12	c reading problem ... 
0.45/0.34	c ... done. Wall clock time 0.225s.
0.45/0.34	c declared #vars     231
0.45/0.34	c internal #vars     2938
0.45/0.34	c #constraints  2707
0.45/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.45/0.35	c constraints type 
0.45/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.45/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.45/0.35	c 2707 constraints processed.
0.45/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.45/0.35	c constraints type 
0.45/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.45/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.45/0.35	c 2707 constraints processed.
0.45/0.35	c objective function length is 2707 literals
0.76/0.49	c And the winner is solver0
1.45/0.85	c SATISFIABLE
1.45/0.85	c OPTIMIZING...
1.45/0.85	c Got one! Elapsed wall clock time (in seconds):0.732
1.45/0.85	o 404
1.45/0.89	c And the winner is solver0
1.68/1.38	c Got one! Elapsed wall clock time (in seconds):1.257
1.68/1.38	o 390
1.75/1.40	c And the winner is solver0
1.90/1.89	c Got one! Elapsed wall clock time (in seconds):1.77
1.90/1.89	o 359
1.92/1.91	c And the winner is solver0
2.00/2.40	c Got one! Elapsed wall clock time (in seconds):2.281
2.00/2.40	o 353
2.00/2.43	c And the winner is solver0
2.13/2.91	c Got one! Elapsed wall clock time (in seconds):2.788
2.13/2.91	o 351
2.13/2.95	c And the winner is solver0
2.43/3.41	c Got one! Elapsed wall clock time (in seconds):3.294
2.43/3.41	o 342
2.43/3.42	c And the winner is solver0
2.45/3.92	c Got one! Elapsed wall clock time (in seconds):3.799
2.45/3.92	o 291
2.45/3.93	c And the winner is solver0
2.52/4.42	c Got one! Elapsed wall clock time (in seconds):4.303
2.52/4.42	o 285
2.52/4.43	c And the winner is solver0
2.52/4.93	c Got one! Elapsed wall clock time (in seconds):4.808
2.52/4.93	o 247
2.52/4.98	c And the winner is solver0
2.68/5.43	c Got one! Elapsed wall clock time (in seconds):5.312
2.68/5.43	o 244
2.68/5.45	c And the winner is solver0
2.75/5.93	c Got one! Elapsed wall clock time (in seconds):5.816
2.75/5.93	o 237
2.75/5.96	c And the winner is solver0
2.86/6.44	c Got one! Elapsed wall clock time (in seconds):6.321
2.86/6.44	o 236
2.86/6.45	c And the winner is solver0
2.86/6.94	c Got one! Elapsed wall clock time (in seconds):6.825
2.86/6.94	o 217
3.21/7.15	c And the winner is solver0
3.31/7.45	c Got one! Elapsed wall clock time (in seconds):7.329
3.31/7.45	o 215
3.45/7.59	c And the winner is solver0
3.75/7.95	c Got one! Elapsed wall clock time (in seconds):7.833
3.75/7.95	o 199
3.75/7.98	c And the winner is solver0
3.88/8.46	c Got one! Elapsed wall clock time (in seconds):8.337
3.88/8.46	o 192
4.17/8.60	c And the winner is solver0
4.20/8.96	c Got one! Elapsed wall clock time (in seconds):8.841
4.20/8.96	o 184
4.31/9.03	c And the winner is solver0
4.38/9.47	c Got one! Elapsed wall clock time (in seconds):9.345
4.38/9.47	o 154
4.38/9.49	c And the winner is solver0
4.45/9.97	c Got one! Elapsed wall clock time (in seconds):9.849
4.45/9.97	o 151
4.52/10.03	c And the winner is solver0
4.59/10.47	c Got one! Elapsed wall clock time (in seconds):10.353
4.59/10.47	o 149
4.59/10.48	c And the winner is solver0
4.63/10.98	c Got one! Elapsed wall clock time (in seconds):10.857
4.63/10.98	o 148
4.69/11.02	c And the winner is solver0
4.73/11.48	c Got one! Elapsed wall clock time (in seconds):11.361
4.73/11.48	o 115
4.76/11.50	c And the winner is solver0
4.78/11.99	c Got one! Elapsed wall clock time (in seconds):11.865
4.78/11.99	o 114
4.81/12.01	c And the winner is solver0
4.86/12.49	c Got one! Elapsed wall clock time (in seconds):12.368
4.86/12.49	o 111
4.87/12.56	c And the winner is solver0
5.04/12.99	c Got one! Elapsed wall clock time (in seconds):12.872
5.04/12.99	o 109
5.05/13.00	c And the winner is solver0
5.07/13.49	c Got one! Elapsed wall clock time (in seconds):13.376
5.07/13.49	o 103
5.48/13.74	c And the winner is solver0
5.58/14.00	c Got one! Elapsed wall clock time (in seconds):13.88
5.58/14.00	o 100
5.58/14.05	c And the winner is solver0
5.70/14.50	c Got one! Elapsed wall clock time (in seconds):14.383
5.70/14.50	o 90
5.70/14.51	c And the winner is solver0
5.71/15.01	c Got one! Elapsed wall clock time (in seconds):14.887
5.71/15.01	o 88
5.71/15.05	c And the winner is solver0
5.83/15.51	c Got one! Elapsed wall clock time (in seconds):15.392
5.83/15.51	o 87
5.83/15.58	c And the winner is solver0
5.99/16.02	c Got one! Elapsed wall clock time (in seconds):15.897
5.99/16.02	o 85
5.99/16.04	c And the winner is solver0
6.08/16.52	c Got one! Elapsed wall clock time (in seconds):16.402
6.08/16.52	o 84
6.08/16.55	c And the winner is solver0
6.14/17.03	c Got one! Elapsed wall clock time (in seconds):16.908
6.14/17.03	o 82
6.14/17.08	c And the winner is solver0
6.28/17.53	c Got one! Elapsed wall clock time (in seconds):17.413
6.28/17.53	o 77
6.28/17.55	c And the winner is solver0
6.33/18.04	c Got one! Elapsed wall clock time (in seconds):17.92
6.33/18.04	o 75
6.33/18.06	c And the winner is solver0
6.38/18.54	c Got one! Elapsed wall clock time (in seconds):18.426
6.38/18.54	o 74
6.38/18.56	c And the winner is solver0
6.40/19.05	c Got one! Elapsed wall clock time (in seconds):18.932
6.40/19.05	o 72
6.53/19.12	c And the winner is solver0
6.59/19.56	c Got one! Elapsed wall clock time (in seconds):19.439
6.59/19.56	o 71
6.69/19.69	c And the winner is solver0
6.94/20.06	c Got one! Elapsed wall clock time (in seconds):19.945
6.94/20.06	o 67
7.01/20.19	c And the winner is solver0
7.21/20.57	c Got one! Elapsed wall clock time (in seconds):20.453
7.21/20.57	o 66
7.49/20.75	c And the winner is solver0
7.64/21.08	c Got one! Elapsed wall clock time (in seconds):20.96
7.64/21.08	o 65
7.87/21.27	c And the winner is solver0
8.03/21.59	c Got one! Elapsed wall clock time (in seconds):21.469
8.03/21.59	o 62
9.12/22.15	c And the winner is solver0
9.28/22.60	c Got one! Elapsed wall clock time (in seconds):22.477
9.28/22.60	o 59
9.28/22.62	c And the winner is solver0
9.34/23.11	c Got one! Elapsed wall clock time (in seconds):22.988
9.34/23.11	o 58
9.34/23.16	c And the winner is solver0
9.48/23.62	c Got one! Elapsed wall clock time (in seconds):23.499
9.48/23.62	o 55
9.48/23.67	c And the winner is solver0
9.62/24.13	c Got one! Elapsed wall clock time (in seconds):24.009
9.62/24.13	o 53
9.62/24.18	c And the winner is solver0
9.74/24.64	c Got one! Elapsed wall clock time (in seconds):24.52
9.74/24.64	o 50
10.04/24.83	c And the winner is solver0
10.14/25.15	c Got one! Elapsed wall clock time (in seconds):25.031
10.14/25.15	o 49
10.72/25.43	c cleaning 8307 clauses out of 16623 with flag 6070/16623
10.92/25.50	c And the winner is solver0
10.96/25.67	c Got one! Elapsed wall clock time (in seconds):25.544
10.96/25.67	o 48
10.96/25.68	c And the winner is solver0
34.52/48.97	c Got one! Elapsed wall clock time (in seconds):48.854
34.52/48.97	o 39
34.73/49.10	c And the winner is solver0
34.76/49.49	c Got one! Elapsed wall clock time (in seconds):49.371
34.76/49.49	o 35
34.77/49.53	c And the winner is solver0
44.06/58.64	c Got one! Elapsed wall clock time (in seconds):58.515
44.06/58.64	o 30
44.15/58.76	c And the winner is solver0
44.31/59.16	c Got one! Elapsed wall clock time (in seconds):59.038
44.31/59.16	o 29
44.61/59.32	c And the winner is solver0
44.69/59.69	c Got one! Elapsed wall clock time (in seconds):59.575
44.69/59.69	o 28
45.27/60.02	c And the winner is solver0
45.36/60.23	c Got one! Elapsed wall clock time (in seconds):60.103
45.36/60.23	o 25
45.36/60.27	c And the winner is solver0
119.47/133.64	c Got one! Elapsed wall clock time (in seconds):133.517
119.47/133.64	o 23
119.55/133.75	c And the winner is solver0
119.68/134.18	c Got one! Elapsed wall clock time (in seconds):134.057
119.68/134.18	o 22
119.70/134.23	c And the winner is solver0
208.72/222.21	c Got one! Elapsed wall clock time (in seconds):222.094
208.72/222.21	o 21
208.72/222.29	c And the winner is solver0
389.00/400.81	c Got one! Elapsed wall clock time (in seconds):400.687
389.00/400.81	o 15
389.10/400.90	c And the winner is solver0
398.14/409.76	c Got one! Elapsed wall clock time (in seconds):409.636
398.14/409.76	o 14
398.56/410.07	c cleaning 8692 clauses out of 17401 with flag 13981/25708
399.14/410.20	c And the winner is solver0
399.34/410.35	c Got one! Elapsed wall clock time (in seconds):410.233
399.34/410.35	o 13
399.50/410.49	c And the winner is solver0
414.59/425.15	c Got one! Elapsed wall clock time (in seconds):425.032
414.59/425.15	o 12
414.97/425.41	c And the winner is solver0
415.01/425.75	c Got one! Elapsed wall clock time (in seconds):425.636
415.01/425.75	o 11
415.60/426.13	c cleaning 7606 clauses out of 15222 with flag 22097/32221
415.60/426.19	c And the winner is solver0
416.07/426.36	c Got one! Elapsed wall clock time (in seconds):426.242
416.07/426.36	o 8
416.71/426.63	c And the winner is solver0
416.79/426.98	c Got one! Elapsed wall clock time (in seconds):426.86
416.79/426.98	o 7
417.32/427.31	c cleaning 6917 clauses out of 13850 with flag 23230/38455
418.13/427.72	c cleaning 6452 clauses out of 12930 with flag 70993/44452
418.54/427.97	c And the winner is solver0
418.72/428.09	c Got one! Elapsed wall clock time (in seconds):427.971
418.72/428.09	o 6
419.04/428.38	c cleaning 6107 clauses out of 12227 with flag 16051/50201
419.30/428.49	c And the winner is solver0
419.58/428.71	c Got one! Elapsed wall clock time (in seconds):428.59
419.58/428.71	o 4
419.67/428.87	c And the winner is solver0
511.18/518.90	c cleaning 0 clauses out of 8070 with flag 0/8099
1067.06/1067.65	c cleaning 0 clauses out of 14072 with flag 0/14101
1711.88/1703.74	c Got one! Elapsed wall clock time (in seconds):1703.622
1711.88/1703.74	o 3
1713.28/1705.08	c cleaning 6450 clauses out of 12918 with flag 29137/57000
1713.86/1705.33	c And the winner is solver0
1800.05/1789.71	c >>>>>>>>>> Solver number 0 (69 answers) <<<<<<<<<<<<<<<<<<
1800.05/1789.71	c starts		: 153
1800.05/1789.71	c conflicts		: 61069
1800.05/1789.71	c decisions		: 251876
1800.05/1789.71	c propagations		: 13025522
1800.05/1789.71	c inspects		: 47186135
1800.05/1789.71	c shortcuts		: 0
1800.05/1789.71	c learnt literals	: 1
1800.05/1789.71	c learnt binary clauses	: 15
1800.05/1789.71	c learnt ternary clauses	: 51
1800.05/1789.71	c learnt constraints	: 61068
1800.05/1789.71	c ignored constraints	: 0
1800.05/1789.71	c root simplifications	: 0
1800.05/1789.71	c removed literals (reason simplification)	: 112389
1800.05/1789.71	c reason swapping (by a shorter reason)	: 0
1800.05/1789.71	c Calls to reduceDB	: 7
1800.05/1789.71	c Number of update (reduction) of LBD	: 25406
1800.05/1789.71	c Imported unit clauses	: 0
1800.05/1789.71	c number of reductions to clauses (during analyze)	: 0
1800.05/1789.71	c number of learned constraints concerned by reduction	: 0
1800.05/1789.71	c number of learning phase by resolution	: 0
1800.05/1789.71	c number of learning phase by cutting planes	: 0
1800.05/1789.71	c speed (assignments/second)	: 7279.495725807894
1800.05/1789.71	c non guided choices	7143
1800.05/1789.72	c learnt constraints type 
1800.05/1789.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1800.05/1789.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10522
1800.05/1789.72	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/1789.72	c starts		: 136
1800.05/1789.72	c conflicts		: 19004
1800.05/1789.72	c decisions		: 216860
1800.05/1789.72	c propagations		: 1228898
1800.05/1789.72	c inspects		: 1247328573
1800.05/1789.72	c shortcuts		: 0
1800.05/1789.72	c learnt literals	: 0
1800.05/1789.72	c learnt binary clauses	: 0
1800.05/1789.72	c learnt ternary clauses	: 0
1800.05/1789.72	c learnt constraints	: 18974
1800.05/1789.72	c ignored constraints	: 0
1800.05/1789.72	c root simplifications	: 0
1800.05/1789.72	c removed literals (reason simplification)	: 0
1800.05/1789.72	c reason swapping (by a shorter reason)	: 0
1800.05/1789.72	c Calls to reduceDB	: 2
1800.05/1789.72	c Number of update (reduction) of LBD	: 0
1800.05/1789.72	c Imported unit clauses	: 0
1800.05/1789.72	c number of reductions to clauses (during analyze)	: 0
1800.05/1789.72	c number of learned constraints concerned by reduction	: 0
1800.05/1789.72	c number of learning phase by resolution	: 0
1800.05/1789.72	c number of learning phase by cutting planes	: 0
1800.05/1789.72	c speed (assignments/second)	: 14731.278694813056
1800.05/1789.72	c non guided choices	6162
1800.05/1789.73	c learnt constraints type 
1800.05/1789.73	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1087
1800.05/1789.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17887
1800.05/1789.73	s SATISFIABLE
1800.05/1789.73	c Found 68 solution(s)
1800.05/1789.73	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 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 -x230 -x231 
1800.05/1789.73	c objective function=3
1800.05/1789.73	c Total wall clock time (in seconds): 1789.613

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4110405-1466347311/watcher-4110405-1466347311 -o /tmp/evaluation-result-4110405-1466347311/solver-4110405-1466347311 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466341810-28925 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110405-1466347311.wbo 

pid=4285
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.96 2.47 2.28 3/198 4288
/proc/meminfo: memFree=27103512/32872528 swapFree=1505436/1685308
[pid=4288] ppid=4285 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/4288/stat : 4288 (java) D 4285 4288 28908 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 36777048 2560000 46 33554432000 1073741824 1073778376 140736187160144 140736187157272 215115459879 0 0 4096 0 18446744072100756772 0 0 17 5 0 0 0 0 0
/proc/4288/statm: 625 46 37 9 0 29 0

[startup+0.10011 s]
/proc/loadavg: 2.96 2.47 2.28 3/198 4288
/proc/meminfo: memFree=27103512/32872528 swapFree=1505436/1685308
[pid=4288] ppid=4285 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/4288/stat : 4288 (java) S 4285 4288 28908 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 36777048 9787879424 6039 33554432000 1073741824 1073778376 140736187160144 140736187151280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4288/statm: 2389619 6039 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200282 s]
/proc/loadavg: 2.96 2.47 2.28 3/198 4288
/proc/meminfo: memFree=27103512/32872528 swapFree=1505436/1685308
[pid=4288] ppid=4285 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/4288/stat : 4288 (java) S 4285 4288 28908 0 -1 4202496 4740 0 1 0 22 1 0 0 20 0 18 0 36777048 9787879424 6837 33554432000 1073741824 1073778376 140736187160144 140736187151280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4288/statm: 2389619 6837 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300296 s]
/proc/loadavg: 2.96 2.47 2.28 3/198 4288
/proc/meminfo: memFree=27103512/32872528 swapFree=1505436/1685308
[pid=4288] ppid=4285 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/4288/stat : 4288 (java) S 4285 4288 28908 0 -1 4202496 5564 0 1 0 44 1 0 0 20 0 18 0 36777048 9787879424 8433 33554432000 1073741824 1073778376 140736187160144 140736187151280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4288/statm: 2389619 8433 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700241 s]
/proc/loadavg: 2.96 2.47 2.28 3/198 4288
/proc/meminfo: memFree=27103512/32872528 swapFree=1505436/1685308
[pid=4288] ppid=4285 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/4288/stat : 4288 (java) S 4285 4288 28908 0 -1 4202496 11523 0 1 0 140 5 0 0 20 0 19 0 36777048 10060525568 14447 33554432000 1073741824 1073778376 140736187160144 140736187151280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4288/statm: 2456183 14447 2269 9 0 2446860 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 2.96 2.47 2.28 2/217 4313
/proc/meminfo: memFree=27053156/32872528 swapFree=1505436/1685308
[pid=4288] ppid=4285 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/4288/stat : 4288 (java) S 4285 4288 28908 0 -1 4202496 11961 0 1 0 181 9 0 0 20 0 19 0 36777048 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 140736187151280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4288/statm: 2456183 17059 2275 9 0 2446860 0
[pid=4288/tid=4290] ppid=4285 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/4288/task/4290/stat : 4290 (java) S 4285 4288 28908 0 -1 4202560 2453 0 1 0 34 1 0 0 20 0 19 0 36777049 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 139782079951736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4291] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4291/stat : 4291 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 139782069013544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4292] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4292/stat : 4292 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 139782067960744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4293] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4293/stat : 4293 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 139782066907944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4288/tid=4294] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4294/stat : 4294 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 139782065855144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4295] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4295/stat : 4295 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 139782064802344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4296] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4296/stat : 4296 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 139782063749544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4297] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4297/stat : 4297 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 139782062696744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4298] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4298/stat : 4298 (java) S 4285 4288 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 139782061643944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4299] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4299/stat : 4299 (java) S 4285 4288 28908 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36777052 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 139781903297512 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4300] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4300/stat : 4300 (java) S 4285 4288 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36777052 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 139781902243576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4301] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4301/stat : 4301 (java) S 4285 4288 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36777052 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 139781901190664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4302] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4302/stat : 4302 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777054 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 139781900139152 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4303] ppid=4285 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/4288/task/4303/stat : 4303 (java) S 4285 4288 28908 0 -1 4202560 4112 0 0 0 52 0 0 0 20 0 19 0 36777054 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 139781899086264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4304] ppid=4285 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/4288/task/4304/stat : 4304 (java) S 4285 4288 28908 0 -1 4202560 4049 0 0 0 57 0 0 0 20 0 19 0 36777054 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 139781898033464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4305] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4305/stat : 4305 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777054 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 139781896980856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4306] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4306/stat : 4306 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777054 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 139781895928264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4310] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4310/stat : 4310 (java) S 4285 4288 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36777086 10060525568 17059 33554432000 1073741824 1073778376 140736187160144 139781891716392 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 2.96 2.47 2.28 2/217 4319
/proc/meminfo: memFree=27037704/32872528 swapFree=1505436/1685308
[pid=4288] ppid=4285 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/4288/stat : 4288 (java) S 4285 4288 28908 0 -1 4202496 13798 0 1 0 229 14 0 0 20 0 19 0 36777048 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 140736187151280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4288/statm: 2456183 23198 2277 9 0 2446860 0
[pid=4288/tid=4290] ppid=4285 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/4288/task/4290/stat : 4290 (java) S 4285 4288 28908 0 -1 4202560 2455 0 1 0 36 2 0 0 20 0 19 0 36777049 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 139782079951736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4291] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4291/stat : 4291 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 139782069013544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4292] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4292/stat : 4292 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 139782067960744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4293] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4293/stat : 4293 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 139782066907944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4288/tid=4294] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4294/stat : 4294 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 139782065855144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4295] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4295/stat : 4295 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 139782064802344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4296] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4296/stat : 4296 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 139782063749544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4297] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4297/stat : 4297 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 139782062696744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4298] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4298/stat : 4298 (java) S 4285 4288 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 139782061643944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4299] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4299/stat : 4299 (java) S 4285 4288 28908 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36777052 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 139781903297512 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4300] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4300/stat : 4300 (java) S 4285 4288 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36777052 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 139781902243576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4301] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4301/stat : 4301 (java) S 4285 4288 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36777052 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 139781901190664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4302] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4302/stat : 4302 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777054 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 139781900139152 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4303] ppid=4285 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/4288/task/4303/stat : 4303 (java) S 4285 4288 28908 0 -1 4202560 5914 0 0 0 68 0 0 0 20 0 19 0 36777054 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 139781899086264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4304] ppid=4285 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/4288/task/4304/stat : 4304 (java) S 4285 4288 28908 0 -1 4202560 4049 0 0 0 73 0 0 0 20 0 19 0 36777054 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 139781898033464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4305] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4305/stat : 4305 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777054 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 139781896980856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4306] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4306/stat : 4306 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777054 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 139781895928264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4310] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4310/stat : 4310 (java) S 4285 4288 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36777086 10060525568 23198 33554432000 1073741824 1073778376 140736187160144 139781891716392 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=30 pid=1841 uid=0 cmd=

[startup+6.30079 s]
/proc/loadavg: 2.80 2.45 2.28 2/217 4340
/proc/meminfo: memFree=26975232/32872528 swapFree=1505436/1685308
[pid=4288] ppid=4285 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/4288/stat : 4288 (java) S 4285 4288 28908 0 -1 4202496 14193 0 1 0 266 20 0 0 20 0 19 0 36777048 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 140736187151280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4288/statm: 2456183 36542 2279 9 0 2446860 0
[pid=4288/tid=4290] ppid=4285 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/4288/task/4290/stat : 4290 (java) S 4285 4288 28908 0 -1 4202560 2461 0 1 0 39 2 0 0 20 0 19 0 36777049 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 139782079951736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4291] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4291/stat : 4291 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 139782069013544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4292] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4292/stat : 4292 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 139782067960744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4293] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4293/stat : 4293 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 139782066907944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4288/tid=4294] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4294/stat : 4294 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 139782065855144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4295] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4295/stat : 4295 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 139782064802344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4296] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4296/stat : 4296 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 139782063749544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4297] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4297/stat : 4297 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 139782062696744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4298] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4298/stat : 4298 (java) S 4285 4288 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36777051 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 139782061643944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4299] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4299/stat : 4299 (java) S 4285 4288 28908 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36777052 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 139781903297512 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4288/tid=4300] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4300/stat : 4300 (java) S 4285 4288 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36777052 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 139781902243576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4301] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4301/stat : 4301 (java) S 4285 4288 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36777052 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 139781901190664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4302] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4302/stat : 4302 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777054 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 139781900139152 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4303] ppid=4285 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/4288/task/4303/stat : 4303 (java) S 4285 4288 28908 0 -1 4202560 6103 0 0 0 77 0 0 0 20 0 19 0 36777054 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 139781899086264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4304] ppid=4285 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/4288/task/4304/stat : 4304 (java) S 4285 4288 28908 0 -1 4202560 4168 0 0 0 82 0 0 0 20 0 19 0 36777054 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 139781898033464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4305] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4305/stat : 4305 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777054 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 139781896980856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4306] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4306/stat : 4306 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36777054 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 139781895928264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4310] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4310/stat : 4310 (java) S 4285 4288 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36777086 10060525568 36542 33554432000 1073741824 1073778376 140736187160144 139781891716392 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.86

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

[pid=4288] ppid=4285 vsize=9824732 CPUtime=1788.8 cores=1,3,5,7
/proc/4288/stat : 4288 (java) S 4285 4288 28908 0 -1 4202496 44077 0 1 0 178473 407 0 0 20 0 21 0 36777048 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 140736187151280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4288/statm: 2456183 883705 2303 9 0 2446860 0
[pid=4288/tid=4290] ppid=4285 vsize=9824732 CPUtime=3.67 cores=1,3,5,7
/proc/4288/task/4290/stat : 4290 (java) S 4285 4288 28908 0 -1 4202560 2563 0 1 0 334 33 0 0 20 0 21 0 36777049 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139782079951864 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4291] ppid=4285 vsize=9824732 CPUtime=3.76 cores=1,3,5,7
/proc/4288/task/4291/stat : 4291 (java) S 4285 4288 28908 0 -1 4202560 493 0 0 0 360 16 0 0 20 0 21 0 36777051 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139782069013544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4288/tid=4292] ppid=4285 vsize=9824732 CPUtime=4 cores=1,3,5,7
/proc/4288/task/4292/stat : 4292 (java) S 4285 4288 28908 0 -1 4202560 519 0 0 0 384 16 0 0 20 0 21 0 36777051 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139782067960744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4293] ppid=4285 vsize=9824732 CPUtime=4.13 cores=1,3,5,7
/proc/4288/task/4293/stat : 4293 (java) S 4285 4288 28908 0 -1 4202560 541 0 0 0 394 19 0 0 20 0 21 0 36777051 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139782066907944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4294] ppid=4285 vsize=9824732 CPUtime=4.21 cores=1,3,5,7
/proc/4288/task/4294/stat : 4294 (java) S 4285 4288 28908 0 -1 4202560 532 0 0 0 403 18 0 0 20 0 21 0 36777051 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139782065855144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4295] ppid=4285 vsize=9824732 CPUtime=4.02 cores=1,3,5,7
/proc/4288/task/4295/stat : 4295 (java) S 4285 4288 28908 0 -1 4202560 535 0 0 0 385 17 0 0 20 0 21 0 36777051 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139782064802344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4288/tid=4296] ppid=4285 vsize=9824732 CPUtime=3.74 cores=1,3,5,7
/proc/4288/task/4296/stat : 4296 (java) S 4285 4288 28908 0 -1 4202560 519 0 0 0 357 17 0 0 20 0 21 0 36777051 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139782063749544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4297] ppid=4285 vsize=9824732 CPUtime=4.08 cores=1,3,5,7
/proc/4288/task/4297/stat : 4297 (java) S 4285 4288 28908 0 -1 4202560 539 0 0 0 390 18 0 0 20 0 21 0 36777051 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139782062696744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4298] ppid=4285 vsize=9824732 CPUtime=3.9 cores=1,3,5,7
/proc/4288/task/4298/stat : 4298 (java) S 4285 4288 28908 0 -1 4202560 508 0 0 0 373 17 0 0 20 0 21 0 36777051 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139782061643944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4299] ppid=4285 vsize=9824732 CPUtime=8.05 cores=1,3,5,7
/proc/4288/task/4299/stat : 4299 (java) S 4285 4288 28908 0 -1 4202560 3700 0 0 0 796 9 0 0 20 0 21 0 36777052 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139781903297512 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4300] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4300/stat : 4300 (java) S 4285 4288 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36777052 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139781902243608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4301] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4301/stat : 4301 (java) S 4285 4288 28908 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 21 0 36777052 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139781901190696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4288/tid=4302] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4302/stat : 4302 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36777054 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139781900139152 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4303] ppid=4285 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/4288/task/4303/stat : 4303 (java) S 4285 4288 28908 0 -1 4202560 16353 0 0 0 182 3 0 0 20 0 21 0 36777054 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139781899086264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4304] ppid=4285 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/4288/task/4304/stat : 4304 (java) S 4285 4288 28908 0 -1 4202560 11015 0 0 0 172 2 0 0 20 0 21 0 36777054 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139781898033464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4288/tid=4305] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4305/stat : 4305 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36777054 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139781896980856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4306] ppid=4285 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/4288/task/4306/stat : 4306 (java) S 4285 4288 28908 0 -1 4202560 103 0 0 0 28 34 0 0 20 0 21 0 36777054 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139781895928264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4310] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4310/stat : 4310 (java) S 4285 4288 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36777086 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139781891716392 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4606] ppid=4285 vsize=9824732 CPUtime=74.69 cores=1,3,5,7
/proc/4288/task/4606/stat : 4606 (java) R 4285 4288 28908 0 -1 4202560 73 0 0 0 7466 3 0 0 20 0 21 0 36947530 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139781893820032 139781942968372 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4607] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4607/stat : 4607 (java) S 4285 4288 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36947679 10060525568 883705 33554432000 1073741824 1073778376 140736187160144 139781894874568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1788.8
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.7 s]
/proc/loadavg: 1.34 1.27 1.58 2/192 4609
/proc/meminfo: memFree=26408324/32872528 swapFree=1505436/1685308
[pid=4288] ppid=4285 vsize=9824732 CPUtime=1796.41 cores=1,3,5,7
/proc/4288/stat : 4288 (java) S 4285 4288 28908 0 -1 4202496 44425 0 1 0 179232 409 0 0 20 0 21 0 36777048 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 140736187151280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4288/statm: 2456183 890147 2303 9 0 2446860 0
[pid=4288/tid=4290] ppid=4285 vsize=9824732 CPUtime=3.67 cores=1,3,5,7
/proc/4288/task/4290/stat : 4290 (java) S 4285 4288 28908 0 -1 4202560 2563 0 1 0 334 33 0 0 20 0 21 0 36777049 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139782079951864 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4291] ppid=4285 vsize=9824732 CPUtime=3.79 cores=1,3,5,7
/proc/4288/task/4291/stat : 4291 (java) S 4285 4288 28908 0 -1 4202560 495 0 0 0 363 16 0 0 20 0 21 0 36777051 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139782069013544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4288/tid=4292] ppid=4285 vsize=9824732 CPUtime=4.04 cores=1,3,5,7
/proc/4288/task/4292/stat : 4292 (java) S 4285 4288 28908 0 -1 4202560 640 0 0 0 387 17 0 0 20 0 21 0 36777051 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139782067960744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4293] ppid=4285 vsize=9824732 CPUtime=4.16 cores=1,3,5,7
/proc/4288/task/4293/stat : 4293 (java) S 4285 4288 28908 0 -1 4202560 558 0 0 0 396 20 0 0 20 0 21 0 36777051 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139782066907944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4294] ppid=4285 vsize=9824732 CPUtime=4.29 cores=1,3,5,7
/proc/4288/task/4294/stat : 4294 (java) S 4285 4288 28908 0 -1 4202560 611 0 0 0 410 19 0 0 20 0 21 0 36777051 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139782065855144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4295] ppid=4285 vsize=9824732 CPUtime=4.05 cores=1,3,5,7
/proc/4288/task/4295/stat : 4295 (java) S 4285 4288 28908 0 -1 4202560 581 0 0 0 388 17 0 0 20 0 21 0 36777051 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139782064802344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4288/tid=4296] ppid=4285 vsize=9824732 CPUtime=3.76 cores=1,3,5,7
/proc/4288/task/4296/stat : 4296 (java) S 4285 4288 28908 0 -1 4202560 522 0 0 0 359 17 0 0 20 0 21 0 36777051 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139782063749544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4288/tid=4297] ppid=4285 vsize=9824732 CPUtime=4.12 cores=1,3,5,7
/proc/4288/task/4297/stat : 4297 (java) S 4285 4288 28908 0 -1 4202560 612 0 0 0 394 18 0 0 20 0 21 0 36777051 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139782062696744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4298] ppid=4285 vsize=9824732 CPUtime=3.94 cores=1,3,5,7
/proc/4288/task/4298/stat : 4298 (java) S 4285 4288 28908 0 -1 4202560 512 0 0 0 376 18 0 0 20 0 21 0 36777051 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139782061643944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4299] ppid=4285 vsize=9824732 CPUtime=8.05 cores=1,3,5,7
/proc/4288/task/4299/stat : 4299 (java) S 4285 4288 28908 0 -1 4202560 3702 0 0 0 796 9 0 0 20 0 21 0 36777052 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781903297512 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4300] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4300/stat : 4300 (java) S 4285 4288 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36777052 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781902243608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4301] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4301/stat : 4301 (java) S 4285 4288 28908 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 21 0 36777052 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781901190696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4288/tid=4302] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4302/stat : 4302 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36777054 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781900139152 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4303] ppid=4285 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/4288/task/4303/stat : 4303 (java) S 4285 4288 28908 0 -1 4202560 16353 0 0 0 182 3 0 0 20 0 21 0 36777054 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781899086264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4304] ppid=4285 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/4288/task/4304/stat : 4304 (java) S 4285 4288 28908 0 -1 4202560 11015 0 0 0 172 2 0 0 20 0 21 0 36777054 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781898033464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4288/tid=4305] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4305/stat : 4305 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36777054 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781896980856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4306] ppid=4285 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/4288/task/4306/stat : 4306 (java) S 4285 4288 28908 0 -1 4202560 103 0 0 0 28 35 0 0 20 0 21 0 36777054 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781895928264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4310] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4310/stat : 4310 (java) S 4285 4288 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36777086 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781891716392 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4606] ppid=4285 vsize=9824732 CPUtime=82 cores=1,3,5,7
/proc/4288/task/4606/stat : 4606 (java) R 4285 4288 28908 0 -1 4202560 74 0 0 0 8197 3 0 0 20 0 21 0 36947530 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781893820336 139781942968589 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4607] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4607/stat : 4607 (java) S 4285 4288 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36947679 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781894874568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1796.41
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 4288 sig 9
??? kill -4288 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1789.7 s]
/proc/loadavg: 1.34 1.27 1.58 2/192 4609
/proc/meminfo: memFree=26408324/32872528 swapFree=1505436/1685308
[pid=4288] ppid=4285 vsize=9824732 CPUtime=1796.41 cores=1,3,5,7
/proc/4288/stat : 4288 (java) S 4285 4288 28908 0 -1 4202496 44425 0 1 0 179232 409 0 0 20 0 21 0 36777048 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 140736187151280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4288/statm: 2456183 890147 2303 9 0 2446860 0
[pid=4288/tid=4290] ppid=4285 vsize=9824732 CPUtime=3.67 cores=1,3,5,7
/proc/4288/task/4290/stat : 4290 (java) S 4285 4288 28908 0 -1 4202560 2563 0 1 0 334 33 0 0 20 0 21 0 36777049 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139782079951864 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4291] ppid=4285 vsize=9824732 CPUtime=3.79 cores=1,3,5,7
/proc/4288/task/4291/stat : 4291 (java) S 4285 4288 28908 0 -1 4202560 495 0 0 0 363 16 0 0 20 0 21 0 36777051 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139782069013544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4288/tid=4292] ppid=4285 vsize=9824732 CPUtime=4.04 cores=1,3,5,7
/proc/4288/task/4292/stat : 4292 (java) S 4285 4288 28908 0 -1 4202560 640 0 0 0 387 17 0 0 20 0 21 0 36777051 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139782067960744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4293] ppid=4285 vsize=9824732 CPUtime=4.16 cores=1,3,5,7
/proc/4288/task/4293/stat : 4293 (java) S 4285 4288 28908 0 -1 4202560 558 0 0 0 396 20 0 0 20 0 21 0 36777051 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139782066907944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4294] ppid=4285 vsize=9824732 CPUtime=4.29 cores=1,3,5,7
/proc/4288/task/4294/stat : 4294 (java) S 4285 4288 28908 0 -1 4202560 611 0 0 0 410 19 0 0 20 0 21 0 36777051 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139782065855144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4295] ppid=4285 vsize=9824732 CPUtime=4.05 cores=1,3,5,7
/proc/4288/task/4295/stat : 4295 (java) S 4285 4288 28908 0 -1 4202560 581 0 0 0 388 17 0 0 20 0 21 0 36777051 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139782064802344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4288/tid=4296] ppid=4285 vsize=9824732 CPUtime=3.76 cores=1,3,5,7
/proc/4288/task/4296/stat : 4296 (java) S 4285 4288 28908 0 -1 4202560 522 0 0 0 359 17 0 0 20 0 21 0 36777051 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139782063749544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4288/tid=4297] ppid=4285 vsize=9824732 CPUtime=4.12 cores=1,3,5,7
/proc/4288/task/4297/stat : 4297 (java) S 4285 4288 28908 0 -1 4202560 612 0 0 0 394 18 0 0 20 0 21 0 36777051 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139782062696744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4298] ppid=4285 vsize=9824732 CPUtime=3.94 cores=1,3,5,7
/proc/4288/task/4298/stat : 4298 (java) S 4285 4288 28908 0 -1 4202560 512 0 0 0 376 18 0 0 20 0 21 0 36777051 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139782061643944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4299] ppid=4285 vsize=9824732 CPUtime=8.05 cores=1,3,5,7
/proc/4288/task/4299/stat : 4299 (java) S 4285 4288 28908 0 -1 4202560 3702 0 0 0 796 9 0 0 20 0 21 0 36777052 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781903297512 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4300] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4300/stat : 4300 (java) S 4285 4288 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36777052 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781902243608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4301] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4301/stat : 4301 (java) S 4285 4288 28908 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 21 0 36777052 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781901190696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4288/tid=4302] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4302/stat : 4302 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36777054 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781900139152 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4288/tid=4303] ppid=4285 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/4288/task/4303/stat : 4303 (java) S 4285 4288 28908 0 -1 4202560 16353 0 0 0 182 3 0 0 20 0 21 0 36777054 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781899086264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4304] ppid=4285 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/4288/task/4304/stat : 4304 (java) S 4285 4288 28908 0 -1 4202560 11015 0 0 0 172 2 0 0 20 0 21 0 36777054 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781898033464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4288/tid=4305] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4305/stat : 4305 (java) S 4285 4288 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36777054 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781896980856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4306] ppid=4285 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/4288/task/4306/stat : 4306 (java) S 4285 4288 28908 0 -1 4202560 103 0 0 0 28 35 0 0 20 0 21 0 36777054 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781895928264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4310] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4310/stat : 4310 (java) S 4285 4288 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36777086 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781891716392 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4288/tid=4606] ppid=4285 vsize=9824732 CPUtime=82 cores=1,3,5,7
/proc/4288/task/4606/stat : 4606 (java) R 4285 4288 28908 0 -1 4202560 74 0 0 0 8197 3 0 0 20 0 21 0 36947530 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781893820336 139781942968589 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4288/tid=4607] ppid=4285 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4288/task/4607/stat : 4607 (java) S 4285 4288 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36947679 10060525568 890147 33554432000 1073741824 1073778376 140736187160144 139781894874568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.64008
#  lost CPU user time (s): 3.88002
#  lost CPU system time (s): -0.24

Real time (s): 1789.76
CPU time (s): 1800.24
CPU user time (s): 1796.14
CPU system time (s): 4.10334
CPU usage (%): 100.586
Max. virtual memory (cumulated for all children) (KiB): 9826340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.26
system time used= 4.34334
maximum resident set size= 3560660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44450
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82381
involuntary context switches= 71469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3133 second user time and 14.1628 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-19 16:41:51
IDJOB=4110405
IDBENCH=79296
IDSOLVER=2552
FILE ID=node135/4110405-1466347311
RUNJOBID= node135-1466341810-28925
PBS_JOBID= 19922018
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900575442--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110405-1466347311/watcher-4110405-1466347311 -o /tmp/evaluation-result-4110405-1466347311/solver-4110405-1466347311 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466341810-28925 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110405-1466347311.wbo

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

MD5SUM BENCH= f554cc9691e9826ab6aa59c7fc9c497b
RANDOM SEED=1266313413

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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:        27104040 kB
Buffers:          193580 kB
Cached:           280780 kB
SwapCached:          772 kB
Active:          2995240 kB
Inactive:         335512 kB
Active(anon):    2856400 kB
Inactive(anon):     1964 kB
Active(file):     138840 kB
Inactive(file):   333548 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100528 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       4524164 kB
Mapped:            15588 kB
Shmem:                 0 kB
Slab:             607708 kB
SReclaimable:      51448 kB
SUnreclaim:       556260 kB
KernelStack:        1792 kB
PageTables:        12852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5030456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2953216 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= 71704 MiB
End job on node135 at 2016-06-19 17:11:41