Trace number 4289846

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 2018-07-11SAT (TO)55 2400.98 2387.08

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-10_c18.xml
MD5SUM769ec0f26c47f1b96bb609b2e4d8d5d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark174.248
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

2.53/1.02	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.53/1.02	c This is free software under the dual EPL/GNU LGPL licenses.
2.53/1.02	c See www.sat4j.org for details.
2.53/1.02	c That software uses the Rhino library from the Mozilla project.
2.53/1.02	c version 2.3.6-SNAPSHOT
2.53/1.02	c java.runtime.name	Java(TM) SE Runtime Environment
2.53/1.02	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.53/1.02	c java.vm.version	25.131-b11
2.53/1.02	c java.vm.vendor	Oracle Corporation
2.53/1.02	c sun.arch.data.model	64
2.53/1.02	c java.version		1.8.0_131
2.53/1.02	c os.name		Linux
2.53/1.02	c os.version		3.10.0-514.16.1.el7.x86_64
2.53/1.02	c os.arch		amd64
2.53/1.02	c Free memory 		499604488
2.53/1.02	c Max memory 		7247757312
2.53/1.02	c Total memory 		504889344
2.53/1.02	c Number of processors 	4
2.53/1.02	c c --- Begin Solver configuration ---
2.53/1.02	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.53/1.02	c Learn all clauses as in MiniSAT
2.53/1.02	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.53/1.02	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.53/1.02	c No reason simplification
2.53/1.02	c Glucose 2.1 dynamic restart strategy
2.53/1.02	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
2.53/1.02	c timeout=2147483s
2.53/1.02	c DB Simplification allowed=false
2.53/1.02	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.53/1.02	c --- End Solver configuration ---
2.53/1.02	c constraints type 
2.53/1.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 110
2.53/1.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 99000
2.53/1.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1363500
2.53/1.02	c org.sat4j.minisat.constraints.cnf.UnitClause => 90
2.53/1.02	c 1462700 constraints processed.
6.99/3.94	o 100
17.48/14.00	o 95
18.28/14.76	o 94
18.52/14.96	o 91
21.76/18.15	o 90
37.61/33.91	o 86
44.45/40.80	o 84
47.82/44.04	o 82
52.23/48.47	o 77
54.87/51.04	o 76
70.47/66.70	o 75
71.98/68.17	o 73
95.59/91.48	o 71
98.69/94.56	o 70
99.39/95.22	o 69
140.72/136.55	o 68
141.72/137.53	o 67
185.55/180.54	o 66
237.88/232.83	o 64
301.45/296.24	o 63
512.36/506.19	o 62
561.98/555.73	o 61
771.44/764.23	o 56
1326.95/1316.23	o 55
2400.73/2387.07	c starts		: 8726
2400.73/2387.07	c conflicts		: 5310342
2400.73/2387.07	c decisions		: 24935719
2400.73/2387.07	c propagations		: 3723027507
2400.73/2387.07	c inspects		: 31794382743
2400.73/2387.07	c shortcuts		: 0
2400.73/2387.07	c learnt literals	: 3155
2400.73/2387.07	c learnt binary clauses	: 3145
2400.73/2387.07	c learnt ternary clauses	: 3802
2400.73/2387.07	c learnt constraints	: 5307187
2400.73/2387.07	c ignored constraints	: 0
2400.73/2387.07	c root simplifications	: 0
2400.73/2387.07	c removed literals (reason simplification)	: 0
2400.73/2387.07	c reason swapping (by a shorter reason)	: 0
2400.73/2387.07	c Calls to reduceDB	: 271
2400.73/2387.07	c Number of update (reduction) of LBD	: 3684874
2400.73/2387.07	c Imported unit clauses	: 0
2400.73/2387.07	c number of reductions to clauses (during analyze)	: 0
2400.73/2387.07	c number of learned constraints concerned by reduction	: 0
2400.73/2387.07	c number of learning phase by resolution	: 0
2400.73/2387.07	c number of learning phase by cutting planes	: 0
2400.73/2387.07	c number of rounding to 1 operations	: 0
2400.73/2387.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.73/2387.07	c number of reductions of the coefficients by power 2 	: 0
2400.73/2387.07	c number of right shift for reduction by power 2 	: 0
2400.73/2387.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.73/2387.07	c number of ending skipping 	: 0
2400.73/2387.07	c number of internal skipping 	: 0
2400.73/2387.07	c number of derivation steps 	: 0
2400.73/2387.07	c number of skipped derivation steps 	: 0
2400.73/2387.07	c number of remaining unassigned 	: 0
2400.73/2387.07	c number of remaining assigned 	: 0
2400.73/2387.07	c speed (assignments/second)	: 1560336.1160448978
2400.73/2387.07	c non guided choices	: 209834
2400.73/2387.07	s SATISFIABLE
2400.73/2387.07	v <instantiation type="solution">
2400.73/2387.07	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][0] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][0] y[2][1] y[2][2] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][0] y[4][1] y[4][2] y[4][3] y[4][4] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][5] y[5][6] y[5][7] y[5][8] y[5][9] y[6][0] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5] y[6][6] y[6][7] y[6][8] y[6][9] y[7][0] y[7][1] y[7][2] y[7][3] y[7][4] y[7][5] y[7][6] y[7][7] y[7][8] y[7][9] y[8][0] y[8][1] y[8][2] y[8][3] y[8][4] y[8][5] y[8][6] y[8][7] y[8][8] y[8][9] y[9][0] y[9][1] y[9][2] y[9][3] y[9][4] y[9][5] y[9][6] y[9][7] y[9][8] y[9][9] </list>
2400.73/2387.07	v 	<values> 0 1 6 10 23 26 34 41 53 55 1 1 6 10 23 26 34 41 53 55 1 1 5 9 22 25 33 40 52 54 1 1 1 4 17 20 28 35 47 49 1 1 1 1 13 16 24 31 43 45 1 1 1 1 1 3 11 18 30 32 1 1 1 1 1 1 8 15 27 29 1 1 1 1 1 1 1 7 19 21 1 1 1 1 1 1 1 1 12 14 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 </values>
2400.73/2387.07	v </instantiation>
2400.73/2387.07	

