Trace number 4300158

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Solver of Xavier Schul & Yvhan Smal 2018-04-28SAT 3.1049 1.86339

General information on the benchmark

NameMagicHexagon/
MagicHexagon-04-m004_c18.xml
MD5SUM2f4e790a4fde13aad103094a46699cf0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.702516
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
3.03/1.84	s SATISFIABLE
3.03/1.84	v <instantiation>
3.03/1.84	v 	<list>
3.03/1.84	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] 
3.03/1.84	v 	</list>
3.03/1.84	v 	<values>
3.03/1.84	v 		-4 30 31 17 28 24 9 12 1 32 2 3 0 10 27 18 13 -2 -3 20 -1 29 5 8 7 21 11 22 25 15 16 14 4 26 6 23 19 
3.03/1.84	v 	</values>
3.03/1.84	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300158-1532834205/watcher-4300158-1532834205 -o /tmp/evaluation-result-4300158-1532834205/solver-4300158-1532834205 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532811570-31048 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4300158-1532834205.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=1474, runsolver pid=1471
Current StackSize limit: 8192 KiB


[startup+0.100118 s]*
/proc/loadavg: 1.32 1.28 1.33 3/215 1489
/proc/meminfo: memFree=23319588/32770624 swapFree=67108688/67108860
[pid=1474] ppid=1471 vsize=10661052 memory=27904 CPUtime=0.12 cores=0,2,4,6
/proc/1474/stat : 1474 (java) S 1471 1474 31017 0 -1 1077944320 5305 0 0 0 11 1 0 0 20 0 15 0 100983374 10916917248 6976 33554432000 4194304 4196468 140733184608640 140733184591184 140238032137975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
/proc/1474/statm: 2665263 6976 2850 1 0 2627263 0
[pid=1474/tid=1476] ppid=1471 vsize=10661052 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (java) R 1471 1474 31017 0 -1 4202560 3179 0 0 0 9 0 0 0 20 0 15 0 100983374 10916917248 6976 33554432000 4194304 4196468 140733184608640 140238036367456 140238032149910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1477] ppid=1471 vsize=10661052 memory=7948963741541478447 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (java) S 1471 1474 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100983375 10916917248 6976 33554432000 4194304 4196468 140733184608640 140237639101328 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1478] ppid=1471 vsize=10661052 memory=140075083511424 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1478/stat : 1478 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916917248 6976 33554432000 4194304 4196468 140733184608640 140237638048528 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1479] ppid=1471 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1479/stat : 1479 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916917248 6976 33554432000 4194304 4196468 140733184608640 140237636996240 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1480] ppid=1471 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1480/stat : 1480 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916917248 6976 33554432000 4194304 4196468 140733184608640 140237635943440 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1481] ppid=1471 vsize=10661052 memory=140075083511424 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1481/stat : 1481 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983376 10916917248 6976 33554432000 4194304 4196468 140733184608640 140237524154480 140238032149122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1482] ppid=1471 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1482/stat : 1482 (java) S 1471 1474 31017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100983377 10916917248 6976 33554432000 4194304 4196468 140733184608640 140237523100448 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1483] ppid=1471 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1483/stat : 1483 (java) S 1471 1474 31017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100983377 10916917248 6976 33554432000 4194304 4196468 140733184608640 140237522048112 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1484] ppid=1471 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1484/stat : 1484 (java) S 1471 1474 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100983379 10916917248 6976 33554432000 4194304 4196468 140733184608640 140237520996432 140238032156571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1485] ppid=1471 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1485/stat : 1485 (java) S 1471 1474 31017 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 100983379 10916917248 6976 33554432000 4194304 4196468 140733184608640 140237519944304 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1486] ppid=1471 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1486/stat : 1486 (java) S 1471 1474 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100983379 10916917248 6976 33554432000 4194304 4196468 140733184608640 140237518891504 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1487] ppid=1471 vsize=10661052 memory=140075083511424 CPUtime=0.01 cores=0,2,4,6
/proc/1474/task/1487/stat : 1487 (java) R 1471 1474 31017 0 -1 4202560 344 0 0 0 1 0 0 0 20 0 15 0 100983379 10916917248 6976 33554432000 4194304 4196468 140733184608640 140237517839216 140238016218462 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1488] ppid=1471 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1488/stat : 1488 (java) S 1471 1474 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100983379 10916917248 6976 33554432000 4194304 4196468 140733184608640 140237516786656 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1489] ppid=1471 vsize=10661052 memory=140075083511424 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1489/stat : 1489 (java) S 1471 1474 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100983380 10916917248 6976 33554432000 4194304 4196468 140733184608640 140237515733424 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27904 KiB

