Trace number 4263765

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-CSP 2017-07-05SAT (TO)286 2520.4399 2486.5701

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-04-04-8.xml
MD5SUMaed9643ac8b54e4586138aa43d9c539b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark261
Best CPU time to get the best result obtained on this benchmark0.201943
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints60
Number of domains6
Minimum domain size4
Maximum domain size361
Distribution of domain sizes[{"size":4,"count":32},{"size":361,"count":36}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":32},{"degree":5,"count":16}]
Minimum constraint arity1
Maximum constraint arity6
Distribution of constraint arities[{"arity":1,"count":4},{"arity":2,"count":16},{"arity":3,"count":16},{"arity":4,"count":8},{"arity":6,"count":16}]
Number of extensional constraints16
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":16},{"type":"intension","count":20},{"type":"allDifferent","count":4},{"type":"noOverlap","count":4},{"type":"element","count":16}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

34.37/13.28	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
34.37/13.28	c This is free software under the dual EPL/GNU LGPL licenses.
34.37/13.28	c See www.sat4j.org for details.
34.37/13.28	c That software uses the Rhino library from the Mozilla project.
34.37/13.28	c version CUSTOM.v20170705
34.37/13.28	c java.runtime.name	Java(TM) SE Runtime Environment
34.37/13.28	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
34.37/13.28	c java.vm.version	25.131-b11
34.37/13.28	c java.vm.vendor	Oracle Corporation
34.37/13.28	c sun.arch.data.model	64
34.37/13.28	c java.version		1.8.0_131
34.37/13.28	c os.name		Linux
34.37/13.28	c os.version		3.10.0-514.16.1.el7.x86_64
34.37/13.28	c os.arch		amd64
34.37/13.28	c Free memory 		499604488
34.37/13.28	c Max memory 		7247757312
34.37/13.28	c Total memory 		504889344
34.37/13.28	c Number of processors 	4
34.37/13.28	c c --- Begin Solver configuration ---
34.37/13.28	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
34.37/13.28	c Learn all clauses as in MiniSAT
34.37/13.28	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
34.37/13.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
34.37/13.28	c No reason simplification
34.37/13.28	c Glucose 2.1 dynamic restart strategy
34.37/13.28	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
34.37/13.28	c timeout=2147483s
34.37/13.28	c DB Simplification allowed=false
34.37/13.28	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
34.37/13.28	c --- End Solver configuration ---
34.37/13.28	c constraints type 
34.37/13.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 136
34.37/13.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19636
34.37/13.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17410939
34.37/13.28	c org.sat4j.minisat.constraints.cnf.UnitClause => 152
34.37/13.28	c 17430863 constraints processed.
1043.04/1014.41	o 16389
1049.39/1020.69	o 1426
1056.74/1027.93	o 360
1060.50/1031.65	o 351
1084.80/1055.89	o 349
1129.44/1100.41	o 348
1231.82/1202.12	o 346
1258.97/1229.23	o 345
1264.27/1234.44	o 342
1329.62/1299.76	o 339
1395.76/1365.88	o 338
1401.17/1371.25	o 337
1428.29/1398.31	o 336
1441.20/1411.20	o 335
1450.27/1419.73	o 334
1473.14/1442.53	o 330
1509.37/1478.78	o 329
1518.82/1488.13	o 328
1597.23/1566.41	o 327
1600.73/1569.98	o 326
1640.05/1609.28	o 323
1712.67/1681.24	o 322
1739.77/1708.35	o 321
1780.50/1749.02	o 320
1828.81/1797.33	o 319
1859.33/1827.81	o 318
1868.74/1837.23	o 317
1907.45/1875.96	o 316
1932.78/1900.61	o 313
1944.89/1912.71	o 311
1981.51/1949.39	o 310
1993.12/1960.90	o 307
2051.56/2019.34	o 306
2115.01/2082.79	o 304
2161.24/2128.99	o 299
2174.15/2141.84	o 298
2176.25/2143.93	o 296
2187.05/2154.73	o 295
2190.44/2157.59	o 291
2322.84/2289.82	o 290
2396.78/2363.74	o 288
2492.68/2459.00	o 287
2502.58/2468.85	o 286
2520.30/2486.50	c starts		: 24098
2520.30/2486.50	c conflicts		: 6302636
2520.30/2486.50	c decisions		: 124880698
2520.30/2486.50	c propagations		: 1189279905
2520.30/2486.50	c inspects		: 30979295605
2520.30/2486.50	c shortcuts		: 0
2520.30/2486.50	c learnt literals	: 4293
2520.30/2486.50	c learnt binary clauses	: 19685
2520.30/2486.50	c learnt ternary clauses	: 98072
2520.30/2486.50	c learnt constraints	: 6298343
2520.30/2486.50	c ignored constraints	: 0
2520.30/2486.50	c root simplifications	: 0
2520.30/2486.50	c removed literals (reason simplification)	: 0
2520.30/2486.50	c reason swapping (by a shorter reason)	: 0
2520.30/2486.50	c Calls to reduceDB	: 393
2520.30/2486.50	c Number of update (reduction) of LBD	: 5433628
2520.30/2486.50	c Imported unit clauses	: 0
2520.30/2486.50	c number of reductions to clauses (during analyze)	: 0
2520.30/2486.50	c number of learned constraints concerned by reduction	: 0
2520.30/2486.50	c number of learning phase by resolution	: 0
2520.30/2486.50	c number of learning phase by cutting planes	: 0
2520.30/2486.50	c number of rounding to 1 operations	: 0
2520.30/2486.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.30/2486.50	c number of reductions of the coefficients by power 2 	: 0
2520.30/2486.50	c number of right shift for reduction by power 2 	: 0
2520.30/2486.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.30/2486.50	c speed (assignments/second)	: 480866.2713897727
2520.30/2486.50	c non guided choices	4576703
2520.30/2486.54	c learnt constraints type 
2520.30/2486.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19685
2520.30/2486.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 199129
2520.30/2486.54	s SATISFIABLE
2520.30/2486.54	v <instantiation type="solution">
2520.30/2486.54	v 	<list> s[0][0] s[0][1] s[0][2] s[0][3] s[1][0] s[1][1] s[1][2] s[1][3] s[2][0] s[2][1] s[2][2] s[2][3] s[3][0] s[3][1] s[3][2] s[3][3] e[0] e[1] e[2] e[3] d[0][0] d[0][1] d[0][2] d[0][3] d[1][0] d[1][1] d[1][2] d[1][3] d[2][0] d[2][1] d[2][2] d[2][3] d[3][0] d[3][1] d[3][2] d[3][3] w[0][0] w[0][1] w[0][2] w[0][3] w[1][0] w[1][1] w[1][2] w[1][3] w[2][0] w[2][1] w[2][2] w[2][3] w[3][0] w[3][1] w[3][2] w[3][3] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[3][0] sd[3][1] sd[3][2] sd[3][3] </list>
2520.30/2486.54	v 	<values> 0 100 169 215 3 97 167 265 1 98 178 239 0 72 165 250 286 286 284 261 62 59 46 71 69 63 66 21 95 63 32 45 72 93 82 11 0 2 3 1 3 1 0 2 2 0 1 3 1 3 2 0 0 215 100 169 167 97 265 3 98 178 1 239 250 0 165 72 </values>
2520.30/2486.54	v </instantiation>
2520.30/2486.54	

Verifier Data

OK	286

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15420 MiB free)
  memory of node 1: 16384 MiB (15593 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263765-1502597699/watcher-4263765-1502597699 -o /tmp/evaluation-result-4263765-1502597699/solver-4263765-1502597699 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263765-1502597699.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=19486, runsolver pid=19480
Current StackSize limit: 8192 KiB


[startup+0.100131 s]*
/proc/loadavg: 1.08 1.25 1.65 4/195 19497
/proc/meminfo: memFree=31740656/32770624 swapFree=67105588/67108860
[pid=19486] ppid=19480 vsize=9936560 memory=18796 CPUtime=0.01 cores=0,2,4,6
/proc/19486/stat : 19486 (java) S 19480 19486 12560 0 -1 1077944320 3502 0 0 0 1 0 0 0 20 0 6 0 61965382 10175037440 4699 18446744073709551615 4194304 4196468 140734259570400 140734259552944 140299556855543 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
/proc/19486/statm: 2484140 4699 1923 1 0 2473637 0
[pid=19486/tid=19489] ppid=19480 vsize=9936560 memory=-8774313645642428999 CPUtime=0.01 cores=0,2,4,6
/proc/19486/task/19489/stat : 19489 (java) R 19480 19486 12560 0 -1 4202560 2215 0 0 0 1 0 0 0 20 0 6 0 61965391 10175037440 4699 18446744073709551615 4194304 4196468 140734259570400 140299561091664 140299541978480 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19492] ppid=19480 vsize=9936560 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19492/stat : 19492 (java) S 19480 19486 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 61965391 10175037440 4699 18446744073709551615 4194304 4196468 140734259570400 140299487275408 140299556865749 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19493] ppid=19480 vsize=9936560 memory=139711604737664 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19493/stat : 19493 (java) S 19480 19486 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 61965391 10175037440 4699 18446744073709551615 4194304 4196468 140734259570400 140299486222608 140299556865749 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19495] ppid=19480 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19495/stat : 19495 (java) S 19480 19486 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 61965391 10175037440 4699 18446744073709551615 4194304 4196468 140734259570400 140299485170320 140299556865749 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19496] ppid=19480 vsize=9936560 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19496/stat : 19496 (java) S 19480 19486 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 61965391 10175037440 4699 18446744073709551615 4194304 4196468 140734259570400 140299484117520 140299556865749 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 18796 KiB