Verifier Data

OK	55

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 (2897 MiB free)
  memory of node 1: 16384 MiB (9213 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289846-1532217161/watcher-4289846-1532217161 -o /tmp/evaluation-result-4289846-1532217161/solver-4289846-1532217161 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532209720-26949 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289846-1532217161.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=28036, runsolver pid=28033
Current StackSize limit: 8192 KiB


[startup+0.100083 s]*
/proc/loadavg: 4.91 3.75 2.79 6/215 28051
/proc/meminfo: memFree=12382164/32770624 swapFree=67108860/67108860
[pid=28036] ppid=28033 vsize=10659012 memory=31484 CPUtime=0.12 cores=1,3,5,7
/proc/28036/stat : 28036 (java) S 28033 28036 24561 0 -1 1077944320 6438 0 0 0 11 1 0 0 20 0 15 0 39279305 10914828288 7871 33554432000 4194304 4196468 140737031037264 140737031019808 139698914021111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
/proc/28036/statm: 2664753 7871 2844 1 0 2627263 0
[pid=28036/tid=28038] ppid=28033 vsize=10659012 memory=-8701690554791923071 CPUtime=0.09 cores=1,3,5,7
/proc/28036/task/28038/stat : 28038 (java) R 28033 28036 24561 0 -1 4202560 4267 0 0 0 8 1 0 0 20 0 15 0 39279305 10914828288 7871 33554432000 4194304 4196468 140737031037264 139698918235104 139698898101598 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28039] ppid=28033 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28039/stat : 28039 (java) S 28033 28036 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39279306 10914828288 7871 33554432000 4194304 4196468 140737031037264 139698850712208 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28040] ppid=28033 vsize=10659012 memory=140342213248640 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28040/stat : 28040 (java) S 28033 28036 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39279306 10914828288 7871 33554432000 4194304 4196468 140737031037264 139698849659408 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28041] ppid=28033 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28041/stat : 28041 (java) S 28033 28036 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39279306 10914828288 7871 33554432000 4194304 4196468 140737031037264 139698848606608 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28042] ppid=28033 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28042/stat : 28042 (java) S 28033 28036 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39279306 10914828288 7871 33554432000 4194304 4196468 140737031037264 139698847553808 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28043] ppid=28033 vsize=10659012 memory=140342213248640 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28043/stat : 28043 (java) S 28033 28036 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39279308 10914828288 7871 33554432000 4194304 4196468 140737031037264 139697948920688 139698914032258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28044] ppid=28033 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28044/stat : 28044 (java) S 28033 28036 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39279308 10914828288 7871 33554432000 4194304 4196468 140737031037264 139697947866656 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28045] ppid=28033 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28045/stat : 28045 (java) S 28033 28036 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39279308 10914828288 7871 33554432000 4194304 4196468 140737031037264 139697946813808 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28046] ppid=28033 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28046/stat : 28046 (java) S 28033 28036 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39279310 10914828288 7871 33554432000 4194304 4196468 140737031037264 139697945762128 139698914039707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28047] ppid=28033 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28047/stat : 28047 (java) S 28033 28036 24561 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 39279310 10914828288 7871 33554432000 4194304 4196468 140737031037264 139697944709488 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28048] ppid=28033 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28048/stat : 28048 (java) S 28033 28036 24561 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 39279310 10914828288 7871 33554432000 4194304 4196468 140737031037264 139697943656688 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28049] ppid=28033 vsize=10659012 memory=140342213248640 CPUtime=0.02 cores=1,3,5,7
/proc/28036/task/28049/stat : 28049 (java) S 28033 28036 24561 0 -1 1077944384 353 0 0 0 2 0 0 0 20 0 15 0 39279310 10914828288 7871 33554432000 4194304 4196468 140737031037264 139697942603888 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28050] ppid=28033 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28050/stat : 28050 (java) S 28033 28036 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39279311 10914828288 7871 33554432000 4194304 4196468 140737031037264 139697941551328 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28051] ppid=28033 vsize=10659012 memory=140342213248640 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28051/stat : 28051 (java) S 28033 28036 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39279311 10914828288 7871 33554432000 4194304 4196468 140737031037264 139697940499632 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31484 KiB

