Trace number 4106452

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 PB16OPT3 1541.6 769.907

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=113-P1=127-P2=101-P3=419-P4=107-P5=271-P6=379-P7=167-P8=163-B.opb
MD5SUMe7b4c80573ea65996ed7438c7cd24465
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.18997
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables216
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)648
Sum of products size (including duplicates)1296
Number of different products648
Sum of products size1296

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4106452-1466271680.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.25/0.23	c ... done. Wall clock time 0.122s.
0.25/0.23	c declared #vars     216
0.25/0.23	c internal #vars     864
0.25/0.23	c #constraints  1321
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 => 648
0.25/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 673
0.25/0.23	c 1321 constraints processed.
0.25/0.24	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.25/0.24	c constraints type 
0.25/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 648
0.25/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 673
0.25/0.24	c 1321 constraints processed.
0.25/0.24	c objective function length is 9 literals
2.95/0.91	c cleaning 2495 clauses out of 5002 with flag 10962/5002
4.51/1.32	c cleaning 4252 clauses out of 8507 with flag 24906/11002
5.87/1.93	c cleaning 5613 clauses out of 11253 with flag 39762/18000
7.49/2.76	c cleaning 6813 clauses out of 13640 with flag 56404/26000
8.53/3.28	c cleaning 7912 clauses out of 15829 with flag 75497/35002
10.08/3.89	c cleaning 8942 clauses out of 17916 with flag 97741/45001
12.12/4.65	c cleaning 9975 clauses out of 19973 with flag 122200/56000
13.76/5.45	c And the winner is solver0
13.89/5.74	c SATISFIABLE
13.89/5.74	c OPTIMIZING...
13.89/5.74	c Got one! Elapsed wall clock time (in seconds):5.627
13.89/5.74	o 131
15.02/6.33	c cleaning 13028 clauses out of 26069 with flag 11174/72071
15.42/6.58	c cleaning 9509 clauses out of 19042 with flag 23450/78072
16.45/7.09	c cleaning 8262 clauses out of 16532 with flag 39247/85071
17.45/7.59	c And the winner is solver0
17.67/7.74	c Got one! Elapsed wall clock time (in seconds):7.628
17.67/7.74	o 129
18.38/8.11	c cleaning 10018 clauses out of 20046 with flag 10810/96847
19.00/8.42	c cleaning 7983 clauses out of 16028 with flag 23409/102847
19.82/8.84	c cleaning 7512 clauses out of 15046 with flag 38352/109848
21.20/9.58	c cleaning 7756 clauses out of 15534 with flag 56741/117848
22.40/10.19	c cleaning 8384 clauses out of 16777 with flag 76486/126847
24.47/11.11	c cleaning 9180 clauses out of 18394 with flag 99419/136848
25.85/11.87	c cleaning 10097 clauses out of 20213 with flag 123317/147847
27.85/12.81	c cleaning 11044 clauses out of 22118 with flag 149882/159849
30.26/14.01	c cleaning 12031 clauses out of 24073 with flag 178386/172848
32.70/15.22	c cleaning 12999 clauses out of 26042 with flag 209174/186848
35.32/16.59	c cleaning 14016 clauses out of 28042 with flag 242660/201847
38.11/17.92	c cleaning 14999 clauses out of 30026 with flag 275143/217847
40.73/19.24	c And the winner is solver0
40.88/19.74	c Got one! Elapsed wall clock time (in seconds):19.631
40.88/19.74	o 101
41.59/20.18	c cleaning 18268 clauses out of 36539 with flag 11417/239359
42.39/20.58	c cleaning 12131 clauses out of 24272 with flag 24673/245360
43.40/21.09	c cleaning 9564 clauses out of 19141 with flag 40185/252360
44.99/21.80	c cleaning 8776 clauses out of 17576 with flag 61128/260359
45.60/22.15	c And the winner is solver0
45.72/22.24	c Got one! Elapsed wall clock time (in seconds):22.132
45.72/22.24	o 13
46.43/22.62	c cleaning 10352 clauses out of 20709 with flag 12676/272268
47.44/23.17	c cleaning 8173 clauses out of 16358 with flag 25813/278269
48.22/23.52	c cleaning 7587 clauses out of 15185 with flag 40678/285269
49.43/24.12	c cleaning 7795 clauses out of 15597 with flag 58687/293268
50.63/24.73	c cleaning 8392 clauses out of 16802 with flag 78508/302268
51.84/25.35	c cleaning 9200 clauses out of 18412 with flag 99869/312270
53.23/26.06	c cleaning 10099 clauses out of 20210 with flag 125201/323268
53.83/26.36	c And the winner is solver0
53.99/26.74	c Got one! Elapsed wall clock time (in seconds):26.634
53.99/26.74	o 9
54.97/27.22	c cleaning 10872 clauses out of 21752 with flag 11136/334909
55.97/27.79	c cleaning 8433 clauses out of 16880 with flag 24693/340909
57.17/28.36	c cleaning 7698 clauses out of 15448 with flag 40207/347910
58.37/28.90	c cleaning 7854 clauses out of 15749 with flag 57524/355909
60.18/29.82	c cleaning 8427 clauses out of 16895 with flag 77663/364909
61.18/30.31	c And the winner is solver0
61.25/30.75	c Got one! Elapsed wall clock time (in seconds):30.636
61.25/30.75	o 5
61.96/31.10	c cleaning 10556 clauses out of 21117 with flag 11711/377558
62.56/31.46	c cleaning 8257 clauses out of 16560 with flag 25160/383557
62.76/31.54	c And the winner is solver0
62.90/31.75	c Got one! Elapsed wall clock time (in seconds):31.64
62.90/31.75	o 3
63.20/31.94	c cleaning 6676 clauses out of 13380 with flag 6929/388634
63.99/32.34	c cleaning 6349 clauses out of 12704 with flag 20428/394634
64.83/32.76	c cleaning 6676 clauses out of 13353 with flag 38456/401633
65.71/33.19	c cleaning 7312 clauses out of 14677 with flag 55392/409633
66.98/33.70	c cleaning 8173 clauses out of 16366 with flag 75087/418634
68.00/34.28	c cleaning 9091 clauses out of 18193 with flag 97513/428634
69.58/35.03	c cleaning 10037 clauses out of 20102 with flag 122155/439634
70.78/35.67	c cleaning 11025 clauses out of 22064 with flag 148108/451633
73.38/36.97	c cleaning 12015 clauses out of 24039 with flag 177580/464633
75.38/37.97	c cleaning 13009 clauses out of 26028 with flag 208777/478637
77.78/39.16	c cleaning 13993 clauses out of 28015 with flag 242109/493633
80.41/40.41	c cleaning 15003 clauses out of 30022 with flag 277236/509633
83.61/42.10	c cleaning 15992 clauses out of 32019 with flag 318541/526633
87.20/43.85	c cleaning 17008 clauses out of 34027 with flag 358726/544633
90.80/45.62	c cleaning 17995 clauses out of 36020 with flag 403205/563634
95.24/47.83	c cleaning 19004 clauses out of 38025 with flag 449560/583634
99.44/49.99	c cleaning 20004 clauses out of 40020 with flag 496281/604633
100.64/50.57	c cleaning 0 clauses out of 7985 with flag 0/7989
105.30/52.77	c cleaning 21000 clauses out of 42016 with flag 550802/626633
110.50/55.38	c cleaning 22005 clauses out of 44016 with flag 603231/649633
116.09/58.16	c cleaning 22999 clauses out of 46012 with flag 658591/673634
121.55/60.85	c cleaning 24003 clauses out of 48012 with flag 713652/698633
126.95/63.60	c cleaning 24993 clauses out of 50010 with flag 771976/724634
133.19/66.69	c cleaning 26008 clauses out of 52016 with flag 837407/751634
143.05/71.53	c cleaning 26987 clauses out of 54008 with flag 899135/779634
151.08/75.56	c cleaning 27989 clauses out of 56020 with flag 964159/808633
161.91/80.91	c cleaning 29004 clauses out of 58032 with flag 1034374/838634
174.94/87.43	c cleaning 29996 clauses out of 60027 with flag 1104688/869633
183.98/91.94	c cleaning 31004 clauses out of 62031 with flag 1175499/901633
192.01/95.92	c cleaning 32006 clauses out of 64028 with flag 1250709/934634
202.85/101.39	c cleaning 32987 clauses out of 66021 with flag 1324628/968633
210.86/105.35	c cleaning 33988 clauses out of 68034 with flag 1403940/1003633
220.09/109.97	c cleaning 35007 clauses out of 70046 with flag 1483268/1039633
234.32/117.04	c cleaning 36006 clauses out of 72040 with flag 1564482/1076634
243.17/121.43	c cleaning 37008 clauses out of 74034 with flag 1648037/1114634
254.41/127.07	c cleaning 37999 clauses out of 76025 with flag 1738000/1153633
266.47/133.08	c cleaning 39013 clauses out of 78027 with flag 1827648/1193634
278.32/138.98	c cleaning 40004 clauses out of 80013 with flag 1928092/1234633
293.17/146.36	c cleaning 40994 clauses out of 82010 with flag 2022778/1276634
307.20/153.37	c cleaning 42008 clauses out of 84016 with flag 2120968/1319634
321.88/160.63	c cleaning 42992 clauses out of 86008 with flag 2221475/1363634
337.94/168.61	c cleaning 43993 clauses out of 88016 with flag 2326488/1408634
353.08/176.12	c cleaning 45001 clauses out of 90022 with flag 2428006/1454633
367.15/183.19	c cleaning 46003 clauses out of 92022 with flag 2532155/1501634
386.29/192.68	c cleaning 47001 clauses out of 94018 with flag 2644641/1549633
401.70/200.49	c cleaning 47998 clauses out of 96018 with flag 2758006/1598634
418.77/208.99	c cleaning 48990 clauses out of 98019 with flag 2877524/1648633
425.99/212.55	c cleaning 0 clauses out of 13985 with flag 0/13989
433.85/216.40	c cleaning 50009 clauses out of 100030 with flag 2993229/1699634
467.97/233.47	c cleaning 51004 clauses out of 102021 with flag 3112199/1751634
490.05/244.43	c cleaning 52005 clauses out of 104018 with flag 3228704/1804635
525.41/262.01	c cleaning 52991 clauses out of 106010 with flag 3349503/1858633
551.10/274.89	c cleaning 54001 clauses out of 108020 with flag 3468473/1913634
571.78/285.11	c cleaning 54999 clauses out of 110019 with flag 3595331/1969634
595.83/297.20	c cleaning 55999 clauses out of 112019 with flag 3729675/2026633
619.94/309.16	c cleaning 57010 clauses out of 114020 with flag 3862188/2084633
644.24/321.22	c cleaning 57987 clauses out of 116011 with flag 3998032/2143634
671.69/334.91	c cleaning 58997 clauses out of 118024 with flag 4141620/2203634
698.62/348.38	c cleaning 60007 clauses out of 120029 with flag 4280677/2264636
719.92/358.98	c cleaning 61006 clauses out of 122018 with flag 4420531/2326633
760.30/379.09	c cleaning 62002 clauses out of 124014 with flag 4560982/2389635
789.88/393.80	c cleaning 62999 clauses out of 126010 with flag 4701843/2453633
822.47/410.13	c cleaning 63997 clauses out of 128011 with flag 4847888/2518633
849.21/423.47	c cleaning 64990 clauses out of 130015 with flag 4992733/2584634
870.10/433.81	c cleaning 66011 clauses out of 132025 with flag 5142381/2651634
898.99/448.28	c cleaning 66987 clauses out of 134013 with flag 5292776/2719633
926.72/462.08	c cleaning 68008 clauses out of 136027 with flag 5443069/2788634
963.65/480.42	c cleaning 68993 clauses out of 138018 with flag 5600575/2858633
995.51/496.26	c cleaning 70004 clauses out of 140025 with flag 5777982/2929634
998.06/497.56	c cleaning 0 clauses out of 20984 with flag 0/20988
1056.86/526.80	c cleaning 70994 clauses out of 142020 with flag 5961739/3001633
1089.84/543.25	c cleaning 72004 clauses out of 144026 with flag 6138259/3074633
1135.34/566.12	c cleaning 73003 clauses out of 146024 with flag 6322392/3148635
1166.94/581.88	c cleaning 74000 clauses out of 148019 with flag 6495809/3223634
1218.75/607.61	c cleaning 74999 clauses out of 150018 with flag 6663327/3299633
1262.17/629.23	c cleaning 76004 clauses out of 152019 with flag 6832506/3376633
1322.85/659.42	c cleaning 77005 clauses out of 154015 with flag 7009251/3454633
1363.21/679.54	c cleaning 77997 clauses out of 156011 with flag 7190158/3533634
1409.98/702.80	c cleaning 79004 clauses out of 158013 with flag 7367852/3613634
1497.44/746.42	c cleaning 80002 clauses out of 160005 with flag 7540569/3694633
1537.25/766.22	c And the winner is solver0
1541.11/769.89	c >>>>>>>>>> Solver number 0 (8 answers) <<<<<<<<<<<<<<<<<<
1541.11/769.89	c starts		: 7985
1541.11/769.89	c conflicts		: 3748974
1541.11/769.89	c decisions		: 4345398
1541.11/769.89	c propagations		: 82767007
1541.11/769.89	c inspects		: 11634627281
1541.11/769.89	c shortcuts		: 0
1541.11/769.89	c learnt literals	: 18
1541.11/769.89	c learnt binary clauses	: 27
1541.11/769.89	c learnt ternary clauses	: 83
1541.11/769.89	c learnt constraints	: 3748955
1541.11/769.89	c ignored constraints	: 0
1541.11/769.89	c root simplifications	: 0
1541.11/769.89	c removed literals (reason simplification)	: 10602626
1541.11/769.89	c reason swapping (by a shorter reason)	: 0
1541.11/769.89	c Calls to reduceDB	: 117
1541.11/769.89	c Number of update (reduction) of LBD	: 136078
1541.11/769.89	c Imported unit clauses	: 0
1541.11/769.89	c number of reductions to clauses (during analyze)	: 0
1541.11/769.89	c number of learned constraints concerned by reduction	: 0
1541.11/769.89	c number of learning phase by resolution	: 0
1541.11/769.89	c number of learning phase by cutting planes	: 0
1541.11/769.89	c speed (assignments/second)	: 107538.22117008726
1541.11/769.89	c non guided choices	37084
1541.11/769.89	c learnt constraints type 
1541.11/769.89	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1541.11/769.89	c starts		: 83
1541.11/769.89	c conflicts		: 25652
1541.11/769.89	c decisions		: 29283
1541.11/769.89	c propagations		: 445558
1541.11/769.89	c inspects		: 902055343
1541.11/769.89	c shortcuts		: 0
1541.11/769.89	c learnt literals	: 0
1541.11/769.89	c learnt binary clauses	: 0
1541.11/769.89	c learnt ternary clauses	: 0
1541.11/769.89	c learnt constraints	: 25647
1541.11/769.89	c ignored constraints	: 0
1541.11/769.89	c root simplifications	: 0
1541.11/769.89	c removed literals (reason simplification)	: 0
1541.11/769.89	c reason swapping (by a shorter reason)	: 0
1541.11/769.89	c Calls to reduceDB	: 3
1541.11/769.89	c Number of update (reduction) of LBD	: 0
1541.11/769.89	c Imported unit clauses	: 0
1541.11/769.89	c number of reductions to clauses (during analyze)	: 0
1541.11/769.89	c number of learned constraints concerned by reduction	: 0
1541.11/769.89	c number of learning phase by resolution	: 0
1541.11/769.89	c number of learning phase by cutting planes	: 0
1541.11/769.89	c speed (assignments/second)	: 603.6218012547738
1541.11/769.89	c non guided choices	1631
1541.11/769.89	c learnt constraints type 
1541.11/769.89	s OPTIMUM FOUND
1541.11/769.89	c Found 7 solution(s)
1541.11/769.89	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 
1541.11/769.89	c objective function=3
1541.11/769.89	c Total wall clock time (in seconds): 769.783

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-4106452-1466271680/watcher-4106452-1466271680 -o /tmp/evaluation-result-4106452-1466271680/solver-4106452-1466271680 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106452-1466271680.opb 

