Trace number 4117979

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)-54902 1800.17 1023.52

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern60-60.opb
MD5SUMadc3547ed4b2c4df2b3dd8e3fd5cf1b5
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-83949
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
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 constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 52575
Biggest coefficient in the objective function 13565
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 6490280
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 13565
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 6490280
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)52515
Sum of products size (including duplicates)172450
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	16
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38c5c3ac
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@558385e3
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2dcb25f1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@558385e3
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4117979-1467216216.opb
0.08/0.13	c reading problem ... 
0.08/0.19	c  objective function found
83.61/82.49	c ... done. Wall clock time 82.362s.
83.61/82.49	c declared #vars     60
83.61/82.49	c internal #vars     52575
83.61/82.49	c #constraints  105030
83.61/82.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
83.61/82.49	c constraints type 
83.61/82.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 52515
83.61/82.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 52515
83.61/82.49	c 105030 constraints processed.
83.61/82.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
83.61/82.49	c constraints type 
83.61/82.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 52515
83.61/82.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 52515
83.61/82.49	c 105030 constraints processed.
83.61/82.49	c objective function length is 52575 literals
84.48/82.71	c And the winner is solver0
84.54/83.01	c SATISFIABLE
84.54/83.01	c OPTIMIZING...
84.54/83.01	c Got one! Elapsed wall clock time (in seconds):82.885
84.54/83.01	o 0
86.35/83.57	c And the winner is solver0
86.78/83.90	c Got one! Elapsed wall clock time (in seconds):83.767
86.78/83.90	o -1711
87.32/84.11	c And the winner is solver0
87.38/84.49	c Got one! Elapsed wall clock time (in seconds):84.363
87.38/84.49	o -3306
87.69/84.69	c And the winner is solver0
88.11/85.06	c Got one! Elapsed wall clock time (in seconds):84.935
88.11/85.06	o -6103
88.31/85.22	c And the winner is solver0
88.42/85.63	c Got one! Elapsed wall clock time (in seconds):85.505
88.42/85.63	o -7415
88.49/85.81	c And the winner is solver0
88.75/86.26	c Got one! Elapsed wall clock time (in seconds):86.129
88.75/86.26	o -8680
89.20/86.38	c And the winner is solver0
89.36/86.83	c Got one! Elapsed wall clock time (in seconds):86.698
89.36/86.83	o -12243
89.84/87.12	c And the winner is solver0
89.90/87.40	c Got one! Elapsed wall clock time (in seconds):87.268
89.90/87.40	o -12402
90.24/87.65	c And the winner is solver0
90.38/87.97	c Got one! Elapsed wall clock time (in seconds):87.837
90.38/87.97	o -13471
90.61/88.13	c And the winner is solver0
90.68/88.54	c Got one! Elapsed wall clock time (in seconds):88.412
90.68/88.54	o -14535
91.35/88.75	c And the winner is solver0
91.47/89.19	c Got one! Elapsed wall clock time (in seconds):89.061
91.47/89.19	o -15494
91.62/89.34	c And the winner is solver0
91.73/89.76	c Got one! Elapsed wall clock time (in seconds):89.63
91.73/89.76	o -18672
92.64/90.21	c And the winner is solver0
92.76/90.33	c Got one! Elapsed wall clock time (in seconds):90.199
92.76/90.33	o -19533
93.95/90.76	c And the winner is solver0
94.10/90.90	c Got one! Elapsed wall clock time (in seconds):90.77
94.10/90.90	o -23180
96.43/92.11	c And the winner is solver0
96.48/92.47	c Got one! Elapsed wall clock time (in seconds):92.34
96.48/92.47	o -23888
97.87/93.20	c And the winner is solver0
97.90/93.54	c Got one! Elapsed wall clock time (in seconds):93.41
97.90/93.54	o -24152
98.76/94.07	c And the winner is solver0
98.92/94.11	c Got one! Elapsed wall clock time (in seconds):93.984
98.92/94.11	o -24608
100.21/94.81	c And the winner is solver0
100.27/95.19	c Got one! Elapsed wall clock time (in seconds):95.059
100.27/95.19	o -25378
100.82/95.59	c And the winner is solver0
101.03/95.76	c Got one! Elapsed wall clock time (in seconds):95.634
101.03/95.76	o -25533
102.03/96.10	c And the winner is solver0
102.25/96.44	c Got one! Elapsed wall clock time (in seconds):96.308
102.25/96.44	o -26233
102.52/96.61	c And the winner is solver0
102.58/97.01	c Got one! Elapsed wall clock time (in seconds):96.878
102.58/97.01	o -26926
102.69/97.18	c And the winner is solver0
102.88/97.58	c Got one! Elapsed wall clock time (in seconds):97.448
102.88/97.58	o -27437
103.05/97.71	c And the winner is solver0
103.10/98.15	c Got one! Elapsed wall clock time (in seconds):98.018
103.10/98.15	o -31234
115.41/103.79	c And the winner is solver0
115.61/104.25	c Got one! Elapsed wall clock time (in seconds):104.126
115.61/104.25	o -32599
125.44/108.80	c And the winner is solver0
125.44/108.85	c Got one! Elapsed wall clock time (in seconds):108.72
125.44/108.85	o -33637
132.19/112.21	c And the winner is solver0
132.44/112.46	c Got one! Elapsed wall clock time (in seconds):112.328
132.44/112.46	o -34102
133.45/113.05	c And the winner is solver0
133.59/113.53	c Got one! Elapsed wall clock time (in seconds):113.398
133.59/113.53	o -34285
134.26/113.91	c And the winner is solver0
134.32/114.10	c Got one! Elapsed wall clock time (in seconds):113.968
134.32/114.10	o -34634
134.65/114.32	c And the winner is solver0
134.72/114.67	c Got one! Elapsed wall clock time (in seconds):114.538
134.72/114.67	o -34769
134.93/114.86	c And the winner is solver0
135.08/115.24	c Got one! Elapsed wall clock time (in seconds):115.111
135.08/115.24	o -35481
135.34/115.44	c And the winner is solver0
135.44/115.81	c Got one! Elapsed wall clock time (in seconds):115.68
135.44/115.81	o -39212
171.23/133.74	c And the winner is solver0
187.00/149.49	c Got one! Elapsed wall clock time (in seconds):149.361
187.00/149.49	o -40543
223.60/167.39	c And the winner is solver0
238.64/182.40	c Got one! Elapsed wall clock time (in seconds):182.274
238.64/182.40	o -41703
257.32/191.67	c And the winner is solver0
279.48/213.77	c Got one! Elapsed wall clock time (in seconds):213.641
279.48/213.77	o -42498
293.04/220.59	c And the winner is solver0
317.12/244.55	c Got one! Elapsed wall clock time (in seconds):244.42
317.12/244.55	o -42661
321.49/246.81	c And the winner is solver0
321.55/247.12	c Got one! Elapsed wall clock time (in seconds):246.991
321.55/247.12	o -42705
322.97/247.70	c And the winner is solver0
322.97/247.75	c Got one! Elapsed wall clock time (in seconds):247.617
322.97/247.75	o -42838
323.43/248.09	c And the winner is solver0
323.65/248.32	c Got one! Elapsed wall clock time (in seconds):248.187
323.65/248.32	o -43253
324.16/248.63	c And the winner is solver0
324.24/248.89	c Got one! Elapsed wall clock time (in seconds):248.757
324.24/248.89	o -45883
378.41/276.03	c cleaning 5471 clauses out of 10942 with flag 6001/10942
410.42/292.07	c And the winner is solver0
410.42/292.46	c Got one! Elapsed wall clock time (in seconds):292.334
410.42/292.46	o -46164
441.54/307.68	c And the winner is solver0
441.69/308.16	c Got one! Elapsed wall clock time (in seconds):308.032
441.69/308.16	o -46219
454.53/314.57	c And the winner is solver0
470.11/330.06	c Got one! Elapsed wall clock time (in seconds):329.933
470.11/330.06	o -46482
478.10/334.03	c And the winner is solver0
478.17/334.13	c Got one! Elapsed wall clock time (in seconds):334.006
478.17/334.13	o -46759
481.26/335.65	c And the winner is solver0
481.39/335.71	c Got one! Elapsed wall clock time (in seconds):335.579
481.39/335.71	o -50264
537.62/363.56	c cleaning 6540 clauses out of 13079 with flag 6003/18550
611.54/400.34	c And the winner is solver0
615.03/403.96	c Got one! Elapsed wall clock time (in seconds):403.836
615.03/403.96	o -50271
636.43/414.29	c cleaning 5855 clauses out of 11712 with flag 2027/23723
691.92/441.83	c And the winner is solver0
699.47/449.46	c Got one! Elapsed wall clock time (in seconds):449.331
699.47/449.46	o -50384
736.56/467.97	c cleaning 5452 clauses out of 10904 with flag 4096/28770
746.23/472.60	c And the winner is solver0
746.23/473.03	c Got one! Elapsed wall clock time (in seconds):472.907
746.23/473.03	o -50531
759.98/479.86	c And the winner is solver0
775.24/495.10	c Got one! Elapsed wall clock time (in seconds):494.968
775.24/495.10	o -50540
783.80/499.33	c And the winner is solver0
783.89/499.67	c Got one! Elapsed wall clock time (in seconds):499.542
783.89/499.67	o -52053
871.92/543.77	c cleaning 6015 clauses out of 12031 with flag 10003/35349
975.26/594.83	c cleaning 6007 clauses out of 12016 with flag 22003/41349
1031.11/622.45	c And the winner is solver0
1041.42/632.90	c Got one! Elapsed wall clock time (in seconds):632.773
1041.42/632.90	o -52061
1077.35/650.93	c cleaning 5656 clauses out of 11317 with flag 4043/46657
1178.81/700.93	c And the winner is solver0
1188.91/711.17	c Got one! Elapsed wall clock time (in seconds):711.041
1188.91/711.17	o -52395
1266.52/749.88	c And the winner is solver0
1268.12/751.48	c Got one! Elapsed wall clock time (in seconds):751.354
1268.12/751.48	o -52852
1286.06/760.53	c cleaning 8105 clauses out of 16213 with flag 2041/57209
1301.66/768.34	c And the winner is solver0
1301.90/768.61	c Got one! Elapsed wall clock time (in seconds):768.481
1301.90/768.61	o -53784
1326.62/781.06	c And the winner is solver0
1331.34/785.75	c Got one! Elapsed wall clock time (in seconds):785.621
1331.34/785.75	o -53786
1341.93/791.20	c And the winner is solver0
1353.72/802.86	c Got one! Elapsed wall clock time (in seconds):802.728
1353.72/802.86	o -54902
1425.85/838.25	c cleaning 7423 clauses out of 14846 with flag 8001/63947
1533.33/891.17	c cleaning 6710 clauses out of 13424 with flag 20003/69948
1662.42/955.19	c cleaning 6855 clauses out of 13713 with flag 34001/76947
1800.02/1023.48	c >>>>>>>>>> Solver number 0 (55 answers) <<<<<<<<<<<<<<<<<<
1800.02/1023.48	c starts		: 56
1800.02/1023.48	c conflicts		: 84730
1800.02/1023.48	c decisions		: 87841
1800.02/1023.48	c propagations		: 278890966
1800.02/1023.48	c inspects		: 945023927
1800.02/1023.48	c shortcuts		: 0
1800.02/1023.48	c learnt literals	: 0
1800.02/1023.48	c learnt binary clauses	: 0
1800.02/1023.48	c learnt ternary clauses	: 0
1800.02/1023.48	c learnt constraints	: 84730
1800.02/1023.48	c ignored constraints	: 0
1800.02/1023.48	c root simplifications	: 0
1800.02/1023.48	c removed literals (reason simplification)	: 691261024
1800.02/1023.48	c reason swapping (by a shorter reason)	: 0
1800.02/1023.48	c Calls to reduceDB	: 11
1800.02/1023.48	c Number of update (reduction) of LBD	: 179
1800.02/1023.48	c Imported unit clauses	: 0
1800.02/1023.48	c number of reductions to clauses (during analyze)	: 0
1800.02/1023.48	c number of learned constraints concerned by reduction	: 0
1800.02/1023.48	c number of learning phase by resolution	: 0
1800.02/1023.48	c number of learning phase by cutting planes	: 0
1800.02/1023.48	c speed (assignments/second)	: 296403.89385685045
1800.02/1023.48	c non guided choices	0
1800.02/1023.49	c learnt constraints type 
1800.02/1023.49	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14641
1800.02/1023.49	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/1023.49	c starts		: 56
1800.02/1023.49	c conflicts		: 74
1800.02/1023.49	c decisions		: 3255
1800.02/1023.49	c propagations		: 2814392
1800.02/1023.49	c inspects		: 10376867
1800.02/1023.49	c shortcuts		: 0
1800.02/1023.49	c learnt literals	: 0
1800.02/1023.49	c learnt binary clauses	: 0
1800.02/1023.49	c learnt ternary clauses	: 0
1800.02/1023.49	c learnt constraints	: 19
1800.02/1023.49	c ignored constraints	: 0
1800.02/1023.49	c root simplifications	: 0
1800.02/1023.49	c removed literals (reason simplification)	: 0
1800.02/1023.49	c reason swapping (by a shorter reason)	: 0
1800.02/1023.49	c Calls to reduceDB	: 0
1800.02/1023.49	c Number of update (reduction) of LBD	: 0
1800.02/1023.49	c Imported unit clauses	: 0
1800.02/1023.49	c number of reductions to clauses (during analyze)	: 0
1800.02/1023.49	c number of learned constraints concerned by reduction	: 0
1800.02/1023.49	c number of learning phase by resolution	: 0
1800.02/1023.49	c number of learning phase by cutting planes	: 0
1800.02/1023.49	c speed (assignments/second)	: 12760.44179256062
1800.02/1023.49	c non guided choices	0
1800.02/1023.49	c learnt constraints type 
1800.02/1023.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19
1800.02/1023.49	s SATISFIABLE
1800.02/1023.49	c Found 55 solution(s)
1800.02/1023.49	v x1 x2 -x3 x4 -x5 -x6 -x7 -x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 -x52 -x53 -x54 -x55 x56 -x57 x58 -x59 -x60 
1800.02/1023.49	c objective function=-54902
1800.02/1023.49	c Total wall clock time (in seconds): 1023.364