[startup+0.210009 s]*
/proc/loadavg: 1.08 1.25 1.65 3/212 19514
/proc/meminfo: memFree=31732024/32770624 swapFree=67105588/67108860
[pid=19486] ppid=19480 vsize=10484492 memory=22740 CPUtime=0.05 cores=0,2,4,6
/proc/19486/stat : 19486 (java) S 19480 19486 12560 0 -1 1077944320 4643 0 0 0 4 1 0 0 20 0 14 0 61965382 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140734259552944 140299556855543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
/proc/19486/statm: 2621123 5685 2574 1 0 2610620 0
[pid=19486/tid=19489] ppid=19480 vsize=10484492 memory=8316850467074736180 CPUtime=0.04 cores=0,2,4,6
/proc/19486/task/19489/stat : 19489 (java) D 19480 19486 12560 0 -1 4202560 2752 0 0 0 4 0 0 0 20 0 14 0 61965391 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299561093024 140299556877565 0 4 1 16800974 18446744071580418449 0 0 -1 4 0 0 4 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19492] ppid=19480 vsize=10484492 memory=9220 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19492/stat : 19492 (java) S 19480 19486 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 61965391 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299487275408 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19493] ppid=19480 vsize=10484492 memory=288370087756449408 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19493/stat : 19493 (java) S 19480 19486 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 61965391 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299486222608 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19495] ppid=19480 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19495/stat : 19495 (java) S 19480 19486 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 61965391 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299485170320 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19496] ppid=19480 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19496/stat : 19496 (java) S 19480 19486 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 61965391 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299484117520 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19499] ppid=19480 vsize=10484492 memory=139711604737664 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19499/stat : 19499 (java) S 19480 19486 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 61965393 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299052456560 140299556866690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19501] ppid=19480 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19501/stat : 19501 (java) S 19480 19486 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 61965393 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299051402528 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19503] ppid=19480 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19503/stat : 19503 (java) S 19480 19486 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 61965393 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299050350192 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19508] ppid=19480 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19508/stat : 19508 (java) S 19480 19486 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 61965396 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299049298512 140299556874139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19509] ppid=19480 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19509/stat : 19509 (java) S 19480 19486 12560 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 14 0 61965396 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299048245360 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19510] ppid=19480 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19510/stat : 19510 (java) S 19480 19486 12560 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 14 0 61965396 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299047192560 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19511] ppid=19480 vsize=10484492 memory=139711604737664 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19511/stat : 19511 (java) S 19480 19486 12560 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 14 0 61965396 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299046140272 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19513] ppid=19480 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19513/stat : 19513 (java) S 19480 19486 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 61965396 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299045087712 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22740 KiB