[startup+0.210463 s]*
/proc/loadavg: 1.32 1.28 1.33 3/215 1489
/proc/meminfo: memFree=23307912/32770624 swapFree=67108688/67108860
[pid=1474] ppid=1471 vsize=10661052 memory=39796 CPUtime=0.32 cores=0,2,4,6
/proc/1474/stat : 1474 (java) S 1471 1474 31017 0 -1 1077944320 8119 0 0 0 30 2 0 0 20 0 15 0 100983374 10916917248 9949 33554432000 4194304 4196468 140733184608640 140733184591184 140238032137975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
/proc/1474/statm: 2665263 9949 2953 1 0 2627263 0
[pid=1474/tid=1476] ppid=1471 vsize=10661128 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (java) R 1471 1474 31017 0 -1 4202560 5244 0 0 0 19 1 0 0 20 0 15 0 100983374 10916995072 10013 33554432000 4194304 4196468 140733184608640 140238036370288 140238012357051 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1477] ppid=1471 vsize=10661128 memory=4294967639 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (java) S 1471 1474 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 10013 33554432000 4194304 4196468 140733184608640 140237639101328 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1478] ppid=1471 vsize=10661128 memory=3616586857952589472 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1478/stat : 1478 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 10013 33554432000 4194304 4196468 140733184608640 140237638048528 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1479] ppid=1471 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1479/stat : 1479 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 10013 33554432000 4194304 4196468 140733184608640 140237636996240 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1480] ppid=1471 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1480/stat : 1480 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 10013 33554432000 4194304 4196468 140733184608640 140237635943440 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1481] ppid=1471 vsize=10661128 memory=140075083511424 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1481/stat : 1481 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983376 10916995072 10013 33554432000 4194304 4196468 140733184608640 140237524154480 140238032149122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1482] ppid=1471 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1482/stat : 1482 (java) S 1471 1474 31017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100983377 10916995072 10013 33554432000 4194304 4196468 140733184608640 140237523100448 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1483] ppid=1471 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1483/stat : 1483 (java) S 1471 1474 31017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100983377 10916995072 10013 33554432000 4194304 4196468 140733184608640 140237522048112 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1484] ppid=1471 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1484/stat : 1484 (java) S 1471 1474 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100983379 10916995072 10013 33554432000 4194304 4196468 140733184608640 140237520996432 140238032156571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1485] ppid=1471 vsize=10661128 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1474/task/1485/stat : 1485 (java) S 1471 1474 31017 0 -1 1077944384 591 0 0 0 1 0 0 0 20 0 15 0 100983379 10916995072 10013 33554432000 4194304 4196468 140733184608640 140237519944304 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1486] ppid=1471 vsize=10661128 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1474/task/1486/stat : 1486 (java) S 1471 1474 31017 0 -1 1077944384 117 0 0 0 2 0 0 0 20 0 15 0 100983379 10916995072 10013 33554432000 4194304 4196468 140733184608640 140237518891504 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1487] ppid=1471 vsize=10661128 memory=140075083511424 CPUtime=0.07 cores=0,2,4,6
/proc/1474/task/1487/stat : 1487 (java) S 1471 1474 31017 0 -1 1077944384 831 0 0 0 7 0 0 0 20 0 15 0 100983379 10916995072 10013 33554432000 4194304 4196468 140733184608640 140237517839216 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1488] ppid=1471 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1488/stat : 1488 (java) S 1471 1474 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100983379 10916995072 10013 33554432000 4194304 4196468 140733184608640 140237516786656 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1489] ppid=1471 vsize=10661128 memory=140075083511424 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1489/stat : 1489 (java) S 1471 1474 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100983380 10916995072 10013 33554432000 4194304 4196468 140733184608640 140237515733424 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39796 KiB