[startup+0.210908 s]*
/proc/loadavg: 4.91 3.75 2.79 6/215 28051
/proc/meminfo: memFree=12370836/32770624 swapFree=67108860/67108860
[pid=28036] ppid=28033 vsize=10659012 memory=42224 CPUtime=0.34 cores=1,3,5,7
/proc/28036/stat : 28036 (java) S 28033 28036 24561 0 -1 1077944320 7673 0 0 0 31 3 0 0 20 0 15 0 39279305 10914828288 10556 33554432000 4194304 4196468 140737031037264 140737031019808 139698914021111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
/proc/28036/statm: 2664753 10556 3005 1 0 2627263 0
[pid=28036/tid=28038] ppid=28033 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28036/task/28038/stat : 28038 (java) R 28033 28036 24561 0 -1 4202560 4617 0 0 0 18 2 0 0 20 0 15 0 39279305 10914828288 10556 33554432000 4194304 4196468 140737031037264 139698918256608 139698898101598 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28039] ppid=28033 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28039/stat : 28039 (java) S 28033 28036 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39279306 10914828288 10556 33554432000 4194304 4196468 140737031037264 139698850712208 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28040] ppid=28033 vsize=10659012 memory=288370718364960384 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28040/stat : 28040 (java) S 28033 28036 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39279306 10914828288 10556 33554432000 4194304 4196468 140737031037264 139698849659408 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28041] ppid=28033 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28041/stat : 28041 (java) S 28033 28036 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39279306 10914828288 10556 33554432000 4194304 4196468 140737031037264 139698848606608 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28042] ppid=28033 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28042/stat : 28042 (java) S 28033 28036 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39279306 10914828288 10556 33554432000 4194304 4196468 140737031037264 139698847553808 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28043] ppid=28033 vsize=10659012 memory=140342213248640 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28043/stat : 28043 (java) S 28033 28036 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39279308 10914828288 10556 33554432000 4194304 4196468 140737031037264 139697948920688 139698914032258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28044] ppid=28033 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28044/stat : 28044 (java) S 28033 28036 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39279308 10914828288 10556 33554432000 4194304 4196468 140737031037264 139697947866656 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28045] ppid=28033 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28045/stat : 28045 (java) S 28033 28036 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39279308 10914828288 10556 33554432000 4194304 4196468 140737031037264 139697946813808 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28046] ppid=28033 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28046/stat : 28046 (java) S 28033 28036 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39279310 10914828288 10556 33554432000 4194304 4196468 140737031037264 139697945762128 139698914039707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28047] ppid=28033 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28036/task/28047/stat : 28047 (java) S 28033 28036 24561 0 -1 1077944384 625 0 0 0 2 0 0 0 20 0 15 0 39279310 10914828288 10556 33554432000 4194304 4196468 140737031037264 139697944709488 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28048] ppid=28033 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28036/task/28048/stat : 28048 (java) S 28033 28036 24561 0 -1 1077944384 387 0 0 0 1 0 0 0 20 0 15 0 39279310 10914828288 10556 33554432000 4194304 4196468 140737031037264 139697943656688 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28049] ppid=28033 vsize=10659012 memory=140342213248640 CPUtime=0.08 cores=1,3,5,7
/proc/28036/task/28049/stat : 28049 (java) S 28033 28036 24561 0 -1 1077944384 677 0 0 0 8 0 0 0 20 0 15 0 39279310 10914828288 10556 33554432000 4194304 4196468 140737031037264 139697942603888 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28050] ppid=28033 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28050/stat : 28050 (java) S 28033 28036 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39279311 10914828288 10556 33554432000 4194304 4196468 140737031037264 139697941551328 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28051] ppid=28033 vsize=10659012 memory=140342213248640 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28051/stat : 28051 (java) S 28033 28036 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39279311 10914828288 10556 33554432000 4194304 4196468 140737031037264 139697940499632 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42224 KiB

[startup+0.310457 s]*
/proc/loadavg: 4.91 3.75 2.79 9/215 28051
/proc/meminfo: memFree=12366060/32770624 swapFree=67108860/67108860
[pid=28036] ppid=28033 vsize=10659088 memory=47696 CPUtime=0.52 cores=1,3,5,7
/proc/28036/stat : 28036 (java) S 28033 28036 24561 0 -1 1077944320 8583 0 0 0 49 3 0 0 20 0 15 0 39279305 10914906112 11924 33554432000 4194304 4196468 140737031037264 140737031019808 139698914021111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
/proc/28036/statm: 2664772 11924 3066 1 0 2627263 0
[pid=28036/tid=28038] ppid=28033 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28036/task/28038/stat : 28038 (java) R 28033 28036 24561 0 -1 4202560 5327 0 0 0 28 2 0 0 20 0 15 0 39279305 10914906112 11924 33554432000 4194304 4196468 140737031037264 139698918256896 139698898064741 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28039] ppid=28033 vsize=10659088 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28039/stat : 28039 (java) S 28033 28036 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39279306 10914906112 11924 33554432000 4194304 4196468 140737031037264 139698850712208 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28040] ppid=28033 vsize=10659088 memory=288370718364960384 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28040/stat : 28040 (java) S 28033 28036 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39279306 10914906112 11924 33554432000 4194304 4196468 140737031037264 139698849659408 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28041] ppid=28033 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28041/stat : 28041 (java) S 28033 28036 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39279306 10914906112 11924 33554432000 4194304 4196468 140737031037264 139698848606608 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28042] ppid=28033 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28042/stat : 28042 (java) S 28033 28036 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39279306 10914906112 11924 33554432000 4194304 4196468 140737031037264 139698847553808 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28043] ppid=28033 vsize=10659088 memory=140342213248640 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28043/stat : 28043 (java) S 28033 28036 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39279308 10914906112 11924 33554432000 4194304 4196468 140737031037264 139697948920688 139698914032258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28044] ppid=28033 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28044/stat : 28044 (java) S 28033 28036 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39279308 10914906112 11924 33554432000 4194304 4196468 140737031037264 139697947866656 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28045] ppid=28033 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28045/stat : 28045 (java) S 28033 28036 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39279308 10914906112 11924 33554432000 4194304 4196468 140737031037264 139697946813808 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28046] ppid=28033 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28046/stat : 28046 (java) S 28033 28036 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39279310 10914906112 11924 33554432000 4194304 4196468 140737031037264 139697945762128 139698914039707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28047] ppid=28033 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28036/task/28047/stat : 28047 (java) S 28033 28036 24561 0 -1 1077944384 665 0 0 0 4 0 0 0 20 0 15 0 39279310 10914906112 11924 33554432000 4194304 4196468 140737031037264 139697944709488 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28048] ppid=28033 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/28036/task/28048/stat : 28048 (java) S 28033 28036 24561 0 -1 1077944384 490 0 0 0 4 0 0 0 20 0 15 0 39279310 10914906112 11924 33554432000 4194304 4196468 140737031037264 139697943656688 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28049] ppid=28033 vsize=10659088 memory=140342213248640 CPUtime=0.12 cores=1,3,5,7
/proc/28036/task/28049/stat : 28049 (java) R 28033 28036 24561 0 -1 4202560 734 0 0 0 12 0 0 0 20 0 15 0 39279310 10914906112 11924 33554432000 4194304 4196468 140737031037264 139697942603888 139698892946188 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28050] ppid=28033 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28050/stat : 28050 (java) S 28033 28036 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39279311 10914906112 11924 33554432000 4194304 4196468 140737031037264 139697941551328 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28051] ppid=28033 vsize=10659088 memory=140342213248640 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28051/stat : 28051 (java) S 28033 28036 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39279311 10914906112 11924 33554432000 4194304 4196468 140737031037264 139697940499632 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47696 KiB