[startup+0.309811 s]*
/proc/loadavg: 1.08 1.25 1.65 3/212 19514
/proc/meminfo: memFree=31719104/32770624 swapFree=67105588/67108860
[pid=19486] ppid=19480 vsize=10484492 memory=22740 CPUtime=0.05 cores=0,2,4,6
/proc/19486/stat : 19486 (java) S 19480 19486 12560 0 -1 1077944320 4643 0 0 0 4 1 0 0 20 0 14 0 61965382 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140734259552944 140299556855543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
/proc/19486/statm: 2621123 5685 2574 1 0 2610620 0
[pid=19486/tid=19489] ppid=19480 vsize=10484492 memory=8316850467074736180 CPUtime=0.04 cores=0,2,4,6
/proc/19486/task/19489/stat : 19489 (java) D 19480 19486 12560 0 -1 4202560 2752 0 0 0 4 0 0 0 20 0 14 0 61965391 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299561093024 140299556877565 0 4 1 16800974 18446744071580418449 0 0 -1 4 0 0 4 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19492] ppid=19480 vsize=10484492 memory=9220 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19492/stat : 19492 (java) S 19480 19486 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 61965391 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299487275408 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19493] ppid=19480 vsize=10484492 memory=316883766608163712 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19493/stat : 19493 (java) S 19480 19486 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 61965391 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299486222608 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19495] ppid=19480 vsize=10484492 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19495/stat : 19495 (java) S 19480 19486 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 61965391 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299485170320 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19496] ppid=19480 vsize=10484492 memory=3472328296227680299 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19496/stat : 19496 (java) S 19480 19486 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 61965391 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299484117520 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19499] ppid=19480 vsize=10484492 memory=3472468007832416944 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19499/stat : 19499 (java) S 19480 19486 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 61965393 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299052456560 140299556866690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19501] ppid=19480 vsize=10484492 memory=7307199747045421918 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19501/stat : 19501 (java) S 19480 19486 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 61965393 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299051402528 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19503] ppid=19480 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19503/stat : 19503 (java) S 19480 19486 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 61965393 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299050350192 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19508] ppid=19480 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19508/stat : 19508 (java) S 19480 19486 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 61965396 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299049298512 140299556874139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19509] ppid=19480 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19509/stat : 19509 (java) S 19480 19486 12560 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 14 0 61965396 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299048245360 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19510] ppid=19480 vsize=10484492 memory=3472328296227680299 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19510/stat : 19510 (java) S 19480 19486 12560 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 14 0 61965396 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299047192560 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19511] ppid=19480 vsize=10484492 memory=7599809461628877539 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19511/stat : 19511 (java) S 19480 19486 12560 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 14 0 61965396 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299046140272 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19513] ppid=19480 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19513/stat : 19513 (java) S 19480 19486 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 61965396 10736119808 5685 18446744073709551615 4194304 4196468 140734259570400 140299045087712 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22740 KiB