Verifier Data

OK	-54902

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-4117979-1467216216/watcher-4117979-1467216216 -o /tmp/evaluation-result-4117979-1467216216/solver-4117979-1467216216 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467209088-6738 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4117979-1467216216.opb 

pid=9602
running on 8 cores: 4-7,12-15

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: 4.03 4.03 4.01 4/284 9605
/proc/meminfo: memFree=25187284/32872528 swapFree=8828/8828
[pid=9605] ppid=9602 vsize=2500 CPUtime=0 cores=4-7,12-15
/proc/9605/stat : 9605 (java) D 9602 9605 6721 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 2574404 2560000 47 33554432000 1073741824 1073778376 140733503087072 140733503084200 216799472935 0 0 4096 0 18446744072100756772 0 0 17 14 0 0 0 0 0
/proc/9605/statm: 625 47 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 4.03 4.03 4.01 4/284 9605
/proc/meminfo: memFree=25187284/32872528 swapFree=8828/8828
[pid=9605] ppid=9602 vsize=9896436 CPUtime=0.08 cores=4-7,12-15
/proc/9605/stat : 9605 (java) S 9602 9605 6721 0 -1 4202496 4353 0 1 0 7 1 0 0 20 0 23 0 2574404 10133950464 5472 33554432000 1073741824 1073778376 140733503087072 140733503078208 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/9605/statm: 2474109 5473 2096 9 0 2464786 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9896436