[startup+0.31461 s]*
/proc/loadavg: 1.32 1.28 1.33 5/215 1489
/proc/meminfo: memFree=23300328/32770624 swapFree=67108688/67108860
[pid=1474] ppid=1471 vsize=10661128 memory=48016 CPUtime=0.55 cores=0,2,4,6
/proc/1474/stat : 1474 (java) S 1471 1474 31017 0 -1 1077944320 9075 0 0 0 52 3 0 0 20 0 15 0 100983374 10916995072 12004 33554432000 4194304 4196468 140733184608640 140733184591184 140238032137975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
/proc/1474/statm: 2665282 12004 3058 1 0 2627263 0
[pid=1474/tid=1476] ppid=1471 vsize=10661128 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (java) S 1471 1474 31017 0 -1 1077944384 5601 0 0 0 28 1 0 0 20 0 15 0 100983374 10916995072 12004 33554432000 4194304 4196468 140733184608640 140238036368544 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1477] ppid=1471 vsize=10661128 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (java) S 1471 1474 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 12004 33554432000 4194304 4196468 140733184608640 140237639101328 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1478] ppid=1471 vsize=10661128 memory=18264 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1478/stat : 1478 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 12004 33554432000 4194304 4196468 140733184608640 140237638048528 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1479] ppid=1471 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1479/stat : 1479 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 12004 33554432000 4194304 4196468 140733184608640 140237636996240 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1480] ppid=1471 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1480/stat : 1480 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 12004 33554432000 4194304 4196468 140733184608640 140237635943440 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1481] ppid=1471 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1481/stat : 1481 (java) S 1471 1474 31017 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 100983376 10916995072 12004 33554432000 4194304 4196468 140733184608640 140237524154480 140238032149122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1482] ppid=1471 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1482/stat : 1482 (java) S 1471 1474 31017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100983377 10916995072 12004 33554432000 4194304 4196468 140733184608640 140237523100448 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1483] ppid=1471 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1483/stat : 1483 (java) S 1471 1474 31017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100983377 10916995072 12004 33554432000 4194304 4196468 140733184608640 140237522048112 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1484] ppid=1471 vsize=10661128 memory=140074922650095 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1484/stat : 1484 (java) S 1471 1474 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100983379 10916995072 12004 33554432000 4194304 4196468 140733184608640 140237520996432 140238032156571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1485] ppid=1471 vsize=10661128 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/1474/task/1485/stat : 1485 (java) R 1471 1474 31017 0 -1 4202560 818 0 0 0 4 0 0 0 20 0 15 0 100983379 10916995072 12004 33554432000 4194304 4196468 140733184608640 140237519930328 140238009487008 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1486] ppid=1471 vsize=10661128 memory=140074922677903 CPUtime=0.05 cores=0,2,4,6
/proc/1474/task/1486/stat : 1486 (java) R 1471 1474 31017 0 -1 1077944384 262 0 0 0 5 0 0 0 20 0 15 0 100983379 10916995072 12004 33554432000 4194304 4196468 140733184608640 140237518881888 140238032148181 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1487] ppid=1471 vsize=10661128 memory=280150006154592 CPUtime=0.14 cores=0,2,4,6
/proc/1474/task/1487/stat : 1487 (java) S 1471 1474 31017 0 -1 1077944384 1029 0 0 0 14 0 0 0 20 0 15 0 100983379 10916995072 12004 33554432000 4194304 4196468 140733184608640 140237517839216 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1488] ppid=1471 vsize=10661128 memory=140074922638607 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1488/stat : 1488 (java) S 1471 1474 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100983379 10916995072 12004 33554432000 4194304 4196468 140733184608640 140237516786656 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1489] ppid=1471 vsize=10661128 memory=140075083511435 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1489/stat : 1489 (java) S 1471 1474 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100983380 10916995072 12004 33554432000 4194304 4196468 140733184608640 140237515733424 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 48016 KiB