pid=8972
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.39 3.35 3.44 3/196 8975
/proc/meminfo: memFree=28524052/32872528 swapFree=1286400/1433568
[pid=8975] ppid=8972 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/8975/stat : 8975 (java) R 8972 8975 3621 0 -1 4202496 1062 0 0 0 0 0 0 0 20 0 1 0 29214739 23793664 712 33554432000 1073741824 1073778376 140735712071872 140735712060936 214360438120 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8975/statm: 5809 712 526 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 3.39 3.35 3.44 3/196 8975
/proc/meminfo: memFree=28524052/32872528 swapFree=1286400/1433568
[pid=8975] ppid=8972 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8975/stat : 8975 (java) S 8972 8975 3621 0 -1 4202496 4424 0 1 0 8 2 0 0 20 0 18 0 29214739 9787879424 6058 33554432000 1073741824 1073778376 140735712071872 140735712063008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8975/statm: 2389619 6058 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 3.39 3.35 3.44 3/196 8975
/proc/meminfo: memFree=28524052/32872528 swapFree=1286400/1433568
[pid=8975] ppid=8972 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/8975/stat : 8975 (java) S 8972 8975 3621 0 -1 4202496 4669 0 1 0 23 2 0 0 20 0 18 0 29214739 9787879424 7297 33554432000 1073741824 1073778376 140735712071872 140735712063008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8975/statm: 2389619 7297 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300239 s]
/proc/loadavg: 3.39 3.35 3.44 3/196 8975
/proc/meminfo: memFree=28524052/32872528 swapFree=1286400/1433568
[pid=8975] ppid=8972 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/8975/stat : 8975 (java) S 8972 8975 3621 0 -1 4202496 7574 0 1 0 56 2 0 0 20 0 22 0 29214739 10060525568 10756 33554432000 1073741824 1073778376 140735712071872 140735712063008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8975/statm: 2456183 10756 2242 9 0 2446860 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9824732