[startup+0.701034 s]
/proc/loadavg: 1.08 1.25 1.65 9/213 19515
/proc/meminfo: memFree=31689156/32770624 swapFree=67105588/67108860
[pid=19486] ppid=19480 vsize=10551232 memory=68420 CPUtime=0.8 cores=0,2,4,6
/proc/19486/stat : 19486 (java) S 19480 19486 12560 0 -1 1077944320 10842 0 0 0 76 4 0 0 20 0 15 0 61965382 10804461568 17105 18446744073709551615 4194304 4196468 140734259570400 140734259552944 140299556855543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
/proc/19486/statm: 2637808 17105 3048 1 0 2627261 0
[pid=19486/tid=19489] ppid=19480 vsize=10551232 memory=19031000092388 CPUtime=0.41 cores=0,2,4,6
/proc/19486/task/19489/stat : 19489 (java) R 19480 19486 12560 0 -1 4202560 7405 0 0 0 38 3 0 0 20 0 15 0 61965391 10804461568 17105 18446744073709551615 4194304 4196468 140734259570400 140299561073424 140299150175066 0 4 1 16800974 0 0 0 -1 0 0 0 18 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19492] ppid=19480 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19492/stat : 19492 (java) S 19480 19486 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 61965391 10804461568 17105 18446744073709551615 4194304 4196468 140734259570400 140299487275408 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19493] ppid=19480 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19493/stat : 19493 (java) S 19480 19486 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 61965391 10804461568 17105 18446744073709551615 4194304 4196468 140734259570400 140299486222608 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19495] ppid=19480 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19495/stat : 19495 (java) S 19480 19486 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 61965391 10804461568 17105 18446744073709551615 4194304 4196468 140734259570400 140299485170320 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19496] ppid=19480 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19496/stat : 19496 (java) S 19480 19486 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 61965391 10804461568 17105 18446744073709551615 4194304 4196468 140734259570400 140299484117520 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19499] ppid=19480 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19499/stat : 19499 (java) S 19480 19486 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 61965393 10804461568 17105 18446744073709551615 4194304 4196468 140734259570400 140299052456560 140299556866690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19501] ppid=19480 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19501/stat : 19501 (java) S 19480 19486 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 61965393 10804461568 17105 18446744073709551615 4194304 4196468 140734259570400 140299051402528 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19503] ppid=19480 vsize=10551232 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19503/stat : 19503 (java) S 19480 19486 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 61965393 10804461568 17105 18446744073709551615 4194304 4196468 140734259570400 140299050350192 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19508] ppid=19480 vsize=10551232 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19508/stat : 19508 (java) S 19480 19486 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61965396 10804461568 17105 18446744073709551615 4194304 4196468 140734259570400 140299049298512 140299556874139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19509] ppid=19480 vsize=10551232 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/19486/task/19509/stat : 19509 (java) R 19480 19486 12560 0 -1 4202560 529 0 0 0 10 0 0 0 20 0 15 0 61965396 10804461568 17105 18446744073709551615 4194304 4196468 140734259570400 140299048245360 140299538420128 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19510] ppid=19480 vsize=10551232 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/19486/task/19510/stat : 19510 (java) R 19480 19486 12560 0 -1 4202560 495 0 0 0 10 0 0 0 20 0 15 0 61965396 10804461568 17105 18446744073709551615 4194304 4196468 140734259570400 140299047173576 140299540387085 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19511] ppid=19480 vsize=10551232 memory=-2893623298589923098 CPUtime=0.16 cores=0,2,4,6
/proc/19486/task/19511/stat : 19511 (java) S 19480 19486 12560 0 -1 1077944384 1046 0 0 0 16 0 0 0 20 0 15 0 61965396 10804461568 17105 18446744073709551615 4194304 4196468 140734259570400 140299046140272 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19513] ppid=19480 vsize=10551232 memory=-4866526899798303339 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19513/stat : 19513 (java) S 19480 19486 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61965396 10804461568 17105 18446744073709551615 4194304 4196468 140734259570400 140299045087712 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19515] ppid=19480 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19515/stat : 19515 (java) S 19480 19486 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 61965415 10804461568 17105 18446744073709551615 4194304 4196468 140734259570400 140299044035504 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
Current children cumulated CPU time: 0.8 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 68420 KiB