[startup+0.700755 s]
/proc/loadavg: 1.32 1.28 1.33 5/215 1489
/proc/meminfo: memFree=23282840/32770624 swapFree=67108688/67108860
[pid=1474] ppid=1471 vsize=10661128 memory=77488 CPUtime=1.7 cores=0,2,4,6
/proc/1474/stat : 1474 (java) S 1471 1474 31017 0 -1 1077944320 13481 0 0 0 167 3 0 0 20 0 15 0 100983374 10916995072 19372 33554432000 4194304 4196468 140733184608640 140733184591184 140238032137975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
/proc/1474/statm: 2665282 19372 3085 1 0 2627263 0
[pid=1474/tid=1476] ppid=1471 vsize=10661128 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (java) R 1471 1474 31017 0 -1 4202560 5648 0 0 0 66 1 0 0 20 0 15 0 100983374 10916995072 19372 33554432000 4194304 4196468 140733184608640 140238036376704 140237672412555 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1477] ppid=1471 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (java) S 1471 1474 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 19372 33554432000 4194304 4196468 140733184608640 140237639101328 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1478] ppid=1471 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1478/stat : 1478 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 19372 33554432000 4194304 4196468 140733184608640 140237638048528 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1479] ppid=1471 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1479/stat : 1479 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 19372 33554432000 4194304 4196468 140733184608640 140237636996240 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1480] ppid=1471 vsize=10661128 memory=146435769112872 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1480/stat : 1480 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 19372 33554432000 4194304 4196468 140733184608640 140237635943440 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1481] ppid=1471 vsize=10661128 memory=22261 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1481/stat : 1481 (java) S 1471 1474 31017 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 100983376 10916995072 19372 33554432000 4194304 4196468 140733184608640 140237524154480 140238032149122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1482] ppid=1471 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1482/stat : 1482 (java) S 1471 1474 31017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100983377 10916995072 19372 33554432000 4194304 4196468 140733184608640 140237523100448 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1483] ppid=1471 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1483/stat : 1483 (java) S 1471 1474 31017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100983377 10916995072 19372 33554432000 4194304 4196468 140733184608640 140237522048112 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1484] ppid=1471 vsize=10661128 memory=280149845109664 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1484/stat : 1484 (java) S 1471 1474 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100983379 10916995072 19372 33554432000 4194304 4196468 140733184608640 140237520996432 140238032156571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1485] ppid=1471 vsize=10661128 memory=19153 CPUtime=0.4 cores=0,2,4,6
/proc/1474/task/1485/stat : 1485 (java) R 1471 1474 31017 0 -1 4202560 3204 0 0 0 40 0 0 0 20 0 15 0 100983379 10916995072 19372 33554432000 4194304 4196468 140733184608640 140237519930144 140238013662509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1486] ppid=1471 vsize=10661128 memory=280149845082352 CPUtime=0.42 cores=0,2,4,6
/proc/1474/task/1486/stat : 1486 (java) R 1471 1474 31017 0 -1 4202560 1899 0 0 0 42 0 0 0 20 0 15 0 100983379 10916995072 19372 33554432000 4194304 4196468 140733184608640 140237518877528 140238013501849 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1487] ppid=1471 vsize=10661128 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/1474/task/1487/stat : 1487 (java) S 1471 1474 31017 0 -1 1077944384 1357 0 0 0 18 0 0 0 20 0 15 0 100983379 10916995072 19372 33554432000 4194304 4196468 140733184608640 140237517839216 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1488] ppid=1471 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1488/stat : 1488 (java) S 1471 1474 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100983379 10916995072 19372 33554432000 4194304 4196468 140733184608640 140237516786656 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1489] ppid=1471 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1489/stat : 1489 (java) S 1471 1474 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100983380 10916995072 19372 33554432000 4194304 4196468 140733184608640 140237515733424 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 77488 KiB