[startup+0.700203 s]
/proc/loadavg: 3.39 3.35 3.44 3/196 8975
/proc/meminfo: memFree=28524052/32872528 swapFree=1286400/1433568
[pid=8975] ppid=8972 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/8975/stat : 8975 (java) S 8972 8975 3621 0 -1 4202496 18888 0 1 0 214 4 0 0 20 0 22 0 29214739 10060525568 26277 33554432000 1073741824 1073778376 140735712071872 140735712063008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8975/statm: 2456183 26277 2256 9 0 2446860 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9824732

[startup+1.50092 s]
/proc/loadavg: 3.36 3.34 3.44 6/218 8997
/proc/meminfo: memFree=28341740/32872528 swapFree=1286400/1433568
[pid=8975] ppid=8972 vsize=9824732 CPUtime=5.03 cores=1,3,5,7
/proc/8975/stat : 8975 (java) S 8972 8975 3621 0 -1 4202496 24169 0 1 0 496 7 0 0 20 0 22 0 29214739 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 140735712063008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8975/statm: 2456183 49275 2281 9 0 2446860 0
[pid=8975/tid=8977] ppid=8972 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/8975/task/8977/stat : 8977 (java) S 8972 8975 3621 0 -1 4202560 2419 0 1 0 19 2 0 0 20 0 22 0 29214740 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753828459384 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8975/tid=8978] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8978/stat : 8978 (java) S 8972 8975 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29214741 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753672403112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8975/tid=8979] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8979/stat : 8979 (java) S 8972 8975 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29214741 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753671350568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8980] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8980/stat : 8980 (java) S 8972 8975 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29214741 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753670298024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8981] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8981/stat : 8981 (java) S 8972 8975 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29214741 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753669245480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8982] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8982/stat : 8982 (java) S 8972 8975 3621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29214741 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753668192936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8983] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8983/stat : 8983 (java) S 8972 8975 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29214741 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753667140392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8984] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8984/stat : 8984 (java) S 8972 8975 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29214741 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753666087848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8985] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8985/stat : 8985 (java) S 8972 8975 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29214741 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753665035304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8986] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8986/stat : 8986 (java) S 8972 8975 3621 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29214742 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753652623464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8987] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8987/stat : 8987 (java) S 8972 8975 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29214742 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753651569784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8988] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8988/stat : 8988 (java) S 8972 8975 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29214742 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753650517128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8989] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8989/stat : 8989 (java) S 8972 8975 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29214745 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753649465872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8990] ppid=8972 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/8975/task/8990/stat : 8990 (java) S 8972 8975 3621 0 -1 4202560 11560 0 0 0 104 1 0 0 20 0 22 0 29214745 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753648413240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8991] ppid=8972 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/8975/task/8991/stat : 8991 (java) S 8972 8975 3621 0 -1 4202560 8686 0 0 0 119 2 0 0 20 0 22 0 29214745 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753647360696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8992] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8992/stat : 8992 (java) S 8972 8975 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29214745 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753646308344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8993] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8993/stat : 8993 (java) S 8972 8975 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29214745 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753645256008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8994] ppid=8972 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/8975/task/8994/stat : 8994 (java) R 8972 8975 3621 0 -1 4202560 25 0 0 0 122 0 0 0 20 0 22 0 29214763 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753644200048 139753689661676 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8995] ppid=8972 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/8975/task/8995/stat : 8995 (java) R 8972 8975 3621 0 -1 4202560 101 0 0 0 122 2 0 0 20 0 22 0 29214763 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753643146376 139753689724647 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8996] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8996/stat : 8996 (java) S 8972 8975 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29214764 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753642095656 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8997] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8997/stat : 8997 (java) S 8972 8975 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29214764 10060525568 49275 33554432000 1073741824 1073778376 140735712071872 139753641043112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 3.36 3.34 3.44 4/218 8997
/proc/meminfo: memFree=28306552/32872528 swapFree=1286400/1433568
[pid=8975] ppid=8972 vsize=9824732 CPUtime=8.33 cores=1,3,5,7
/proc/8975/stat : 8975 (java) S 8972 8975 3621 0 -1 4202496 24889 0 1 0 820 13 0 0 20 0 22 0 29214739 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 140735712063008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8975/statm: 2456183 88269 2281 9 0 2446860 0
[pid=8975/tid=8977] ppid=8972 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/8975/task/8977/stat : 8977 (java) S 8972 8975 3621 0 -1 4202560 2419 0 1 0 19 2 0 0 20 0 22 0 29214740 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753828459384 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8978] ppid=8972 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8975/task/8978/stat : 8978 (java) S 8972 8975 3621 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 29214741 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753672403112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8979] ppid=8972 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8975/task/8979/stat : 8979 (java) S 8972 8975 3621 0 -1 4202560 133 0 0 0 1 0 0 0 20 0 22 0 29214741 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753671350568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8980] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8980/stat : 8980 (java) S 8972 8975 3621 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 29214741 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753670298024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8981] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8981/stat : 8981 (java) S 8972 8975 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29214741 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753669245480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8982] ppid=8972 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8975/task/8982/stat : 8982 (java) S 8972 8975 3621 0 -1 4202560 125 0 0 0 1 0 0 0 20 0 22 0 29214741 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753668192936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8983] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8983/stat : 8983 (java) S 8972 8975 3621 0 -1 4202560 118 0 0 0 0 0 0 0 20 0 22 0 29214741 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753667140392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8975/tid=8984] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8984/stat : 8984 (java) S 8972 8975 3621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29214741 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753666087848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8975/tid=8985] ppid=8972 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8975/task/8985/stat : 8985 (java) S 8972 8975 3621 0 -1 4202560 153 0 0 0 1 1 0 0 20 0 22 0 29214741 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753665035304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8986] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8986/stat : 8986 (java) S 8972 8975 3621 0 -1 4202560 191 0 0 0 0 0 0 0 20 0 22 0 29214742 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753652623464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8987] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8987/stat : 8987 (java) S 8972 8975 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29214742 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753651569784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8988] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8988/stat : 8988 (java) S 8972 8975 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29214742 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753650517128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8989] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8989/stat : 8989 (java) S 8972 8975 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29214745 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753649465872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8990] ppid=8972 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/8975/task/8990/stat : 8990 (java) S 8972 8975 3621 0 -1 4202560 11561 0 0 0 106 2 0 0 20 0 22 0 29214745 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753648413240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8991] ppid=8972 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/8975/task/8991/stat : 8991 (java) S 8972 8975 3621 0 -1 4202560 8686 0 0 0 124 2 0 0 20 0 22 0 29214745 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753647360696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8975/tid=8992] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8992/stat : 8992 (java) S 8972 8975 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29214745 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753646308344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8993] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8993/stat : 8993 (java) S 8972 8975 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29214745 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753645256008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8994] ppid=8972 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/8975/task/8994/stat : 8994 (java) R 8972 8975 3621 0 -1 4202560 31 0 0 0 277 0 0 0 20 0 22 0 29214763 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753644200320 139753689762745 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8975/tid=8995] ppid=8972 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/8975/task/8995/stat : 8995 (java) R 8972 8975 3621 0 -1 4202560 158 0 0 0 275 4 0 0 20 0 22 0 29214763 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753643146440 139753689803424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8996] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8996/stat : 8996 (java) S 8972 8975 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29214764 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753642095656 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8997] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8997/stat : 8997 (java) S 8972 8975 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29214764 10060525568 88269 33554432000 1073741824 1073778376 140735712071872 139753641043112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.33
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 3.36 3.34 3.44 2/215 8997
/proc/meminfo: memFree=27909004/32872528 swapFree=1286400/1433568
[pid=8975] ppid=8972 vsize=9824732 CPUtime=15.02 cores=1,3,5,7
/proc/8975/stat : 8975 (java) S 8972 8975 3621 0 -1 4202496 30564 0 1 0 1480 22 0 0 20 0 22 0 29214739 10060525568 155053 33554432000 1073741824 1073778376 140735712071872 140735712063008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8975/statm: 2456183 155053 2285 9 0 2446860 0
[pid=8975/tid=8977] ppid=8972 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/8975/task/8977/stat : 8977 (java) S 8972 8975 3621 0 -1 4202560 2419 0 1 0 20 2 0 0 20 0 22 0 29214740 10060525568 155053 33554432000 1073741824 1073778376 140735712071872 139753828459384 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8978] ppid=8972 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8975/task/8978/stat : 8978 (java) S 8972 8975 3621 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 22 0 29214741 10060525568 155053 33554432000 1073741824 1073778376 140735712071872 139753672403112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8979] ppid=8972 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8975/task/8979/stat : 8979 (java) S 8972 8975 3621 0 -1 4202560 135 0 0 0 2 0 0 0 20 0 22 0 29214741 10060525568 155053 33554432000 1073741824 1073778376 140735712071872 139753671350568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8980] ppid=8972 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8975/task/8980/stat : 8980 (java) S 8972 8975 3621 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 29214741 10060525568 155053 33554432000 1073741824 1073778376 140735712071872 139753670298024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8981] ppid=8972 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8975/task/8981/stat : 8981 (java) S 8972 8975 3621 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 29214741 10060525568 155053 33554432000 1073741824 1073778376 140735712071872 139753669245480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8975/tid=8982] ppid=8972 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8975/task/8982/stat : 8982 (java) S 8972 8975 3621 0 -1 4202560 142 0 0 0 3 2 0 0 20 0 22 0 29214741 10060525568 155053 33554432000 1073741824 1073778376 140735712071872 139753668192936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8975/tid=8983] ppid=8972 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8975/task/8983/stat : 8983 (java) S 8972 8975 3621 0 -1 4202560 126 0 0 0 2 0 0 0 20 0 22 0 29214741 10060525568 155053 33554432000 1073741824 1073778376 140735712071872 139753667140392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8984] ppid=8972 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8975/task/8984/stat : 8984 (java) S 8972 8975 3621 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 29214741 10060525568 155053 33554432000 1073741824 1073778376 140735712071872 139753666087848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8985] ppid=8972 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/8975/task/8985/stat : 8985 (java) S 8972 8975 3621 0 -1 4202560 159 0 0 0 2 2 0 0 20 0 22 0 29214741 10060525568 155053 33554432000 1073741824 1073778376 140735712071872 139753665035304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8986] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8986/stat : 8986 (java) S 8972 8975 3621 0 -1 4202560 442 0 0 0 0 0 0 0 20 0 22 0 29214742 10060525568 155053 33554432000 1073741824 1073778376 140735712071872 139753652623464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8987] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8987/stat : 8987 (java) S 8972 8975 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29214742 10060525568 155053 33554432000 1073741824 1073778376 140735712071872 139753651569784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8988] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8988/stat : 8988 (java) S 8972 8975 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29214742 10060525568 155053 33554432000 1073741824 1073778376 140735712071872 139753650517128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8989] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8989/stat : 8989 (java) S 8972 8975 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29214745 10060525568 155053 33554432000 1073741824 1073778376 140735712071872 139753649465872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8990] ppid=8972 vsize=9824732 CPUtime=1.09 cores=1,3,5,7

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