[startup+1.50075 s]
/proc/loadavg: 1.08 1.25 1.65 8/213 19515
/proc/meminfo: memFree=31203356/32770624 swapFree=67105588/67108860
[pid=19486] ppid=19480 vsize=10551232 memory=346920 CPUtime=2.82 cores=0,2,4,6
/proc/19486/stat : 19486 (java) S 19480 19486 12560 0 -1 1077944320 13813 0 0 0 260 22 0 0 20 0 15 0 61965382 10804461568 86730 18446744073709551615 4194304 4196468 140734259570400 140734259552944 140299556855543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
/proc/19486/statm: 2637808 86730 3087 1 0 2627261 0
[pid=19486/tid=19489] ppid=19480 vsize=10551232 memory=0 CPUtime=1 cores=0,2,4,6
/proc/19486/task/19489/stat : 19489 (java) R 19480 19486 12560 0 -1 4202560 7513 0 0 0 96 4 0 0 20 0 15 0 61965391 10804461568 86730 18446744073709551615 4194304 4196468 140734259570400 140299561090768 140299153174645 0 4 1 16800974 0 0 0 -1 0 0 0 18 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19492] ppid=19480 vsize=10551232 memory=35360 CPUtime=0.2 cores=0,2,4,6
/proc/19486/task/19492/stat : 19492 (java) S 19480 19486 12560 0 -1 1077944384 110 0 0 0 16 4 0 0 20 0 15 0 61965391 10804461568 86730 18446744073709551615 4194304 4196468 140734259570400 140299487275408 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19493] ppid=19480 vsize=10551232 memory=1292 CPUtime=0.17 cores=0,2,4,6
/proc/19486/task/19493/stat : 19493 (java) S 19480 19486 12560 0 -1 1077944384 175 0 0 0 14 3 0 0 20 0 15 0 61965391 10804461568 86730 18446744073709551615 4194304 4196468 140734259570400 140299486222608 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19495] ppid=19480 vsize=10551232 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/19486/task/19495/stat : 19495 (java) S 19480 19486 12560 0 -1 1077944384 203 0 0 0 16 4 0 0 20 0 15 0 61965391 10804461568 86730 18446744073709551615 4194304 4196468 140734259570400 140299485170320 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19496] ppid=19480 vsize=10551232 memory=6656426216303648864 CPUtime=0.17 cores=0,2,4,6
/proc/19486/task/19496/stat : 19496 (java) S 19480 19486 12560 0 -1 1077944384 167 0 0 0 14 3 0 0 20 0 15 0 61965391 10804461568 86730 18446744073709551615 4194304 4196468 140734259570400 140299484117520 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19499] ppid=19480 vsize=10551232 memory=916 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19499/stat : 19499 (java) S 19480 19486 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 61965393 10804461568 86730 18446744073709551615 4194304 4196468 140734259570400 140299052456560 140299556866690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19501] ppid=19480 vsize=10551232 memory=139711460936285 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19501/stat : 19501 (java) S 19480 19486 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 61965393 10804461568 86730 18446744073709551615 4194304 4196468 140734259570400 140299051402528 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19503] ppid=19480 vsize=10551232 memory=5859293506226647398 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19503/stat : 19503 (java) S 19480 19486 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 61965393 10804461568 86730 18446744073709551615 4194304 4196468 140734259570400 140299050350192 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19508] ppid=19480 vsize=10551232 memory=5859293506226647398 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19508/stat : 19508 (java) S 19480 19486 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61965396 10804461568 86730 18446744073709551615 4194304 4196468 140734259570400 140299049298512 140299556874139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19509] ppid=19480 vsize=10551232 memory=6153443670229477738 CPUtime=0.39 cores=0,2,4,6
/proc/19486/task/19509/stat : 19509 (java) S 19480 19486 12560 0 -1 1077944384 1500 0 0 0 39 0 0 0 20 0 15 0 61965396 10804461568 86730 18446744073709551615 4194304 4196468 140734259570400 140299048245360 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19510] ppid=19480 vsize=10551232 memory=8836 CPUtime=0.41 cores=0,2,4,6
/proc/19486/task/19510/stat : 19510 (java) R 19480 19486 12560 0 -1 4202560 1507 0 0 0 41 0 0 0 20 0 15 0 61965396 10804461568 86730 18446744073709551615 4194304 4196468 140734259570400 140299047177952 140299535268281 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19511] ppid=19480 vsize=10551232 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/19486/task/19511/stat : 19511 (java) S 19480 19486 12560 0 -1 1077944384 1193 0 0 0 21 0 0 0 20 0 15 0 61965396 10804461568 86730 18446744073709551615 4194304 4196468 140734259570400 140299046140272 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19513] ppid=19480 vsize=10551232 memory=139711604737663 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19513/stat : 19513 (java) S 19480 19486 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61965396 10804461568 86730 18446744073709551615 4194304 4196468 140734259570400 140299045087712 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19515] ppid=19480 vsize=10551232 memory=-6935123839545469842 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19515/stat : 19515 (java) S 19480 19486 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 61965415 10804461568 86730 18446744073709551615 4194304 4196468 140734259570400 140299044035504 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 346920 KiB

[startup+3.1099 s]
/proc/loadavg: 1.08 1.25 1.65 7/213 19515

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