[startup+0.200279 s]
/proc/loadavg: 4.03 4.03 4.01 4/284 9605
/proc/meminfo: memFree=25187284/32872528 swapFree=8828/8828
[pid=9605] ppid=9602 vsize=9896436 CPUtime=0.14 cores=4-7,12-15
/proc/9605/stat : 9605 (java) S 9602 9605 6721 0 -1 4202496 4568 0 1 0 12 2 0 0 20 0 23 0 2574404 10133950464 6176 33554432000 1073741824 1073778376 140733503087072 140733503078208 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/9605/statm: 2474109 6176 2169 9 0 2464786 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 9896436

[startup+0.300262 s]
/proc/loadavg: 4.03 4.03 4.01 4/284 9605
/proc/meminfo: memFree=25187284/32872528 swapFree=8828/8828
[pid=9605] ppid=9602 vsize=9896436 CPUtime=0.29 cores=4-7,12-15
/proc/9605/stat : 9605 (java) S 9602 9605 6721 0 -1 4202496 4701 0 1 0 27 2 0 0 20 0 23 0 2574404 10133950464 7289 33554432000 1073741824 1073778376 140733503087072 140733503078208 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/9605/statm: 2474109 7289 2223 9 0 2464786 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9896436

[startup+0.700192 s]
/proc/loadavg: 4.03 4.03 4.01 4/284 9605
/proc/meminfo: memFree=25187284/32872528 swapFree=8828/8828
[pid=9605] ppid=9602 vsize=9896436 CPUtime=1 cores=4-7,12-15
/proc/9605/stat : 9605 (java) S 9602 9605 6721 0 -1 4202496 6727 0 1 0 98 2 0 0 20 0 23 0 2574404 10133950464 12108 33554432000 1073741824 1073778376 140733503087072 140733503078208 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/9605/statm: 2474109 12108 2246 9 0 2464786 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9896436