[pid=8975/tid=8980] ppid=8972 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/8975/task/8980/stat : 8980 (java) S 8972 8975 3621 0 -1 4202560 440 0 0 0 204 8 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753670298024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8981] ppid=8972 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/8975/task/8981/stat : 8981 (java) S 8972 8975 3621 0 -1 4202560 458 0 0 0 215 10 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753669245480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8975/tid=8982] ppid=8972 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/8975/task/8982/stat : 8982 (java) S 8972 8975 3621 0 -1 4202560 528 0 0 0 207 10 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753668192936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8983] ppid=8972 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/8975/task/8983/stat : 8983 (java) S 8972 8975 3621 0 -1 4202560 491 0 0 0 191 8 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753667140392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8984] ppid=8972 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/8975/task/8984/stat : 8984 (java) S 8972 8975 3621 0 -1 4202560 414 0 0 0 218 10 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753666087848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8985] ppid=8972 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/8975/task/8985/stat : 8985 (java) S 8972 8975 3621 0 -1 4202560 569 0 0 0 206 8 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753665035304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8986] ppid=8972 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/8975/task/8986/stat : 8986 (java) S 8972 8975 3621 0 -1 4202560 1428 0 0 0 149 23 0 0 20 0 19 0 29214742 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753652623464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8987] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8987/stat : 8987 (java) S 8972 8975 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29214742 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753651569784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8988] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8988/stat : 8988 (java) S 8972 8975 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29214742 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753650517128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8989] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8989/stat : 8989 (java) S 8972 8975 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753649465872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8990] ppid=8972 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/8975/task/8990/stat : 8990 (java) S 8972 8975 3621 0 -1 4202560 11608 0 0 0 150 2 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753648413240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8991] ppid=8972 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/8975/task/8991/stat : 8991 (java) S 8972 8975 3621 0 -1 4202560 13916 0 0 0 229 3 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753647360696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8992] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8992/stat : 8992 (java) S 8972 8975 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753646308344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8993] ppid=8972 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8975/task/8993/stat : 8993 (java) S 8972 8975 3621 0 -1 4202560 45 0 0 0 14 17 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753645256008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8996] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8996/stat : 8996 (java) S 8972 8975 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29214764 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753642095656 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1539.31
Current children cumulated vsize (KiB) 9824732