/proc/19486/task/19493/stat : 19493 (java) S 19480 19486 12560 0 -1 1077944384 14722 0 0 0 894 57 0 0 20 0 16 0 61965391 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299486222608 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19495] ppid=19480 vsize=10617796 memory=3176448 CPUtime=9.51 cores=0,2,4,6
/proc/19486/task/19495/stat : 19495 (java) S 19480 19486 12560 0 -1 1077944384 8741 0 0 0 884 67 0 0 20 0 16 0 61965391 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299485170320 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19496] ppid=19480 vsize=10617796 memory=3176448 CPUtime=9.58 cores=0,2,4,6
/proc/19486/task/19496/stat : 19496 (java) S 19480 19486 12560 0 -1 1077944384 15859 0 0 0 896 62 0 0 20 0 16 0 61965391 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299484117520 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19499] ppid=19480 vsize=10617796 memory=3176448 CPUtime=2.85 cores=0,2,4,6
/proc/19486/task/19499/stat : 19499 (java) S 19480 19486 12560 0 -1 1077944384 11451 0 0 0 282 3 0 0 20 0 16 0 61965393 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299052456560 140299556866690 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19501] ppid=19480 vsize=10617796 memory=3176448 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19501/stat : 19501 (java) S 19480 19486 12560 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 61965393 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299051402592 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19503] ppid=19480 vsize=10617796 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19503/stat : 19503 (java) S 19480 19486 12560 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 16 0 61965393 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299050350208 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19508] ppid=19480 vsize=10617796 memory=3176448 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19508/stat : 19508 (java) S 19480 19486 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 61965396 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299049298512 140299556874139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19509] ppid=19480 vsize=10617796 memory=3203184 CPUtime=2.01 cores=0,2,4,6
/proc/19486/task/19509/stat : 19509 (java) S 19480 19486 12560 0 -1 1077944384 17113 0 1 0 199 2 0 0 20 0 16 0 61965396 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299048245360 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19510] ppid=19480 vsize=10617796 memory=3203184 CPUtime=1.55 cores=0,2,4,6
/proc/19486/task/19510/stat : 19510 (java) S 19480 19486 12560 0 -1 1077944384 10406 0 0 0 153 2 0 0 20 0 16 0 61965396 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299047192560 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19511] ppid=19480 vsize=10617796 memory=3203184 CPUtime=0.41 cores=0,2,4,6
/proc/19486/task/19511/stat : 19511 (java) S 19480 19486 12560 0 -1 1077944384 7643 0 0 0 41 0 0 0 20 0 16 0 61965396 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299046140272 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19513] ppid=19480 vsize=10617796 memory=3203184 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19513/stat : 19513 (java) S 19480 19486 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 61965396 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299045087712 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19515] ppid=19480 vsize=10617796 memory=1292 CPUtime=1.59 cores=0,2,4,6
/proc/19486/task/19515/stat : 19515 (java) S 19480 19486 12560 0 -1 1077944384 2112 0 0 0 84 75 0 0 20 0 16 0 61965415 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299044035504 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19540] ppid=19480 vsize=10617796 memory=3203184 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19540/stat : 19540 (java) S 19480 19486 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 61966712 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299042981040 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
Current children cumulated CPU time: 2476.06 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3203184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.3 s]
/proc/loadavg: 1.99 2.18 2.87 3/212 19989
/proc/meminfo: memFree=27965496/32770624 swapFree=67105588/67108860
[pid=19486] ppid=19480 vsize=10617796 memory=3203184 CPUtime=2520.09 cores=0,2,4,6
/proc/19486/stat : 19486 (java) S 19480 19486 12560 0 -1 1077944320 229617 0 1 0 251663 346 0 0 20 0 16 0 61965382 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140734259552944 140299556855543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
/proc/19486/statm: 2654449 800796 3136 1 0 2643902 0
[pid=19486/tid=19489] ppid=19480 vsize=10617796 memory=3203184 CPUtime=2473.38 cores=0,2,4,6
/proc/19486/task/19489/stat : 19489 (java) R 19480 19486 12560 0 -1 4202560 128852 0 0 0 247315 23 0 0 20 0 16 0 61965391 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299561087120 140299153674752 0 4 1 16800974 0 0 0 -1 2 0 0 18 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19492] ppid=19480 vsize=10617796 memory=3203184 CPUtime=9.55 cores=0,2,4,6
/proc/19486/task/19492/stat : 19492 (java) S 19480 19486 12560 0 -1 1077944384 11014 0 0 0 886 69 0 0 20 0 16 0 61965391 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299487275408 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19493] ppid=19480 vsize=10617796 memory=3176448 CPUtime=9.51 cores=0,2,4,6
/proc/19486/task/19493/stat : 19493 (java) S 19480 19486 12560 0 -1 1077944384 14722 0 0 0 894 57 0 0 20 0 16 0 61965391 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299486222608 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19495] ppid=19480 vsize=10617796 memory=3203184 CPUtime=9.51 cores=0,2,4,6
/proc/19486/task/19495/stat : 19495 (java) S 19480 19486 12560 0 -1 1077944384 8741 0 0 0 884 67 0 0 20 0 16 0 61965391 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299485170320 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19496] ppid=19480 vsize=10617796 memory=3203184 CPUtime=9.58 cores=0,2,4,6
/proc/19486/task/19496/stat : 19496 (java) S 19480 19486 12560 0 -1 1077944384 15859 0 0 0 896 62 0 0 20 0 16 0 61965391 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299484117520 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19499] ppid=19480 vsize=10617796 memory=3203184 CPUtime=2.85 cores=0,2,4,6
/proc/19486/task/19499/stat : 19499 (java) S 19480 19486 12560 0 -1 1077944384 11463 0 0 0 282 3 0 0 20 0 16 0 61965393 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299052456560 140299556866690 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19501] ppid=19480 vsize=10617796 memory=3203184 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19501/stat : 19501 (java) S 19480 19486 12560 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 61965393 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299051402592 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19503] ppid=19480 vsize=10617796 memory=285 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19503/stat : 19503 (java) S 19480 19486 12560 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 16 0 61965393 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299050350208 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19508] ppid=19480 vsize=10617796 memory=3203184 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19508/stat : 19508 (java) S 19480 19486 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 61965396 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299049298512 140299556874139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19509] ppid=19480 vsize=10617796 memory=3203184 CPUtime=2.01 cores=0,2,4,6
/proc/19486/task/19509/stat : 19509 (java) S 19480 19486 12560 0 -1 1077944384 17120 0 1 0 199 2 0 0 20 0 16 0 61965396 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299048245360 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19510] ppid=19480 vsize=10617796 memory=3203184 CPUtime=1.55 cores=0,2,4,6
/proc/19486/task/19510/stat : 19510 (java) S 19480 19486 12560 0 -1 1077944384 10410 0 0 0 153 2 0 0 20 0 16 0 61965396 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299047192560 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19511] ppid=19480 vsize=10617796 memory=7303013682673986202 CPUtime=0.42 cores=0,2,4,6
/proc/19486/task/19511/stat : 19511 (java) S 19480 19486 12560 0 -1 1077944384 7812 0 0 0 42 0 0 0 20 0 16 0 61965396 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299046140272 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19513] ppid=19480 vsize=10617796 memory=3203184 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19513/stat : 19513 (java) S 19480 19486 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 61965396 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299045087712 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19515] ppid=19480 vsize=10617796 memory=3203184 CPUtime=1.62 cores=0,2,4,6
/proc/19486/task/19515/stat : 19515 (java) S 19480 19486 12560 0 -1 1077944384 2153 0 0 0 86 76 0 0 20 0 16 0 61965415 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299044035504 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19540] ppid=19480 vsize=10617796 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19540/stat : 19540 (java) S 19480 19486 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 61966712 10872623104 800796 18446744073709551615 4194304 4196468 140734259570400 140299042981040 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3203184 KiB

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