[startup+1.50077 s]
/proc/loadavg: 1.32 1.28 1.33 3/215 1489
/proc/meminfo: memFree=23251316/32770624 swapFree=67108688/67108860
[pid=1474] ppid=1471 vsize=10661128 memory=134808 CPUtime=2.74 cores=0,2,4,6
/proc/1474/stat : 1474 (java) S 1471 1474 31017 0 -1 1077944320 14919 0 0 0 270 4 0 0 20 0 15 0 100983374 10916995072 33702 33554432000 4194304 4196468 140733184608640 140733184591184 140238032137975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
/proc/1474/statm: 2665282 33702 3105 1 0 2627263 0
[pid=1474/tid=1476] ppid=1471 vsize=10661128 memory=4639939496134862184 CPUtime=1.47 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (java) R 1471 1474 31017 0 -1 4202560 5870 0 0 0 145 2 0 0 20 0 15 0 100983374 10916995072 33702 33554432000 4194304 4196468 140733184608640 140238036375104 140237672412990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1477] ppid=1471 vsize=10661128 memory=4639939496134862184 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (java) S 1471 1474 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 33702 33554432000 4194304 4196468 140733184608640 140237639101328 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1478] ppid=1471 vsize=10661128 memory=118392 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1478/stat : 1478 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 33702 33554432000 4194304 4196468 140733184608640 140237638048528 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1479] ppid=1471 vsize=10661128 memory=12848 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1479/stat : 1479 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 33702 33554432000 4194304 4196468 140733184608640 140237636996240 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1480] ppid=1471 vsize=10661128 memory=280149845531968 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1480/stat : 1480 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 33702 33554432000 4194304 4196468 140733184608640 140237635943440 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1481] ppid=1471 vsize=10661128 memory=-1161699032756226647 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1481/stat : 1481 (java) S 1471 1474 31017 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 100983376 10916995072 33702 33554432000 4194304 4196468 140733184608640 140237524154480 140238032149122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1482] ppid=1471 vsize=10661128 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1482/stat : 1482 (java) S 1471 1474 31017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100983377 10916995072 33702 33554432000 4194304 4196468 140733184608640 140237523100448 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1483] ppid=1471 vsize=10661128 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1483/stat : 1483 (java) S 1471 1474 31017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100983377 10916995072 33702 33554432000 4194304 4196468 140733184608640 140237522048112 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1484] ppid=1471 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1484/stat : 1484 (java) S 1471 1474 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100983379 10916995072 33702 33554432000 4194304 4196468 140733184608640 140237520996432 140238032156571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1485] ppid=1471 vsize=10661128 memory=-7361174377247368086 CPUtime=0.5 cores=0,2,4,6
/proc/1474/task/1485/stat : 1485 (java) S 1471 1474 31017 0 -1 1077944384 3623 0 0 0 50 0 0 0 20 0 15 0 100983379 10916995072 33702 33554432000 4194304 4196468 140733184608640 140237519944304 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1486] ppid=1471 vsize=10661128 memory=1414298054980309879 CPUtime=0.54 cores=0,2,4,6
/proc/1474/task/1486/stat : 1486 (java) S 1471 1474 31017 0 -1 1077944384 2229 0 0 0 54 0 0 0 20 0 15 0 100983379 10916995072 33702 33554432000 4194304 4196468 140733184608640 140237518891504 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1487] ppid=1471 vsize=10661128 memory=-6305716083363112064 CPUtime=0.19 cores=0,2,4,6
/proc/1474/task/1487/stat : 1487 (java) S 1471 1474 31017 0 -1 1077944384 1739 0 0 0 19 0 0 0 20 0 15 0 100983379 10916995072 33702 33554432000 4194304 4196468 140733184608640 140237517839216 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1488] ppid=1471 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1488/stat : 1488 (java) S 1471 1474 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100983379 10916995072 33702 33554432000 4194304 4196468 140733184608640 140237516786656 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1489] ppid=1471 vsize=10661128 memory=280149845225664 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1489/stat : 1489 (java) S 1471 1474 31017 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 100983380 10916995072 33702 33554432000 4194304 4196468 140733184608640 140237515733424 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 134808 KiB