[startup+1.50091 s]
/proc/loadavg: 4.03 4.03 4.01 4/307 9628
/proc/meminfo: memFree=25132504/32872528 swapFree=8828/8828
[pid=9605] ppid=9602 vsize=9896436 CPUtime=1.97 cores=4-7,12-15
/proc/9605/stat : 9605 (java) S 9602 9605 6721 0 -1 4202496 9532 0 1 0 194 3 0 0 20 0 23 0 2574404 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140733503078208 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/9605/statm: 2474109 17164 2251 9 0 2464786 0
[pid=9605/tid=9607] ppid=9602 vsize=9896436 CPUtime=1.39 cores=4-7,12-15
/proc/9605/task/9607/stat : 9607 (java) R 9602 9605 6721 0 -1 4202560 2456 0 1 0 138 1 0 0 20 0 23 0 2574406 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140331513958744 140331362708271 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0
[pid=9605/tid=9608] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9608/stat : 9608 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140331486411176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9609] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9609/stat : 9609 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140331485358632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9605/tid=9610] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9610/stat : 9610 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140331484305576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9605/tid=9611] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9611/stat : 9611 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140331483253032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9605/tid=9612] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9612/stat : 9612 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140331482201000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9605/tid=9613] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9613/stat : 9613 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140331481148456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9605/tid=9614] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9614/stat : 9614 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140331351321256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9605/tid=9615] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9615/stat : 9615 (java) S 9602 9605 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140331350268712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9616] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9616/stat : 9616 (java) S 9602 9605 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140331349215656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9605/tid=9617] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9617/stat : 9617 (java) S 9602 9605 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140331348163112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=9605/tid=9618] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9618/stat : 9618 (java) S 9602 9605 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140331347110056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=9605/tid=9619] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9619/stat : 9619 (java) S 9602 9605 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140330875742504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9605/tid=9620] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9620/stat : 9620 (java) S 9602 9605 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140330874690472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9605/tid=9621] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9621/stat : 9621 (java) S 9602 9605 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 2574408 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140330857229288 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9605/tid=9622] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9622/stat : 9622 (java) S 9602 9605 6721 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 23 0 2574409 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140330856175096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9623] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9623/stat : 9623 (java) S 9602 9605 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 2574409 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140330855122440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9624] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9624/stat : 9624 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574411 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140330854070672 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9625] ppid=9602 vsize=9896436 CPUtime=0.25 cores=4-7,12-15
/proc/9605/task/9625/stat : 9625 (java) S 9602 9605 6721 0 -1 4202560 3477 0 0 0 25 0 0 0 20 0 23 0 2574411 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140330853018040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9626] ppid=9602 vsize=9896436 CPUtime=0.28 cores=4-7,12-15
/proc/9605/task/9626/stat : 9626 (java) S 9602 9605 6721 0 -1 4202560 2321 0 0 0 28 0 0 0 20 0 23 0 2574411 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140330851964984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9605/tid=9627] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9627/stat : 9627 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574411 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140330850912632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9605/tid=9628] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9628/stat : 9628 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574411 10133950464 17164 33554432000 1073741824 1073778376 140733503087072 140330849860808 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9896436

[startup+3.10096 s]
/proc/loadavg: 4.02 4.03 4.01 4/307 9628
/proc/meminfo: memFree=25115500/32872528 swapFree=8828/8828
[pid=9605] ppid=9602 vsize=9896436 CPUtime=3.75 cores=4-7,12-15
/proc/9605/stat : 9605 (java) S 9602 9605 6721 0 -1 4202496 9795 0 1 0 372 3 0 0 20 0 23 0 2574404 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140733503078208 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/9605/statm: 2474109 21807 2252 9 0 2464786 0
[pid=9605/tid=9607] ppid=9602 vsize=9896436 CPUtime=2.98 cores=4-7,12-15
/proc/9605/task/9607/stat : 9607 (java) R 9602 9605 6721 0 -1 4202560 2467 0 1 0 297 1 0 0 20 0 23 0 2574406 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140331513956488 140331362708477 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0
[pid=9605/tid=9608] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9608/stat : 9608 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140331486411176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9609] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9609/stat : 9609 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140331485358632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9605/tid=9610] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9610/stat : 9610 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140331484305576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9605/tid=9611] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9611/stat : 9611 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140331483253032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9605/tid=9612] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9612/stat : 9612 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140331482201000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9605/tid=9613] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9613/stat : 9613 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140331481148456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9605/tid=9614] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9614/stat : 9614 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140331351321256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9605/tid=9615] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9615/stat : 9615 (java) S 9602 9605 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140331350268712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9616] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9616/stat : 9616 (java) S 9602 9605 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140331349215656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9605/tid=9617] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9617/stat : 9617 (java) S 9602 9605 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140331348163112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=9605/tid=9618] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9618/stat : 9618 (java) S 9602 9605 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140331347110056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=9605/tid=9619] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9619/stat : 9619 (java) S 9602 9605 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140330875742504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9605/tid=9620] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9620/stat : 9620 (java) S 9602 9605 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140330874690472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9605/tid=9621] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9621/stat : 9621 (java) S 9602 9605 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 2574408 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140330857229288 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9605/tid=9622] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9622/stat : 9622 (java) S 9602 9605 6721 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 23 0 2574409 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140330856175096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9623] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9623/stat : 9623 (java) S 9602 9605 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 2574409 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140330855122440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9624] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9624/stat : 9624 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574411 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140330854070672 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9625] ppid=9602 vsize=9896436 CPUtime=0.34 cores=4-7,12-15
/proc/9605/task/9625/stat : 9625 (java) S 9602 9605 6721 0 -1 4202560 3488 0 0 0 34 0 0 0 20 0 23 0 2574411 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140330853018040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9626] ppid=9602 vsize=9896436 CPUtime=0.36 cores=4-7,12-15
/proc/9605/task/9626/stat : 9626 (java) S 9602 9605 6721 0 -1 4202560 2562 0 0 0 36 0 0 0 20 0 23 0 2574411 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140330851964984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9605/tid=9627] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9627/stat : 9627 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574411 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140330850912632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9605/tid=9628] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9628/stat : 9628 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574411 10133950464 21807 33554432000 1073741824 1073778376 140733503087072 140330849860808 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9896436