[startup+768.801 s]
/proc/loadavg: 3.19 3.27 3.34 3/215 9036
/proc/meminfo: memFree=26718320/32872528 swapFree=1286400/1433568
[pid=8975] ppid=8972 vsize=9824732 CPUtime=1540.11 cores=1,3,5,7
/proc/8975/stat : 8975 (java) S 8972 8975 3621 0 -1 4202496 36218 0 1 0 153826 185 0 0 20 0 19 0 29214739 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 140735712063008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8975/statm: 2456183 429859 2293 9 0 2446860 0
[pid=8975/tid=8977] ppid=8972 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/8975/task/8977/stat : 8977 (java) R 8972 8975 3621 0 -1 4202560 2427 0 1 0 234 3 0 0 20 0 19 0 29214740 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753828457008 139753690569615 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8978] ppid=8972 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/8975/task/8978/stat : 8978 (java) S 8972 8975 3621 0 -1 4202560 341 0 0 0 187 7 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753672403112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8979] ppid=8972 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/8975/task/8979/stat : 8979 (java) S 8972 8975 3621 0 -1 4202560 615 0 0 0 216 8 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753671350568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8980] ppid=8972 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/8975/task/8980/stat : 8980 (java) S 8972 8975 3621 0 -1 4202560 440 0 0 0 204 8 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753670298024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8981] ppid=8972 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/8975/task/8981/stat : 8981 (java) S 8972 8975 3621 0 -1 4202560 458 0 0 0 215 10 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753669245480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8975/tid=8982] ppid=8972 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/8975/task/8982/stat : 8982 (java) S 8972 8975 3621 0 -1 4202560 528 0 0 0 207 10 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753668192936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8983] ppid=8972 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/8975/task/8983/stat : 8983 (java) S 8972 8975 3621 0 -1 4202560 491 0 0 0 191 8 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753667140392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8984] ppid=8972 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/8975/task/8984/stat : 8984 (java) S 8972 8975 3621 0 -1 4202560 414 0 0 0 218 10 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753666087848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8985] ppid=8972 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/8975/task/8985/stat : 8985 (java) S 8972 8975 3621 0 -1 4202560 569 0 0 0 206 8 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753665035304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8986] ppid=8972 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/8975/task/8986/stat : 8986 (java) S 8972 8975 3621 0 -1 4202560 1428 0 0 0 149 23 0 0 20 0 19 0 29214742 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753652623464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8987] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8987/stat : 8987 (java) S 8972 8975 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29214742 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753651569784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8988] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8988/stat : 8988 (java) S 8972 8975 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29214742 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753650517128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8989] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8989/stat : 8989 (java) S 8972 8975 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753649465872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8990] ppid=8972 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/8975/task/8990/stat : 8990 (java) S 8972 8975 3621 0 -1 4202560 11608 0 0 0 150 2 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753648413240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8991] ppid=8972 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/8975/task/8991/stat : 8991 (java) S 8972 8975 3621 0 -1 4202560 13916 0 0 0 229 3 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753647360696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8992] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8992/stat : 8992 (java) S 8972 8975 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753646308344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8993] ppid=8972 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8975/task/8993/stat : 8993 (java) S 8972 8975 3621 0 -1 4202560 45 0 0 0 14 17 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753645256008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8996] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8996/stat : 8996 (java) S 8972 8975 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29214764 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753642095656 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1540.11
Current children cumulated vsize (KiB) 9824732