[startup+1.86335 s]
# the end of solver process 1474 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.0526 s, system=0.052301 s

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

[startup+1.60089 s]
/proc/loadavg: 1.32 1.28 1.33 3/215 1489
/proc/meminfo: memFree=23251316/32770624 swapFree=67108688/67108860
[pid=1474] ppid=1471 vsize=10661128 memory=143000 CPUtime=2.83 cores=0,2,4,6
/proc/1474/stat : 1474 (java) S 1471 1474 31017 0 -1 1077944320 14927 0 0 0 279 4 0 0 20 0 15 0 100983374 10916995072 35750 33554432000 4194304 4196468 140733184608640 140733184591184 140238032137975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
/proc/1474/statm: 2665282 35750 3105 1 0 2627263 0
[pid=1474/tid=1476] ppid=1471 vsize=10661128 memory=7681421203011431829 CPUtime=1.57 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (java) R 1471 1474 31017 0 -1 4202560 5878 0 0 0 155 2 0 0 20 0 15 0 100983374 10916995072 35750 33554432000 4194304 4196468 140733184608640 140238036375104 140237672250988 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1477] ppid=1471 vsize=10661128 memory=-2892745056951965031 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (java) S 1471 1474 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 35750 33554432000 4194304 4196468 140733184608640 140237639101328 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1478] ppid=1471 vsize=10661128 memory=-2672971631320983069 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1478/stat : 1478 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 35750 33554432000 4194304 4196468 140733184608640 140237638048528 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1479] ppid=1471 vsize=10661128 memory=8546823402028195750 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1479/stat : 1479 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 35750 33554432000 4194304 4196468 140733184608640 140237636996240 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1480] ppid=1471 vsize=10661128 memory=-5921431000321636112 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1480/stat : 1480 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 35750 33554432000 4194304 4196468 140733184608640 140237635943440 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1481] ppid=1471 vsize=10661128 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1481/stat : 1481 (java) S 1471 1474 31017 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 100983376 10916995072 35750 33554432000 4194304 4196468 140733184608640 140237524154480 140238032149122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1482] ppid=1471 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1482/stat : 1482 (java) S 1471 1474 31017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100983377 10916995072 35750 33554432000 4194304 4196468 140733184608640 140237523100448 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1483] ppid=1471 vsize=10661128 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1483/stat : 1483 (java) S 1471 1474 31017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100983377 10916995072 35750 33554432000 4194304 4196468 140733184608640 140237522048112 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1484] ppid=1471 vsize=10661128 memory=-7812193691855986592 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1484/stat : 1484 (java) S 1471 1474 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100983379 10916995072 35750 33554432000 4194304 4196468 140733184608640 140237520996432 140238032156571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1485] ppid=1471 vsize=10661128 memory=6944656592452807325 CPUtime=0.5 cores=0,2,4,6
/proc/1474/task/1485/stat : 1485 (java) S 1471 1474 31017 0 -1 1077944384 3623 0 0 0 50 0 0 0 20 0 15 0 100983379 10916995072 35750 33554432000 4194304 4196468 140733184608640 140237519944304 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1486] ppid=1471 vsize=10661128 memory=6944656592452807323 CPUtime=0.54 cores=0,2,4,6
/proc/1474/task/1486/stat : 1486 (java) S 1471 1474 31017 0 -1 1077944384 2229 0 0 0 54 0 0 0 20 0 15 0 100983379 10916995072 35750 33554432000 4194304 4196468 140733184608640 140237518891504 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1487] ppid=1471 vsize=10661128 memory=3054156605267021953 CPUtime=0.19 cores=0,2,4,6
/proc/1474/task/1487/stat : 1487 (java) S 1471 1474 31017 0 -1 1077944384 1739 0 0 0 19 0 0 0 20 0 15 0 100983379 10916995072 35750 33554432000 4194304 4196468 140733184608640 140237517839216 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1488] ppid=1471 vsize=10661128 memory=-8253362762721549177 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1488/stat : 1488 (java) S 1471 1474 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100983379 10916995072 35750 33554432000 4194304 4196468 140733184608640 140237516786656 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1489] ppid=1471 vsize=10661128 memory=3047711488526689418 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1489/stat : 1489 (java) S 1471 1474 31017 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 100983380 10916995072 35750 33554432000 4194304 4196468 140733184608640 140237515733424 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 143000 KiB