[startup+6.301 s]
/proc/loadavg: 4.02 4.03 4.01 4/307 9628
/proc/meminfo: memFree=25090684/32872528 swapFree=8828/8828
[pid=9605] ppid=9602 vsize=9896436 CPUtime=6.95 cores=4-7,12-15
/proc/9605/stat : 9605 (java) S 9602 9605 6721 0 -1 4202496 9807 0 1 0 692 3 0 0 20 0 23 0 2574404 10133950464 26691 33554432000 1073741824 1073778376 140733503087072 140733503078208 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/9605/statm: 2474109 26691 2253 9 0 2464786 0
[pid=9605/tid=9607] ppid=9602 vsize=9896436 CPUtime=6.18 cores=4-7,12-15
/proc/9605/task/9607/stat : 9607 (java) R 9602 9605 6721 0 -1 4202560 2478 0 1 0 616 2 0 0 20 0 23 0 2574406 10133950464 26691 33554432000 1073741824 1073778376 140733503087072 140331513949904 140331362708654 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0
[pid=9605/tid=9608] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9608/stat : 9608 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 26691 33554432000 1073741824 1073778376 140733503087072 140331486411176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9609] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9609/stat : 9609 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 26691 33554432000 1073741824 1073778376 140733503087072 140331485358632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9605/tid=9610] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9610/stat : 9610 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 26691 33554432000 1073741824 1073778376 140733503087072 140331484305576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9605/tid=9611] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9611/stat : 9611 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 26691 33554432000 1073741824 1073778376 140733503087072 140331483253032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9605/tid=9612] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9612/stat : 9612 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 26691 33554432000 1073741824 1073778376 140733503087072 140331482201000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9605/tid=9613] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9613/stat : 9613 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 26691 33554432000 1073741824 1073778376 140733503087072 140331481148456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9605/tid=9614] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9614/stat : 9614 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 26691 33554432000 1073741824 1073778376 140733503087072 140331351321256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9605/tid=9615] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9615/stat : 9615 (java) S 9602 9605 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 26691 33554432000 1073741824 1073778376 140733503087072 140331350268712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9616] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9616/stat : 9616 (java) S 9602 9605 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 26691 33554432000 1073741824 1073778376 140733503087072 140331349215656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9605/tid=9617] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9617/stat : 9617 (java) S 9602 9605 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 2574407 10133950464 26691 33554432000 1073741824 1073778376 140733503087072 140331348163112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=9605/tid=9618] ppid=9602 vsize=9896436 CPUtime=0 cores=4-7,12-15

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