[startup+0.700747 s]
/proc/loadavg: 5.00 3.78 2.81 8/215 28051
/proc/meminfo: memFree=12338700/32770624 swapFree=67108860/67108860
[pid=28036] ppid=28033 vsize=10659088 memory=122336 CPUtime=1.68 cores=1,3,5,7
/proc/28036/stat : 28036 (java) S 28033 28036 24561 0 -1 1077944320 13137 0 0 0 164 4 0 0 20 0 15 0 39279305 10914906112 30072 33554432000 4194304 4196468 140737031037264 140737031019808 139698914021111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
/proc/28036/statm: 2664772 30584 3098 1 0 2627263 0
[pid=28036/tid=28038] ppid=28033 vsize=10659088 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/28036/task/28038/stat : 28038 (java) R 28033 28036 24561 0 -1 4202560 5606 0 0 0 65 3 0 0 20 0 15 0 39279305 10914906112 30584 33554432000 4194304 4196468 140737031037264 139698918248040 139698528312065 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28039] ppid=28033 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28039/stat : 28039 (java) S 28033 28036 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39279306 10914906112 30584 33554432000 4194304 4196468 140737031037264 139698850712208 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28040] ppid=28033 vsize=10659088 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28040/stat : 28040 (java) S 28033 28036 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39279306 10914906112 30584 33554432000 4194304 4196468 140737031037264 139698849659408 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28041] ppid=28033 vsize=10659088 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28041/stat : 28041 (java) S 28033 28036 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39279306 10914906112 30584 33554432000 4194304 4196468 140737031037264 139698848606608 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28042] ppid=28033 vsize=10659088 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28042/stat : 28042 (java) S 28033 28036 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39279306 10914906112 30584 33554432000 4194304 4196468 140737031037264 139698847553808 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28043] ppid=28033 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28043/stat : 28043 (java) S 28033 28036 24561 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39279308 10914906112 30584 33554432000 4194304 4196468 140737031037264 139697948920688 139698914032258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28044] ppid=28033 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28044/stat : 28044 (java) S 28033 28036 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39279308 10914906112 30584 33554432000 4194304 4196468 140737031037264 139697947866656 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28045] ppid=28033 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28045/stat : 28045 (java) S 28033 28036 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39279308 10914906112 30584 33554432000 4194304 4196468 140737031037264 139697946813808 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28046] ppid=28033 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28046/stat : 28046 (java) S 28033 28036 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39279310 10914906112 30584 33554432000 4194304 4196468 140737031037264 139697945762128 139698914039707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28047] ppid=28033 vsize=10659088 memory=7163631965283378496 CPUtime=0.39 cores=1,3,5,7
/proc/28036/task/28047/stat : 28047 (java) R 28033 28036 24561 0 -1 4202560 2814 0 0 0 39 0 0 0 20 0 15 0 39279310 10914906112 30584 33554432000 4194304 4196468 140737031037264 139697944696056 139698899628387 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28048] ppid=28033 vsize=10659088 memory=6083353102074538087 CPUtime=0.39 cores=1,3,5,7
/proc/28036/task/28048/stat : 28048 (java) R 28033 28036 24561 0 -1 4202560 2358 0 0 0 39 0 0 0 20 0 15 0 39279310 10914906112 30584 33554432000 4194304 4196468 140737031037264 139697943642568 139698893714188 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28049] ppid=28033 vsize=10659088 memory=7007715718637572176 CPUtime=0.19 cores=1,3,5,7
/proc/28036/task/28049/stat : 28049 (java) S 28033 28036 24561 0 -1 1077944384 989 0 0 0 19 0 0 0 20 0 15 0 39279310 10914906112 30584 33554432000 4194304 4196468 140737031037264 139697942603888 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28050] ppid=28033 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28050/stat : 28050 (java) S 28033 28036 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39279311 10914906112 30584 33554432000 4194304 4196468 140737031037264 139697941551328 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28051] ppid=28033 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28051/stat : 28051 (java) S 28033 28036 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39279311 10914906112 30584 33554432000 4194304 4196468 140737031037264 139697940499632 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 122336 KiB