[startup+1.80067 s]
/proc/loadavg: 1.32 1.28 1.33 3/215 1489
/proc/meminfo: memFree=23251316/32770624 swapFree=67108688/67108860
[pid=1474] ppid=1471 vsize=10661128 memory=157336 CPUtime=3.03 cores=0,2,4,6
/proc/1474/stat : 1474 (java) S 1471 1474 31017 0 -1 1077944320 14941 0 0 0 299 4 0 0 20 0 15 0 100983374 10916995072 39334 33554432000 4194304 4196468 140733184608640 140733184591184 140238032137975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
/proc/1474/statm: 2665282 39334 3105 1 0 2627263 0
[pid=1474/tid=1476] ppid=1471 vsize=10661128 memory=-7390251449858225344 CPUtime=1.77 cores=0,2,4,6
/proc/1474/task/1476/stat : 1476 (java) R 1471 1474 31017 0 -1 4202560 5892 0 0 0 175 2 0 0 20 0 15 0 100983374 10916995072 39334 33554432000 4194304 4196468 140733184608640 140238036375104 140237672439306 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1477] ppid=1471 vsize=10661128 memory=7897447025732043678 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1477/stat : 1477 (java) S 1471 1474 31017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 39334 33554432000 4194304 4196468 140733184608640 140237639101328 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1478] ppid=1471 vsize=10661128 memory=4139773032362760762 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1478/stat : 1478 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 39334 33554432000 4194304 4196468 140733184608640 140237638048528 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1479] ppid=1471 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1479/stat : 1479 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 39334 33554432000 4194304 4196468 140733184608640 140237636996240 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1480] ppid=1471 vsize=10661128 memory=140075083528449 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1480/stat : 1480 (java) S 1471 1474 31017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100983375 10916995072 39334 33554432000 4194304 4196468 140733184608640 140237635943440 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1481] ppid=1471 vsize=10661128 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1481/stat : 1481 (java) S 1471 1474 31017 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 100983376 10916995072 39334 33554432000 4194304 4196468 140733184608640 140237524154480 140238032149122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1482] ppid=1471 vsize=10661128 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1482/stat : 1482 (java) S 1471 1474 31017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100983377 10916995072 39334 33554432000 4194304 4196468 140733184608640 140237523100448 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1483] ppid=1471 vsize=10661128 memory=9051279340135547053 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1483/stat : 1483 (java) S 1471 1474 31017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100983377 10916995072 39334 33554432000 4194304 4196468 140733184608640 140237522048112 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1484] ppid=1471 vsize=10661128 memory=7588960373286397760 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1484/stat : 1484 (java) S 1471 1474 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100983379 10916995072 39334 33554432000 4194304 4196468 140733184608640 140237520996432 140238032156571 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1485] ppid=1471 vsize=10661128 memory=7374758023520802148 CPUtime=0.5 cores=0,2,4,6
/proc/1474/task/1485/stat : 1485 (java) S 1471 1474 31017 0 -1 1077944384 3623 0 0 0 50 0 0 0 20 0 15 0 100983379 10916995072 39334 33554432000 4194304 4196468 140733184608640 140237519944304 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1486] ppid=1471 vsize=10661128 memory=5860704123658201174 CPUtime=0.54 cores=0,2,4,6
/proc/1474/task/1486/stat : 1486 (java) S 1471 1474 31017 0 -1 1077944384 2229 0 0 0 54 0 0 0 20 0 15 0 100983379 10916995072 39334 33554432000 4194304 4196468 140733184608640 140237518891504 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1487] ppid=1471 vsize=10661128 memory=7378981307795658348 CPUtime=0.19 cores=0,2,4,6
/proc/1474/task/1487/stat : 1487 (java) S 1471 1474 31017 0 -1 1077944384 1739 0 0 0 19 0 0 0 20 0 15 0 100983379 10916995072 39334 33554432000 4194304 4196468 140733184608640 140237517839216 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1488] ppid=1471 vsize=10661128 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1488/stat : 1488 (java) S 1471 1474 31017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100983379 10916995072 39334 33554432000 4194304 4196468 140733184608640 140237516786656 140238032148181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
[pid=1474/tid=1489] ppid=1471 vsize=10661128 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/1474/task/1489/stat : 1489 (java) S 1471 1474 31017 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 100983380 10916995072 39334 33554432000 4194304 4196468 140733184608640 140237515733424 140238032149122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25608192 140733184615597 140733184615689 140733184615689 140733184618447 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 157336 KiB