[pid=9605/tid=9626] ppid=9602 vsize=10162692 CPUtime=1.67 cores=4-7,12-15
/proc/9605/task/9626/stat : 9626 (java) S 9602 9605 6721 0 -1 4202560 9057 0 0 0 165 2 0 0 20 0 27 0 2574411 10406596608 999094 33554432000 1073741824 1073778376 140733503087072 140330851964984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9605/tid=9627] ppid=9602 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9627/stat : 9627 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2574411 10406596608 999094 33554432000 1073741824 1073778376 140733503087072 140330850912632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9605/tid=9628] ppid=9602 vsize=10162692 CPUtime=0.43 cores=4-7,12-15
/proc/9605/task/9628/stat : 9628 (java) S 9602 9605 6721 0 -1 4202560 58 0 0 0 19 24 0 0 20 0 27 0 2574411 10406596608 999094 33554432000 1073741824 1073778376 140733503087072 140330849860808 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9605/tid=9633] ppid=9602 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9633/stat : 9633 (java) S 9602 9605 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2582661 10406596608 999094 33554432000 1073741824 1073778376 140733503087072 140330846700968 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=10011] ppid=9602 vsize=10162692 CPUtime=197 cores=4-7,12-15
/proc/9605/task/10011/stat : 10011 (java) R 9602 9605 6721 0 -1 4202560 5 0 0 0 19698 2 0 0 20 0 27 0 2654698 10406596608 999094 33554432000 1073741824 1073778376 140733503087072 140330847750624 140331363129448 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=10012] ppid=9602 vsize=10162692 CPUtime=196.99 cores=4-7,12-15
/proc/9605/task/10012/stat : 10012 (java) R 9602 9605 6721 0 -1 4202560 19 0 0 0 19697 2 0 0 20 0 27 0 2654698 10406596608 999094 33554432000 1073741824 1073778376 140733503087072 140330845646320 140331363391182 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=9605/tid=10013] ppid=9602 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9605/task/10013/stat : 10013 (java) S 9602 9605 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2654698 10406596608 999094 33554432000 1073741824 1073778376 140733503087072 140330848806568 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1756.7
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1023.4 s]
/proc/loadavg: 3.06 3.03 3.32 4/310 10024
/proc/meminfo: memFree=21472180/32872528 swapFree=8828/8828
[pid=9605] ppid=9602 vsize=10162692 CPUtime=1799.2 cores=4-7,12-15
/proc/9605/stat : 9605 (java) S 9602 9605 6721 0 -1 4202496 38764 0 1 0 178914 1006 0 0 20 0 27 0 2574404 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140733503078208 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/9605/statm: 2540673 999125 2303 9 0 2531350 0
[pid=9605/tid=9607] ppid=9602 vsize=10162692 CPUtime=86.3 cores=4-7,12-15
/proc/9605/task/9607/stat : 9607 (java) S 9602 9605 6721 0 -1 4202560 2799 0 1 0 8621 9 0 0 20 0 27 0 2574406 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140331513959288 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 6 0 0
[pid=9605/tid=9608] ppid=9602 vsize=10162692 CPUtime=2.7 cores=4-7,12-15
/proc/9605/task/9608/stat : 9608 (java) S 9602 9605 6721 0 -1 4202560 1474 0 0 0 206 64 0 0 20 0 27 0 2574407 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140331486411176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9605/tid=9609] ppid=9602 vsize=10162692 CPUtime=2.67 cores=4-7,12-15
/proc/9605/task/9609/stat : 9609 (java) S 9602 9605 6721 0 -1 4202560 805 0 0 0 200 67 0 0 20 0 27 0 2574407 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140331485358632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9605/tid=9610] ppid=9602 vsize=10162692 CPUtime=2.68 cores=4-7,12-15
/proc/9605/task/9610/stat : 9610 (java) S 9602 9605 6721 0 -1 4202560 1158 0 0 0 202 66 0 0 20 0 27 0 2574407 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140331484305576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9605/tid=9611] ppid=9602 vsize=10162692 CPUtime=2.39 cores=4-7,12-15
/proc/9605/task/9611/stat : 9611 (java) S 9602 9605 6721 0 -1 4202560 972 0 0 0 174 65 0 0 20 0 27 0 2574407 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140331483253032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=9605/tid=9612] ppid=9602 vsize=10162692 CPUtime=2.53 cores=4-7,12-15
/proc/9605/task/9612/stat : 9612 (java) S 9602 9605 6721 0 -1 4202560 952 0 0 0 187 66 0 0 20 0 27 0 2574407 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140331482201000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9605/tid=9613] ppid=9602 vsize=10162692 CPUtime=2.56 cores=4-7,12-15
/proc/9605/task/9613/stat : 9613 (java) S 9602 9605 6721 0 -1 4202560 1393 0 0 0 192 64 0 0 20 0 27 0 2574407 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140331481148456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9605/tid=9614] ppid=9602 vsize=10162692 CPUtime=2.9 cores=4-7,12-15
/proc/9605/task/9614/stat : 9614 (java) S 9602 9605 6721 0 -1 4202560 1082 0 0 0 212 78 0 0 20 0 27 0 2574407 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140331351321256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9605/tid=9615] ppid=9602 vsize=10162692 CPUtime=2.63 cores=4-7,12-15
/proc/9605/task/9615/stat : 9615 (java) S 9602 9605 6721 0 -1 4202560 1123 0 0 0 203 60 0 0 20 0 27 0 2574407 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140331350268712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9616] ppid=9602 vsize=10162692 CPUtime=2.48 cores=4-7,12-15
/proc/9605/task/9616/stat : 9616 (java) S 9602 9605 6721 0 -1 4202560 1294 0 0 0 186 62 0 0 20 0 27 0 2574407 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140331349215656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9617] ppid=9602 vsize=10162692 CPUtime=2.43 cores=4-7,12-15
/proc/9605/task/9617/stat : 9617 (java) S 9602 9605 6721 0 -1 4202560 788 0 0 0 182 61 0 0 20 0 27 0 2574407 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140331348163112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9605/tid=9618] ppid=9602 vsize=10162692 CPUtime=2.63 cores=4-7,12-15
/proc/9605/task/9618/stat : 9618 (java) S 9602 9605 6721 0 -1 4202560 883 0 0 0 204 59 0 0 20 0 27 0 2574407 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140331347110056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9605/tid=9619] ppid=9602 vsize=10162692 CPUtime=2.34 cores=4-7,12-15
/proc/9605/task/9619/stat : 9619 (java) S 9602 9605 6721 0 -1 4202560 661 0 0 0 185 49 0 0 20 0 27 0 2574407 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140330875742504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9605/tid=9620] ppid=9602 vsize=10162692 CPUtime=2.78 cores=4-7,12-15
/proc/9605/task/9620/stat : 9620 (java) S 9602 9605 6721 0 -1 4202560 998 0 0 0 212 66 0 0 20 0 27 0 2574407 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140330874690472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9605/tid=9621] ppid=9602 vsize=10162692 CPUtime=4.32 cores=4-7,12-15
/proc/9605/task/9621/stat : 9621 (java) S 9602 9605 6721 0 -1 4202560 2604 0 0 0 428 4 0 0 20 0 27 0 2574408 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140330857229288 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9605/tid=9622] ppid=9602 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9622/stat : 9622 (java) S 9602 9605 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 2574409 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140330856175096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9605/tid=9623] ppid=9602 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9623/stat : 9623 (java) S 9602 9605 6721 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 27 0 2574409 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140330855122440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9605/tid=9624] ppid=9602 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9624/stat : 9624 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2574411 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140330854070672 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9625] ppid=9602 vsize=10162692 CPUtime=1.77 cores=4-7,12-15
/proc/9605/task/9625/stat : 9625 (java) S 9602 9605 6721 0 -1 4202560 7569 0 0 0 175 2 0 0 20 0 27 0 2574411 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140330853018040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9605/tid=9626] ppid=9602 vsize=10162692 CPUtime=1.67 cores=4-7,12-15
/proc/9605/task/9626/stat : 9626 (java) S 9602 9605 6721 0 -1 4202560 9057 0 0 0 165 2 0 0 20 0 27 0 2574411 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140330851964984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9605/tid=9627] ppid=9602 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9627/stat : 9627 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2574411 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140330850912632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9605/tid=9628] ppid=9602 vsize=10162692 CPUtime=0.44 cores=4-7,12-15
/proc/9605/task/9628/stat : 9628 (java) S 9602 9605 6721 0 -1 4202560 60 0 0 0 20 24 0 0 20 0 27 0 2574411 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140330849860808 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9605/tid=9633] ppid=9602 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9633/stat : 9633 (java) S 9602 9605 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2582661 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140330846700968 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=10011] ppid=9602 vsize=10162692 CPUtime=217.99 cores=4-7,12-15
/proc/9605/task/10011/stat : 10011 (java) R 9602 9605 6721 0 -1 4202560 5 0 0 0 21796 3 0 0 20 0 27 0 2654698 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140330847750560 140331363376777 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9605/tid=10012] ppid=9602 vsize=10162692 CPUtime=217.98 cores=4-7,12-15
/proc/9605/task/10012/stat : 10012 (java) R 9602 9605 6721 0 -1 4202560 20 0 0 0 21795 3 0 0 20 0 27 0 2654698 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140330845646320 140331363796836 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=9605/tid=10013] ppid=9602 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9605/task/10013/stat : 10013 (java) S 9602 9605 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2654698 10406596608 999125 33554432000 1073741824 1073778376 140733503087072 140330848806568 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1799.2
Current children cumulated vsize (KiB) 10162692

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 9605 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1023.51 s]
/proc/loadavg: 3.06 3.03 3.32 4/310 10024
/proc/meminfo: memFree=21472180/32872528 swapFree=8828/8828
[pid=9605] ppid=9602 vsize=10295820 CPUtime=1799.35 cores=4-7,12-15
/proc/9605/stat : 9605 (java) S 9602 9605 6721 0 -1 4202496 38933 0 1 0 178923 1012 0 0 20 0 24 0 2574404 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140733503078208 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/9605/statm: 2573955 999277 2303 9 0 2564632 0
[pid=9605/tid=9607] ppid=9602 vsize=10295820 CPUtime=86.3 cores=4-7,12-15
/proc/9605/task/9607/stat : 9607 (java) S 9602 9605 6721 0 -1 4202560 2799 0 1 0 8621 9 0 0 20 0 24 0 2574406 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140331513959288 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 6 0 0
[pid=9605/tid=9608] ppid=9602 vsize=10295820 CPUtime=2.71 cores=4-7,12-15
/proc/9605/task/9608/stat : 9608 (java) S 9602 9605 6721 0 -1 4202560 1477 0 0 0 207 64 0 0 20 0 24 0 2574407 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140331486411176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9605/tid=9609] ppid=9602 vsize=10295820 CPUtime=2.7 cores=4-7,12-15
/proc/9605/task/9609/stat : 9609 (java) S 9602 9605 6721 0 -1 4202560 812 0 0 0 203 67 0 0 20 0 24 0 2574407 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140331485358632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9605/tid=9610] ppid=9602 vsize=10295820 CPUtime=2.7 cores=4-7,12-15
/proc/9605/task/9610/stat : 9610 (java) S 9602 9605 6721 0 -1 4202560 1159 0 0 0 204 66 0 0 20 0 24 0 2574407 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140331484305576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9605/tid=9611] ppid=9602 vsize=10295820 CPUtime=2.47 cores=4-7,12-15
/proc/9605/task/9611/stat : 9611 (java) S 9602 9605 6721 0 -1 4202560 975 0 0 0 182 65 0 0 20 0 24 0 2574407 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140331483253032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9605/tid=9612] ppid=9602 vsize=10295820 CPUtime=2.56 cores=4-7,12-15
/proc/9605/task/9612/stat : 9612 (java) S 9602 9605 6721 0 -1 4202560 952 0 0 0 190 66 0 0 20 0 24 0 2574407 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140331482201000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9613] ppid=9602 vsize=10295820 CPUtime=2.6 cores=4-7,12-15
/proc/9605/task/9613/stat : 9613 (java) S 9602 9605 6721 0 -1 4202560 1393 0 0 0 196 64 0 0 20 0 24 0 2574407 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140331481148456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9605/tid=9614] ppid=9602 vsize=10295820 CPUtime=2.97 cores=4-7,12-15
/proc/9605/task/9614/stat : 9614 (java) S 9602 9605 6721 0 -1 4202560 1082 0 0 0 219 78 0 0 20 0 24 0 2574407 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140331351321256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9605/tid=9615] ppid=9602 vsize=10295820 CPUtime=2.71 cores=4-7,12-15
/proc/9605/task/9615/stat : 9615 (java) S 9602 9605 6721 0 -1 4202560 1123 0 0 0 211 60 0 0 20 0 24 0 2574407 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140331350268712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9605/tid=9616] ppid=9602 vsize=10295820 CPUtime=2.55 cores=4-7,12-15
/proc/9605/task/9616/stat : 9616 (java) S 9602 9605 6721 0 -1 4202560 1294 0 0 0 193 62 0 0 20 0 24 0 2574407 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140331349215656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9617] ppid=9602 vsize=10295820 CPUtime=2.5 cores=4-7,12-15
/proc/9605/task/9617/stat : 9617 (java) S 9602 9605 6721 0 -1 4202560 789 0 0 0 189 61 0 0 20 0 24 0 2574407 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140331348163112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9605/tid=9618] ppid=9602 vsize=10295820 CPUtime=2.65 cores=4-7,12-15
/proc/9605/task/9618/stat : 9618 (java) S 9602 9605 6721 0 -1 4202560 883 0 0 0 206 59 0 0 20 0 24 0 2574407 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140331347110056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9605/tid=9619] ppid=9602 vsize=10295820 CPUtime=2.38 cores=4-7,12-15
/proc/9605/task/9619/stat : 9619 (java) S 9602 9605 6721 0 -1 4202560 758 0 0 0 189 49 0 0 20 0 24 0 2574407 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140330875742504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9605/tid=9620] ppid=9602 vsize=10295820 CPUtime=2.82 cores=4-7,12-15
/proc/9605/task/9620/stat : 9620 (java) S 9602 9605 6721 0 -1 4202560 998 0 0 0 216 66 0 0 20 0 24 0 2574407 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140330874690472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9605/tid=9621] ppid=9602 vsize=10295820 CPUtime=4.32 cores=4-7,12-15
/proc/9605/task/9621/stat : 9621 (java) S 9602 9605 6721 0 -1 4202560 2615 0 0 0 428 4 0 0 20 0 24 0 2574408 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140330857228840 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9605/tid=9622] ppid=9602 vsize=10295820 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9622/stat : 9622 (java) S 9602 9605 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 2574409 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140330856175096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9605/tid=9623] ppid=9602 vsize=10295820 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9623/stat : 9623 (java) S 9602 9605 6721 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 24 0 2574409 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140330855122440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9605/tid=9624] ppid=9602 vsize=10295820 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9624/stat : 9624 (java) S 9602 9605 6721 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 24 0 2574411 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140330854070248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9605/tid=9625] ppid=9602 vsize=10295820 CPUtime=1.78 cores=4-7,12-15
/proc/9605/task/9625/stat : 9625 (java) S 9602 9605 6721 0 -1 4202560 7575 0 0 0 176 2 0 0 20 0 24 0 2574411 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140330852994968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9605/tid=9626] ppid=9602 vsize=10295820 CPUtime=1.67 cores=4-7,12-15
/proc/9605/task/9626/stat : 9626 (java) S 9602 9605 6721 0 -1 4202560 9057 0 0 0 165 2 0 0 20 0 24 0 2574411 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140330851964984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9605/tid=9627] ppid=9602 vsize=10295820 CPUtime=0 cores=4-7,12-15
/proc/9605/task/9627/stat : 9627 (java) S 9602 9605 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2574411 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140330850912632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9605/tid=10012] ppid=9602 vsize=10295820 CPUtime=218 cores=4-7,12-15
/proc/9605/task/10012/stat : 10012 (java) S 9602 9605 6721 0 -1 4202560 20 0 0 0 21797 3 0 0 20 0 24 0 2654698 10542919680 999277 33554432000 1073741824 1073778376 140733503087072 140330845645576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1799.35
Current children cumulated vsize (KiB) 10295820

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9605 and gives
#  childrusage.ru_utime.tv_sec=1788
#  childrusage.ru_utime.tv_usec=360127
#  childrusage.ru_stime.tv_sec=10
#  childrusage.ru_stime.tv_usec=331429
# CPU time returned by wait4() is 1798.69
# while last known CPU time is 1799.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# 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): 0.819702
#  lost CPU user time (s): 1.01978
#  lost CPU system time (s): -0.199999