[startup+1.50071 s]
/proc/loadavg: 5.00 3.78 2.81 7/215 28051
/proc/meminfo: memFree=12162324/32770624 swapFree=67108860/67108860
[pid=28036] ppid=28033 vsize=10725652 memory=251272 CPUtime=3.58 cores=1,3,5,7
/proc/28036/stat : 28036 (java) S 28033 28036 24561 0 -1 1077944320 13849 0 0 0 343 15 0 0 20 0 16 0 39279305 10983067648 62818 33554432000 4194304 4196468 140737031037264 140737031019808 139698914021111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
/proc/28036/statm: 2681413 62818 3128 1 0 2643904 0
[pid=28036/tid=28038] ppid=28033 vsize=10725652 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/28036/task/28038/stat : 28038 (java) R 28033 28036 24561 0 -1 4202560 5696 0 0 0 136 4 0 0 20 0 16 0 39279305 10983067648 62818 33554432000 4194304 4196468 140737031037264 139698918249440 139698898132112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28039] ppid=28033 vsize=10725652 memory=-6951259422114956437 CPUtime=0.06 cores=1,3,5,7
/proc/28036/task/28039/stat : 28039 (java) S 28033 28036 24561 0 -1 1077944384 42 0 0 0 4 2 0 0 20 0 16 0 39279306 10983067648 62818 33554432000 4194304 4196468 140737031037264 139698850712208 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28040] ppid=28033 vsize=10725652 memory=-6509546260019855295 CPUtime=0.05 cores=1,3,5,7
/proc/28036/task/28040/stat : 28040 (java) S 28033 28036 24561 0 -1 1077944384 29 0 0 0 4 1 0 0 20 0 16 0 39279306 10983067648 62818 33554432000 4194304 4196468 140737031037264 139698849659408 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28041] ppid=28033 vsize=10725652 memory=-7390251449858225344 CPUtime=0.05 cores=1,3,5,7
/proc/28036/task/28041/stat : 28041 (java) S 28033 28036 24561 0 -1 1077944384 31 0 0 0 4 1 0 0 20 0 16 0 39279306 10983067648 62818 33554432000 4194304 4196468 140737031037264 139698848606608 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28042] ppid=28033 vsize=10725652 memory=4134692831991786133 CPUtime=0.07 cores=1,3,5,7
/proc/28036/task/28042/stat : 28042 (java) S 28033 28036 24561 0 -1 1077944384 46 0 0 0 5 2 0 0 20 0 16 0 39279306 10983067648 62818 33554432000 4194304 4196468 140737031037264 139698847553808 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28043] ppid=28033 vsize=10725652 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28043/stat : 28043 (java) S 28033 28036 24561 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 39279308 10983067648 62818 33554432000 4194304 4196468 140737031037264 139697948920688 139698914032258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0

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

/proc/28036/task/28042/stat : 28042 (java) S 28033 28036 24561 0 -1 1077944384 4234 0 0 0 230 62 0 0 20 0 16 0 39279306 10983067648 495118 33554432000 4194304 4196468 140737031037264 139698847553808 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28043] ppid=28033 vsize=10725652 memory=1980472 CPUtime=0.29 cores=1,3,5,7
/proc/28036/task/28043/stat : 28043 (java) S 28033 28036 24561 0 -1 1077944384 16940 0 0 0 25 4 0 0 20 0 16 0 39279308 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697948920688 139698914032258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28044] ppid=28033 vsize=10725652 memory=1980472 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28044/stat : 28044 (java) S 28033 28036 24561 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 39279308 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697947866720 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28045] ppid=28033 vsize=10725652 memory=1980472 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28045/stat : 28045 (java) S 28033 28036 24561 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39279308 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697946813824 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28046] ppid=28033 vsize=10725652 memory=1980472 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28046/stat : 28046 (java) S 28033 28036 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39279310 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697945762128 139698914039707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28047] ppid=28033 vsize=10725652 memory=1980472 CPUtime=1.5 cores=1,3,5,7
/proc/28036/task/28047/stat : 28047 (java) S 28033 28036 24561 0 -1 1077944384 8040 0 0 0 148 2 0 0 20 0 16 0 39279310 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697944709488 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28048] ppid=28033 vsize=10725652 memory=1980472 CPUtime=1.48 cores=1,3,5,7
/proc/28036/task/28048/stat : 28048 (java) S 28033 28036 24561 0 -1 1077944384 9468 0 0 0 147 1 0 0 20 0 16 0 39279310 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697943656688 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28049] ppid=28033 vsize=10725652 memory=9316 CPUtime=0.4 cores=1,3,5,7
/proc/28036/task/28049/stat : 28049 (java) S 28033 28036 24561 0 -1 1077944384 5509 0 0 0 39 1 0 0 20 0 16 0 39279310 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697942603888 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28050] ppid=28033 vsize=10725652 memory=1980472 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28050/stat : 28050 (java) S 28033 28036 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39279311 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697941551328 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28051] ppid=28033 vsize=10725652 memory=4028 CPUtime=1.27 cores=1,3,5,7
/proc/28036/task/28051/stat : 28051 (java) S 28033 28036 24561 0 -1 1077944384 2101 0 0 0 57 70 0 0 20 0 16 0 39279311 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697940499632 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28052] ppid=28033 vsize=10725652 memory=13932 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28052/stat : 28052 (java) S 28033 28036 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39279408 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697939445168 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
Current children cumulated CPU time: 2395.68 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 1980472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2386.7 s]
/proc/loadavg: 2.00 2.01 2.10 3/218 28231
/proc/meminfo: memFree=15643576/32770624 swapFree=67108860/67108860
[pid=28036] ppid=28033 vsize=10725652 memory=1980472 CPUtime=2400.08 cores=1,3,5,7
/proc/28036/stat : 28036 (java) S 28033 28036 24561 0 -1 1077944320 112587 0 0 0 239677 331 0 0 20 0 16 0 39279305 10983067648 495118 33554432000 4194304 4196468 140737031037264 140737031019808 139698914021111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
/proc/28036/statm: 2681413 495118 3173 1 0 2643904 0
[pid=28036/tid=28038] ppid=28033 vsize=10725652 memory=0 CPUtime=2383.38 cores=1,3,5,7
/proc/28036/task/28038/stat : 28038 (java) R 28033 28036 24561 0 -1 4202560 51457 0 0 0 238316 22 0 0 20 0 16 0 39279305 10983067648 495118 33554432000 4194304 4196468 140737031037264 139698918256800 139698529789797 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28039] ppid=28033 vsize=10725652 memory=1980472 CPUtime=2.93 cores=1,3,5,7
/proc/28036/task/28039/stat : 28039 (java) S 28033 28036 24561 0 -1 1077944384 5097 0 0 0 232 61 0 0 20 0 16 0 39279306 10983067648 495118 33554432000 4194304 4196468 140737031037264 139698850712208 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28040] ppid=28033 vsize=10725652 memory=1980472 CPUtime=2.91 cores=1,3,5,7
/proc/28036/task/28040/stat : 28040 (java) S 28033 28036 24561 0 -1 1077944384 3534 0 0 0 231 60 0 0 20 0 16 0 39279306 10983067648 495118 33554432000 4194304 4196468 140737031037264 139698849659408 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28041] ppid=28033 vsize=10725652 memory=1980472 CPUtime=2.9 cores=1,3,5,7
/proc/28036/task/28041/stat : 28041 (java) S 28033 28036 24561 0 -1 1077944384 4796 0 0 0 231 59 0 0 20 0 16 0 39279306 10983067648 495118 33554432000 4194304 4196468 140737031037264 139698848606608 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28042] ppid=28033 vsize=10725652 memory=1980472 CPUtime=2.92 cores=1,3,5,7
/proc/28036/task/28042/stat : 28042 (java) S 28033 28036 24561 0 -1 1077944384 4234 0 0 0 230 62 0 0 20 0 16 0 39279306 10983067648 495118 33554432000 4194304 4196468 140737031037264 139698847553808 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28043] ppid=28033 vsize=10725652 memory=1980472 CPUtime=0.29 cores=1,3,5,7
/proc/28036/task/28043/stat : 28043 (java) S 28033 28036 24561 0 -1 1077944384 16940 0 0 0 25 4 0 0 20 0 16 0 39279308 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697948920688 139698914032258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28044] ppid=28033 vsize=10725652 memory=1980472 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28044/stat : 28044 (java) S 28033 28036 24561 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 39279308 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697947866720 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28045] ppid=28033 vsize=10725652 memory=1980472 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28045/stat : 28045 (java) S 28033 28036 24561 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39279308 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697946813824 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28046] ppid=28033 vsize=10725652 memory=1980472 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28046/stat : 28046 (java) S 28033 28036 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39279310 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697945762128 139698914039707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28047] ppid=28033 vsize=10725652 memory=1980472 CPUtime=1.5 cores=1,3,5,7
/proc/28036/task/28047/stat : 28047 (java) S 28033 28036 24561 0 -1 1077944384 8040 0 0 0 148 2 0 0 20 0 16 0 39279310 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697944709488 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28048] ppid=28033 vsize=10725652 memory=1980472 CPUtime=1.48 cores=1,3,5,7
/proc/28036/task/28048/stat : 28048 (java) S 28033 28036 24561 0 -1 1077944384 9468 0 0 0 147 1 0 0 20 0 16 0 39279310 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697943656688 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28049] ppid=28033 vsize=10725652 memory=15872 CPUtime=0.4 cores=1,3,5,7
/proc/28036/task/28049/stat : 28049 (java) S 28033 28036 24561 0 -1 1077944384 5509 0 0 0 39 1 0 0 20 0 16 0 39279310 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697942603888 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28050] ppid=28033 vsize=10725652 memory=9316 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28050/stat : 28050 (java) S 28033 28036 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39279311 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697941551328 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28051] ppid=28033 vsize=10725652 memory=1980472 CPUtime=1.27 cores=1,3,5,7
/proc/28036/task/28051/stat : 28051 (java) S 28033 28036 24561 0 -1 1077944384 2101 0 0 0 57 70 0 0 20 0 16 0 39279311 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697940499632 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28052] ppid=28033 vsize=10725652 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28052/stat : 28052 (java) S 28033 28036 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39279408 10983067648 495118 33554432000 4194304 4196468 140737031037264 139697939445168 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 1980472 KiB

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