Child status: 0
Real time (s): 1.86339
CPU time (s): 3.1049
CPU user time (s): 3.0526
CPU system time (s): 0.052301
CPU usage (%): 166.627
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 157336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.0526
system time used= 0.052301
maximum resident set size= 163832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15854
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1292
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 1474
#   total CPU time (s): 3.1049
#   total CPU user time (s): 3.0526
#   total CPU system time (s): 0.052301

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033852 second user time and 0.057065 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 05:16:45
IDJOB=4300158
IDBENCH=141563
IDSOLVER=2766
FILE ID=node106/4300158-1532834205
RUNJOBID= node106-1532811570-31048
PBS_JOBID= 21022488
Free space on /tmp= 46168 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-04-m004_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300158-1532834205/watcher-4300158-1532834205 -o /tmp/evaluation-result-4300158-1532834205/solver-4300158-1532834205 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532811570-31048 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4300158-1532834205.xml

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

MD5SUM BENCH= 2f4e790a4fde13aad103094a46699cf0
RANDOM SEED=1373277741

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        23335488 kB
MemAvailable:   31806160 kB
Buffers:          237288 kB
Cached:          8394892 kB
SwapCached:            0 kB
Active:          2679192 kB
Inactive:        6131944 kB
Active(anon):     126348 kB
Inactive(anon):    80484 kB
Active(file):    2552844 kB
Inactive(file):  6051460 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              1212 kB
Writeback:             0 kB
AnonPages:        186044 kB
Mapped:            55596 kB
Shmem:             25056 kB
Slab:             322204 kB
SReclaimable:     294828 kB
SUnreclaim:        27376 kB
KernelStack:        3520 kB
PageTables:         5740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1080244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 46164 MiB
End job on node106 at 2018-07-29 05:16:47