Real time (s): 1023.52
CPU time (s): 1800.17
CPU user time (s): 1790.25
CPU system time (s): 9.92
CPU usage (%): 175.88
Max. virtual memory (cumulated for all children) (KiB): 10295820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.36
system time used= 10.3314
maximum resident set size= 3997112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38933
page faults= 1
swaps= 0
block input operations= 32
block output operations= 1112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31235
involuntary context switches= 14334

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.65268 second user time and 11.5083 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-29 18:03:36
IDJOB=4117979
IDBENCH=111420
IDSOLVER=2543
FILE ID=node132/4117979-1467216216
RUNJOBID= node132-1467209088-6738
PBS_JOBID= 19997577
Free space on /tmp= 71536 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern60-60.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117979-1467216216/watcher-4117979-1467216216 -o /tmp/evaluation-result-4117979-1467216216/solver-4117979-1467216216 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467209088-6738 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117979-1467216216.opb

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

MD5SUM BENCH= adc3547ed4b2c4df2b3dd8e3fd5cf1b5
RANDOM SEED=1759252134

node132.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.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.02
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.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        25187696 kB
Buffers:           97492 kB
Cached:          3838112 kB
SwapCached:            0 kB
Active:          3063940 kB
Inactive:        3835596 kB
Active(anon):    2966356 kB
Inactive(anon):        0 kB
Active(file):      97584 kB
Inactive(file):  3835596 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1492 kB
Writeback:             0 kB
AnonPages:       2978940 kB
Mapped:            22228 kB
Shmem:               216 kB
Slab:             631220 kB
SReclaimable:      71724 kB
SUnreclaim:       559496 kB
KernelStack:        2360 kB
PageTables:        10212 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3224684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2904064 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= 71532 MiB
End job on node132 at 2016-06-29 18:20:40