[startup+2387.08 s]
# the end of solver process 28036 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.66 s, system=3.32634 s

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

[startup+2386.81 s]
/proc/loadavg: 2.00 2.01 2.10 3/218 28231
/proc/meminfo: memFree=15643576/32770624 swapFree=67108860/67108860
[pid=28036] ppid=28033 vsize=10925344 memory=1980696 CPUtime=2400.19 cores=1,3,5,7
/proc/28036/stat : 28036 (java) S 28033 28036 24561 0 -1 1077944320 113403 0 0 0 239688 331 0 0 20 0 17 0 39279305 11187552256 495174 33554432000 4194304 4196468 140737031037264 140737031019808 139698914021111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
/proc/28036/statm: 2731336 495174 3175 1 0 2693827 0
[pid=28036/tid=28038] ppid=28033 vsize=10925344 memory=288230621803970871 CPUtime=2383.48 cores=1,3,5,7
/proc/28036/task/28038/stat : 28038 (java) R 28033 28036 24561 0 -1 4202560 51558 0 0 0 238326 22 0 0 20 0 17 0 39279305 11187552256 495174 33554432000 4194304 4196468 140737031037264 139698918256800 139698525733319 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28039] ppid=28033 vsize=10925344 memory=14418107267549734 CPUtime=2.93 cores=1,3,5,7
/proc/28036/task/28039/stat : 28039 (java) S 28033 28036 24561 0 -1 1077944384 5097 0 0 0 232 61 0 0 20 0 17 0 39279306 11187552256 495174 33554432000 4194304 4196468 140737031037264 139698850712208 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28040] ppid=28033 vsize=10925344 memory=1792 CPUtime=2.91 cores=1,3,5,7
/proc/28036/task/28040/stat : 28040 (java) S 28033 28036 24561 0 -1 1077944384 3534 0 0 0 231 60 0 0 20 0 17 0 39279306 11187552256 495174 33554432000 4194304 4196468 140737031037264 139698849659408 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28041] ppid=28033 vsize=10925344 memory=1240 CPUtime=2.9 cores=1,3,5,7
/proc/28036/task/28041/stat : 28041 (java) S 28033 28036 24561 0 -1 1077944384 4796 0 0 0 231 59 0 0 20 0 17 0 39279306 11187552256 495174 33554432000 4194304 4196468 140737031037264 139698848606608 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28042] ppid=28033 vsize=10925344 memory=960 CPUtime=2.92 cores=1,3,5,7
/proc/28036/task/28042/stat : 28042 (java) S 28033 28036 24561 0 -1 1077944384 4234 0 0 0 230 62 0 0 20 0 17 0 39279306 11187552256 495174 33554432000 4194304 4196468 140737031037264 139698847553808 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28043] ppid=28033 vsize=10925344 memory=2340 CPUtime=0.29 cores=1,3,5,7
/proc/28036/task/28043/stat : 28043 (java) S 28033 28036 24561 0 -1 1077944384 16940 0 0 0 25 4 0 0 20 0 17 0 39279308 11187552256 495174 33554432000 4194304 4196468 140737031037264 139697948920688 139698914032258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28044] ppid=28033 vsize=10925344 memory=928 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28044/stat : 28044 (java) S 28033 28036 24561 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 39279308 11187552256 495174 33554432000 4194304 4196468 140737031037264 139697947866720 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28045] ppid=28033 vsize=10925344 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28045/stat : 28045 (java) S 28033 28036 24561 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 39279308 11187552256 495174 33554432000 4194304 4196468 140737031037264 139697946813824 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28046] ppid=28033 vsize=10925344 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28046/stat : 28046 (java) S 28033 28036 24561 0 -1 1077944384 182 0 0 0 0 0 0 0 20 0 17 0 39279310 11187552256 495174 33554432000 4194304 4196468 140737031037264 139697945762128 139698914039707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28047] ppid=28033 vsize=10925344 memory=4124 CPUtime=1.5 cores=1,3,5,7
/proc/28036/task/28047/stat : 28047 (java) S 28033 28036 24561 0 -1 1077944384 8104 0 0 0 148 2 0 0 20 0 17 0 39279310 11187552256 495174 33554432000 4194304 4196468 140737031037264 139697944709488 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28048] ppid=28033 vsize=10925344 memory=2200 CPUtime=1.49 cores=1,3,5,7
/proc/28036/task/28048/stat : 28048 (java) S 28033 28036 24561 0 -1 1077944384 9566 0 0 0 148 1 0 0 20 0 17 0 39279310 11187552256 495174 33554432000 4194304 4196468 140737031037264 139697943656688 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28049] ppid=28033 vsize=10925344 memory=8148 CPUtime=0.4 cores=1,3,5,7
/proc/28036/task/28049/stat : 28049 (java) S 28033 28036 24561 0 -1 1077944384 5650 0 0 0 39 1 0 0 20 0 17 0 39279310 11187552256 495174 33554432000 4194304 4196468 140737031037264 139697942603888 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28050] ppid=28033 vsize=10925344 memory=848 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28050/stat : 28050 (java) S 28033 28036 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39279311 11187552256 495174 33554432000 4194304 4196468 140737031037264 139697941551328 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28051] ppid=28033 vsize=10925344 memory=3107580 CPUtime=1.27 cores=1,3,5,7
/proc/28036/task/28051/stat : 28051 (java) S 28033 28036 24561 0 -1 1077944384 2101 0 0 0 57 70 0 0 20 0 17 0 39279311 11187552256 495174 33554432000 4194304 4196468 140737031037264 139697940499632 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
Current children cumulated CPU time: 2400.19 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 1980696 KiB