[startup+2486.57 s]
# the end of solver process 19486 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.95 s, system=3.48845 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2486.41 s]
/proc/loadavg: 1.99 2.18 2.87 3/212 19989
/proc/meminfo: memFree=27965496/32770624 swapFree=67105588/67108860
[pid=19486] ppid=19480 vsize=10817488 memory=3203544 CPUtime=2520.2 cores=0,2,4,6
/proc/19486/stat : 19486 (java) S 19480 19486 12560 0 -1 1077944320 231281 0 1 0 251674 346 0 0 20 0 17 0 61965382 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140734259552944 140299556855543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
/proc/19486/statm: 2704372 800886 3138 1 0 2693825 0
[pid=19486/tid=19489] ppid=19480 vsize=10817488 memory=1412 CPUtime=2473.48 cores=0,2,4,6
/proc/19486/task/19489/stat : 19489 (java) R 19480 19486 12560 0 -1 4202560 129126 0 0 0 247325 23 0 0 20 0 17 0 61965391 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299561091760 140299154563385 0 4 1 16800974 0 0 0 -1 2 0 0 18 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19492] ppid=19480 vsize=10817488 memory=1004 CPUtime=9.55 cores=0,2,4,6
/proc/19486/task/19492/stat : 19492 (java) S 19480 19486 12560 0 -1 1077944384 11014 0 0 0 886 69 0 0 20 0 17 0 61965391 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299487275408 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19493] ppid=19480 vsize=10817488 memory=2016 CPUtime=9.51 cores=0,2,4,6
/proc/19486/task/19493/stat : 19493 (java) S 19480 19486 12560 0 -1 1077944384 14722 0 0 0 894 57 0 0 20 0 17 0 61965391 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299486222608 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19495] ppid=19480 vsize=10817488 memory=1196 CPUtime=9.51 cores=0,2,4,6
/proc/19486/task/19495/stat : 19495 (java) S 19480 19486 12560 0 -1 1077944384 8741 0 0 0 884 67 0 0 20 0 17 0 61965391 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299485170320 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19496] ppid=19480 vsize=10817488 memory=8600 CPUtime=9.58 cores=0,2,4,6
/proc/19486/task/19496/stat : 19496 (java) S 19480 19486 12560 0 -1 1077944384 15859 0 0 0 896 62 0 0 20 0 17 0 61965391 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299484117520 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19499] ppid=19480 vsize=10817488 memory=1716 CPUtime=2.85 cores=0,2,4,6
/proc/19486/task/19499/stat : 19499 (java) S 19480 19486 12560 0 -1 1077944384 11521 0 0 0 282 3 0 0 20 0 17 0 61965393 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299052456560 140299556866690 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19501] ppid=19480 vsize=10817488 memory=14260 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19501/stat : 19501 (java) S 19480 19486 12560 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 61965393 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299051402592 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19503] ppid=19480 vsize=10817488 memory=796 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19503/stat : 19503 (java) S 19480 19486 12560 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 61965393 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299050350208 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19508] ppid=19480 vsize=10817488 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19508/stat : 19508 (java) S 19480 19486 12560 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 17 0 61965396 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299049298512 140299556874139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19509] ppid=19480 vsize=10817488 memory=1412 CPUtime=2.02 cores=0,2,4,6
/proc/19486/task/19509/stat : 19509 (java) S 19480 19486 12560 0 -1 1077944384 17361 0 1 0 200 2 0 0 20 0 17 0 61965396 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299048245360 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19510] ppid=19480 vsize=10817488 memory=3203184 CPUtime=1.55 cores=0,2,4,6
/proc/19486/task/19510/stat : 19510 (java) S 19480 19486 12560 0 -1 1077944384 10486 0 0 0 153 2 0 0 20 0 17 0 61965396 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299047192560 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19511] ppid=19480 vsize=10817488 memory=1744 CPUtime=0.42 cores=0,2,4,6
/proc/19486/task/19511/stat : 19511 (java) S 19480 19486 12560 0 -1 1077944384 8198 0 0 0 42 0 0 0 20 0 17 0 61965396 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299046140272 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19513] ppid=19480 vsize=10817488 memory=956 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19513/stat : 19513 (java) S 19480 19486 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 61965396 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299045087712 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19515] ppid=19480 vsize=10817488 memory=35500 CPUtime=1.62 cores=0,2,4,6
/proc/19486/task/19515/stat : 19515 (java) S 19480 19486 12560 0 -1 1077944384 2153 0 0 0 86 76 0 0 20 0 17 0 61965415 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299044035504 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
Current children cumulated CPU time: 2520.2 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3203544 KiB