[startup+769.601 s]
/proc/loadavg: 3.19 3.27 3.34 3/215 9036
/proc/meminfo: memFree=26718320/32872528 swapFree=1286400/1433568
[pid=8975] ppid=8972 vsize=9824732 CPUtime=1540.91 cores=1,3,5,7
/proc/8975/stat : 8975 (java) S 8972 8975 3621 0 -1 4202496 36218 0 1 0 153906 185 0 0 20 0 19 0 29214739 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 140735712063008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8975/statm: 2456183 429859 2293 9 0 2446860 0
[pid=8975/tid=8977] ppid=8972 vsize=9824732 CPUtime=3.17 cores=1,3,5,7
/proc/8975/task/8977/stat : 8977 (java) R 8972 8975 3621 0 -1 4202560 2427 0 1 0 314 3 0 0 20 0 19 0 29214740 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753828457008 139753690569535 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8978] ppid=8972 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/8975/task/8978/stat : 8978 (java) S 8972 8975 3621 0 -1 4202560 341 0 0 0 187 7 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753672403112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8979] ppid=8972 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/8975/task/8979/stat : 8979 (java) S 8972 8975 3621 0 -1 4202560 615 0 0 0 216 8 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753671350568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8980] ppid=8972 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/8975/task/8980/stat : 8980 (java) S 8972 8975 3621 0 -1 4202560 440 0 0 0 204 8 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753670298024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8981] ppid=8972 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/8975/task/8981/stat : 8981 (java) S 8972 8975 3621 0 -1 4202560 458 0 0 0 215 10 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753669245480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8975/tid=8982] ppid=8972 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/8975/task/8982/stat : 8982 (java) S 8972 8975 3621 0 -1 4202560 528 0 0 0 207 10 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753668192936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8983] ppid=8972 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/8975/task/8983/stat : 8983 (java) S 8972 8975 3621 0 -1 4202560 491 0 0 0 191 8 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753667140392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8984] ppid=8972 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/8975/task/8984/stat : 8984 (java) S 8972 8975 3621 0 -1 4202560 414 0 0 0 218 10 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753666087848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8985] ppid=8972 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/8975/task/8985/stat : 8985 (java) S 8972 8975 3621 0 -1 4202560 569 0 0 0 206 8 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753665035304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8986] ppid=8972 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/8975/task/8986/stat : 8986 (java) S 8972 8975 3621 0 -1 4202560 1428 0 0 0 149 23 0 0 20 0 19 0 29214742 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753652623464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8987] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8987/stat : 8987 (java) S 8972 8975 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29214742 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753651569784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8988] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8988/stat : 8988 (java) S 8972 8975 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29214742 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753650517128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8989] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8989/stat : 8989 (java) S 8972 8975 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753649465872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8990] ppid=8972 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/8975/task/8990/stat : 8990 (java) S 8972 8975 3621 0 -1 4202560 11608 0 0 0 150 2 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753648413240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8991] ppid=8972 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/8975/task/8991/stat : 8991 (java) S 8972 8975 3621 0 -1 4202560 13916 0 0 0 229 3 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753647360696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8992] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8992/stat : 8992 (java) S 8972 8975 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753646308344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8993] ppid=8972 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8975/task/8993/stat : 8993 (java) S 8972 8975 3621 0 -1 4202560 45 0 0 0 14 17 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753645256008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8996] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8996/stat : 8996 (java) S 8972 8975 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29214764 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753642095656 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1540.91
Current children cumulated vsize (KiB) 9824732