[startup+2387 s]*
/proc/loadavg: 2.00 2.01 2.10 6/219 28234
/proc/meminfo: memFree=15688064/32770624 swapFree=67108860/67108860
[pid=28036] ppid=28033 vsize=10925344 memory=1935568 CPUtime=2400.73 cores=1,3,5,7
/proc/28036/stat : 28036 (java) S 28033 28036 24561 0 -1 1077944320 114177 0 0 0 239742 331 0 0 20 0 17 0 39279305 11187552256 483892 33554432000 4194304 4196468 140737031037264 140737031019808 139698914021111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
/proc/28036/statm: 2731336 483892 3175 1 0 2693827 0
[pid=28036/tid=28038] ppid=28033 vsize=10925344 memory=5450919713671312938 CPUtime=2383.57 cores=1,3,5,7
/proc/28036/task/28038/stat : 28038 (java) S 28033 28036 24561 0 -1 1077944384 51566 0 0 0 238335 22 0 0 20 0 17 0 39279305 11187552256 483892 33554432000 4194304 4196468 140737031037264 139698918262704 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28039] ppid=28033 vsize=10925344 memory=3472328296227679279 CPUtime=3.05 cores=1,3,5,7
/proc/28036/task/28039/stat : 28039 (java) R 28033 28036 24561 0 -1 4202560 5207 0 0 0 244 61 0 0 20 0 17 0 39279306 11187552256 483892 33554432000 4194304 4196468 140737031037264 139698850712208 139698895616934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28040] ppid=28033 vsize=10925344 memory=3760702330458454688 CPUtime=3.03 cores=1,3,5,7
/proc/28036/task/28040/stat : 28040 (java) R 28033 28036 24561 0 -1 4202560 3645 0 0 0 243 60 0 0 20 0 17 0 39279306 11187552256 483892 33554432000 4194304 4196468 140737031037264 139698849659608 139698898971688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28041] ppid=28033 vsize=10925344 memory=7595136540622673772 CPUtime=3 cores=1,3,5,7
/proc/28036/task/28041/stat : 28041 (java) R 28033 28036 24561 0 -1 4202560 5109 0 0 0 241 59 0 0 20 0 17 0 39279306 11187552256 483892 33554432000 4194304 4196468 140737031037264 139698848606808 139698895617659 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28042] ppid=28033 vsize=10925344 memory=0 CPUtime=3.04 cores=1,3,5,7
/proc/28036/task/28042/stat : 28042 (java) R 28033 28036 24561 0 -1 4202560 4320 0 0 0 242 62 0 0 20 0 17 0 39279306 11187552256 483892 33554432000 4194304 4196468 140737031037264 139698847553808 139698895616934 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28043] ppid=28033 vsize=10925344 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/28036/task/28043/stat : 28043 (java) S 28033 28036 24561 0 -1 1077944384 17084 0 0 0 25 4 0 0 20 0 17 0 39279308 11187552256 483892 33554432000 4194304 4196468 140737031037264 139697948919008 139698914031317 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28044] ppid=28033 vsize=10925344 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28044/stat : 28044 (java) S 28033 28036 24561 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 39279308 11187552256 483892 33554432000 4194304 4196468 140737031037264 139697947866720 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28045] ppid=28033 vsize=10925344 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28045/stat : 28045 (java) S 28033 28036 24561 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 39279308 11187552256 483892 33554432000 4194304 4196468 140737031037264 139697946813824 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28046] ppid=28033 vsize=10925344 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28046/stat : 28046 (java) S 28033 28036 24561 0 -1 1077944384 182 0 0 0 0 0 0 0 20 0 17 0 39279310 11187552256 483892 33554432000 4194304 4196468 140737031037264 139697945762128 139698914039707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28047] ppid=28033 vsize=10925344 memory=140342084116480 CPUtime=1.5 cores=1,3,5,7
/proc/28036/task/28047/stat : 28047 (java) S 28033 28036 24561 0 -1 1077944384 8104 0 0 0 148 2 0 0 20 0 17 0 39279310 11187552256 483892 33554432000 4194304 4196468 140737031037264 139697944709488 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28048] ppid=28033 vsize=10925344 memory=3472592183261933599 CPUtime=1.49 cores=1,3,5,7
/proc/28036/task/28048/stat : 28048 (java) S 28033 28036 24561 0 -1 1077944384 9566 0 0 0 148 1 0 0 20 0 17 0 39279310 11187552256 483892 33554432000 4194304 4196468 140737031037264 139697943656688 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28049] ppid=28033 vsize=10925344 memory=3904817535714113440 CPUtime=0.4 cores=1,3,5,7
/proc/28036/task/28049/stat : 28049 (java) S 28033 28036 24561 0 -1 1077944384 5651 0 0 0 39 1 0 0 20 0 17 0 39279310 11187552256 483892 33554432000 4194304 4196468 140737031037264 139697942603888 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28050] ppid=28033 vsize=10925344 memory=3545803177665770549 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28050/stat : 28050 (java) S 28033 28036 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39279311 11187552256 483892 33554432000 4194304 4196468 140737031037264 139697941551328 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28051] ppid=28033 vsize=10925344 memory=2321803357581915827 CPUtime=1.27 cores=1,3,5,7
/proc/28036/task/28051/stat : 28051 (java) S 28033 28036 24561 0 -1 1077944384 2101 0 0 0 57 70 0 0 20 0 17 0 39279311 11187552256 483892 33554432000 4194304 4196468 140737031037264 139697940499632 139698914032258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28232] ppid=28033 vsize=10925344 memory=3835153870669231670 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28232/stat : 28232 (java) S 28033 28036 24561 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 17 0 39517976 11187552256 483892 33554432000 4194304 4196468 140737031037264 139697938391664 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
[pid=28036/tid=28233] ppid=28033 vsize=10925344 memory=4050061917886396856 CPUtime=0 cores=1,3,5,7
/proc/28036/task/28233/stat : 28233 (java) S 28033 28036 24561 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 39517976 11187552256 483892 33554432000 4194304 4196468 140737031037264 139697937339488 139698914031317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140737031046257 140737031046409 140737031046409 140737031049167 0
Current children cumulated CPU time: 2400.73 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 1935568 KiB