[startup+2486.5 s]
/proc/loadavg: 1.99 2.18 2.87 3/212 19989
/proc/meminfo: memFree=27965496/32770624 swapFree=67105588/67108860
[pid=19486] ppid=19480 vsize=10817488 memory=3203544 CPUtime=2520.3 cores=0,2,4,6
/proc/19486/stat : 19486 (java) S 19480 19486 12560 0 -1 1077944320 231281 0 1 0 251684 346 0 0 20 0 17 0 61965382 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140734259552944 140299556855543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
/proc/19486/statm: 2704372 800886 3138 1 0 2693825 0
[pid=19486/tid=19489] ppid=19480 vsize=10817488 memory=3203184 CPUtime=2473.58 cores=0,2,4,6
/proc/19486/task/19489/stat : 19489 (java) R 19480 19486 12560 0 -1 4202560 129126 0 0 0 247335 23 0 0 20 0 17 0 61965391 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299561091760 140299154563033 0 4 1 16800974 0 0 0 -1 2 0 0 18 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19492] ppid=19480 vsize=10817488 memory=3203184 CPUtime=9.55 cores=0,2,4,6
/proc/19486/task/19492/stat : 19492 (java) S 19480 19486 12560 0 -1 1077944384 11014 0 0 0 886 69 0 0 20 0 17 0 61965391 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299487275408 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19493] ppid=19480 vsize=10817488 memory=285 CPUtime=9.51 cores=0,2,4,6
/proc/19486/task/19493/stat : 19493 (java) S 19480 19486 12560 0 -1 1077944384 14722 0 0 0 894 57 0 0 20 0 17 0 61965391 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299486222608 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19495] ppid=19480 vsize=10817488 memory=3203184 CPUtime=9.51 cores=0,2,4,6
/proc/19486/task/19495/stat : 19495 (java) S 19480 19486 12560 0 -1 1077944384 8741 0 0 0 884 67 0 0 20 0 17 0 61965391 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299485170320 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19496] ppid=19480 vsize=10817488 memory=3203184 CPUtime=9.58 cores=0,2,4,6
/proc/19486/task/19496/stat : 19496 (java) S 19480 19486 12560 0 -1 1077944384 15859 0 0 0 896 62 0 0 20 0 17 0 61965391 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299484117520 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19499] ppid=19480 vsize=10817488 memory=3203184 CPUtime=2.85 cores=0,2,4,6
/proc/19486/task/19499/stat : 19499 (java) S 19480 19486 12560 0 -1 1077944384 11521 0 0 0 282 3 0 0 20 0 17 0 61965393 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299052456560 140299556866690 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19501] ppid=19480 vsize=10817488 memory=3203184 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19501/stat : 19501 (java) S 19480 19486 12560 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 61965393 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299051402592 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19503] ppid=19480 vsize=10817488 memory=3176448 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19503/stat : 19503 (java) S 19480 19486 12560 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 61965393 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299050350208 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19508] ppid=19480 vsize=10817488 memory=3203184 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19508/stat : 19508 (java) S 19480 19486 12560 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 17 0 61965396 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299049298512 140299556874139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19509] ppid=19480 vsize=10817488 memory=3203184 CPUtime=2.02 cores=0,2,4,6
/proc/19486/task/19509/stat : 19509 (java) S 19480 19486 12560 0 -1 1077944384 17361 0 1 0 200 2 0 0 20 0 17 0 61965396 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299048245360 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19510] ppid=19480 vsize=10817488 memory=3203184 CPUtime=1.55 cores=0,2,4,6
/proc/19486/task/19510/stat : 19510 (java) S 19480 19486 12560 0 -1 1077944384 10486 0 0 0 153 2 0 0 20 0 17 0 61965396 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299047192560 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19511] ppid=19480 vsize=10817488 memory=2384 CPUtime=0.42 cores=0,2,4,6
/proc/19486/task/19511/stat : 19511 (java) S 19480 19486 12560 0 -1 1077944384 8198 0 0 0 42 0 0 0 20 0 17 0 61965396 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299046140272 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19513] ppid=19480 vsize=10817488 memory=3203184 CPUtime=0 cores=0,2,4,6
/proc/19486/task/19513/stat : 19513 (java) S 19480 19486 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 61965396 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299045087712 140299556865749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
[pid=19486/tid=19515] ppid=19480 vsize=10817488 memory=7303013682673986202 CPUtime=1.62 cores=0,2,4,6
/proc/19486/task/19515/stat : 19515 (java) S 19480 19486 12560 0 -1 1077944384 2153 0 0 0 86 76 0 0 20 0 17 0 61965415 11077107712 800886 18446744073709551615 4194304 4196468 140734259570400 140299044035504 140299556866690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14807040 140734259573136 140734259573289 140734259573289 140734259576783 0
Current children cumulated CPU time: 2520.3 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3203544 KiB

Child status: 143
Real time (s): 2486.57
CPU time (s): 2520.44
CPU user time (s): 2516.95
CPU system time (s): 3.48845
CPU usage (%): 101.362
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3203544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.95
system time used= 3.48845
maximum resident set size= 3203764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232040
page faults= 1
swaps= 0
block input operations= 808
block output operations= 2128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57102
involuntary context switches= 2201


# summary of solver processes directly reported to runsolver:
#   pid: 19486
#   total CPU time (s): 2520.44
#   total CPU user time (s): 2516.95
#   total CPU system time (s): 3.48845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5589 second user time and 22.852 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 06:00:58
IDJOB=4263765
IDBENCH=115839
IDSOLVER=2651
FILE ID=node126/4263765-1502597699
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-04-04-8.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263765-1502597699/watcher-4263765-1502597699 -o /tmp/evaluation-result-4263765-1502597699/solver-4263765-1502597699 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263765-1502597699.xml

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

MD5SUM BENCH= aed9643ac8b54e4586138aa43d9c539b
RANDOM SEED=2020007170

node126.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        31758180 kB
MemAvailable:   31961612 kB
Buffers:          249372 kB
Cached:           221156 kB
SwapCached:          524 kB
Active:           416528 kB
Inactive:         111484 kB
Active(anon):       5132 kB
Inactive(anon):    85896 kB
Active(file):     411396 kB
Inactive(file):    25588 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              3136 kB
Writeback:             0 kB
AnonPages:         56980 kB
Mapped:            45896 kB
Shmem:             33440 kB
Slab:             190068 kB
SReclaimable:     164568 kB
SUnreclaim:        25500 kB
KernelStack:        3248 kB
PageTables:         5324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     313412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 06:42:25