[startup+769.801 s]
/proc/loadavg: 3.19 3.27 3.34 3/215 9036
/proc/meminfo: memFree=26718320/32872528 swapFree=1286400/1433568
[pid=8975] ppid=8972 vsize=9824732 CPUtime=1541.11 cores=1,3,5,7
/proc/8975/stat : 8975 (java) S 8972 8975 3621 0 -1 4202496 36218 0 1 0 153926 185 0 0 20 0 19 0 29214739 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 140735712063008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8975/statm: 2456183 429859 2293 9 0 2446860 0
[pid=8975/tid=8977] ppid=8972 vsize=9824732 CPUtime=3.37 cores=1,3,5,7
/proc/8975/task/8977/stat : 8977 (java) R 8972 8975 3621 0 -1 4202560 2427 0 1 0 334 3 0 0 20 0 19 0 29214740 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753828457008 139753689454530 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8978] ppid=8972 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/8975/task/8978/stat : 8978 (java) S 8972 8975 3621 0 -1 4202560 341 0 0 0 187 7 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753672403112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8979] ppid=8972 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/8975/task/8979/stat : 8979 (java) S 8972 8975 3621 0 -1 4202560 615 0 0 0 216 8 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753671350568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8980] ppid=8972 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/8975/task/8980/stat : 8980 (java) S 8972 8975 3621 0 -1 4202560 440 0 0 0 204 8 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753670298024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8981] ppid=8972 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/8975/task/8981/stat : 8981 (java) S 8972 8975 3621 0 -1 4202560 458 0 0 0 215 10 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753669245480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8975/tid=8982] ppid=8972 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/8975/task/8982/stat : 8982 (java) S 8972 8975 3621 0 -1 4202560 528 0 0 0 207 10 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753668192936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8983] ppid=8972 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/8975/task/8983/stat : 8983 (java) S 8972 8975 3621 0 -1 4202560 491 0 0 0 191 8 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753667140392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8984] ppid=8972 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/8975/task/8984/stat : 8984 (java) S 8972 8975 3621 0 -1 4202560 414 0 0 0 218 10 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753666087848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8985] ppid=8972 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/8975/task/8985/stat : 8985 (java) S 8972 8975 3621 0 -1 4202560 569 0 0 0 206 8 0 0 20 0 19 0 29214741 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753665035304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8986] ppid=8972 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/8975/task/8986/stat : 8986 (java) S 8972 8975 3621 0 -1 4202560 1428 0 0 0 149 23 0 0 20 0 19 0 29214742 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753652623464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8987] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8987/stat : 8987 (java) S 8972 8975 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29214742 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753651569784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8988] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8988/stat : 8988 (java) S 8972 8975 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29214742 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753650517128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8989] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8989/stat : 8989 (java) S 8972 8975 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753649465872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8975/tid=8990] ppid=8972 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/8975/task/8990/stat : 8990 (java) S 8972 8975 3621 0 -1 4202560 11608 0 0 0 150 2 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753648413240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8991] ppid=8972 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/8975/task/8991/stat : 8991 (java) S 8972 8975 3621 0 -1 4202560 13916 0 0 0 229 3 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753647360696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8975/tid=8992] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8992/stat : 8992 (java) S 8972 8975 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753646308344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8993] ppid=8972 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8975/task/8993/stat : 8993 (java) S 8972 8975 3621 0 -1 4202560 45 0 0 0 14 17 0 0 20 0 19 0 29214745 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753645256008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8975/tid=8996] ppid=8972 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8975/task/8996/stat : 8996 (java) S 8972 8975 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29214764 10060525568 429859 33554432000 1073741824 1073778376 140735712071872 139753642095656 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.11
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 769.907
CPU time (s): 1541.6
CPU user time (s): 1539.5
CPU system time (s): 2.10168
CPU usage (%): 200.232
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1539.5
system time used= 2.10168
maximum resident set size= 2799500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36230
page faults= 1
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26156
involuntary context switches= 42111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.42117 second user time and 7.05793 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 19:41:20
IDJOB=4106452
IDBENCH=48065
IDSOLVER=2543
FILE ID=node130/4106452-1466271680
RUNJOBID= node130-1466264922-3638
PBS_JOBID= 19918227
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=113-P1=127-P2=101-P3=419-P4=107-P5=271-P6=379-P7=167-P8=163-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106452-1466271680/watcher-4106452-1466271680 -o /tmp/evaluation-result-4106452-1466271680/solver-4106452-1466271680 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106452-1466271680.opb

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

MD5SUM BENCH= e7b4c80573ea65996ed7438c7cd24465
RANDOM SEED=1628404679

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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.365
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.365
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		: 2666.365
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.53
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.365
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.56
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.365
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:        28524844 kB
Buffers:           47288 kB
Cached:           167068 kB
SwapCached:         1876 kB
Active:          2001896 kB
Inactive:         164632 kB
Active(anon):    1950652 kB
Inactive(anon):     3872 kB
Active(file):      51244 kB
Inactive(file):   160760 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098740 kB
Dirty:               984 kB
Writeback:             0 kB
AnonPages:       3333592 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             601900 kB
SReclaimable:      44956 kB
SUnreclaim:       556944 kB
KernelStack:        1800 kB
PageTables:        11600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4129724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1982464 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 node130 at 2016-06-18 19:54:10