Child status: 143
Real time (s): 2387.08
CPU time (s): 2400.98
CPU user time (s): 2397.66
CPU system time (s): 3.32634
CPU usage (%): 100.582
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 2455696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.66
system time used= 3.32634
maximum resident set size= 2531476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114714
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54454
involuntary context switches= 1499


# summary of solver processes directly reported to runsolver:
#   pid: 28036
#   total CPU time (s): 2400.98
#   total CPU user time (s): 2397.66
#   total CPU system time (s): 3.32634

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4441 second user time and 23.0911 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 01:52:41
IDJOB=4289846
IDBENCH=141365
IDSOLVER=2742
FILE ID=node151/4289846-1532217161
RUNJOBID= node151-1532209720-26949
PBS_JOBID= 21018924
Free space on /tmp= 55076 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-10_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289846-1532217161/watcher-4289846-1532217161 -o /tmp/evaluation-result-4289846-1532217161/solver-4289846-1532217161 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532209720-26949 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289846-1532217161.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=2019977409

node151.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.87
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.87
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.87
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.87
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:        12401988 kB
MemAvailable:   23620096 kB
Buffers:          224324 kB
Cached:         11145700 kB
SwapCached:            0 kB
Active:          9235488 kB
Inactive:       10494728 kB
Active(anon):    8362768 kB
Inactive(anon):    16976 kB
Active(file):     872720 kB
Inactive(file): 10477752 kB
Unevictable:        7904 kB
Mlocked:            7904 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2424 kB
Writeback:             0 kB
AnonPages:       8368092 kB
Mapped:            46704 kB
Shmem:             17032 kB
Slab:             323020 kB
SReclaimable:     296096 kB
SUnreclaim:        26924 kB
KernelStack:        3664 kB
PageTables:        21120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8645424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8075264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55072 MiB
End job on node151 at 2018-07-22 02:32:28